r35436 - in /packages/bibus/trunk/debian: bibus.1 rules
beathovn-guest at users.alioth.debian.org
beathovn-guest at users.alioth.debian.org
Sat Jan 24 21:00:25 UTC 2009
Author: beathovn-guest
Date: Sat Jan 24 21:00:24 2009
New Revision: 35436
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35436
Log:
Add and install updated man-page. It's already in upstream's CVS, but not in the current tarball, of course.
Added:
packages/bibus/trunk/debian/bibus.1
Modified:
packages/bibus/trunk/debian/rules
Added: packages/bibus/trunk/debian/bibus.1
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/bibus.1?rev=35436&op=file
==============================================================================
--- packages/bibus/trunk/debian/bibus.1 (added)
+++ packages/bibus/trunk/debian/bibus.1 Sat Jan 24 21:00:24 2009
@@ -1,0 +1,65 @@
+.\" 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)
+.TH BIBUS 1 "January 22, 2009"
+.\" 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)
+.SH NAME
+bibus \- Bibus is a bibliographic database
+.SH SYNOPSIS
+.B bibus
+.SH DESCRIPTION
+The
+.B bibus
+command does not take any arguments or options at the moment.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
+.\" respectively.
+\fBbibus\fP is a bibliographic database compatible with two database engines:
+.br
+ - MySQL <http://www.mysql.com/>
+.br
+ - SQLite <http://www.sqlite.org/>.
+.br
+It features
+.br
+ * hierarchical organization of the references with user defined keys
+.br
+ * multiuser-environment design (share databases between many users)
+.br
+ * a search engine supporting live queries
+.br
+ * on-line PubMed and eTBLAST access
+.br
+ * OpenOffice.org connectivity: You can
+.br
+ - insert references in an opened OpenOffice.org text document
+.br
+ - format the bibliography directly in Bibus
+.br
+ - format the citations in Bibus.
+.br
+ * foreign language support through unicode and gettext
+.br
+ * import of PubMed (Medline), EndNote/Refer, RIS and BibTeX records.
+.SH SEE ALSO
+.BR openoffice (1),
+.br
+.SH AUTHOR
+\fBbibus\fP was written by Pierre Martineau <pmartino at users.sourceforge.net>
+.PP
+This manual page was written by Pierre Martineau <pmartino at users.sourceforge.net>
+and updated by Jan Beyer <jan at beathovn.de> for the Debian project
+(but may be used by others).
Modified: packages/bibus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/rules?rev=35436&op=diff
==============================================================================
--- packages/bibus/trunk/debian/rules (original)
+++ packages/bibus/trunk/debian/rules Sat Jan 24 21:00:24 2009
@@ -44,6 +44,7 @@
dh_installdocs -i
dh_installmenu -i
dh_desktop -i
+ dh_installman -pbibus bibus.1
dh_link -i usr/share/bibus/bibus.py usr/bin/bibus
dh_strip -i
dh_compress -i
More information about the debian-science-commits
mailing list