]> source.dussan.org Git - poi.git/commitdiff
new diagram by Matthew Young
authorAndrew C. Oliver <acoliver@apache.org>
Sun, 10 Mar 2002 15:45:01 +0000 (15:45 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Sun, 10 Mar 2002 15:45:01 +0000 (15:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352173 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/hssf/book.xml
src/documentation/xdocs/hssf/diagram1.xml [new file with mode: 0644]
src/documentation/xdocs/hssf/diagrams.xml [new file with mode: 0644]

index d3f5fd47826efde4c18b98fc3adca9dc76b3123c..2c2eb5538d4deaa835efd84db6a570ad1d9bcaae 100644 (file)
   <menu label="HSSF">
     <menu-item label="HOWTO" href="how-to.html"/>
     <menu-item label="Use Case" href="use-case.html"/>
+    <menu-item label="Pictorial Docs" href="diagrams.html"/>
+  </menu>
+  <menu label="Contributer's Guide">
     <menu-item label="Record Generator" href="record-generator.html"/>
   </menu>
 
-</book>
\ No newline at end of file
+</book>
diff --git a/src/documentation/xdocs/hssf/diagram1.xml b/src/documentation/xdocs/hssf/diagram1.xml
new file mode 100644 (file)
index 0000000..0112762
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../dtd/document-v10.dtd">
+
+<document>
+ <header>
+  <title>HSSF</title>
+  <subtitle>Overview</subtitle>
+  <authors>
+   <person name="Andrew C. Oliver" email="acoliver@apache.org"/>     
+   <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>     
+  </authors>
+ </header>
+
+ <body>
+ <s1 title="Usermodel Class Diagram by Matthew Young">
+           <img src="images/usermodel.gif"/>
+  </s1>
+ </body>
+</document>
diff --git a/src/documentation/xdocs/hssf/diagrams.xml b/src/documentation/xdocs/hssf/diagrams.xml
new file mode 100644 (file)
index 0000000..c459ec2
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../dtd/document-v10.dtd">
+
+<document>
+ <header>
+  <title>HSSF</title>
+  <subtitle>Overview</subtitle>
+  <authors>
+   <person name="Andrew C. Oliver" email="acoliver@apache.org"/>     
+   <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>     
+  </authors>
+ </header>
+
+ <body>
+ <s1 title="Overview">
+        <p>
+                This section is intended for diagrams (UML/etc) that help
+                explain HSSF. 
+        </p>
+        <ul>
+               <li>
+                      <link href="diagram1.html">HSSF usermodel class diagram</link> -                
+                      by Matthew Young (myoung at westernasset dot com)
+               </li>
+        </ul>
+        <p>
+                Have more?  Add a new "bug" to the bug database with [DOCUMENTATION] 
+                prefacing the description and a link to the file on an http server 
+                somewhere.  If you don't have your own webserver, then you can email it
+                to (acoliver at apache dot org) provided its &lt; 5MB.  Diagrams should be 
+                in some format that can be read at least on Linux and Windows.  Diagrams
+                that can be edited are preferrable, but lets face it, there aren't too 
+                many good affordable UML tools yet!  And no they don't HAVE to be UML...
+                just useful.
+        </p>
+  </s1>
+ </body>
+</document>