summaryrefslogtreecommitdiff
path: root/devel/requirements/requirements.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-31 03:15:56 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-31 03:15:56 -0500
commit48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1 (patch)
tree4e3b4ca735d2f9a88244bedc19f311c01c15cf19 /devel/requirements/requirements.xml
parent612e7b89b2b0fc27986cc8518a2cab2e796cd895 (diff)
downloadhorizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.tar.gz
horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.tar.bz2
horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.tar.xz
horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.zip
requirements: initial layout
Diffstat (limited to 'devel/requirements/requirements.xml')
-rw-r--r--devel/requirements/requirements.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/requirements/requirements.xml b/devel/requirements/requirements.xml
new file mode 100644
index 0000000..cfad194
--- /dev/null
+++ b/devel/requirements/requirements.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY chap1 SYSTEM "1_introduction.xml">
+ <!ENTITY chap2 SYSTEM "2_description.xml">
+ <!ENTITY chap3 SYSTEM "3_functional.xml">
+ <!ENTITY chap4 SYSTEM "4_interface.xml">
+ <!ENTITY chap5 SYSTEM "5_nonfunctional.xml">
+ <!ENTITY chap6 SYSTEM "6_other.xml">
+]>
+<book>
+ <bookinfo>
+ <title>Project Horizon: Requirements</title>
+ <authorgroup>
+ <author><firstname>A.</firstname><surname>Wilcox</surname><affiliation><orgname>Adélie Linux</orgname></affiliation></author>
+ <author><firstname>Tambra</firstname><surname>Wilcox</surname><affiliation><orgname>Adélie Linux</orgname></affiliation></author>
+ <author><firstname>Elizabeth</firstname><surname>Myers</surname><affiliation><orgname>The Interlinked Foundation</orgname></affiliation></author>
+ <author><firstname>Jeremy</firstname><surname>Rand</surname><affiliation><orgname>Namecoin</orgname></affiliation></author>
+ <author><firstname>Lee</firstname><surname>Starnes</surname></author>
+ <author><firstname>Max</firstname><surname>Rees</surname></author>
+ <author><firstname>Samuel</firstname><surname>Holland</surname></author>
+ </authorgroup>
+ <edition>Requirements for Horizon 1.0: Draft</edition>
+ <pubdate>2019</pubdate>
+ <copyright>
+ <year>2019</year>
+ <holder>Adélie Linux</holder>
+ </copyright>
+ <legalnotice>
+ <para>Development documentation for Project Horizon is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</para>
+ <para>You should have received a copy of the license along with this work. If not, see <ulink url="https://creativecommons.org/licenses/by-nc-sa/4.0/"><citetitle>the Creative Commons Web site</citetitle></ulink>.</para>
+ </legalnotice>
+ <abstract><para>This document describes the functional and non-functional software requirements for Project Horizon, the installation system for Adélie Linux.</para></abstract>
+ </bookinfo>
+ &chap1;
+ &chap2;
+ &chap3;
+ &chap4;
+ &chap5;
+ &chap6;
+</book>