diff options
author | Michael Biebl <biebl@debian.org> | 2009-07-14 17:40:43 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-07-14 17:40:43 +0200 |
commit | b4c56fb4b5f0c496b544080c5dd38d3cf93c10e8 (patch) | |
tree | a042dc877254104c83167421a65a61bf7492885c /doc/xml/ck-introduction.xml | |
download | consolekit-b4c56fb4b5f0c496b544080c5dd38d3cf93c10e8.tar.gz |
Imported Upstream version 0.2.1upstream/0.2.1
Diffstat (limited to 'doc/xml/ck-introduction.xml')
-rw-r--r-- | doc/xml/ck-introduction.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/xml/ck-introduction.xml b/doc/xml/ck-introduction.xml new file mode 100644 index 0000000..b38adf5 --- /dev/null +++ b/doc/xml/ck-introduction.xml @@ -0,0 +1,28 @@ +<chapter id="introduction"> + <title>Introduction</title> + + <sect1> + <title>About</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>Defining the Problem</title> + <para> + To be written. + </para> + </sect1> + + <sect1> + <title>Relevant art</title> + <para> + To be written. + </para> + </sect1> + +</chapter> |