From 921b5e02edf59117b64385edbe4d191819d90abd Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 13 Mar 2007 12:11:04 -0400 Subject: add more doc stubs --- doc/xml/ck-design.xml | 5 +++++ doc/xml/ck-introduction.xml | 6 ++++++ doc/xml/ck-terms.xml | 26 ++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 doc/xml/ck-design.xml create mode 100644 doc/xml/ck-terms.xml (limited to 'doc/xml') 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 @@ + + Design + + + 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 @@ + + Relevant art + + + + 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 @@ + + Terminology + + + Session + + 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. + + + + + Session leader + + + + + + Seat + + + + + -- cgit