grim/purple-objects-docbook

b4ebb6fb391d
Parents 6baa1d3abf9f
Children afa27b43756e
created a ton of skeleton pages to view the graphs
--- a/Makefile Wed Apr 29 23:15:33 2009 -0500
+++ b/Makefile Wed Apr 29 23:24:32 2009 -0500
@@ -11,8 +11,12 @@
BOOK_SOURCES=\
xml/about.xml \
+ xml/accounts.xml \
+ xml/ciphers.xml \
+ xml/conversations.xml \
xml/graphs.xml \
xml/plugins.xml \
+ xml/plugin-loaders.xml \
xml/purple-objects.xml
BOOK_BUILT_SOURCES=\
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/accounts.xml Wed Apr 29 23:24:32 2009 -0500
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<refentry id="accounts">
+ <refmeta>
+ <refentrytitle>Accounts</refentrytitle>
+ </refmeta>
+
+ <refsect1>
+ <title>Accounts</title>
+
+ <imageobject>
+ <imagedata fileref="graphs/accounts.png"/>
+ </imageobject>
+ </refsect1>
+</refentry>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/ciphers.xml Wed Apr 29 23:24:32 2009 -0500
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<refentry id="ciphers">
+ <refmeta>
+ <refentrytitle>Ciphers</refentrytitle>
+ </refmeta>
+
+ <refsect1>
+ <title>Ciphers</title>
+
+ <imageobject>
+ <imagedata fileref="graphs/ciphers.png"/>
+ </imageobject>
+ </refsect1>
+</refentry>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/conversations.xml Wed Apr 29 23:24:32 2009 -0500
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<refentry id="conversations">
+ <refmeta>
+ <refentrytitle>Conversations</refentrytitle>
+ </refmeta>
+
+ <refsect1>
+ <title>Conversations</title>
+
+ <imageobject>
+ <imagedata fileref="graphs/conversations-objects.png"/>
+ </imageobject>
+
+ <imageobject>
+ <imagedata fileref="graphs/conversations-interfaces.png"/>
+ </imageobject>
+ </refsect1>
+</refentry>
+
--- a/xml/purple-objects.xml Wed Apr 29 23:15:33 2009 -0500
+++ b/xml/purple-objects.xml Wed Apr 29 23:24:32 2009 -0500
@@ -11,4 +11,7 @@
<xi:include href="graphs.xml"/>
<xi:include href="plugins.xml"/>
<xi:include href="plugin-loaders.xml"/>
+ <xi:include href="accounts.xml"/>
+ <xi:include href="conversations.xml"/>
+ <xi:include href="ciphers.xml"/>
</book>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/todo.xml Wed Apr 29 23:24:32 2009 -0500
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<refentry id="todo">
+ <refmeta>
+ <refentrytitle>Todo</refentrytitle>
+ </refmeta>
+ <refsect1>
+ <title>TODO List</title>
+ <variablelist>
+ <varlistentry>
+ <term class="veryhigh">
+ Dump devtodo output into the book as well
+ </term>
+ </varlistentry>
+ <varlistentry>
+ <term class="high">
+ Create conversation graphs
+ </term>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+</refentry>