Update of /cvsroot/refdb/homepage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3399
Modified Files:
addons.html
Log Message:
updated for refdb-mode.el 1.15;added cvs link
Index: addons.html
===================================================================
RCS file: /cvsroot/refdb/homepage/addons.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -U2 -r1.6 -r1.7
--- addons.html 13 Jun 2005 19:55:18 -0000 1.6
+++ addons.html 25 Jun 2005 23:39:36 -0000 1.7
@@ -89,4 +89,7 @@
</tr>
<tr>
+ <td class="nav"><a href="http://cvs.sourceforge.net/viewcvs.py/refdb/">Project CVS</a></td>
+ </tr>
+ <tr>
<td class="nav"><a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=26091&type=1" width="88" height="31" border="0" alt="SourceForge Logo" /></a></td>
@@ -161,7 +164,7 @@
<h2 id="refdb-mode">Emacs refdb-mode</h2>
- <p class="authors">Author: Michael Smith <xm...@us...>, Maintainer: Markus Hoenicka <mho...@us...></p>
- <p><b><a href="addons/refdb-mode.el">Download refdb-mode.el (1.13)</a></b></p>
- <p>This minor mode for <a href="http://directory.fsf.org/emacs.html">Emacs</a> and <a href="http://www.xemacs.org/">XEmacs</a> is a frontend for most RefDB commands.</p>
+ <p class="authors">Current Author: Markus Hoenicka <mho...@us...></p>
+ <p><b><a href="addons/refdb-mode.el">Download refdb-mode.el (1.15)</a></b></p>
+ <p>This minor mode for <a href="http://directory.fsf.org/emacs.html">Emacs</a> and <a href="http://www.xemacs.org/">XEmacs</a> is a frontend, and then some, for RefDB.</p>
<ul>
<li>It works nicely alongside the major modes ris-mode, <a href="http://www.thaiopensource.com/nxml-mode/">nxml-mode</a>, and <a href="http://sourceforge.net/projects/psgml/">PSGML</a>. refdb-mode can be automatically activated in these modes, and commands that return data in either of these formats set the appropriate mode automatically.</li>
@@ -170,6 +173,8 @@
<li>You can run queries on a selected region. E.g. you can highlight a word or a phrase in the title of a reference and see whether references exist that use this word or phrase as a keyword.</li>
<li>Reference data in formats that RefDB cannot natively import or generate can be converted by Chris Putnam's <a href="http://www.scripps.edu/~cdputnam/software/bibutils/bibutils.html">bibutils</a> via menu commands.</li>
- <li>HTML and XHTML output can be sent to a browser of your choice (including the built-in <a href="http://www.cs.indiana.edu/elisp/w3/docs.html">w3 mode</a>) automatically.</li>
<li>A menu shows the databases that the current user has permissions to access.</li>
+ <li>DocBook SGML and XML as well as TEI XML files can be created via the refdbnd script</li>
+ <li>A set of commands allows to add citation elements in DocBook or TEI formats to the kill ring, containing one or more references returned by a previous query. These elements can then be yanked into your DocBook or TEI documents.</li>
+ <li>These documents can be transformed to various output formats via menu commands, and the output can be viewed immediately in external viewers via the menu</li>
<li>A full range of administrative commands helps the RefDB administrator to get his work done. This includes the control of the application server and shortcuts to edit the RefDB configuration files.Administration is simplified by tab-completion for filenames and for character encodings.</li>
<li>Bibliographic styles can be added, retrieved, and directly edited.</li>
@@ -187,5 +192,5 @@
<td><a href="refdb-mode-getref-region.png"><img alt="Emacs refdb-mode" src="refdb-mode-getref-region-tiny.jpg"/></a>
</td>
- <td><a href="refdb-mode-getnote1.png"><img alt="Emacs refdb-mode" src="refdb-mode-getnote1-tiny.jpg"/></a>
+ <td><a href="refdb-mode-cite.png"><img alt="Emacs refdb-mode" src="refdb-mode-cite-tiny.jpg"/></a>
</td>
<td><a href="refdb-mode-selectdb1.png"><img alt="Emacs refdb-mode" src="refdb-mode-selectdb1-tiny.jpg"/></a>
@@ -198,5 +203,5 @@
<tr valign="top">
<td class="legend"><strong>Fig 2b: </strong>Use a marked region of text as a query string</td>
- <td class="legend"><strong>Fig 2c: </strong>Retrieve extended notes in a similar way as references.</td>
+ <td class="legend"><strong>Fig 2c: </strong>Create citation elements from the results of a query.</td>
<td class="legend"><strong>Fig 2d: </strong>Select from the list of available databases.</td>
<td class="legend"><strong>Fig 2e: </strong>Import external reference data, like the MODS dataset shown here.</td>
|