{"id":13761534,"url":"https://github.com/openlibhums/janeway","last_synced_at":"2026-02-11T13:11:52.788Z","repository":{"id":37413119,"uuid":"96784832","full_name":"openlibhums/janeway","owner":"openlibhums","description":"A web-based platform for publishing journals, preprints, conference proceedings, and books","archived":false,"fork":false,"pushed_at":"2026-02-04T13:27:51.000Z","size":102824,"stargazers_count":214,"open_issues_count":729,"forks_count":86,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-02-05T00:13:24.843Z","etag":null,"topics":["janeway","journal","preprints","publishing"],"latest_commit_sha":null,"homepage":"https://janeway.systems/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openlibhums.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-10T14:08:53.000Z","updated_at":"2026-01-30T14:00:40.000Z","dependencies_parsed_at":"2024-02-19T17:38:41.307Z","dependency_job_id":"7a62168c-5b8e-45aa-ab1f-8f784ec4aae6","html_url":"https://github.com/openlibhums/janeway","commit_stats":null,"previous_names":["openlibhums/janeway","birkbeckctp/janeway"],"tags_count":177,"template":false,"template_full_name":null,"purl":"pkg:github/openlibhums/janeway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Fjaneway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Fjaneway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Fjaneway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Fjaneway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openlibhums","download_url":"https://codeload.github.com/openlibhums/janeway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Fjaneway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["janeway","journal","preprints","publishing"],"created_at":"2024-08-03T13:01:59.174Z","updated_at":"2026-02-11T13:11:52.782Z","avatar_url":"https://github.com/openlibhums.png","language":"Python","readme":"![Janeway Logo](https://www.openlibhums.org/media/press/Janeway_RGB_Keyline_Logo_Black.png \"Janeway\")\n\nJaneway is a web-based platform for publishing journals, preprints, conference proceedings, and books. It is developed and maintained by a team of developers at the Open Library of Humanities, part of Birkbeck, University of London.\n\n# Technology\nJaneway is written in Python (3.10+) and utilises the Django framework (4.2).\n\n\n# Installation instructions\nDeveloper installation [instructions are available in our documentation site](https://janeway.readthedocs.io/en/latest/dev/installation.html).\n\nA guide for installing on the live environment with [apache and mod_wsgi](https://github.com/openlibhums/janeway/wiki/Janeway%2C-Apache-and-WSGI) is also available.\n\n## Running Janeway with docker\nJaneway's development server can be run within a docker container, avoiding the need to install and run its dependencies from your machine. A docker compose file as well as a Makefile can be found at the root of the project wrapping the most common operations.\nDocker is compatible with multiple architectures and Operating systems, if you need help installing docker, have a look at the [docker documentation](https://docs.docker.com/install/).\n\nSimarly to the native installation, Janeway can be installed in a docker environment by running ``make install`` and following the installation steps described [above](https://github.com/openlibhums/janeway/wiki/Installation). As a result, a database volume will be populated under janeway/db/postgres-data\nOnce installation is completed, just type ``make janeway`` to run janeway with a postgres backend (default behaviour).\n\nIf a change to the dependencies for Janeway is required, the Janeway container can be re-created with ``make rebuild``. The database volume will be preserved.\n\nIn order to run a different RDBMS, the environment variable ``DB_VENDOR`` can be set to one of ``postgres``, ``mysql`` or ``sqlite``. e.g: ``DB_VENDOR=mysql make install \u0026\u0026 make``\n\nUninstalling Janeway is as simple as running ``make uninstall`` which will delete all docker related containers as well as wipe the database volume.\n\n# Janeway design principles\n1. No code should appear to work \"by magic\". Readability is key.\n\n2. Testing will be applied to security modules and whenever a post-launch bugfix is committed. We do not aim for total testing but selective regression testing.\n\n3. Security bugs jump the development queue and are a priority.\n\n4. We will never accept commits of, or ourselves write, paywall features into Janeway.\n\n# Current development\n\nWhat are we working on right now? For a high-level view, check out our [public roadmap](https://github.com/orgs/openlibhums/projects/21).\n\nYou can get more detail by viewing our [project boards here on GitHub](https://github.com/orgs/openlibhums/projects). Open a project to see which issues it includes and what their status is. The status should be one of these:\n\n- To Do -- we plan to do this and include it in this release\n- In Progress -- someone is working on it at this very moment!\n- PR Submitted -- this means one developer has come up with a solution and is waiting for feedback from others\n- Done -- this means at least one other developer has approved the solution and it has been merged into the main codebase in preparation for the release\n\nWe aim to build releases in 8-week sprints, though some development cycles have taken quite a bit longer.\n\n[More on how we develop Janeway](https://github.com/orgs/openlibhums/projects/21/views/1?pane=issue\u0026itemId=18253226).\n\n# Licensing\nJaneway is available under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE (Version 3, 19 November 2007).\n\n# Contributions\n\nWe welcome all code contributions via Pull Requests where they can be reviewed and suggestions for enhancements via Issues. We do not currently have a  code of conduct for this repo but expect contributors to be courteous to one another.\nIn order to more easily associate changes to their respective github issues, please adhere to the following conventions:\n - Branch names should be prefixed with the issue number they are related to, followed by either \"Feature\" or \"Hotfix\" depending on the nature of the change ( e.g: `66-Feature`)\n - Start every commit with a reference to the github issue they are related to (e.g: `#66: Adds new feature xyz`)\n\n# Contacts\nIf you wish to get in touch about Janeway, contact information is provided below.\n\nAndy Byers, Director of Publishing Technology - a.byers@bbk.ac.uk\n\n# Major Releases\nAll releases are listed on the [releases](https://github.com/openlibhums/janeway/releases) page.\n\n\n# Geolocation\nJaneway includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlibhums%2Fjaneway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenlibhums%2Fjaneway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlibhums%2Fjaneway/lists"}