summaryrefslogtreecommitdiffstats
path: root/doc/xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/xml')
-rw-r--r--doc/xml/ck-design.xml5
-rw-r--r--doc/xml/ck-introduction.xml6
-rw-r--r--doc/xml/ck-terms.xml26
3 files changed, 37 insertions, 0 deletions
diff --git a/doc/xml/ck-design.xml b/doc/xml/ck-design.xml
new file mode 100644
index 0000000..26affba
--- /dev/null
+++ b/doc/xml/ck-design.xml
@@ -0,0 +1,5 @@
+<chapter id="design">
+ <title>Design</title>
+
+
+</chapter>
diff --git a/doc/xml/ck-introduction.xml b/doc/xml/ck-introduction.xml
index 4f6acbd..a2fc54a 100644
--- a/doc/xml/ck-introduction.xml
+++ b/doc/xml/ck-introduction.xml
@@ -17,4 +17,10 @@
</para>
</sect1>
+ <sect1>
+ <title>Relevant art</title>
+ <para>
+ </para>
+ </sect1>
+
</chapter>
diff --git a/doc/xml/ck-terms.xml b/doc/xml/ck-terms.xml
new file mode 100644
index 0000000..781e503
--- /dev/null
+++ b/doc/xml/ck-terms.xml
@@ -0,0 +1,26 @@
+<chapter id="terms">
+ <title>Terminology</title>
+
+ <sect1>
+ <title>Session</title>
+ <para>
+ ConsoleKit is a framework for keeping track of the various
+ users, sessions, and seats present on a system. It
+ provides a mechanism for software to react to changes of any of
+ these items or of any of the metadata associated with them.
+ </para>
+ </sect1>
+
+ <sect1>
+ <title>Session leader</title>
+ <para>
+ </para>
+ </sect1>
+
+ <sect1>
+ <title>Seat</title>
+ <para>
+ </para>
+ </sect1>
+
+</chapter>