From 8b42a4928a0a266c3b3ae6bb13997764bc7f6405 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 13 Mar 2007 03:42:04 -0400 Subject: add the last bits of spec framework The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml. --- doc/xml/ck-introduction.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/xml/ck-introduction.xml (limited to 'doc/xml/ck-introduction.xml') diff --git a/doc/xml/ck-introduction.xml b/doc/xml/ck-introduction.xml new file mode 100644 index 0000000..4f6acbd --- /dev/null +++ b/doc/xml/ck-introduction.xml @@ -0,0 +1,20 @@ + + Introduction + + + About + + 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. + + + + + Defining the Problem + + + + + -- cgit