grim/purple-objects-docbook

moved the conversations page to figures

2009-05-03, Gary Kramlich
b3bfa26cb01d
Parents 4d350962d44c
Children 6fec3819c612
moved the conversations page to figures
--- a/graphs/conversations-interfaces.hierarchy Sun May 03 01:04:46 2009 -0500
+++ b/graphs/conversations-interfaces.hierarchy Sun May 03 01:07:36 2009 -0500
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<hierarchy name="Conversations Hierarchy (with interfaces)">
+<hierarchy>
<objects>
<object name="GObject" type="abstract"/>
<object name="GInterface" type="interface"/>
--- a/graphs/conversations-objects.hierarchy Sun May 03 01:04:46 2009 -0500
+++ b/graphs/conversations-objects.hierarchy Sun May 03 01:07:36 2009 -0500
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<hierarchy name="Conversations Hierarchy (with objects)">
+<hierarchy>
<objects>
<object name="GObject" type="abstract"/>
<object name="PurpleObject" type="abstract"/>
--- a/xml/conversations.xml Sun May 03 01:04:46 2009 -0500
+++ b/xml/conversations.xml Sun May 03 01:07:36 2009 -0500
@@ -4,12 +4,16 @@
<chapter id="conversations">
<title>Conversations</title>
- <imageobject>
- <imagedata fileref="graphs/conversations-objects.png"/>
- </imageobject>
+ <figure id="conversations-hierarchy-objects">
+ <title>Conversation Object Hierarchy (with objects)</title>
+
+ <graphic fileref="graphs/conversations-objects.png"/>
+ </figure>
- <imageobject>
- <imagedata fileref="graphs/conversations-interfaces.png"/>
- </imageobject>
+ <figure id="conversations-hierarchy-interfaces">
+ <title>Conversation Object Hierarchy (with interfaces)</title>
+
+ <graphic fileref="graphs/conversations-interfaces.png"/>
+ </figure>
</chapter>