Krzysztof Andrzej Sikorski commited on 2022-04-28 02:25:16
Showing 2 changed files, with 21 additions and 6 deletions.
... | ... |
@@ -7,7 +7,18 @@ The <q>Nexus Archive</q> website, based on Symfony framework. |
7 | 7 |
This project is licensed under [European Union Public Licence (EUPL)][EUPL]. |
8 | 8 |
|
9 | 9 |
For convenience an English text of the licence is included |
10 |
-in [LICENSE.txt](LICENSE.txt) file. |
|
10 |
+in [LICENSE.txt](./LICENSE.txt) file. |
|
11 |
+ |
|
12 |
+## Repositories |
|
13 |
+ |
|
14 |
+Source code is primarily hosted |
|
15 |
+on [my private Git server](https://git.zerozero.pl/nexus-archive), but for |
|
16 |
+convenience and redundancy it is also mirrored to a few popular code hosting |
|
17 |
+portals: |
|
18 |
+ |
|
19 |
+- [Gitlab mirror](https://gitlab.com/krzysztof-sikorski/nexus-archive) |
|
20 |
+- [GitHub mirror](https://github.com/krzysztof-sikorski/nexus-archive) |
|
21 |
+- [Launchpad mirror](https://git.launchpad.net/nexus-archive) |
|
11 | 22 |
|
12 | 23 |
## Installation and deployment |
13 | 24 |
|
... | ... |
@@ -16,7 +27,7 @@ software stack of: |
16 | 27 |
|
17 | 28 |
- an http server (e.g. Nginx) |
18 | 29 |
- PHP binaries and some standard extensions ( |
19 |
- see [composer.json file](composer.json) for details) |
|
30 |
+ see [composer.json file](./composer.json) for details) |
|
20 | 31 |
- [Composer][Composer] tool (for fetching and installing third-party PHP |
21 | 32 |
libraries) |
22 | 33 |
- a relational database server supporting SQL language (e.g. PostgreSQL) |
... | ... |
@@ -31,11 +31,15 @@ |
31 | 31 |
</section> |
32 | 32 |
<section> |
33 | 33 |
<h1>Open source</h1> |
34 |
- <p>The website is an open source project, mirrored for redundancy to a few different code-sharing portals:</p> |
|
34 |
+ <p> |
|
35 |
+ Source code is primarily hosted on |
|
36 |
+ <a href="https://git.zerozero.pl/nexus-archive" rel="external">my private Git server</a>, |
|
37 |
+ but for convenience and redundancy it is also mirrored to a few popular code hosting portals: |
|
38 |
+ </p> |
|
35 | 39 |
<ul> |
36 |
- <li><a href="https://gitlab.com/krzysztof-sikorski/nexus-archive" rel="external">Gitlab copy</a></li> |
|
37 |
- <li><a href="https://github.com/krzysztof-sikorski/nexus-archive" rel="external">GitHub copy</a></li> |
|
38 |
- <li><a href="https://git.launchpad.net/nexus-archive" rel="external">Launchpad copy</a></li> |
|
40 |
+ <li><a href="https://gitlab.com/krzysztof-sikorski/nexus-archive" rel="external">Gitlab mirror</a></li> |
|
41 |
+ <li><a href="https://github.com/krzysztof-sikorski/nexus-archive" rel="external">GitHub mirror</a></li> |
|
42 |
+ <li><a href="https://git.launchpad.net/nexus-archive" rel="external">Launchpad mirror</a></li> |
|
39 | 43 |
</ul> |
40 | 44 |
</section> |
41 | 45 |
{% endblock %} |
42 | 46 |