diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-23 21:46:49 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-23 21:46:49 -0500 |
commit | 3f3f06ba28998af0958fd690857d64d04458cdd5 (patch) | |
tree | 01560db46cc77fdd6b68020a4dcd8fa40db5ff57 | |
parent | a1b1a5ca1ceac173bede74801a2f3aef2d46d618 (diff) | |
download | horizon-3f3f06ba28998af0958fd690857d64d04458cdd5.tar.gz horizon-3f3f06ba28998af0958fd690857d64d04458cdd5.tar.bz2 horizon-3f3f06ba28998af0958fd690857d64d04458cdd5.tar.xz horizon-3f3f06ba28998af0958fd690857d64d04458cdd5.zip |
Vision structure, README fixes
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | devel/vision/1_requirements.xml | 3 | ||||
-rw-r--r-- | devel/vision/2_vision.xml | 3 | ||||
-rw-r--r-- | devel/vision/3_scope.xml | 3 | ||||
-rw-r--r-- | devel/vision/4_context.xml | 3 | ||||
-rw-r--r-- | devel/vision/vision.xml | 33 |
6 files changed, 46 insertions, 1 deletions
@@ -26,7 +26,7 @@ back-end source code, and front-end source code for Project Horizon. License ``````` -Development documentation documentation is licensed under a +Development documentation for Project Horizon is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You should have received a copy of the license along with this diff --git a/devel/vision/1_requirements.xml b/devel/vision/1_requirements.xml new file mode 100644 index 0000000..5312865 --- /dev/null +++ b/devel/vision/1_requirements.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter label="1" id="requirements"> +</chapter> diff --git a/devel/vision/2_vision.xml b/devel/vision/2_vision.xml new file mode 100644 index 0000000..6555268 --- /dev/null +++ b/devel/vision/2_vision.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter label="2" id="vision"> +</chapter> diff --git a/devel/vision/3_scope.xml b/devel/vision/3_scope.xml new file mode 100644 index 0000000..bf73bb4 --- /dev/null +++ b/devel/vision/3_scope.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter label="3" id="scope"> +</chapter> diff --git a/devel/vision/4_context.xml b/devel/vision/4_context.xml new file mode 100644 index 0000000..5c95e24 --- /dev/null +++ b/devel/vision/4_context.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter label="4" id="context"> +</chapter> diff --git a/devel/vision/vision.xml b/devel/vision/vision.xml new file mode 100644 index 0000000..508b498 --- /dev/null +++ b/devel/vision/vision.xml @@ -0,0 +1,33 @@ +<?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_requirements.xml"> + <!ENTITY chap2 SYSTEM "2_vision.xml"> + <!ENTITY chap3 SYSTEM "3_scope.xml"> + <!ENTITY chap4 SYSTEM "4_context.xml"> +]> +<book> + <bookinfo> + <title>Project Horizon: Vision</title> + <authorgroup> + <author><firstname>A.</firstname><surname>Wilcox</surname></author> + </authorgroup> + <edition>Vision draft for Horizon 1.0</edition> + <pubdate>2019</pubdate> + <copyright> + <year>2015</year> + <year>2016</year> + <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 overall project vision for Project Horizon, the installation system for Adélie Linux.</para></abstract> + </bookinfo> + &chap1; + &chap2; + &chap3; + &chap4; +</book> |