Update of /cvsroot/refdb/homepage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20645
Modified Files:
features.html
Log Message:
added images
Index: features.html
===================================================================
RCS file: /cvsroot/refdb/homepage/features.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -U2 -r1.1.1.1 -r1.2
--- features.html 13 Dec 2004 21:19:31 -0000 1.1.1.1
+++ features.html 24 Dec 2004 15:27:18 -0000 1.2
@@ -169,4 +169,6 @@
<li>The query language is fairly simple yet powerful. You can use booleans to combine queries on any combination of fields. You can use brackets to group queries. You can use Unix-style regular expressions to formulate advanced queries.</li>
</ul>
+ <p class="legend"><a href="refdbinput.png"><img alt="RefDB input schema" src="refdbinput-small.png"/></a></p>
+ <p class="legend"><strong>Fig. 1:</strong> RefDB data input. Click on the image to see a <a href="refdbinput.png">larger version</a>.</p>
<h2 id="bibliographies">Bibliographies</h2>
@@ -177,4 +179,6 @@
<li>Sophisticated shell scripts and makefiles take care of the document transformations. The whole process is transparent to the user as all he needs to do is e.g. type <code>make pdf</code> to turn his document into a PDF file with formatted citations and bibliographies.</li>
</ul>
+ <p class="legend"><a href="refdboutput.png"><img alt="RefDB bibliography output" src="refdboutput-small.png"/></a></p>
+ <p class="legend"><strong>Fig. 2:</strong> RefDB bibliography output. The example shows the processing of an XML document to printable output. <code>runbib</code> and <code>refdbxml</code> are shell scripts that can be invoked separately. However, it is more convenient to use the <code>refdbnd</code>-created Makefile which processes your document with a single command. Click on the image to see a <a href="refdboutput.png">larger version</a>.</p>
|