summaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-26 01:07:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-26 01:07:43 +0200
commit6a976a40d77adaff911ef873cd24737430523e82 (patch)
treea63eb730797aca27a08fe4aaef45423de129f81f /doc/manual.xhtml
parentb0707daf4b32071d281c7aeaeccde391324d25f4 (diff)
Add the arch and flow diagrams to the manual
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index ff2255e..36dec66 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -406,7 +406,8 @@
the object persistence architecture of an application that uses
MySQL as the underlying database system:</p>
- <p>@@ arch diagram</p>
+ <!-- align=center is needed for html2ps -->
+ <div class="img" align="center"><img src="odb-arch.png"/></div>
<p>The ODB system also defines two special-purpose languages:
the ODB Pragma Language and ODB Query Language. The ODB Pragma
@@ -428,7 +429,8 @@
following diagram shows the typical build workflow of an application
that uses ODB:</p>
- <p>@@ flow diagram</p>
+ <!-- align=center is needed for html2ps -->
+ <div class="img" align="center"><img src="odb-flow.png"/></div>
<h2><a name="1.2">1.2 Benefits</a></h2>