refdb-cvs Mailing List for RefDB (Page 41)
Status: Beta
Brought to you by:
mhoenicka
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(88) |
Feb
(50) |
Mar
(36) |
Apr
(9) |
May
(30) |
Jun
(30) |
Jul
(22) |
Aug
(16) |
Sep
(42) |
Oct
(18) |
Nov
(29) |
Dec
(23) |
2005 |
Jan
(18) |
Feb
(28) |
Mar
(21) |
Apr
(35) |
May
(62) |
Jun
(22) |
Jul
(5) |
Aug
(40) |
Sep
(98) |
Oct
(81) |
Nov
(51) |
Dec
(62) |
2006 |
Jan
(46) |
Feb
(36) |
Mar
(8) |
Apr
(16) |
May
(14) |
Jun
(16) |
Jul
(47) |
Aug
(60) |
Sep
(34) |
Oct
(16) |
Nov
(46) |
Dec
(11) |
2007 |
Jan
(16) |
Feb
(13) |
Mar
(58) |
Apr
(32) |
May
(4) |
Jun
(8) |
Jul
(31) |
Aug
(46) |
Sep
(22) |
Oct
(30) |
Nov
(58) |
Dec
(15) |
2008 |
Jan
(8) |
Feb
(8) |
Mar
(2) |
Apr
(6) |
May
(3) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(6) |
Nov
(3) |
Dec
(5) |
2009 |
Jan
(1) |
Feb
(20) |
Mar
(8) |
Apr
(5) |
May
(8) |
Jun
(3) |
Jul
(6) |
Aug
(4) |
Sep
(7) |
Oct
(8) |
Nov
(2) |
Dec
(1) |
2010 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
(5) |
Feb
(5) |
Mar
(13) |
Apr
(3) |
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(5) |
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(13) |
2014 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
(9) |
Feb
(16) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Markus H. <mho...@us...> - 2005-11-20 20:27:40
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30145 Modified Files: configure.in Log Message: added viewer apps and paths Index: configure.in =================================================================== RCS file: /cvsroot/refdb/elisp/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- configure.in 19 Nov 2005 19:23:26 -0000 1.2 +++ configure.in 20 Nov 2005 20:27:32 -0000 1.3 @@ -19,7 +19,7 @@ AC_PATH_PROG(mysudo, sudo, sudo) AC_PATH_PROGS(mygnumake, gmake make, make) -AC_PATH_PROGS(mypdfviewer, acroread xpdf gv kpdf, gv) -AC_PATH_PROGS(mypsviewer, gv kghostview gsview32, gv) -AC_PATH_PROGS(myrtfviewer, soffice abiword kword, soffice, [$PATH:/usr/local/OpenOffice.org1.1.4/program]) +AC_PATH_PROGS(mypdfviewer, acroread xpdf gv kpdf gpdf evince Preview, gv, [$PATH:/opt/csw/bin:/Applications/Preview.app/Contents/MacOS]) +AC_PATH_PROGS(mypsviewer, gv kghostview ggv gsview32 Preview, gv, [$PATH:/opt/csw/bin:/Applications/Preview.app/Contents/MacOS]) +AC_PATH_PROGS(myrtfviewer, soffice oowriter abiword Ted kword TextEdit, soffice, [$PATH:/usr/local/OpenOffice.org1.1.4/program:/opt/csw/bin:/Applications/TextEdit.app/Contents/MacOS]) AC_PATH_PROGS(myshell, sh ash bash, sh) |
From: Markus H. <mho...@us...> - 2005-11-20 20:26:45
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29906 Modified Files: README Log Message: added installation instructions Index: README =================================================================== RCS file: /cvsroot/refdb/elisp/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- README 12 Nov 2005 23:07:23 -0000 1.1 +++ README 20 Nov 2005 20:26:38 -0000 1.2 @@ -1,3 +1,6 @@ -refdb-mode.el and ris.el are Emacs extensions. +refdb-elisp README +================== + +This package contains two extensions for the Emacs editor: refdb-mode.el adds an interface to RefDB, a reference database and @@ -8,2 +11,14 @@ See the enclosed documentation in HTML or PDF format for further information. + +To install the package, run: + +tar -xzf refdb-elisp-1.0.tar.gz +cd refdb-elisp-1.0 +./configure +make +make install + +Add the following to your ~/.emacs (check the path on your system): + +(load-file "/usr/local/etc/refdb-mode-config.el") |
From: Markus H. <mho...@us...> - 2005-11-19 19:25:11
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10817 Modified Files: refdb-mode.el Log Message: fix typo in getnote-on-region() Index: refdb-mode.el =================================================================== RCS file: /cvsroot/refdb/elisp/refdb-mode.el,v retrieving revision 1.17 retrieving revision 1.18 diff -u -U2 -r1.17 -r1.18 --- refdb-mode.el 12 Nov 2005 21:25:27 -0000 1.17 +++ refdb-mode.el 19 Nov 2005 19:25:04 -0000 1.18 @@ -3444,8 +3444,8 @@ (if (mark) (progn - (let ((concat - refdb-regexp-query-string - (value (buffer-substring (mark) (point))) - refdb-regexp-query-string)) + (let ((value (concat + refdb-regexp-query-string + (buffer-substring (mark) (point)) + refdb-regexp-query-string))) (if refdb-use-regexp-match-in-getref-on-region-flag (refdb-getnote-by-field-regexp field value) |
From: Markus H. <mho...@us...> - 2005-11-19 19:23:35
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10573 Modified Files: configure.in Log Message: search for viewing programs Index: configure.in =================================================================== RCS file: /cvsroot/refdb/elisp/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- configure.in 12 Nov 2005 23:07:23 -0000 1.1 +++ configure.in 19 Nov 2005 19:23:26 -0000 1.2 @@ -4,10 +4,46 @@ dnl check for one of the source files AC_INIT(refdb-mode.el) -AM_INIT_AUTOMAKE(refdb-elisp, 1.0) +AM_INIT_AUTOMAKE(refdb-elisp, 1.1-pre1) dnl find Emacs and set site-lisp path AM_PATH_LISPDIR +dnl find RefDB programs +AC_PATH_PROG(myrefdbd, refdbd, refdbd) +AC_PATH_PROG(myrefdbctl, refdbctl, refdbctl) +AC_PATH_PROG(myrefdbc, refdbc, refdbc) +AC_PATH_PROG(myrefdba, refdba, refdbc) +AC_PATH_PROG(myrefdbnd, refdbnd, refdbnd) + +dnl find external apps +AC_PATH_PROG(mysudo, sudo, sudo) +AC_PATH_PROGS(mygnumake, gmake make, make) +AC_PATH_PROGS(mypdfviewer, acroread xpdf gv kpdf, gv) +AC_PATH_PROGS(mypsviewer, gv kghostview gsview32, gv) +AC_PATH_PROGS(myrtfviewer, soffice abiword kword, soffice, [$PATH:/usr/local/OpenOffice.org1.1.4/program]) +AC_PATH_PROGS(myshell, sh ash bash, sh) + AC_SUBST(lispdir) +AC_SUBST(mysudo) +AC_SUBST(myrefdbd) +AC_SUBST(myrefdbctl) +AC_SUBST(myrefdbc) +AC_SUBST(myrefdba) +AC_SUBST(myrefdbnd) +AC_SUBST(mygnumake) +AC_SUBST(mypdfviewer) +AC_SUBST(mypsviewer) +AC_SUBST(myrtfviewer) +AC_SUBST(myshell) AC_OUTPUT(Makefile) + +if test "$myrefdbd" = "refdbd" || test "$myrefdbctl" = "myrefdbctl" || test "$myrefdbc" = "refdbc" || test "$myrefdba" = "refdba" || test "$myrefdbnd" = "refdbnd"; then + echo "***WARNING*** + echo "Some of the RefDB applications appear to be missing. Make sure to install them in your PATH before running refdb-mode" +fi + +if test "$mysudo" = "sudo"; then + echo "***WARNING*** + echo "sudo appears to be missing on your system. Without sudo the administrative interface of refdb-mode will lack important functionality" +fi |
From: Markus H. <mho...@us...> - 2005-11-19 19:22:31
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10433 Added Files: refdb-mode-config.el.in Log Message: replaces refdb-mode-config.el --- NEW FILE --- ;; refdb-mode and ris-mode configuration file example ;; adapt the settings to your needs and include this ;; file into your .emacs (or site-start.el) by inserting ;; the following command: ;; ;; (load-file "<sysconfdir>/refdb-mode-config.el") ;; ;; Alternatively, copy the following lines directly ;; into your .emacs ;; load the editing mode for RIS files and associate .ris files ;; with this mode (autoload 'ris-mode "ris" "Major mode for RIS bibliography files." t) (or (assoc "\\.ris$" auto-mode-alist) (setq auto-mode-alist (cons '("\\.ris$" . ris-mode) auto-mode-alist))) ;; load refdb-mode (require 'refdb-mode) ;; invoke refdb-mode automatically with these major modes. You may ;; have to fiddle with the hook names if your OS/distribution uses ;; different names for these modes (add-hook 'ris-mode-hook 'refdb-mode) (add-hook 'nxml-mode-hook 'refdb-mode) (add-hook 'bibtex-mode-hook 'refdb-mode) (add-hook 'psgml-mode-hook 'refdb-mode) (add-hook 'sgml-mode-hook 'refdb-mode) (add-hook 'refdb-output-mode-hook 'refdb-mode) ;; this will highlight the currently selected region. It is highly ;; recommended to use this feature with RIS datasets because some ;; refdb-mode commands work either on the whole buffer or on the ;; marked region. Seeing the marked region avoids surprises (transient-mark-mode t) ;;; defaults ;;; ;; set the default reference database. Replace "EXAMPLE" with the name ;; of your database (setq refdb-database "EXAMPLE") ;; paths to document viewers (setq refdb-gnumake-program "<mygnumake>") (setq refdb-pdf-view-program "<mypdfviewer>") (setq refdb-ps-view-program "<mypsviewer>") (setq refdb-rtf-view-program "<myrtfviewer>") (setq refdb-external-program-shell "<myshell>") |
From: Markus H. <mho...@us...> - 2005-11-19 19:21:58
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10347 Removed Files: refdb-mode-config.el Log Message: replaced by refdb-mode-config.el.in --- refdb-mode-config.el DELETED --- |
From: Markus H. <mho...@us...> - 2005-11-19 19:20:56
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10081 Modified Files: Makefile.am Log Message: create chunked HTML output with CSS styling; install refdb-mode-config.el as config file; preconfigure refdb-mode-config.el Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/elisp/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -U2 -r1.5 -r1.6 --- Makefile.am 12 Nov 2005 22:59:55 -0000 1.5 +++ Makefile.am 19 Nov 2005 19:20:47 -0000 1.6 @@ -3,21 +3,37 @@ lisp_LISP = ris.el refdb-mode.el +sysconf_DATA = refdb-mode-config.el + docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) -manualdir = $(docdir) -doc_DATA = refdb-mode-manual.pdf -manual_DATA = refdb-mode-manual.html +doc_DATA = refdb-mode-manual.pdf refdb-mode-manual/* + +EXTRA_DIST = $(lisp_LISP) $(doc_DATA) $(manual_DATA) refdb-mode-manual.xml refdb-mode-config.el.in -EXTRA_DIST = $(lisp_LISP) $(doc_DATA) $(manual_DATA) +MAINTAINERCLEANFILES = $(doc_DATA) refdb-mode-manual.fo +CLEANFILES = refdb-mode-config.el fosheet="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl" -htmlsheet="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" -refdb-mode-manual.fo: refdb-mode-manual.xml - xsltproc --stringparam funcsynopsis.style ansi $(fosheet) refdb-mode-manual.xml > refdb-mode-manual.fo +htmlsheet="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" + +all: refdb-mode-config.el refdb-mode-manual.pdf refdb-mode-manual/* -refdb-mode-manual.pdf: refdb-mode-manual.fo +refdb-mode-config.el: refdb-mode-config.el.in + sed 's%<myrtfviewer>%$(myrtfviewer)%' < $(srcdir)/refdb-mode-config.el.in | \ + sed 's%<mypsviewer>%$(mypsviewer)%' | \ + sed 's%<mypdfviewer>%$(mypdfviewer)%' | \ + sed 's%<mygnumake>%$(mygnumake)%' | \ + sed 's%<myshell>%$(myshell)%' | \ + sed 's%<sysconfdir>%$(sysconfdir)%' > refdb-mode-config.el + +refdb-mode-manual.pdf: refdb-mode-manual.xml + xsltproc --stringparam funcsynopsis.style ansi $(fosheet) refdb-mode-manual.xml > refdb-mode-manual.fo fop -fo refdb-mode-manual.fo -pdf refdb-mode-manual.pdf -refdb-mode-manual.html: refdb-mode-manual.xml - xsltproc --stringparam funcsynopsis.style ansi $(htmlsheet) refdb-mode-manual.xml > refdb-mode-manual.html +refdb-mode-manual/*: refdb-mode-manual.xml + rm -rf refdb-mode-manual/* + mkdir -p refdb-mode-manual + xsltproc --stringparam funcsynopsis.style ansi --stringparam html.stylesheet manual.css -o refdb-mode-manual/ $(htmlsheet) refdb-mode-manual.xml + cp manual.css refdb-mode-manual + |
From: Markus H. <mho...@us...> - 2005-11-19 19:19:36
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9728 Added Files: manual.css Log Message: initial version --- NEW FILE --- h1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #00B000} h1.sect1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #009900} h2 {font-family: Verdana, Arial, Helvetica, sans-serif; color: green} h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #006600} tt.filename, tt.option {color: #660099; font-size: 110%; font-weight: bold;} tt.sgmltag {color: #009966; font-size: 110%; font-weight: bold;} b.command {color: #990000;} div.variablelist dt {color: #990000; font-weight: bold;} table.calstable th {color: #990000; font-weight: bold;} table.warning {color: red;} span.guimenu, span.guimenuitem, span.guisubmenu { font-family: sans-serif; } /* give keycaps a '3D' shaded look */ strong.keycap, b.KEYCAP { padding-left: .2em; padding-right: .2em; border-style: solid; border-top-width: 2px; border-left-width: 3px; border-right-width: 3px; border-bottom-width: 4px; border-top-color: #eeeecc; border-left-color: #eeeecc; border-right-color: #999977; border-bottom-color: #999977; background-color: #ddddbb; /* All these borders may interfere with text on the line bellow. Make the text a little smaller to try and 'pull up' the bottom edge, */ font-size: smaller; } |
From: Paul A. H. <pau...@us...> - 2005-11-16 08:01:20
|
Update of /cvsroot/refdb/ports/freebsd/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11007 Modified Files: patch-scripts-refdb Log Message: New patch for a small change in the target file. Index: patch-scripts-refdb =================================================================== RCS file: /cvsroot/refdb/ports/freebsd/files/patch-scripts-refdb,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- patch-scripts-refdb 20 May 2005 11:44:08 -0000 1.1 +++ patch-scripts-refdb 16 Nov 2005 08:01:13 -0000 1.2 @@ -1,17 +1,17 @@ -*** scripts/refdb.orig Sat Apr 30 16:45:49 2005 ---- scripts/refdb Sat Apr 30 16:46:18 2005 +*** scripts/refdb.orig Thu Nov 10 12:29:22 2005 +--- scripts/refdb Thu Nov 10 12:29:40 2005 *************** -*** 43,49 **** - # set to 'YES' if the OS uses a BSD-style daemon startup system (this is +*** 45,51 **** # true for BSD-UNIX and Unices derived thereof, as well as for the - # Slackware Linux distribution) + # Slackware Linux distribution). This setting does not perform any black + # magic, but it makes the screen messages at startup match the OS style ! BSDSTYLE=NO # don't get interrupted trap "" 1 ---- 43,49 ---- - # set to 'YES' if the OS uses a BSD-style daemon startup system (this is +--- 45,51 ---- # true for BSD-UNIX and Unices derived thereof, as well as for the - # Slackware Linux distribution) + # Slackware Linux distribution). This setting does not perform any black + # magic, but it makes the screen messages at startup match the OS style ! BSDSTYLE=YES |
From: Paul A. H. <pau...@us...> - 2005-11-16 07:59:31
|
Update of /cvsroot/refdb/ports/freebsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10596 Modified Files: pkg-plist Log Message: Updated filenames and locations where appropriate. Index: pkg-plist =================================================================== RCS file: /cvsroot/refdb/ports/freebsd/pkg-plist,v retrieving revision 1.3 retrieving revision 1.4 diff -u -U2 -r1.3 -r1.4 --- pkg-plist 20 May 2005 11:40:03 -0000 1.3 +++ pkg-plist 16 Nov 2005 07:59:24 -0000 1.4 @@ -16,8 +16,17 @@ %%DATADIR%%/dtd/risx.dtd %%DATADIR%%/dtd/xnote.dtd +%%DATADIR%%/dtd/citationlistx.rnc +%%DATADIR%%/dtd/citestylex.rnc +%%DATADIR%%/dtd/risx.rnc +%%DATADIR%%/dtd/xnote.rnc +%%DATADIR%%/dtd/citationlistx.rng +%%DATADIR%%/dtd/citestylex.rng +%%DATADIR%%/dtd/risx.rng +%%DATADIR%%/dtd/xnote.rng %%DATADIR%%/styles/Eur.J.Pharmacol.xml %%DATADIR%%/styles/J.Biol.Chem.xml %%DATADIR%%/styles/bibtex-abbrev.xml %%DATADIR%%/styles/bibtex-full.xml +%%DATADIR%%/styles/schemas.xml %%DATADIR%%/xsl/common-refdb/refdbvar.xsl %%DATADIR%%/xsl/docbk-refdb-xsl/docbk-fo/docbk-refdb-fo.xsl @@ -31,19 +40,19 @@ %%DATADIR%%/xsl/bibdb2tei.xsl %%DATADIR%%/xsl/makecss.xsl -%%DATADIR%%/templates/refdbq_foot.html -%%DATADIR%%/templates/refdbqp_foot.html -%%DATADIR%%/templates/refdbq_head.html -%%DATADIR%%/templates/refdbqp_head.html -%%DATADIR%%/templates/refdbadd_foot.html -%%DATADIR%%/templates/refdbadd_head.html %%DATADIR%%/www/refdbadd.html -%%DATADIR%%/www/refdbdbquery.html %%DATADIR%%/www/refdbkajquery.html -%%DATADIR%%/www/refdblogout.html %%DATADIR%%/www/refdbquery.html -%%DATADIR%%/www/refdbquerynl.html %%DATADIR%%/www/refdbq.css -%%DATADIR%%/www/access.js %%DATADIR%%/www/index.html +%%DATADIR%%/www/admin.php +%%DATADIR%%/www/include.php +%%DATADIR%%/www/login.php +%%DATADIR%%/www/refdb-prl-del.php +%%DATADIR%%/www/refdbadd.php +%%DATADIR%%/www/refdbadmin.php +%%DATADIR%%/www/refdbdbquery.php +%%DATADIR%%/www/refdbkajsearch.php +%%DATADIR%%/www/refdblogout.php +%%DATADIR%%/www/refdbsearch.php %%DATADIR%%/css/refdb.css %%DATADIR%%/examples/readme.examples @@ -60,5 +69,6 @@ %%DATADIR%%/examples/Makefile.template %%DATADIR%%/examples/xnoteset.xml -%%DATADIR%%/sql/refdb.dump +%%DATADIR%%/sql/refdb.dump.mysql +%%DATADIR%%/sql/refdb.dump.mysql41 %%DATADIR%%/sql/refdb.dump.pgsql %%DATADIR%%/sql/refdb.dump.sqlite @@ -85,12 +95,7 @@ bin/refdbjade bin/runbib -bin/tex2mail bin/db2ris bin/refdbxml -bin/marc2ris.pl -bin/med2ris.pl -bin/en2ris.pl bin/refdbnd -bin/dos2unix bin/refdbd bin/refdbib @@ -118,7 +123,7 @@ @dirrm share/refdb/xsl/tei-refdb-xsl @dirrm share/refdb/xsl -@dirrm share/refdb/templates @dirrm share/refdb/www @dirrm share/refdb/css +@exec mkdir -p %D/share/refdb/db @dirrm share/refdb/db @dirrm share/refdb/examples |
From: Paul A. H. <pau...@us...> - 2005-11-16 07:58:45
|
Update of /cvsroot/refdb/ports/freebsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10501 Modified Files: distinfo Log Message: Updated file length and MD5. Index: distinfo =================================================================== RCS file: /cvsroot/refdb/ports/freebsd/distinfo,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- distinfo 9 May 2005 23:33:23 -0000 1.1 +++ distinfo 16 Nov 2005 07:58:37 -0000 1.2 @@ -1,2 +1,2 @@ -MD5 (refdb-0.9.5a.tar.gz) = cc8dde53bd1e483c260a6e92d570e610 -SIZE (refdb-0.9.5a.tar.gz) = 1035533 +MD5 (refdb-0.9.6.tar.gz) = 4e03995c0f9fffe50c7caf77be37cd82 +SIZE (refdb-0.9.6.tar.gz) = 2899044 |
From: Paul A. H. <pau...@us...> - 2005-11-16 07:57:36
|
Update of /cvsroot/refdb/ports/freebsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10197 Modified Files: Makefile Log Message: Changed version numbers. Updated text for MySQL post-install instructions. Updated link into FreeBSD Handbook on config files. Index: Makefile =================================================================== RCS file: /cvsroot/refdb/ports/freebsd/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- Makefile 20 May 2005 11:40:03 -0000 1.2 +++ Makefile 16 Nov 2005 07:57:29 -0000 1.3 @@ -7,5 +7,5 @@ PORTNAME= refdb -PORTVERSION= 0.9.5a +PORTVERSION= 0.9.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} @@ -17,5 +17,5 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 -WRKSRC= ${WRKDIR}/refdb-0.9.5 +WRKSRC= ${WRKDIR}/refdb-0.9.6 USE_GMAKE= yes HAS_CONFIGURE= yes @@ -30,7 +30,4 @@ XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -# For testing: -#CONFIGURE_ARGS+= --prefix=/home/paulh/ports/textproc/refdb/install - OPTIONS= MYSQL "Use MySQL" on \ PGSQL "Use PostgreSQL" off \ @@ -87,8 +84,15 @@ .if defined(WITH_MYSQL) @${ECHO_MSG} "" - @${ECHO_MSG} "1. To initialise MySQL, run the following commands:" + @${ECHO_MSG} "1. To initialise MySQL, run the following command:" @${ECHO_MSG} "" @${ECHO_MSG} " mysql -u root -e \"CREATE DATABASE refdb\"" - @${ECHO_MSG} " mysql -u root refdb < ${PREFIX}/share/refdb/sql/refdb.dump" + @${ECHO_MSG} "" + @${ECHO_MSG} " Then, for MySQL older than 4.1, run:" + @${ECHO_MSG} "" + @${ECHO_MSG} " mysql -u root refdb < ${PREFIX}/share/refdb/sql/refdb.dump.mysql" + @${ECHO_MSG} "" + @${ECHO_MSG} " For MySQL 4.1 and later, run:" + @${ECHO_MSG} "" + @${ECHO_MSG} " mysql -u root refdb < ${PREFIX}/share/refdb/sql/refdb.dump.mysql41" @${ECHO_MSG} "" .elif defined(WITH_PGSQL) @@ -115,5 +119,5 @@ @${ECHO_MSG} " as described in the RefDB documentation at:" @${ECHO_MSG} "" - @${ECHO_MSG} " http://refdb.sourceforge.net/manual/x1390.html#AEN1484" + @${ECHO_MSG} " http://refdb.sourceforge.net/manual/x593.html#SECT1-MYSTERY-INIT-FILES" .include <bsd.port.post.mk> |
From: Markus H. <mho...@us...> - 2005-11-15 21:40:08
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4642 Modified Files: doc.html Log Message: added local link to refdb-mode section Index: doc.html =================================================================== RCS file: /cvsroot/refdb/homepage/doc.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -U2 -r1.13 -r1.14 --- doc.html 15 Nov 2005 21:24:23 -0000 1.13 +++ doc.html 15 Nov 2005 21:39:59 -0000 1.14 @@ -135,4 +135,7 @@ </tr> <tr> + <td class="localnav"><a href="#refdb-mode">The refdb-mode manual</a></td> + </tr> + <tr> <td class="localnav"><a href="#citestyle">The citestylex.dtd reference</a></td> </tr> |
From: Markus H. <mho...@us...> - 2005-11-15 21:24:32
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1176 Modified Files: doc.html download.html emacs.html index.html status.html Log Message: updated for 0.9.6 release Index: doc.html =================================================================== RCS file: /cvsroot/refdb/homepage/doc.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -U2 -r1.12 -r1.13 --- doc.html 6 Nov 2005 21:35:06 -0000 1.12 +++ doc.html 15 Nov 2005 21:24:23 -0000 1.13 @@ -154,15 +154,9 @@ <h2 id="manual">RefDB manual</h2> - <p>The RefDB manual covering version 0.9.5 is available here for online reading or for download. The manual explains how to install and how to use the package. Pick the format most suitable for you from the following list:</p> + <p>The RefDB manual covering version 0.9.6 is available here for online reading or for download (both the HTML and the PDF versions are also part of the RefDB sources). The manual explains how to install and how to use the package:</p> <ul> - <li><strong><a href="manual/book1.html">HTML</a> for online reading</strong></li> + <li><strong><a href="manual/index.html">HTML</a> for online reading</strong></li> <li><a href="manual/refdb-manual.pdf">PDF</a></li> - <li><a href="manual/refdb-manual-html.tar.gz">HTML</a> (tar.gz archive)</li> - <li><a href="manual/refdb-manual-ps.tar.gz">PostScript</a> (tar.gz archive)</li> - <li><a href="manual/refdb-manual-dvi.tar.gz">DVI</a> (tar.gz archive)</li> - <li><a href="manual/refdb-manual-rtf.tar.gz">RTF</a> (tar.gz archive)</li> - <li><a href="manual/refdb-manual-src.tar.gz">DocBook SGML source</a> (tar.gz archive)</li> </ul> - <p>The online version of the manual covering the upcoming 0.9.6 version is accessible <a href="manual-0.9.6/index.html">here</a>.</p> <p>The online version of the manual covering the older 0.8.x versions is still accessible <a href="manual-0.8.6/book1.html">here</a>.</p> @@ -179,4 +173,11 @@ </ul> + <h2 id="refdb-mode">refdb-mode manual</h2> + <p>There is also a manual for <a href="emacs.html">refdb-mode</a>, the Emacs frontend for RefDB.</p> + <ul> + <li><strong><a href="elisp/refdb-mode-manual.html">HTML</a> for online reading</strong></li> + <li><a href="elisp/refdb-mode-manual.pdf">PDF</a></li> + </ul> + <h2 id="citestylex">citestylex.dtd reference</h2> <p>The <code>citestylex.dtd</code> reference explains the usage of the elements in the CiteStyle XML DTD which is used to provide the formatting information for a specific journal or publisher.</p> Index: download.html =================================================================== RCS file: /cvsroot/refdb/homepage/download.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -U2 -r1.15 -r1.16 --- download.html 22 Oct 2005 22:02:12 -0000 1.15 +++ download.html 15 Nov 2005 21:24:23 -0000 1.16 @@ -154,5 +154,5 @@ <h2 id="sources">Source distributions</h2> - <p>If you want to build the current version of RefDB from the sources, please grab the latest source code release <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=19605&release_id=289688">refdb-0.9.5.tar.gz</a> along with the Perlmod package <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&release_id=178836">RefDB-perlmod-0.3.tar.gz</a> (you can skip the latter if you don't require the MARC and Pubmed import filters). If you intend to write custom Perl clients, please grab the <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&release_id=217850">RefDB-perlclient</a> archive as well.</p> + <p>If you want to build the current version of RefDB from the sources, please grab the latest source code release <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=19605&release_id=370943">refdb-0.9.6.tar.gz</a> along with the Perlmod package <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=74687&release_id=370923">RefDB-perlmod-0.4.tar.gz</a> (you can skip the latter if you don't require the MARC and Pubmed import filters). If you intend to write custom Perl clients, please grab the <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=92147&release_id=370926">RefDB-perlclient</a> archive as well. As an Emacs user you may also be interested in the <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=169552&release_id=371177">refdb-elisp</a> archive.</p> <p>There is also a meta-archive called <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=75763&release_id=289691">refdb-starterkit-0.9.5.tar.gz</a> containing the RefDB sources as well as all required library sources and Perl modules. You'll get the following archives along with some terse build instructions:</p> <ul> @@ -182,5 +182,5 @@ <h2 id="prereleases">Prereleases</h2> - <p>If you don't want to fiddle with CVS (see the next section) but would like to help testing, consider using the latest prerelease. These archives can be installed just like regular releases, but they may not be as well-tested as these. However, you'll get bugfixes and new features that are otherwise only in the CVS version. The latest prerelease, if any, is always right <a href="pre/refdb-latest.tar.gz">here</a>. Perl hackers who want to use the current prerelease need <a href="pre/RefDBClient-Client-1.13.tar.gz">this client library</a>.</p> + <p>If you don't want to fiddle with CVS (see the next section) but would like to help testing, consider using the latest prerelease. These archives can be installed just like regular releases, but they may not be as well-tested as these. However, you'll get bugfixes and new features that are otherwise only in the CVS version. The latest prerelease, if any, is always right <a href="pre/refdb-latest.tar.gz">here</a>.</p> <h2 id="cvseasy">CVS made easy</h2> Index: emacs.html =================================================================== RCS file: /cvsroot/refdb/homepage/emacs.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -U2 -r1.7 -r1.8 --- emacs.html 12 Nov 2005 21:34:55 -0000 1.7 +++ emacs.html 15 Nov 2005 21:24:23 -0000 1.8 @@ -119,4 +119,5 @@ <h1>RefDB Features: Emacs support</h1> <p>RefDB integrates nicely into Emacs. Combined with editing modes for SGML, XML, and RIS documents, you'll get an integrated authoring environment with direct access to your bibliographic data. "Cite-while-you-write", document transformation, and previewing is just a few mouseclicks away for DocBook SGML and XML as well as for TEI XML documents. Emacs support is not included in the RefDB sources, but available separately.</p> + <p>The modes below are also available as a autotools-based <a href="http://sourceforge.net/project/showfiles.php?group_id=26091&package_id=169552&release_id=371177">package</a> including a manual.</p> <div class="localnav"> <table class="localnav"> Index: index.html =================================================================== RCS file: /cvsroot/refdb/homepage/index.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -U2 -r1.12 -r1.13 --- index.html 23 Oct 2005 20:47:36 -0000 1.12 +++ index.html 15 Nov 2005 21:24:23 -0000 1.13 @@ -137,4 +137,12 @@ <h2>News</h2> <div class="news"> + <h3>November 15, 2005</h3> + <p>0.9.6 is out. There are lots of new goodies in this release, among others: the client/server protocol was rewritten to improve error reporting and stability. Support for character encodings was vastly improved, multiple UR and L1-L4 per dataset are now supported, extended notes can be kept private, titles instead of author names in bibliographies are now supported, and the documentation was improved and integrated into the sources. <a href="status.html#news20051115" class="more">more...</a></p> + </div> + <div class="news"> + <h3>November 15, 2005</h3> + <p>Diwaker Gupta kindly donated his <a href="http://www.ruby-lang.org">Ruby</a> client library to the RefDB project. Just like the Perl client module, this library implements the client/server dialog natively and allows to use most of the client commands from Ruby applications. Think <a href="http://www.rubyonrails.com">Ruby on Rails</a>. The library isn't finished yet and is looking for a maintainer and for potential users. Interested? <a href="mailto:ref...@li...">Drop us a line</a>.</p> + </div> + <div class="news"> <h3>October 23, 2005</h3> <p>Watch refdb-mode in action! There are two new flash demos showing both reference management and citation/bibliography creation with Emacs on the <a href="emacs.html#refdbmode-demo">Emacs page</a>.</p> Index: status.html =================================================================== RCS file: /cvsroot/refdb/homepage/status.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -U2 -r1.4 -r1.5 --- status.html 7 Oct 2005 22:10:29 -0000 1.4 +++ status.html 15 Nov 2005 21:24:23 -0000 1.5 @@ -136,4 +136,13 @@ <h2 id="status">Status</h2> + <div class="news" id="news20051115"> + <h3>0.9.6: November 15, 2005</h3> + <p>Besides an impressive number of bugfixes, there were lots of usability improvements in this release. The most obvious is probably the full support for <a href="emacs.html">refdb-mode</a> which turns Emacs into an integrated markup authoring and bibliography tool. However, the major changes are architectural. First of all, RefDB now uses the 0.8.x series of libdbi and libdbi-drivers, using their improved support for character encodings. Next, the client-server protocol was rewritten to improve error reporting, recovery from odd situations, and portability to other languages. The protocol is now documented in the manual. Finally, the previous limitation of the size of query strings was dropped.</p> + <p><a href="http://www.sqlite.org">SQLite3</a> is now supported as a database engine. <a href="http://www.mysql.com">MySQL</a> versions 4.0 and later are now fully supported, including transactions (only with transaction-safe tables, of course).</p> + <p>The RefDB manual as well as all DTD documentations are now part of the sources and are installed automatically on your system. As another first in this release, man pages for all programs and utilities are now available.</p> + <p>References can now hold multiple UR and L1-L4 fields. Extended notes can now be declared public or private to share them with others or to keep them to yourself, respectively.</p> + <p>Bibliographies now allow to use the work title instead of missing authors. A new command updatejo offers a simple interface to maintain periodical synonyms.</p> + <p>A couple of scripts were added to the core distribution: refdb-ms is an interactive tool to write bibliography styles. refdb-backup and refdb-restore back up and restore, respectively, your reference databases.</p> + </div> <div class="news" id="news20041213"> <h3>0.9.5: December 13, 2004</h3> |
From: Markus H. <mho...@us...> - 2005-11-15 20:28:54
|
Update of /cvsroot/refdb/rubylib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21864 Log Message: initial import Status: Vendor Tag: vendor Release Tags: start N rubylib/librefdb.rb No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources |
From: Markus H. <mho...@us...> - 2005-11-15 19:48:58
|
Update of /cvsroot/refdb/refdb/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14320 Modified Files: Tag: Release_0_9_5_stable refdb-backup.1.in refdb-restore.1.in Log Message: initial versions with real content Index: refdb-backup.1.in =================================================================== RCS file: /cvsroot/refdb/refdb/man/Attic/refdb-backup.1.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -U2 -r1.1.2.1 -r1.1.2.2 --- refdb-backup.1.in 17 Oct 2005 18:19:43 -0000 1.1.2.1 +++ refdb-backup.1.in 15 Nov 2005 19:48:50 -0000 1.1.2.2 @@ -52,37 +52,47 @@ .\" .IP \n+[step] .\" money -.TH "<HEADER_NAME>" "1" "<DATE>" "" "<TITLE_NAME> Manual" +.TH "refdb-backup" "1" "February 26, 2005" "David Nebauer" "" .SH "NAME" -<NAME> \- +refdb-backup \- RefDB tool: back up RefDB references, notes and styles .SH "SYNOPSIS" -\fB<NAME>\fR [\fB\-x\fR \fIopt\fR] +\fBrefdb-backup\fR [\fB-h\fR] [\fB-u\fR \fIuser\fR] [\fB-w\fR \fIpwd\fR] [\fB-f\fR \fIformat\fR] [\fB-d\fR \fIdir\fR] [\fB-s\fR] .SH "DESCRIPTION" -<NAME> ... +RefDB is a free and portable reference and notes database as well as a bibliography application that serves a similar purpose for SGML, XML, and LaTeX documents as \fIReference Manager\fR or \fIEndNote\fR do for word processor documents. .PP -para 2 ... +refdb-backup is a tool for backing up RefDB references, notes and styles. A gzipped tarfile of the form \(aqrefdb_backup_YYYYMMDD_HHMM.tar.gz\(aq is created. +.PP +While users can restore data from the backup archive manually, it is expressly designed to restored by the companion tool \fIrefdb-restore\fR. .SH "OPTIONS" -.TP -\fB\-x\fR \fIopt\fR -description -.TP -\fB\-y\fR \fIopt\fR -description -.SH "FILES" -.I /path/to/file -.IP -description. -.PP -.I /path/to/file -.IP -description. +.TP +\fB-d\fR \fIdir\fR +directory in which to place backup file (default: current directory) +.TP +\fB-f\fR \fIformat\fR +references storage format (\(aqris\(aq (default)|\(aqrisx\(aq) +.TP +\fB-h\fR +print help and exit +.TP +\fB-s\fR +silent, no screen feedback +.TP +\fB-u\fR \fIuser\fR +username for RefDB clients (refdba, refdbc) +not required if clients are configured for automatic access +.TP +\fB-w\fR \fIpwd\fR +password for RefDB clients (refdba, refdbc) +not required if clients are configured for automatic access .SH "SEE ALSO" -\fBmanpage\fR (1), -\fBmanpage\fR (1). +\fBrefdb-restore\fR (1). +.PP +\fIRefDB manual (local copy) \fR <manualpath>/index.html +.PP +\fIRefDB manual (web) \fR <http://refdb.sourceforge.net/manual/index.html> .PP -\fIDocument\fR </path/to/document> -.br -\fIDocument\fR </path/to/document> +\fIRefDB on the web \fR <http://refdb.sourceforge.net/> .SH "AUTHOR" -<NAME> was written by David Nebauer <da...@ne...>. +RefDB was written by Markus Hoenicka <mho...@us...>. .PP - +This manual page was written by David Nebauer <da...@ne...> +for the Debian project (but may be used by others). Index: refdb-restore.1.in =================================================================== RCS file: /cvsroot/refdb/refdb/man/Attic/refdb-restore.1.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -U2 -r1.1.2.1 -r1.1.2.2 --- refdb-restore.1.in 17 Oct 2005 18:19:43 -0000 1.1.2.1 +++ refdb-restore.1.in 15 Nov 2005 19:48:51 -0000 1.1.2.2 @@ -52,37 +52,55 @@ .\" .IP \n+[step] .\" money -.TH "<HEADER_NAME>" "1" "<DATE>" "" "<TITLE_NAME> Manual" +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.TH "refdb-restore" "1" "February 26, 2005" "David Nebauer" "" .SH "NAME" -<NAME> \- +refdb-restore \- RefDB tool: restore RefDB references, notes and styles .SH "SYNOPSIS" -\fB<NAME>\fR [\fB\-x\fR \fIopt\fR] +\fBrefdb-restore\fR [\fB-h\fR] [\fB-u\fR \fIuser\fR] [\fB-w\fR \fIpwd\fR] backup-archive .SH "DESCRIPTION" -<NAME> ... +RefDB is a free and portable reference and notes database as well as a bibliography application that serves a similar purpose for SGML, XML, and LaTeX documents as \fIReference Manager\fR or \fIEndNote\fR do for word processor documents. .PP -para 2 ... +refdb-restore is a tool for restoring RefDB references, notes and styles. The backup archive must have been created by the companion tool \fIrefdb-backup\fR. +.PP +Before performing the restore all reference databases must be removed (archived) from /var/lib/refdb/db/. The system database in that directory (\(aqrefdb\(aq) must be recreated from the sql dump (see \fIManual\fR). .SH "OPTIONS" -.TP -\fB\-x\fR \fIopt\fR -description -.TP -\fB\-y\fR \fIopt\fR -description -.SH "FILES" -.I /path/to/file -.IP -description. -.PP -.I /path/to/file -.IP -description. +.TP +\fB-h\fR +print help and exit +.TP +\fB-u\fR \fIuser\fR +username for RefDB clients (refdba, refdbc) +not required if clients are configured for automatic access +.TP +\fB-w\fR \fIpwd\fR +password for RefDB clients (refdba, refdbc) +not required if clients are configured for automatic access .SH "SEE ALSO" -\fBmanpage\fR (1), -\fBmanpage\fR (1). +\fBrefdb-backup\fR (1). +.PP +\fIRefDB manual (local copy) \fR <manualpath>/index.html +.PP +\fIRefDB manual (web) \fR <http://refdb.sourceforge.net/manual/index.html> .PP -\fIDocument\fR </path/to/document> -.br -\fIDocument\fR </path/to/document> +\fIRefDB on the web \fR <http://refdb.sourceforge.net/> .SH "AUTHOR" -<NAME> was written by David Nebauer <da...@ne...>. +RefDB was written by Markus Hoenicka <mho...@us...>. .PP +This manual page was written by David Nebauer <da...@ne...> +for the Debian project (but may be used by others). |
From: Markus H. <mho...@us...> - 2005-11-14 20:46:43
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24142 Modified Files: Tag: Release_0_9_5_stable NEWS Log Message: updated for 0.9.6 Index: NEWS =================================================================== RCS file: /cvsroot/refdb/refdb/NEWS,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -u -U2 -r1.19.2.1 -r1.19.2.2 --- NEWS 13 Dec 2004 20:24:06 -0000 1.19.2.1 +++ NEWS 14 Nov 2005 20:46:35 -0000 1.19.2.2 @@ -5,4 +5,84 @@ ______________________________ +Version 0.9.6 (November 2005) + +Bugfixes: + +- fixed hangs when getref and getnote returned zero datasets + +- fixed DocBook bibliography output + +- fixed missing slashes in RIS date output + +- fixed RIS date output for missing year and otherinfo data + +- fixed risx reprint date output + +- fixed getref xhtml header + +- fixed erroneous month and day entries popping up in pubdates + +- fixed obscure bug in stylespec generation code + +- fixed refdb-backup and refdb-restore bugs + +- fixed quoting problems in addlink command + +- fixed dozens of int vs. long long mismatches (hi OSX!) + +- fixed problems when reading from stdin + + +Improvements + +- added sqlite3 support + +- added support for MySQL > 4.0 + +- added transaction support for MySQL + +- improved character encoding handling + +- databases are now versioned + +- refdba:addstyle() can now read from stdin + +- added getref AX and TX pseudo targets + +- refdbnd now supports DocBook XML 4.3 + +- getref now supports query strings of unlimited size + +- getref now supports the AX (all authors/editors) and TX (all titles) + pseudo targets + +- client/server protocol was improved and documented + +- moved to libdbi-0.8.x + +- integrated manual into sources + +- integrated DTD documentation into sources + +- new PHP-based web interface + +- now supports multiple UR and L1-L4 fields per dataset + +- now supports public or private extended notes + +- now supports titles instead of missing authornames in bibliographies + +- new command updatejo allows editing periodical synonyms + +- refdb-ms is now an integral part of RefDB + +- new scripts refdb-backup and refdb-restore help to backup databases + +- man pages for all user tools are now available + +- updated for most recent TEI stylesheets + + +______________________________ Version 0.9.5 (December 2004) |
From: Markus H. <mho...@us...> - 2005-11-14 20:44:55
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23850/doc Modified Files: Tag: Release_0_9_5_stable refdb-manual.sgml Log Message: updated revision number Index: refdb-manual.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual.sgml,v retrieving revision 1.16.2.6 retrieving revision 1.16.2.7 diff -u -U2 -r1.16.2.6 -r1.16.2.7 --- refdb-manual.sgml 21 Oct 2005 21:05:13 -0000 1.16.2.6 +++ refdb-manual.sgml 14 Nov 2005 20:44:45 -0000 1.16.2.7 @@ -42,4 +42,8 @@ <revhistory> <revision> + <revnumber>1.20</revnumber> + <date>2005-11-14</date> + </revision> + <revision> <revnumber>1.19</revnumber> <date>2004-12-12</date> |
From: Markus H. <mho...@us...> - 2005-11-14 20:22:17
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18346 Modified Files: Tag: Release_0_9_5_stable UPGRADING Log Message: updated to 0.9.6 Index: UPGRADING =================================================================== RCS file: /cvsroot/refdb/refdb/UPGRADING,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -u -U2 -r1.7.2.2 -r1.7.2.3 --- UPGRADING 13 Feb 2005 22:57:06 -0000 1.7.2.2 +++ UPGRADING 14 Nov 2005 20:22:08 -0000 1.7.2.3 @@ -9,5 +9,5 @@ databases: -0.9.5 -> 0.9.6-preX +0.9.5 -> 0.9.6 0.9.4 -> 0.9.5 0.9.3 -> 0.9.4 @@ -20,6 +20,6 @@ -Migrating your existing RefDB installation from 0.9.5 to 0.9.6-preX -=================================================================== +Migrating your existing RefDB installation from 0.9.5 to 0.9.6 +============================================================== __________ @@ -32,4 +32,8 @@ databases. +To add some additional hassle, the libdbi drivers were renamed as of +version 0.8.1. If you upgrade from libdbi-drivers-0.7.x, the old +drivers may still be around and lead to confusing problems. + _________ Procedure @@ -60,5 +64,11 @@ please use refdb.dump.mysql41. -- Now install 0.9.6-preX. Make sure to restart refdbd. +- deinstall libdbi-drivers 0.7.x. If you built the drivers from + source, remove all existing driver files in /usr/local/lib/dbd (or + wherever you installed them). + +- install libdbi-0.8.1 and libdbi-drivers-0.8.1 + +- Now install 0.9.6. Make sure to restart refdbd. - Add your styles using the refdba command addstyle: |
From: Markus H. <mho...@us...> - 2005-11-14 20:21:37
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18204 Modified Files: Tag: Release_0_9_5_stable configure.in Log Message: bumped up version number to 0.9.6 Index: configure.in =================================================================== RCS file: /cvsroot/refdb/refdb/configure.in,v retrieving revision 1.49.2.24 retrieving revision 1.49.2.25 diff -u -U2 -r1.49.2.24 -r1.49.2.25 --- configure.in 5 Nov 2005 23:49:20 -0000 1.49.2.24 +++ configure.in 14 Nov 2005 20:21:29 -0000 1.49.2.25 @@ -10,5 +10,5 @@ dnl Use automake -AM_INIT_AUTOMAKE(refdb, 0.9.6-pre5) +AM_INIT_AUTOMAKE(refdb, 0.9.6) dnl switch on GNU extensions |
From: Markus H. <mho...@us...> - 2005-11-14 20:20:59
|
Update of /cvsroot/refdb/refdb/dtd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18035/dtd Modified Files: Tag: Release_0_9_5_stable Makefile.am Log Message: generate and distribute rng files from dtds Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/dtd/Makefile.am,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -U2 -r1.10.2.2 -r1.10.2.3 --- Makefile.am 4 Feb 2005 00:22:49 -0000 1.10.2.2 +++ Makefile.am 14 Nov 2005 20:20:52 -0000 1.10.2.3 @@ -3,9 +3,10 @@ objects = citestylex.dtd citationlistx.dtd risx.dtd xnote.dtd schemas = citestylex.rnc citationlistx.rnc risx.rnc xnote.rnc -install_objects = catalog $(objects) $(schemas) -EXTRA_DIST = $(objects) $(schemas) catalog.in -noinst_DATA = catalog $(schemas) +xschemas = citestylex.rng citationlistx.rng risx.rng xnote.rng +install_objects = catalog $(objects) $(schemas) $(xschemas) +EXTRA_DIST = $(objects) $(schemas) $(xschemas) catalog.in +noinst_DATA = catalog $(schemas) $(xschemas) MOSTLYCLEANFILES = catalog -MAINTAINERCLEANFILES = $(schemas) +MAINTAINERCLEANFILES = $(schemas) $(xschemas) RISXVERSION = $(shell grep DOCTYPE $(srcdir)/risx.dtd | sed 's%.*V\([^/]*\).*%\1%') @@ -25,4 +26,7 @@ @trang_cmd@ $< $@ +%.rng: %.dtd + @trang_cmd@ $< $@ + install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/dtd |
From: Markus H. <mho...@us...> - 2005-11-14 20:17:33
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16967/doc Modified Files: Tag: Release_0_9_5_stable refdb-manual-chapter1.sgml refdb-manual-chapter10.sgml refdb-manual-chapter5.sgml refdb-manual-chapter7.sgml refdb-manual-chapter8.sgml refdb-manual-chapter9.sgml refdb-manual-configopts.sgml Log Message: updated for 0.9.6 Index: refdb-manual-chapter1.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter1.sgml,v retrieving revision 1.12.2.3 retrieving revision 1.12.2.4 diff -u -U2 -r1.12.2.3 -r1.12.2.4 --- refdb-manual-chapter1.sgml 14 Aug 2005 00:18:27 -0000 1.12.2.3 +++ refdb-manual-chapter1.sgml 14 Nov 2005 20:17:18 -0000 1.12.2.4 @@ -45,4 +45,7 @@ <para>The &appname; clients can be run in an interactive mode or in a batch mode which is useful in scripts.</para> </listitem> + <listitem> + <para>Separately available packages integrate &appname; functionality into Emacs and vim, turning these editors into integrated authoring environments for DocBook and TEI documents with easy access to your reference data.</para> + </listitem> <listitem> <para>The adepts of the Perl programming language might be delighted to know that the RefDBClient module allows Perl programs to directly communicate with a &appname;d server without using the C clients. This allows the rapid development of custom programs that access RefDB databases.</para> Index: refdb-manual-chapter10.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter10.sgml,v retrieving revision 1.19.2.4 retrieving revision 1.19.2.5 diff -u -U2 -r1.19.2.4 -r1.19.2.5 --- refdb-manual-chapter10.sgml 14 Aug 2005 00:18:27 -0000 1.19.2.4 +++ refdb-manual-chapter10.sgml 14 Nov 2005 20:17:18 -0000 1.19.2.5 @@ -207,5 +207,4 @@ <arg>-O <replaceable>outfile</replaceable></arg> </group> - <arg choice="opt" rep="norepeat">-r</arg> <arg choice="req" rep="norepeat">note-specifier</arg> <arg choice="req" rep="repeat">link-target</arg> @@ -214,5 +213,5 @@ <simplesect> <title>Description</title> - <para>The <command moreinfo="none">addlink</command> command links an extended note to one or more link targets. If you use the <option>-r</option> option, the specified links will be removed.</para> + <para>The <command moreinfo="none">addlink</command> command links an extended note to one or more link targets.</para> <para>You have to specify exactly one note on the command line, either by using the :NID: field selector to specify the note ID, or by using the :NCK: field selector to specify the note key. Then you need at least one link target. This can be one of :ID: (reference by ID), :CK: (reference by citation key), :AU: (author by name), :KW: (keyword by name), or one of :JF:, :JO:, :J1:, :J2: (periodical by full name, abbreviated name, or user abbreviations 1 and 2).</para> </simplesect> @@ -236,9 +235,6 @@ <arg>-o <replaceable>outfile</replaceable></arg> <arg>-O <replaceable>outfile</replaceable></arg> - </group> - <group choice="req" rep="repeat"> + </group> <arg rep="repeat"><replaceable>file</replaceable></arg> - <arg>-f <replaceable>infile</replaceable></arg> - </group> </cmdsynopsis> </simplesect> @@ -251,6 +247,5 @@ <para>The <option>-h</option> option displays a short command syntax and description, then returns to the command prompt. </para> <para>The <option>-o</option> and <option>-O</option> switches allow to redirect the output to <filename>outfile</filename> instead of the default screen display. The two options differ in the way they handle an existing <filename>outfile</filename>. <option>-o</option> will replace the existing file, while <option>-O</option> will append to the existing file. If <filename>outfile</filename> cannot be opened with the proper permissions, the output is sent to stdout instead.</para> - <para>The <option>-f</option> switch allows to specify a file which contains a whitespace-separated list of filenames instead of explicitly naming these files on the command line.</para> - <para>All other command-line arguments will be interpreted as filenames to read references from. If data are available on stdin, all files will be ignored and the data will be read from stdin.</para> + <para>All other command-line arguments will be interpreted as filenames to read references from. If no filenames are specified, the data will be read from stdin.</para> </simplesect> <simplesect> @@ -277,8 +272,5 @@ <arg choice="opt" rep="norepeat">-t <replaceable>type</replaceable></arg> <arg choice="opt" rep="norepeat">-U <replaceable>username</replaceable></arg> - <group choice="req" rep="repeat"> <arg rep="repeat"><replaceable>file</replaceable></arg> - <arg>-f <replaceable>infile</replaceable></arg> - </group> </cmdsynopsis> </simplesect> @@ -302,6 +294,5 @@ <para>The <option>-o</option> and <option>-O</option> switches allow to redirect the output to <filename>outfile</filename> instead of the default screen display. The two options differ in the way they handle an existing <filename>outfile</filename>. <option>-o</option> will replace the existing file, while <option>-O</option> will append to the existing file. If <filename>outfile</filename> cannot be opened with the proper permissions, the output is sent to stdout instead.</para> <para>The <option>-U</option> switch allows to provide a different username than the current user, so e.g. some technician or administrative staff can add references in behalf of a researcher.</para> - <para>The <option>-f</option> switch allows to specify a file which contains a whitespace-separated list of filenames instead of explicitly naming these files on the command line.</para> - <para>All other command-line arguments will be interpreted as filenames to read references from. If data are available on stdin, all files will be ignored and the data will be read from stdin.</para> + <para>All other command-line arguments will be interpreted as filenames to read references from. If no filenames are specified, the data will be read from stdin.</para> </simplesect> <simplesect> @@ -312,4 +303,32 @@ </simplesect> </sect2> + <sect2 id="app-c-command-deletelink"> + <title>deletelink</title> + <simplesect> + <title>Synopsis</title> + <cmdsynopsis> + <command>deletelink</command> + <arg choice="opt" rep="norepeat">-d <replaceable>database</replaceable></arg> + <arg choice="opt" rep="norepeat">-h</arg> + <group choice="opt" rep="norepeat"> + <arg>-c <replaceable>command</replaceable></arg> + <arg>-o <replaceable>outfile</replaceable></arg> + <arg>-O <replaceable>outfile</replaceable></arg> + </group> + <arg choice="req" rep="norepeat">note-specifier</arg> + <arg choice="req" rep="repeat">link-target</arg> + </cmdsynopsis> + </simplesect> + <simplesect> + <title>Description</title> + <para>The <command moreinfo="none">deletelink</command> command removes links from an extended note to one or more link targets.</para> + <para>You have to specify exactly one note on the command line, either by using the :NID: field selector to specify the note ID, or by using the :NCK: field selector to specify the note key. Then you need at least one link target. This can be one of :ID: (reference by ID), :CK: (reference by citation key), :AU: (author by name), :KW: (keyword by name), or one of :JF:, :JO:, :J1:, :J2: (periodical by full name, abbreviated name, or user abbreviations 1 and 2).</para> + </simplesect> + <simplesect> + <title>Example</title> + <screen><prompt>&appname;c: </prompt><userinput>deletelink :NID:=12 :CK:=Miller1999 :KW:=biochemistry</userinput></screen> + <para>This command will delete the links from the note carrying the ID 12 to a reference specified by its citation key "Miller1999" and to the keyword "biochemistry".</para> + </simplesect> + </sect2> <sect2 id="app-c-command-deletenote"> <title>deletenote</title> @@ -334,5 +353,5 @@ <title>Description</title> <para>Deletes the extended note with the identifier <replaceable>ID</replaceable> from the current database. Several extended notes may be specified in a single call of this command. Notes with consecutive ID values may be specified as ranges.</para> - <para>Alternatively you can specify a file with the <option>-f</option> switch which contains a list of IDs in the RIS format. This can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <command>getnote</command>. The <option>-f</option> switch can also be combined with IDs specified as arguments.</para> + <para>Alternatively you can specify a file with the <option>-f</option> switch which contains a list of IDs in the RIS format. This can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <command>getnote</command>. The <option>-f</option> switch can also be combined with IDs specified as arguments. If no IDs are specified, the ID list is read from stdin. If you want to read from stdin <emphasis>in addition to</emphasis> other IDs, you must use the <option>-f stdin</option> option.</para> <para>The <option>-c</option> switch allows to specify a shell <command>command</command>. &appname;c will open a pipe to the first program in the command and send the output to this program's stdin. The command may be any valid command that you can run in your shell, so further plumbing is perfectly legal. This feature may e.g. be used to filter the output with grep.</para> <para>Use the <option>-d</option> option to specify the database that you want to work with.</para> @@ -371,5 +390,5 @@ <title>Description</title> <para>Deletes the reference with the identifier <replaceable>ID</replaceable> from the current database. Several references may be specified in a single call of this command. References with consecutive ID values may be specified as ranges.</para> - <para>Alternatively you can specify a file with the <option>-f</option> switch which contains a list of IDs in the RIS format. This can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <command>getref</command>. The <option>-f</option> switch can also be combined with IDs specified as arguments.</para> + <para>Alternatively you can specify a file with the <option>-f</option> switch which contains a list of IDs in the RIS format. This can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <command>getref</command>. The <option>-f</option> switch can also be combined with IDs specified as arguments. If no IDs are specified, the ID list is read from stdin. If you want to read an ID list from stdin <emphasis>in addition to</emphasis> IDs passed as arguments, you have to use the <option>-f stdin</option> option.</para> <para>The <option>-c</option> switch allows to specify a shell <command>command</command>. &appname;c will open a pipe to the first program in the command and send the output to this program's stdin. The command may be any valid command that you can run in your shell, so further plumbing is perfectly legal. This feature may e.g. be used to filter the output with grep.</para> <para>Use the <option>-d</option> option to specify the database that you want to work with.</para> @@ -413,5 +432,5 @@ <para>The <option>-h</option> option displays a short command syntax and description, then returns to the command prompt. </para> <para>The <option>-o</option> and <option>-O</option> switches allow to redirect the output to <filename>outfile</filename> instead of the default screen display. The two options differ in the way they handle an existing <filename>outfile</filename>. <option>-o</option> will replace the existing file, while <option>-O</option> will append to the existing file. If <filename>outfile</filename> cannot be opened with the proper permissions, the output is sent to stdout instead.</para> - <para>The references can be specified on the command line or they can be read from a file which is specified with the <replaceable>-f</replaceable> option. Both methods can be combined. The file has to be in RIS format and can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <link linkend="app-c-command-getref"><command>getref</command></link>.</para> + <para>The references can be specified on the command line or they can be read from a file which is specified with the <replaceable>-f</replaceable> option. Both methods can be combined. The file has to be in RIS format and can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <link linkend="app-c-command-getref"><command>getref</command></link>. If no IDs are specified as arguments, the ID list is read from stdin. If you want to read from stdin <emphasis>in addition to</emphasis> IDs specified as arguments, you have to use the <option>-f stdin</option> option.</para> </simplesect> <simplesect> @@ -616,5 +635,5 @@ <para>The <option>-P</option> switch limits the search to the notes which were added by the current user. If this switch is absent, the whole database will be searched.</para> <para>The <option>-t</option> switch determines the <link linkend="sect-output-formats">type of output</link>. The default value for <replaceable>output-format</replaceable> is <wordasword>scrn</wordasword> (screen output), other possible values are <wordasword>xnote</wordasword> (XML according to the xnote DTD), <wordasword>html</wordasword> (HTML), and <wordasword>xhtml</wordasword>.</para> - <para>The <option>-f</option> switch reads the search string from <filename>file</filename> instead of from the command line, thus allowing to save searches which will be run repeatedly.</para> + <para>The <option>-f</option> switch reads the search string from <filename>file</filename> instead of from the command line, thus allowing to save searches which will be run repeatedly. If no search string is specified, the string will be read from stdin.</para> <para>The syntax of the queries is described in the section <link linkend="sect1-query-language">query language</link>.</para> </simplesect> @@ -664,5 +683,5 @@ <para>The <option>-P</option> switch limits the search to the files which are in the current user's personal reference list. If this switch is absent, the whole database will be searched.</para> <para>The <option>-t</option> switch determines the <link linkend="sect-output-formats">type of output</link>. The default value for <replaceable>output-format</replaceable> is <wordasword>scrn</wordasword> (screen output), other possible values are <wordasword>db31</wordasword> (DocBook SGML V. 3.1), <wordasword>db31x</wordasword> (DocBook XML), <wordasword>ris</wordasword> (RIS as of Reference Manager 8.01), <wordasword>risx</wordasword> (XML according to the <link linkend="sect1-writing-risx">risx DTD</link>), <wordasword>html</wordasword> (HTML), <wordasword>xhtml</wordasword> (XHTML), and <wordasword>bibtex</wordasword> (BibTeX).</para> - <para>The <option>-f</option> switch reads the search string from <filename>file</filename> instead of from the command line, thus allowing to save searches which will be run repeatedly.</para> + <para>The <option>-f</option> switch reads the search string from <filename>file</filename> instead of from the command line, thus allowing to save searches which will be run repeatedly. If no search string is specified, the string is read from stdin.</para> <para>The syntax of the queries is described in the section <link linkend="sect1-query-language">query language</link>.</para> </simplesect> @@ -764,5 +783,5 @@ <para>The <option>-h</option> option displays a short command syntax and description, then returns to the command prompt. </para> <para>The <option>-o</option> and <option>-O</option> switches allow to redirect the output to <filename>outfile</filename> instead of the default screen display. The two options differ in the way they handle an existing <filename>outfile</filename>. <option>-o</option> will replace the existing file, while <option>-O</option> will append to the existing file. If <filename>outfile</filename> cannot be opened with the proper permissions, the output is sent to stdout instead.</para> - <para>The references can be specified on the command line or they can be read from a file which is specified with the <replaceable>-f</replaceable> option. Both methods can be combined. The file has to be in RIS format and can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <link linkend="app-c-command-getref"><command>getref</command></link>.</para> + <para>The references can be specified on the command line or they can be read from a file which is specified with the <replaceable>-f</replaceable> option. Both methods can be combined. The file has to be in RIS format and can e.g. be a previously saved search with the <option>-o</option> and <option>-s ID</option> options of <link linkend="app-c-command-getref"><command>getref</command></link>. If no IDs are specified, the ID list in RIS format is read from stdin.</para> </simplesect> <simplesect> @@ -838,8 +857,5 @@ <arg>-O <replaceable>outfile</replaceable></arg> </group> - <group choice="req" rep="repeat"> <arg rep="repeat"><replaceable>file</replaceable></arg> - <arg>-f <replaceable>infile</replaceable></arg> - </group> </cmdsynopsis> </simplesect> @@ -874,8 +890,5 @@ <arg>-P</arg> <arg choice="opt" rep="norepeat">-U <replaceable>username</replaceable></arg> - <group choice="req" rep="repeat"> <arg><replaceable>file</replaceable></arg> - <arg>-f <replaceable>infile</replaceable></arg> - </group> </cmdsynopsis> </simplesect> Index: refdb-manual-chapter5.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter5.sgml,v retrieving revision 1.24.2.7 retrieving revision 1.24.2.8 diff -u -U2 -r1.24.2.7 -r1.24.2.8 --- refdb-manual-chapter5.sgml 21 Oct 2005 21:05:13 -0000 1.24.2.7 +++ refdb-manual-chapter5.sgml 14 Nov 2005 20:17:18 -0000 1.24.2.8 @@ -423,5 +423,5 @@ <screen format="linespecific"><prompt moreinfo="none">$~/build/&appname; </prompt><userinput moreinfo="none">./autogen.sh</userinput></screen> <note> - <para>The autotools can cause severe headaches at times. If the above command causes errors, read <filename moreinfo="none">autogen.sh</filename> and run the commands manually, substituting different versions as appropriate. E.g. substitute <command moreinfo="none">automake</command> with <command moreinfo="none">automake-1.8</command> if this gives better results. The autotools on FreeBSD 5.4 are essentially unusable, you have to install the gnu-autotools package instead. You have to modify your <envar>PATH</envar> to pick up the latter, and fiddle with the m4 macro paths in order to see the light.</para> + <para>The autotools can cause severe headaches at times. If the above command causes errors, read <filename moreinfo="none">autogen.sh</filename> and run the commands manually, substituting different versions as appropriate. E.g. substitute <command moreinfo="none">automake</command> with <command moreinfo="none">automake-1.8</command> if this gives better results. The native autotools shipped with FreeBSD 5.4 are unusable for our purposes, you have to install the gnu-autotools package instead. You have to modify your <envar>PATH</envar> to pick up the latter, and fiddle with the m4 macro paths in order to see the light.</para> </note> </step> @@ -452,4 +452,7 @@ <para><ulink url="http://xml.apache.org/batik/svgrasterizer.html">Batik SVG Rasterizer</ulink>: an image converter used to create the images from the <acronym>SVG</acronym> sources. The Makefile calls a script in your path called <filename moreinfo="none">batik-rasterizer</filename> which is supposed to run this Java application appropriately.</para> </listitem> + <listitem> + <para><ulink url="http://dtdparse.sourceforge.net">dtdparse</ulink>: A Perl script (which in turn depends on a few Perl modules, see the installation instuctions) which generates the DTD documentation.</para> + </listitem> </itemizedlist> </listitem> Index: refdb-manual-chapter7.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter7.sgml,v retrieving revision 1.16.2.4 retrieving revision 1.16.2.5 diff -u -U2 -r1.16.2.4 -r1.16.2.5 --- refdb-manual-chapter7.sgml 14 Aug 2005 00:18:28 -0000 1.16.2.4 +++ refdb-manual-chapter7.sgml 14 Nov 2005 20:17:18 -0000 1.16.2.5 @@ -176,5 +176,4 @@ <arg choice="req" rep="norepeat">-H <replaceable>host-IP</replaceable></arg> <arg choice="opt" rep="norepeat">-N <replaceable>newpassword</replaceable></arg> - <arg choice="opt" rep="repeat">-r</arg> <group choice="req" rep="norepeat"> <arg choice="opt" rep="norepeat">-f <replaceable>file</replaceable></arg> @@ -185,8 +184,8 @@ <simplesect> <title>Description</title> - <para>Grants or revokes access rights to a &appname; database to the given users. Specify the database with the <option>-d</option> option.</para> + <para>Grants access rights to a &appname; database to the given users. Specify the database with the <option>-d</option> option.</para> <note> <para>If a user is not yet known to the database server, &appname; will create an account with the default access rights (=none). If you do not specify a password for the new user with the <option>-N</option> option (see below), the user will have access to the database server with the default password "refdb". In most cases this is not a good thing.</para> - <para>A new user will automatically get access to the internal &appname; database &appname;1.</para> + <para>A new user will automatically get access to the internal &appname; database &appname;.</para> <para>Some database engines like SQLite do not support access control. The <command moreinfo="none">adduser</command> command is not supported with these engines and will just return an explanatory message.</para> </note> @@ -197,9 +196,5 @@ </note> <para>Use the <option>-N</option> option to specify the password for a new user. The password is encrypted before transferring it to the application server. If the user already exists, his password will be changed accordingly.</para> - <para>The <option>-r</option> option revokes the rights of the given users.</para> - <note> - <para>&appname; will only revoke the access rights to the particular database. It will revoke neither access rights to the internal database &appname;, nor will it revoke database server access. You can revoke access to the internal database by specifying "&appname;" with the <option>-d</option> option. To revoke access to the database server, please use the command line utilities of your database server.</para> - </note> - <para>All other arguments are interpreted as usernames. In addition to naming users explicitely, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of usernames.</para> + <para>All other arguments are interpreted as usernames. In addition to naming users explicitly, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of usernames. If neither a username argument nor an input file is specified, &appname;a attempts to read a whitespace-separated list of names from stdin. To force &appname;a to read from stdin <emphasis>in addition to</emphasis> explicitly named users, use the <option>-f stdin</option> option.</para> </simplesect> <simplesect> @@ -238,7 +233,7 @@ <simplesect> <title>Description</title> - <para>Most bibliography styles use standardized abbreviations of the journal names. Most data sources specify these abbreviations without dots. If the words are to be abbreviated with dots (as in "Mol. Cell Biol.") in the bibliography, &appname; needs to know which tokens in the abbreviated name are indeed abbreviated (e.g. "Mol."), and which are full words (e.g. "Cell"). To this end, &appname; keeps a list of reserved words which are known not to be abbreviations of something else. &appname; ships with a fairly complete list of such words, but if you detect errors or omissions, the <command>addword</command> command comes in handy.</para> + <para>Most bibliography styles use standardized abbreviations of the journal names. Most data sources specify these abbreviations without dots, as in "Mol Cell Biol". If the words are to be abbreviated with dots (as in "Mol. Cell Biol.") in the bibliography, &appname; needs to know which tokens in the abbreviated name are indeed abbreviated (e.g. "Mol."), and which are full words (e.g. "Cell"). To this end, &appname; keeps a list of reserved words which are known not to be abbreviations of something else. &appname; ships with a fairly complete list of such words, but if you detect errors or omissions, the <command>addword</command> command comes in handy.</para> <para>The <option>-h</option> option displays the online help about the <command>addword</command> command.</para> - <para>All other arguments are interpreted as reserved words. In addition to listing the words explicitly, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of reserved words.</para> + <para>All other arguments are interpreted as reserved words. In addition to listing the words explicitly, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of reserved words. If neither a word list nor an input file is specified, &appname;a attempts to read a whitespace-separated list of words from stdin. To force &appname;a to read from stdin <emphasis>in addition to</emphasis> explicitly listed words, use the <option>-f stdin</option> option.</para> <note> <para>&appname; will convert all reserved words to uppercase internally, so it does not matter in which case you provide these words.</para> @@ -337,5 +332,5 @@ <title>Description</title> <para>Creates a new database with the name <replaceable>dbname</replaceable>. Several databases may be specified in a single call of this command.</para> - <para>The <option>-E</option> option selects a character encoding for the new database. This is currently only supported by PostgreSQL (and only if PostgreSQL was built with the --enable-multibyte option). If you use a different engine, this option is ignored. Please see the documentation of your PostgreSQL installation for available encodings. The value passed with the <option>-E</option> option must be one of the encoding names that PostgreSQL uses (not the corresponding MIME name). If you do not use this option, the new database will use the default encoding of the database server unless your &appname;drc configuration file sets a default with a "db_encoding" entry.</para> + <para>The <option>-E</option> option selects a character encoding for the new database. This is currently only supported by MySQL and PostgreSQL. If you use a different engine, this option is ignored. Please see the documentation of your database engine installation for available encodings. The value passed with the <option>-E</option> option should be the <ulink url="http://www.iana.org">IANA</ulink> encoding name. If you do not use this option, the new database will use the default encoding of the database server unless your &appname;drc configuration file sets a default with a "db_encoding" entry.</para> <tip> <para>Prepend a constant string like <quote>rd</quote> to all &appname; database names. This speeds up retrieving &appname; databases with the <link linkend="app-a-command-listdb"><command>listdb</command></link> command. Use a simple regular expression like <quote>rd%</quote>.</para> @@ -344,6 +339,6 @@ <simplesect> <title>Example</title> - <screen><prompt>&appname;a: </prompt><userinput>createdb <replaceable>db1</replaceable> <replaceable>db2</replaceable></userinput></screen> - <para>This will create the databases <filename moreinfo="none">db1</filename> and <filename moreinfo="none">db2</filename>.</para> + <screen><prompt>&appname;a: </prompt><userinput>createdb <replaceable>db1</replaceable> <option>-E</option> <replaceable>UTF-8</replaceable> <replaceable>db2</replaceable></userinput></screen> + <para>This will create the databases <filename moreinfo="none">db1</filename> and <filename moreinfo="none">db2</filename> with the character encoding UTF-8.</para> </simplesect> <simplesect> @@ -422,4 +417,39 @@ </simplesect> </sect2> + <sect2 id="app-a-command-deleteuser"> + <title>deleteuser</title> + <simplesect> + <title>Synopsis</title> + <cmdsynopsis> + <command>deleteuser</command> + <arg choice="req" rep="norepeat">-d <replaceable>database</replaceable></arg> + <arg choice="opt" rep="norepeat">-h</arg> + <arg choice="req" rep="norepeat">-H <replaceable>host-IP</replaceable></arg> + <group choice="req" rep="norepeat"> + <arg choice="opt" rep="norepeat">-f <replaceable>file</replaceable></arg> + <arg choice="opt" rep="repeat"><replaceable>username</replaceable></arg> + </group> + </cmdsynopsis> + </simplesect> + <simplesect> + <title>Description</title> + <para>Revokes access rights to a &appname; database from the given users. Specify the database with the <option>-d</option> option.</para> + <note> + <para>Some database engines like SQLite do not support access control. The <command moreinfo="none">adduser</command> command is not supported with these engines and will just return an explanatory message.</para> + <para>&appname; will only revoke the access rights to the specified database. It will revoke neither access rights to the internal database &appname;, nor will it revoke database server access. You can revoke access to the internal database by specifying "&appname;" with the <option>-d</option> option. To revoke access to the database server, please use the command line utilities of your database server.</para> + </note> + <para>The <option>-h</option> option displays the online help about the <command>adduser</command> command.</para> + <para>The <option>-H</option> option takes a hostname as an argument. Access rights will be revoked only for this particular hostname. This must be the same name that you used for a previous call to <link linkend="app-a-command-adduser">adduser</link>.</para> + <note> + <para>This option is only supported by MySQL. It is ignored if you useother database engines.</para> + </note> + <para>All other arguments are interpreted as usernames. In addition to naming users explicitly, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of usernames. If neither a username argument nor an input file is specified, &appname;a attempts to read a whitespace-separated list of names from stdin. To force &appname;a to read from stdin <emphasis>in addition to</emphasis> explicitly named users, use the <option>-f stdin</option> option.</para> + </simplesect> + <simplesect> + <title>Examples</title> + <screen><prompt>&appname;a: </prompt><userinput>deleteuser <option>-d</option> <option>-H</option> <replaceable>%</replaceable> <replaceable>db1</replaceable>jim</userinput></screen> + <para>This will revoke the access to the database <filename moreinfo="none">db1</filename> for the user jim for all but local connections.</para> + </simplesect> + </sect2> <sect2 id="app-a-command-deleteword"> <title>deleteword</title> @@ -439,5 +469,5 @@ <para>This command performs the reverse operation of <link linkend="app-a-command-addword">addword</link>. The specified reserved words will be removed from the list.</para> <para>The <option>-h</option> option displays the online help about the <command>addword</command> command.</para> - <para>All other arguments are interpreted as reserved words. In addition to listing the words explicitly, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of reserved words.</para> + <para>All other arguments are interpreted as reserved words. In addition to listing the words explicitly, you can use the <option>-f</option> option to specify a file which contains a whitespace-separated list of reserved words. If neither a word list nor an input file is specified, &appname;a attempts to read a whitespace-separated list of words from stdin. To force &appname;a to read from stdin <emphasis>in addition to</emphasis> explicitly listed words, use the <option>-f stdin</option> option.</para> <note> <para>&appname; will convert all reserved words to uppercase internally, so it does not matter in which case you provide these words.</para> @@ -472,5 +502,5 @@ <para>Use the <option>-o</option> and <option>-O</option> options to write or append the output to a file, respectively.</para> <warning> - <para>Be careful with the append (<option>-O</option>) option. &appname; will output the processing instructions, the doctype line, and one <sgmltag>CITESTYLE</sgmltag> element for each individually requested style. If you concatenate the results of several <command moreinfo="none">getstyle</command> calls, the resulting XML file will not be well-formed. In order to write several styles into a single XML file, use a single <command moreinfo="none">getstyle</command> call and list all required styles as arguments. This will output the styles wrapped in a <sgmltag>STYLESET</sgmltag> element, resulting in a valid XML file.</para> + <para>Be careful with the append (<option>-O</option>) option. &appname; will output the processing instructions, the doctype line, and one <sgmltag>CITESTYLE</sgmltag> element for each individually requested style. If you concatenate the results of several <command moreinfo="none">getstyle</command> calls, the resulting XML file will not be well-formed without further processing. In order to write several styles into a single XML file, use a single <command moreinfo="none">getstyle</command> call and list all required styles as arguments. This will output the styles wrapped in a <sgmltag>STYLESET</sgmltag> element, resulting in a valid XML file.</para> </warning> <para>All other arguments are interpreted as the names of bibliography styles.</para> Index: refdb-manual-chapter8.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter8.sgml,v retrieving revision 1.13.2.5 retrieving revision 1.13.2.6 diff -u -U2 -r1.13.2.5 -r1.13.2.6 --- refdb-manual-chapter8.sgml 14 Aug 2005 00:18:28 -0000 1.13.2.5 +++ refdb-manual-chapter8.sgml 14 Nov 2005 20:17:18 -0000 1.13.2.6 @@ -313,5 +313,5 @@ <itemizedlist> <listitem> - <para>When adding users with the <link linkend="app-a-command-adduser"><command moreinfo="none">adduser</command></link> command the <option>-H</option> option has to specify the box where &appname;d runs as the host, not the box from where the user will run the clients. If you do not specify a host, "localhost" is assumed.</para> + <para>When adding users with the <link linkend="app-a-command-adduser"><command moreinfo="none">adduser</command></link> command the <option>-H</option> option has to specify the box where &appname;d runs as the host, not the box from where the user will run the clients. If you do not specify a host, "localhost" is assumed. This works on some platforms (e.g. FreeBSD 5.4), but not on others (e.g. Fedora Core 4). In the latter case you may have to specify the hostname explicitly.</para> </listitem> <listitem> Index: refdb-manual-chapter9.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-chapter9.sgml,v retrieving revision 1.15.2.2 retrieving revision 1.15.2.3 diff -u -U2 -r1.15.2.2 -r1.15.2.3 --- refdb-manual-chapter9.sgml 14 Aug 2005 00:18:28 -0000 1.15.2.2 +++ refdb-manual-chapter9.sgml 14 Nov 2005 20:17:18 -0000 1.15.2.3 @@ -3,4 +3,8 @@ <title>Overview of the &appname; clients</title> <para>There are several client applications, each one performing a self-contained subset of tasks. This chapter provides a short overview over common features of the clients. Please refer to the reference chapters about <link linkend="chapter-refdba">&appname;a</link>, <link linkend="chapter-refdbc">&appname;c</link>, and <link linkend="chapter-refdbib">&appname;ib</link> for the nitty gritty details.</para> + <note> + <para>This manual covers only the clients shipped with &appname;. Please visit the <ulink url="http://refdb.sourceforge.net">&appname; website</ulink> for other options. Currently there is a PHP-based web interface and tools for both Emacs and Vim which turn these editors into integrated authoring tools with bibliography support.</para> + </note> + <para>The clients serve the following purposes:</para> <variablelist> <varlistentry> @@ -28,7 +32,4 @@ </keycombo> to search the history with a regular expression. For further information you should consult the readline manual.</para> <para>&appname;a and &appname;c can also be run in batch mode. You can specify one of the built-in commands as an argument to the <option>-C</option> option and pipe or redirect data into stdin. This is very useful if you want to automatize tasks using shell scripts.</para> - <note> - <para>Most platforms automatically detect that data are available at stdin. However, on some platforms (like Windows/Cygwin) you have to tell the client explicitly that you want to read data from stdin. To this end, use the <option>-f stdin</option> command line option. See also the individual descriptions of the commands that support reading from stdin for additional information.</para> - </note> <para>&appname;ib does not have an interactive mode and can be run only in batch mode. The result will be written to stdout. However, you'll hardly ever run &appname;ib directly, as &appname; ships with convenient scripts and Makefiles for this purpose.</para> <sect1> Index: refdb-manual-configopts.sgml =================================================================== RCS file: /cvsroot/refdb/refdb/doc/refdb-manual-configopts.sgml,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -u -U2 -r1.4.2.5 -r1.4.2.6 --- refdb-manual-configopts.sgml 21 Oct 2005 21:05:13 -0000 1.4.2.5 +++ refdb-manual-configopts.sgml 14 Nov 2005 20:17:18 -0000 1.4.2.6 @@ -63,5 +63,5 @@ <para>Specify the full path to the root directory of the TEI XSL stylesheets.</para> <note> - <para>The <ulink url="http://www.tei-c.org/Stylesheets/teixsl.html">TEI Consortium</ulink> ships two archives <filename moreinfo="none">P4/teixsl-fo.zip</filename> and <filename moreinfo="none">P4/teixsl-html.zip</filename>. The corresponding archives for the upcoming TEI P5 release are <filename moreinfo="none">P5/teixsl-fo.zip</filename> and <filename moreinfo="none">P5/teixsl-html.zip</filename>. &appname; expects the contents of these archives in two subdirectories <filename class="directory">P4</filename> and <filename class="directory">P5</filename> of the TEI XSL stylesheet root directory. If you e.g. use the TEI XSL stylesheet root directory <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei</filename>, unpack <filename class="directory">P4/teixsl-fo.zip</filename> in <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei/P4</filename>, and the expected subdirectories <filename class="directory">fo</filename>, <filename class="directory">html</filename>, and <filename class="directory">common</filename> will be created therein.</para> + <para>The <ulink url="http://www.tei-c.org">TEI Consortium</ulink> ships <ulink url="http://sourceforge.net/project/showfiles.php?group_id=106328&package_id=141124">tei-xsl-5.2.9.zip</ulink> which contains the stylesheets for both p4 and p5. The root directory which you want to specify here is the directory which contains the p4 and p5 subdirectories, e.g. <filename class="directory" moreinfo="none">/usr/local/share/xsl/tei-xsl-5.2.9</filename>.</para> </note> </listitem> |
From: Markus H. <mho...@us...> - 2005-11-12 23:07:31
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2178 Added Files: configure.in aclocal.m4 AUTHORS COPYING ChangeLog INSTALL NEWS README Log Message: initial version --- NEW FILE --- dnl Process this file with autoconf to produce a configure script. dnl $Id: configure.in,v 1.1 2005/11/12 23:07:23 mhoenicka Exp $ dnl check for one of the source files AC_INIT(refdb-mode.el) AM_INIT_AUTOMAKE(refdb-elisp, 1.0) dnl find Emacs and set site-lisp path AM_PATH_LISPDIR AC_SUBST(lispdir) AC_OUTPUT(Makefile) --- NEW FILE --- # generated automatically by aclocal 1.8.5 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # -*- Autoconf -*- # Copyright (C) 2002, 2003 Free Software Foundation, Inc. # Generated from amversion.in; do not edit by hand. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"]) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.8.5])]) # AM_AUX_DIR_EXPAND # Copyright (C) 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # Do all the work for Automake. -*- Autoconf -*- # This macro actually does too much some checks are only needed if # your package does certain things. But this isn't really a big deal. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # serial 11 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AM_MISSING_PROG(AMTAR, tar) AM_PROG_INSTALL_SH AM_PROG_INSTALL_STRIP AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl ]) ]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $1 | $1:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. # Copyright (C) 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl install_sh=${install_sh-"$am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # -*- Autoconf -*- # Copyright (C) 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # serial 1 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # serial 8 # AM_PATH_LISPDIR # --------------- AC_DEFUN([AM_PATH_LISPDIR], [ # If set to t, that means we are running in a shell under Emacs. # If you have an Emacs named "t", then use the full path. test x"$EMACS" = xt && EMACS= AC_CHECK_PROGS([EMACS], [emacs xemacs], [no]) AC_ARG_VAR([EMACS], [the Emacs editor command]) AC_ARG_VAR([EMACSLOADPATH], [the Emacs library search path]) AC_ARG_WITH([lispdir], [ --with-lispdir override the default lisp directory], [ lispdir="$withval" AC_MSG_CHECKING([where .elc files should go]) AC_MSG_RESULT([$lispdir])], [ AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [ if test $EMACS != "no"; then if test x${lispdir+set} != xset; then # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly # Some emacsen will start up in interactive mode, requiring C-x C-c to exit, # which is non-obvious for non-emacs users. # Redirecting /dev/null should help a bit; pity we can't detect "broken" # emacsen earlier and avoid running this altogether. AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out]) am_cv_lispdir=`sed -n \ -e 's,/$,,' \ -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \ -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datadir}/\1,;p;q;}' \ conftest.out` rm conftest.out fi fi test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp' ]) lispdir="$am_cv_lispdir" ]) AC_SUBST([lispdir]) ])# AM_PATH_LISPDIR AU_DEFUN([ud_PATH_LISPDIR], [AM_PATH_LISPDIR]) # -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # serial 3 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # AM_PROG_MKDIR_P # --------------- # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. # Copyright (C) 2003, 2004 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories # created by `make install' are always world readable, even if the # installer happens to have an overly restrictive umask (e.g. 077). # This was a mistake. There are at least two reasons why we must not # use `-m 0755': # - it causes special bits like SGID to be ignored, # - it may be too restrictive (some setups expect 775 directories). # # Do not use -m 0755 and let people choose whatever they expect by # setting umask. # # We cannot accept any implementation of `mkdir' that recognizes `-p'. # Some implementations (such as Solaris 8's) are not thread-safe: if a # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' # concurrently, both version can detect that a/ is missing, but only # one can create it and the other will error out. Consequently we # restrict ourselves to GNU make (using the --version option ensures # this.) AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then # Keeping the `.' argument allows $(mkdir_p) to be used without # argument. Indeed, we sometimes output rules like # $(mkdir_p) $(somedir) # where $(somedir) is conditionally defined. # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more # expensive solution, as it forces Make to start a sub-shell.) mkdir_p='mkdir -p -- .' else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. for d in ./-p ./--version; do test -d $d && rmdir $d done # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else mkdir_p='$(install_sh) -d' fi fi AC_SUBST([mkdir_p])]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # serial 2 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # # Check to make sure that the build environment is sane. # # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # serial 3 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # AM_PROG_INSTALL_STRIP # Copyright (C) 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) --- NEW FILE --- refdb-mode.el: (-1.9) Michael Smith <sm...@si...> (1.10-current) Markus Hoenicka <ma...@mh...> ris.el: Markus Hoenicka <ma...@mh...> --- NEW FILE --- GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. <signature of Ty Coon>, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. --- NEW FILE --- --- NEW FILE --- Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.) If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You only need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not support the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the `--target=TYPE' option to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc will cause the specified gcc to be used as the C compiler (unless it is overridden in the site shell script). `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of the options to `configure', and exit. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. --- NEW FILE --- ___________________________ Version 1.0 (November 2005) initial release as an autotools-based package. --- NEW FILE --- refdb-mode.el and ris.el are Emacs extensions. refdb-mode.el adds an interface to RefDB, a reference database and bibliography tool, see http://refdb.sourceforge.net. ris.el adds editing support for RIS files. See the enclosed documentation in HTML or PDF format for further information. |
From: Markus H. <mho...@us...> - 2005-11-12 23:01:25
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv663 Modified Files: refdb-mode-config.el Log Message: added transient-mark-mode;made database name customization more obvious Index: refdb-mode-config.el =================================================================== RCS file: /cvsroot/refdb/elisp/refdb-mode-config.el,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- refdb-mode-config.el 22 Jun 2005 19:49:21 -0000 1.1 +++ refdb-mode-config.el 12 Nov 2005 23:01:17 -0000 1.2 @@ -18,8 +18,11 @@ (require 'refdb-mode) -;; set the default reference database -(setq refdb-database "default") +;; set the default reference database. Replace "EXAMPLE" with the name +;; of your database +(setq refdb-database "EXAMPLE") -;; invoke refdb-mode automatically with these major modes +;; invoke refdb-mode automatically with these major modes. You may +;; have to fiddle with the hook names if your OS/distribution uses +;; different names for these modes (add-hook 'ris-mode-hook 'refdb-mode) (add-hook 'nxml-mode-hook 'refdb-mode) @@ -28,2 +31,8 @@ (add-hook 'sgml-mode-hook 'refdb-mode) (add-hook 'refdb-output-mode-hook 'refdb-mode) + +;; this will highlight the currently selected region. It is highly +;; recommended to use this feature with RIS datasets because some +;; refdb-mode commands work either on the whole buffer or on the +;; marked region. Seeing the marked region avoids surprises +(transient-mark-mode t) |
From: Markus H. <mho...@us...> - 2005-11-12 23:00:02
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32640 Modified Files: Makefile.am Log Message: moved to an autotools-based installation of the lisp files; added documentation Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/elisp/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -U2 -r1.4 -r1.5 --- Makefile.am 31 Dec 2003 07:18:36 -0000 1.4 +++ Makefile.am 12 Nov 2005 22:59:55 -0000 1.5 @@ -1,7 +1,23 @@ ## $Id$ ## Process this file with automake to produce Makefile.in -EXTRA_DIST=ris.el +lisp_LISP = ris.el refdb-mode.el + +docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) +manualdir = $(docdir) +doc_DATA = refdb-mode-manual.pdf +manual_DATA = refdb-mode-manual.html + +EXTRA_DIST = $(lisp_LISP) $(doc_DATA) $(manual_DATA) + +fosheet="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl" +htmlsheet="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" + +refdb-mode-manual.fo: refdb-mode-manual.xml + xsltproc --stringparam funcsynopsis.style ansi $(fosheet) refdb-mode-manual.xml > refdb-mode-manual.fo + +refdb-mode-manual.pdf: refdb-mode-manual.fo + fop -fo refdb-mode-manual.fo -pdf refdb-mode-manual.pdf + +refdb-mode-manual.html: refdb-mode-manual.xml + xsltproc --stringparam funcsynopsis.style ansi $(htmlsheet) refdb-mode-manual.xml > refdb-mode-manual.html -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/site-lisp - $(INSTALL_DATA) ris.el $(DESTDIR)$(pkgdatadir)/site-lisp/ris.el |