diff options
-rw-r--r-- | docs/mirrors.md | 21 | ||||
-rw-r--r-- | mkdocs.yml | 1 | ||||
-rw-r--r-- | xreadthedocs/base.html | 8 |
3 files changed, 27 insertions, 3 deletions
diff --git a/docs/mirrors.md b/docs/mirrors.md new file mode 100644 index 0000000..6c5ae84 --- /dev/null +++ b/docs/mirrors.md @@ -0,0 +1,21 @@ +Source Code Mirrors +=================== + +1) Github +--------- + +The primary git repository is hosted on Github. Clone using: + + git clone https://github.com/rfjakob/gocryptfs.git + +The webinterface is at https://github.com/rfjakob/gocryptfs . + +2) Private Mirror +----------------- + +I run a mirror of the repo above, should Github be down at any time. +It is updated every hour. Clone with: + + git clone git://nuetzlich.net/gocryptfs + +A cgit webinterface is available at https://nuetzlich.net/cgit/gocryptfs/ . @@ -8,3 +8,4 @@ pages: - Security: security.md - Comparison with Other Projects: comparison.md - Signed Releases: releases.md +- Source Code Mirrors: mirrors.md diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html index 2846ba9..1cad33c 100644 --- a/xreadthedocs/base.html +++ b/xreadthedocs/base.html @@ -56,9 +56,11 @@ {% for nav_item in nav %} <li>{% include "toc.html" %}<li> {% endfor %} - <li><a href="https://github.com/rfjakob/gocryptfs/releases">Download Binaries ➚</a></li> - <li><a href="https://github.com/rfjakob/gocryptfs#changelog">Changelog ➚</a></li> - <li><a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md#readme">Man Page ➚</a></li> + + <li><a href="https://github.com/rfjakob/gocryptfs">Github Page ➚</a></li> + <li><a href="https://github.com/rfjakob/gocryptfs/releases">Download Binaries ➚</a></li> + <li><a href="https://github.com/rfjakob/gocryptfs#changelog">Changelog ➚</a></li> + <li><a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md#readme">Man Page ➚</a></li> </ul> </div> |