summaryrefslogtreecommitdiff
path: root/devel/script/2_keys.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-04 13:04:51 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-04 13:05:28 -0500
commit6764735837ed4b04a41ba3101d2238d7d7e93c20 (patch)
treea95cce184d610b14f7ba2de17fbab1aaec9a7bab /devel/script/2_keys.xml
parent73b8470be4d4d12b1b03071348bcca5e14a043eb (diff)
downloadhorizon-6764735837ed4b04a41ba3101d2238d7d7e93c20.tar.gz
horizon-6764735837ed4b04a41ba3101d2238d7d7e93c20.tar.bz2
horizon-6764735837ed4b04a41ba3101d2238d7d7e93c20.tar.xz
horizon-6764735837ed4b04a41ba3101d2238d7d7e93c20.zip
script: New document, describing HorizonScript
Diffstat (limited to 'devel/script/2_keys.xml')
-rw-r--r--devel/script/2_keys.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
new file mode 100644
index 0000000..29a8eb3
--- /dev/null
+++ b/devel/script/2_keys.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="2" id="keys">
+ <title>HorizonScript Keys</title>
+ <section id="key_intro">
+ <title>Introduction</title>
+ <para>A HorizonScript file is, at its core, a collection of values that determine the actions and configuration values used to transform a computer from an indeterminate state to a well-known state running Adélie Linux. These values are categorised into <firstterm>key</firstterm>s, which is a logical unit of a value.</para>
+ <para>This chapter defines and specifies for every valid key for a HorizonScript file: its name, its purpose, its format, and one or more example values with explanations.</para>
+ </section>
+</chapter>