[Refdb-cvs] CVS: homepage doc.html,1.9,1.10
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-10-22 21:39:12
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18566 Modified Files: doc.html Log Message: added xnote and citationlistx dtd docs Index: doc.html =================================================================== RCS file: /cvsroot/refdb/homepage/doc.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -U2 -r1.9 -r1.10 --- doc.html 22 Oct 2005 21:06:50 -0000 1.9 +++ doc.html 22 Oct 2005 21:39:04 -0000 1.10 @@ -141,4 +141,10 @@ </tr> <tr> + <td class="localnav"><a href="#xnote">The xnote.dtd reference</a></td> + </tr> + <tr> + <td class="localnav"><a href="#citationlistx">The citationlistx.dtd reference</a></td> + </tr> + <tr> <td class="localnav"><a href="#dtd">The DTD files</a></td> </tr> @@ -187,4 +193,18 @@ </ul> + <h2 id="xnote">xnote.dtd reference</h2> + <p>The <code>xnote.dtd</code> reference explains how to use this XML DTD to author extended notes.</p> + <ul> + <li><strong><a href="xnote/index.html">HTML</a> for online reading</strong></li> + <li><a href="xnote/xnote.tar.gz">HTML</a> (tar.gz archive)</li> + </ul> + + <h2 id="citationlistx">citationlistx.dtd reference</h2> + <p>The <code>citationlistx.dtd</code> reference explains the XML DTD which RefDB uses to list the citations in a source document.</p> + <ul> + <li><strong><a href="citationlistx/index.html">HTML</a> for online reading</strong></li> + <li><a href="citationlistx/citationlistx.tar.gz">HTML</a> (tar.gz archive)</li> + </ul> + <h2 id="dtd">DTD files</h2> <p>RefDB uses four document type definitions (DTD) in addition to the DTDs of the supported SGML and XML documents. The <code>citationlistx.dtd</code> defines a document type that encodes the RefDB citation information in a SGML or XML document. The <code>citestylex.dtd</code> defines a document type that holds the style and formatting information for a specific publisher. The <code>risx.dtd</code> defines a document type to author bibliographic records. The <code>xnote.dtd</code> defines a document type to write extended notes. All DTDs can be viewed online. The URLs below can be used as the system identifier in your document's type declaration. They will always point to the most recent release of the DTDs (see the DTD files for how to use a particular release).</p> |