diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-03-13 12:11:04 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-03-13 12:11:04 -0400 |
commit | 921b5e02edf59117b64385edbe4d191819d90abd (patch) | |
tree | 423aedf14c87ecfbfdd203f58f9efb219cf47ae1 /doc/xml | |
parent | 4a639d92a6f1a5dd8f59d57ade37d4cff420b66a (diff) |
add more doc stubs
Diffstat (limited to 'doc/xml')
-rw-r--r-- | doc/xml/ck-design.xml | 5 | ||||
-rw-r--r-- | doc/xml/ck-introduction.xml | 6 | ||||
-rw-r--r-- | doc/xml/ck-terms.xml | 26 |
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> |