Thread: [Refdb-cvs] CVS: refdb/doc chapter-refdba.xml,1.1.2.1,1.1.2.2 chapter-refdbc.xml,1.1.2.1,1.1.2.2 cha
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-01-13 22:21:54
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28280 Modified Files: Tag: Release_0_9_5_stable chapter-refdba.xml chapter-refdbc.xml chapter-refdbd.xml chapter-refdbib.xml Log Message: changed title to include the non-client tools Index: chapter-refdba.xml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Attic/chapter-refdba.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -U2 -r1.1.2.1 -r1.1.2.2 --- chapter-refdba.xml 8 Jan 2006 21:53:40 -0000 1.1.2.1 +++ chapter-refdba.xml 13 Jan 2006 22:21:46 -0000 1.1.2.2 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <chapter id="chapter-refdba"> - <title>refdba: the administrative client</title> - <para>The following tasks can be performed with refdba:</para> + <title>Administration tools</title> + <para>The following tasks can be performed with the tools described in this chapter:</para> <itemizedlist> <listitem> @@ -22,6 +22,9 @@ <para>Configure the application server while running</para> </listitem> + <listitem> + <para>Create and restore database backups</para> + </listitem> </itemizedlist> - <para>The first section explains the usage of refdba in full detail. The following sections introduce two scripts which simplify the task of backing up and restoring the system and reference databases of your installation.</para> + <para>The first section explains the usage of the command-line client refdba in full detail. The following sections introduce two scripts which simplify the task of backing up and restoring the system and reference databases of your installation.</para> <xi:include href="refdba.1.xml" Index: chapter-refdbc.xml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Attic/chapter-refdbc.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -U2 -r1.1.2.1 -r1.1.2.2 --- chapter-refdbc.xml 8 Jan 2006 21:53:40 -0000 1.1.2.1 +++ chapter-refdbc.xml 13 Jan 2006 22:21:46 -0000 1.1.2.2 @@ -1,9 +1,9 @@ <?xml version="1.0"?> <chapter id="chapter-refdbc"> - <title>refdbc: the reference management client</title> - <para>The following tasks can be performed with refdbc:</para> + <title>Tools for reference and notes management</title> + <para>The following tasks can be performed with the tools described in this chapter:</para> <itemizedlist> <listitem> - <para>Manually add, edit, and delete reference entries</para> + <para>Manually add, update, and delete reference entries</para> </listitem> <listitem> @@ -16,4 +16,7 @@ <para>Include existing references into personal reference list</para> </listitem> + <listitem> + <para>Convert reference data from various formats to RIS</para> + </listitem> </itemizedlist> Index: chapter-refdbd.xml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Attic/chapter-refdbd.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -U2 -r1.1.2.1 -r1.1.2.2 --- chapter-refdbd.xml 8 Jan 2006 21:53:40 -0000 1.1.2.1 +++ chapter-refdbd.xml 13 Jan 2006 22:21:46 -0000 1.1.2.2 @@ -1,5 +1,5 @@ <?xml version="1.0"?> <chapter id="chapter-refdbd"> - <title>refdbd: the application server</title> + <title>The application server</title> <para>refdbd is the RefDB application server, i.e. a program that runs in the background and handles the requests from the RefDB clients. This is the program that directly interacts with the database server and does most of the serious work.</para> <para>refdbd can be configured at startup with the configuration file <filename moreinfo="none">refdbdrc</filename> or by passing command-line options. The latter override the corresponding settings in the configuration files. While refdbd is running, most of the parameters can be changed remotely with <application moreinfo="none">refdba</application> (see the refdba command <link linkend="app-a-command-confserv"><command moreinfo="none">confserv</command></link>), but to make changes permanent you'll have to edit the configuration file or the script line that starts refdbd.</para> Index: chapter-refdbib.xml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Attic/chapter-refdbib.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -U2 -r1.1.2.1 -r1.1.2.2 --- chapter-refdbib.xml 8 Jan 2006 21:53:40 -0000 1.1.2.1 +++ chapter-refdbib.xml 13 Jan 2006 22:21:46 -0000 1.1.2.2 @@ -1,5 +1,5 @@ <?xml version="1.0"?> <chapter id="chapter-refdbib"> - <title>refdbib: the bibliography client</title> + <title>Tools for bibliographies</title> <para>This chapter is a reference for <command>refdbib</command>, the RefDB bibliography client, and all associated tools which are required for the transformation of documents containing RefDB bibliographies.</para> |