[Refdb-cvs] CVS: elisp refdb-mode.el,1.11,1.12
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-06-07 20:07:41
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19239 Modified Files: refdb-mode.el Log Message: added commands to start and stop the application server;added commands to edit config files;added encodings;added pickref and dumpref commands;added whichdb command;added addlink and deletelink commands;fixed buffer modes for output Index: refdb-mode.el =================================================================== RCS file: /cvsroot/refdb/elisp/refdb-mode.el,v retrieving revision 1.11 retrieving revision 1.12 diff -u -U2 -r1.11 -r1.12 --- refdb-mode.el 31 May 2005 21:05:00 -0000 1.11 +++ refdb-mode.el 7 Jun 2005 20:07:33 -0000 1.12 @@ -55,4 +55,35 @@ ;; ;; ------------------------------------------------------------------- +;;; Prerequisites +;; ------------------------------------------------------------------- +;; +;; refdb-mode is a front-end to the command-line utilities of RefDB. +;; For refdb-mode to work at all, you need a working RefDB +;; installation on your box. The minimum requirement is that the +;; client refdbc is installed on your system and set up to talk to a +;; refdbd server by means of a system-wide or user configuration +;; file. This file must contain the RefDB username and the password, [...1735 lines suppressed...] + refdb-dumpref-menu-item + refdb-menu-item-separator4 refdb-addnote-menu-item refdb-updatenote-menu-item refdb-deletenote-menu-item refdb-getnote-submenu-definition + refdb-addlink-menu-item + refdb-deletelink-menu-item + refdb-menu-item-separator4 refdb-data-output-submenu-definition refdb-selectdb-submenu-contents + refdb-whichdb-menu-item refdb-menu-item-separator4 refdb-administration-submenu-definition @@ -3299,4 +3987,5 @@ refdb-show-version-menu-item refdb-customize-menu-item + refdb-customize-submenu-definition ) "*Contents of command `refdb-mode' menu. |