[Refdb-cvs] CVS: homepage programming.html,1.2,1.3
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-01-04 21:52:24
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23894 Modified Files: programming.html Log Message: added ruby lib Index: programming.html =================================================================== RCS file: /cvsroot/refdb/homepage/programming.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- programming.html 23 Oct 2005 21:06:54 -0000 1.2 +++ programming.html 4 Jan 2006 21:52:16 -0000 1.3 @@ -118,5 +118,5 @@ <div id="main"> <h1>RefDB Features: programming</h1> - <p>A key feature of RefDB is that it is a snap to use it from scripts or even from Makefiles. This greatly simplifies recurring tasks, like feeding the results of a weekly Pubmed search into your database. The simplest way to do this is to use the <a href="cli.html">command line tools</a> in batch mode. For more ambitious projects there is also a Perl module which allows to integrate RefDB functionality into your very own Perl programs.</p> + <p>A key feature of RefDB is that it is a snap to use it from scripts or even from Makefiles. This greatly simplifies recurring tasks, like feeding the results of a weekly Pubmed search into your database. The simplest way to do this is to use the <a href="cli.html">command line tools</a> in batch mode. For more ambitious projects there are also modules or libraries which allow to integrate RefDB functionality into your very own programs.</p> <div class="localnav"> <table class="localnav"> @@ -128,8 +128,8 @@ <tbody> <tr> - <td class="localnav"><a href="#general">General features</a></td> + <td class="localnav"><a href="#perl">Perl module</a></td> </tr> <tr> - <td class="localnav"><a href="#example">Example</a></td> + <td class="localnav"><a href="#ruby">Ruby library</a></td> </tr> </tbody> @@ -137,11 +137,11 @@ </div> - <h2 id="general">General Features</h2> + <h2 id="perl">Perl Module</h2> + <h3 id="general">General Features</h3> <p class="authors">Author: Markus Hoenicka <mho...@us...></p> <p><strong><a href="pre/RefDBClient-Client-1.13.tar.gz">Download RefDBClient-Client-1.13.tar.gz</a></strong></p> - <p><strong>Note:</strong>This version requires <a href="pre/refdb-latest.tar.gz">refdb-0.9.6-pre3 or later</a> or a current CVS version of RefDB.</p> <p>The Perl client module <code>RefDBClient::Client</code> allows Perl programmers to access the refdbd server from Perl scripts. The client/server dialog is implemented entirely in Perl. That is, you don't need the C clients installed on your system in order to run a Perl script using this module. The module allows an object-oriented approach to all RefDB client commands.</p> - <h2 id="examples">Examples</h2> + <h3 id="examples">Examples</h3> <p>Creating a Perl script that interacts with refdbd is straightforward and simple. First, you create a new instance of <code>RefDBClient::Client</code> and set the initial communication parameters:</p> <pre class="source"> @@ -166,4 +166,8 @@ <p>Please follow the instructions in the INSTALL file of the archive to install this module properly on your system.</p> + <h2 id="ruby">Ruby library</h2> + <p class="authors">Former author: Diwaker Gupta <diw...@gm...> <b>Currently unmaintained & up for grabs!</b></p> + <p>There is a Ruby library which implements the basic functionality of the client/server protocol. It is not yet feature-complete but passes a set of basic tests.</p> + <p>If you are interested in using or improving on the library, please check out the <code>rubylib</code> module from <a href="download.html#cvs">CVS</a>.</p> </div> |