diff --git a/README.md b/README.md index 4d38230..e9d27e1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,18 @@ The Nexus Archive website, based on Symfony framework. This project is licensed under [European Union Public Licence (EUPL)][EUPL]. For convenience an English text of the licence is included -in [LICENSE.txt](LICENSE.txt) file. +in [LICENSE.txt](./LICENSE.txt) file. + +## Repositories + +Source code is primarily hosted +on [my private Git server](https://git.zerozero.pl/nexus-archive), but for +convenience and redundancy it is also mirrored to a few popular code hosting +portals: + +- [Gitlab mirror](https://gitlab.com/krzysztof-sikorski/nexus-archive) +- [GitHub mirror](https://github.com/krzysztof-sikorski/nexus-archive) +- [Launchpad mirror](https://git.launchpad.net/nexus-archive) ## Installation and deployment @@ -16,7 +27,7 @@ software stack of: - an http server (e.g. Nginx) - PHP binaries and some standard extensions ( - see [composer.json file](composer.json) for details) + see [composer.json file](./composer.json) for details) - [Composer][Composer] tool (for fetching and installing third-party PHP libraries) - a relational database server supporting SQL language (e.g. PostgreSQL) diff --git a/templates/about/index.html.twig b/templates/about/index.html.twig index eef35ea..083d1fe 100644 --- a/templates/about/index.html.twig +++ b/templates/about/index.html.twig @@ -31,11 +31,15 @@

Open source

-

The website is an open source project, mirrored for redundancy to a few different code-sharing portals:

+

+ Source code is primarily hosted on + my private Git server, + but for convenience and redundancy it is also mirrored to a few popular code hosting portals: +

{% endblock %}