summaryrefslogtreecommitdiffstats
path: root/dev.html
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 02:26:15 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 02:26:15 (EDT)
commit6b505eaefad958612ca9ab89f13a90d39c8c337d (patch)
tree047b734872278a26eb63a7ff976595b289977260 /dev.html
parentc19b3c8623b170c32d22e2ee7663941b9121ec74 (diff)
Expand specifications and policies lists.
Diffstat (limited to 'dev.html')
-rwxr-xr-xdev.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/dev.html b/dev.html
index 857f360..36ba25a 100755
--- a/dev.html
+++ b/dev.html
@@ -9,13 +9,20 @@
<h2>Specifications</h2>
<dl>
<dt><a href="http://specs.os.pehjota.net/source-package-format-1.0.html">Source Package Format 1.0</a></dt>
- <dd>Source packages are developed according to this format.</dd>
+ <dd>The format in which source packages are developed.</dd>
+ <dt><a href="http://specs.os.pehjota.net/architecture.html">Architectures and Platforms</a></dt>
+ <dd>The meaning of the architecture string for binary architectures and application platforms.</dd>
+ <dt><a href="http://specs.os.pehjota.net/multiarch.html">Multiarch</a></dt>
+ <dd>The ability to install and use on a system packages built for multiple architectures.</dd>
</dl>
<h2>Policies</h2>
<p>Packages must adhere to a number of policies for distribution as part of this operating system.</p>
-<ul>
- <li><a href="http://policies.os.pehjota.net/packaging.html">Packaging Policy</a></li>
- <li><a href="http://policies.os.pehjota.net/filesystem.html">Filesystem Hierarchy Policy</a></li>
- <li><a href="http://policies.os.pehjota.net/software.html">Software Inclusion Policy</a></li>
-</ul>
+<dl>
+ <dt><a href="http://policies.os.pehjota.net/packaging.html">Packaging Policy</a></dt>
+ <dd>Requirements for package naming, splitting, and data.</dd>
+ <dt><a href="http://policies.os.pehjota.net/filesystem.html">Filesystem Hierarchy Policy</a></dt>
+ <dd>The structure of the files and directories in the system.</dd>
+ <dt><a href="http://policies.os.pehjota.net/software.html">Software Inclusion Policy</a></dt>
+ <dd>Legal and technical requirements to protect user freedom and ensure that all included software can be legally distributed and properly supported.</dd>
+</dl>
<!--#include file="includes/footer.html" -->