[Refdb-cvs] CVS: homepage addons.html,1.5,1.6
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-06-13 19:55:30
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30162 Modified Files: addons.html Log Message: updated for refdb-mode 1.13; added a couple of images Index: addons.html =================================================================== RCS file: /cvsroot/refdb/homepage/addons.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -U2 -r1.5 -r1.6 --- addons.html 18 May 2005 11:13:25 -0000 1.5 +++ addons.html 13 Jun 2005 19:55:18 -0000 1.6 @@ -140,5 +140,5 @@ <h2 id="ris-mode">Emacs ris-mode</h2> - <p>Author: Markus Hoenicka <mho...@us...></p> + <p class="authors">Author: Markus Hoenicka <mho...@us...></p> <p><b><a href="addons/ris.el">Download ris.el (1.9)</a></b></p> <p>If your editor of choice should be <a href="http://directory.fsf.org/emacs.html">Emacs</a> or <a href="http://www.xemacs.org/">XEmacs</a>, the RIS major mode (ris.el) will make editing RIS datasets a little bit more comfortable. Font-locking will help you to spot syntax errors. Especially the end tag (ER - ) is prone to lack the trailing space if you're not careful. The ris-mode displays valid tags in blue, except the special type (TY - ) and end (ER - ) tags which are shown in red. The tag contents are colored according to several criteria. If the contents of a field is limited in length, the color will extend only up to that limit. Author/editor, publication date, and reprint fields are checked for a valid content. ris-mode also provides the following commands:</p> @@ -161,16 +161,51 @@ <h2 id="refdb-mode">Emacs refdb-mode</h2> - <p>Author: Michael Smith <xm...@us...></p> - <p><b><a href="addons/refdb-mode.el">Download refdb-mode.el (1.10)</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 the most common RefDB commands. 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>. It provides menu entries to add, update, delete, and search for references. Retrieved references in either RIS or risx format can be edited in place and subsequently be updated in the database. 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.</p> + <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> + <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> + <li>It provides menu entries to add, update, delete, and search for references and notes. Retrieved references and notes in either RIS or risx format can be edited in place and subsequently be updated in the database.</li> + <li>Queries using author names, periodical names, or keywords are simplified by tab-completion.</li> + <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>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> + </ul> <p>To install this mode on your system, follow the instructions in the elisp code.</p> - <p class="legend"><a href="refdbmode.png"><img alt="Emacs refdb-mode" src="refdbmode-small.jpg"/></a></p> - <p class="legend"><strong>Fig. 2:</strong> Emacs refdb-mode. Click on the image to see a <a href="refdbmode.png">larger version</a>. The menu allows easy access to the most common reference manipulation commands.</p> + + + <p class="legend"><a href="refdb-mode-getref1.png"><img alt="Emacs refdb-mode" src="refdb-mode-getref1-small.jpg"/></a></p> + <p class="legend"><strong>Fig. 2a:</strong> Emacs refdb-mode, showing the available menu commands to retrieve references. The two buffers show the result of retrieving references in risx format. The output buffer contains the data proper, which can be edited and validated using the automatically invoked nXML mode. The messages buffer contains the command summaries of the most recent commands. Click on the image to see a <a href="refdb-mode-getref1.png">larger version</a>.</p> + + <table summary="refdb-mode screenshots"> + <tr valign="bottom"> + <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> + <td><a href="refdb-mode-selectdb1.png"><img alt="Emacs refdb-mode" src="refdb-mode-selectdb1-tiny.jpg"/></a> + </td> + <td><a href="refdb-mode-convert.png"><img alt="Emacs refdb-mode" src="refdb-mode-convert-tiny.jpg"/></a> + </td> + <td><a href="refdb-mode-admin1.png"><img alt="Emacs refdb-mode" src="refdb-mode-admin1-tiny.jpg"/></a> + </td> + </tr> + <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 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> + <td class="legend"><strong>Fig 2f: </strong>The administrative commands.</td> + </tr> + </table> <h2 id="vim">Vim syntax, filetype and plugin files</h2> - <p>Author: David Nebauer <dav...@sw...></p> + <p class="authors">Author: David Nebauer <dav...@sw...></p> <p><b><a href="addons/vimhelper-1.0.tar.gz">Download vimhelper.tar.gz (1.0)</a></b></p> <p>If <a href="http://www.vim.org">Vim</a> is the editor of your choice, this set of files comes in handy to edit RIS files.</p> @@ -206,5 +241,5 @@ <h2 id="makestyle">Makestyle (bibliography style generator)</h2> - <p>Author: David Nebauer <dav...@sw...></p> + <p class="authors">Author: David Nebauer <dav...@sw...></p> <p><b><a href="addons/makestyle-1.0.tar.gz">Download makestyle.tar.gz (1.0)</a></b></p> <p>refdb-ms is a Perl script which helps to write bibliography and citation style specifications for RefDB from scratch. If a regular XML editor does not feel right for you, try this script. It shows valid elements at the current point, just like an XML editor would do, but provides additional help about the purpose of each element.</p> @@ -216,5 +251,5 @@ <h2 id="perlmod">Perl client module</h2> - <p>Author: Markus Hoenicka <mho...@us...></p> + <p class="authors">Author: Markus Hoenicka <mho...@us...></p> <p><b><a href="pre/RefDBClient-Client-1.11.tar.gz">Download RefDBClient-Client-1.11.tar.gz</a></b></p> <p><b>Note:</b>This version requires <a href="pre/refdb-latest.tar.gz">refdb-0.9.6-pre2 or later</a> or a current CVS version of RefDB.</p> |