diff options
Diffstat (limited to 'dev.html')
-rwxr-xr-x | dev.html | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,10 +1,14 @@ <!--#set var="title" value="Development" --> <!--#set var="pagetitle" value="Development" --> <!--#include file="includes/header.html" --> -<h2>Package Source Repositories</h2> +<h2>Source Repositories</h2> <dl> - <dt><a href="http://git.os.pehjota.net/pkg/">Git Repositories</a></dt> - <dd>Most source packages are maintained in Git repositories.</dd> + <dt><a href="http://git.os.pehjota.net/pkg/">Packages in Git</a></dt> + <dd>Most source packages are maintained in Git repositories. To assist in the maintenance of a package, coordinate with its maintainer(s) and the <a href="http://www.pehjota.net/contact.html">system administrator</a>.</dd> + <dt><a href="http://git.os.pehjota.net/notes/">Notes, specifications, and policies</a></dt> + <dd>Specifications and policies are maintained in Git repositories.</dd> + <dt><a href="http://git.os.pehjota.net/www/">Web site</a></dt> + <dd>These Web pages are maintained in a Git repository.</dd> </dl> <h2>Specifications</h2> <dl> |