Add list of repository mirrors to README, update twin list on about page

This commit is contained in:
Krzysztof Sikorski 2022-04-28 02:25:16 +02:00
parent e6009d48b6
commit 4ee90caaec
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
2 changed files with 21 additions and 6 deletions

View File

@ -7,7 +7,18 @@ The <q>Nexus Archive</q> 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)

View File

@ -31,11 +31,15 @@
</section>
<section>
<h1>Open source</h1>
<p>The website is an open source project, mirrored for redundancy to a few different code-sharing portals:</p>
<p>
Source code is primarily hosted on
<a href="https://git.zerozero.pl/nexus-archive" rel="external">my private Git server</a>,
but for convenience and redundancy it is also mirrored to a few popular code hosting portals:
</p>
<ul>
<li><a href="https://gitlab.com/krzysztof-sikorski/nexus-archive" rel="external">Gitlab copy</a></li>
<li><a href="https://github.com/krzysztof-sikorski/nexus-archive" rel="external">GitHub copy</a></li>
<li><a href="https://git.launchpad.net/nexus-archive" rel="external">Launchpad copy</a></li>
<li><a href="https://gitlab.com/krzysztof-sikorski/nexus-archive" rel="external">Gitlab mirror</a></li>
<li><a href="https://github.com/krzysztof-sikorski/nexus-archive" rel="external">GitHub mirror</a></li>
<li><a href="https://git.launchpad.net/nexus-archive" rel="external">Launchpad mirror</a></li>
</ul>
</section>
{% endblock %}