Thumbnail

mod/u.buni.party.git

Clone URL: https://git.buni.party/mod/u.buni.party.git

commit aeecf9123befe150b43d1b5597b9273965827cdc Author: mod <mod@buni.party> Date: Sat Feb 14 03:29:35 2026 +0000 Add user website docs diff --git a/Makefile b/Makefile index df5a247..6d77ac1 100644 --- a/Makefile +++ b/Makefile @@ -67 +68 @@ SRC= index.html \   users/index.html \   cgi-bin/users \   docs/index.html \ - docs/git/index.html + docs/git/index.html \ + docs/sites/index.html    TEMPLATE=template/bar.html \   template/foot.html \ diff --git a/docs/index.html b/docs/index.html index be2df66..12d6854 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56 +57 @@ $DPP "docs" <template/bar.html #>    <p>This page hosts documentation on the various Groupnix services.</p>  <ul> + <li><a href="/mod/docs/sites">User websites</a></li>   <li><a href="/mod/docs/git">Git</a></li>  </ul>   diff --git a/services/index.html b/services/index.html index cfd6768..a38eeaf 100644 --- a/services/index.html +++ b/services/index.html @@ -57 +58 @@ $DPP "services" <template/bar.html # >    <p>Groupnix currently hosts the following services:</p>  <ul> - <li><a href="/mod/users">User websites</a></li> + <li><a href="/mod/users">User websites</a> + (<a href="/mod/docs/sites">documentation</a>)</li>   <li><a href="https://git.buni.party">Git repositories</a>   (<a href="/mod/docs/git">documentation</a>)</li>  </ul>