grim/purple-objects-docbook

Added a buddy list chapter

2009-05-03, Gary Kramlich
17f09c7cdd76
Parents 248cbea2026c
Children c8f35280f4a3
Added a buddy list chapter
--- a/graphs/blistnodes.hierarchy Sun May 03 00:10:33 2009 -0500
+++ b/graphs/blistnodes.hierarchy Sun May 03 00:11:14 2009 -0500
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<hierarchy name="Buddy List Node Hierarchy">
+<hierarchy>
<objects>
<object name="GObject" type="abstract"/>
<object name="PurpleObject" type="abstract"/>
+ <object name="PurpleBuddyList" type="concrete"/>
<object name="PurpleBListNode" type="abstract"/>
<object name="PurpleBuddy" type="abstract"/>
<object name="PurpleChat" type="abstract"/>
@@ -11,6 +12,9 @@
</objects>
<relations>
<relation start="PurpleObject" end="GObject" type="is-a"/>
+
+ <relation start="PurpleBuddyList" end="PurpleBListNode" type="is-a"/>
+
<relation start="PurpleBListNode" end="PurpleObject" type="is-a"/>
<relation start="PurpleBuddy" end="PurpleBListNode" type="is-a"/>
<relation start="PurpleChat" end="PurpleBListNode" type="is-a"/>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/buddylist.xml Sun May 03 00:11:14 2009 -0500
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<chapter id="buddylist">
+ <title>Buddy List</title>
+
+ <para>
+ </para>
+
+ <figure id="blist-hierarchy">
+ <title>Buddy List Object Hierarchy</title>
+
+ <graphic fileref="graphs/blistnodes.png"/>
+ </figure>
+</chapter>
+
--- a/xml/purple-objects.xml Sun May 03 00:10:33 2009 -0500
+++ b/xml/purple-objects.xml Sun May 03 00:11:14 2009 -0500
@@ -18,6 +18,7 @@
<xi:include href="connections.xml"/>
<xi:include href="filetransfers.xml"/>
<xi:include href="pounces.xml"/>
+ <xi:include href="buddylist.xml"/>
<xi:include href="todo.xml"/>
<xi:include href="revhistory.xml"/>