Your message dated Sun, 31 Jul 2005 23:32:33 +0100 with message-id <[EMAIL PROTECTED]> and subject line Removed from Debian - unmaintained has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 14 Mar 2003 23:15:33 +0000 >From [EMAIL PROTECTED] Fri Mar 14 17:15:32 2003 Return-path: <[EMAIL PROTECTED]> Received: from smtp03.web.de (smtp.web.de) [217.72.192.158] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18tyOh-0006aw-00; Fri, 14 Mar 2003 17:15:32 -0600 Received: from [213.191.79.227] (helo=there) by smtp.web.de with smtp (WEB.DE(Exim) 4.97 #53) id 18tyOC-0004pe-00 for [EMAIL PROTECTED]; Sat, 15 Mar 2003 00:15:00 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Tobias Toedter <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: bibview: man page for bibview Date: Sat, 15 Mar 2003 00:15:03 +0100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-1.1 required=4.0 tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01 version=2.44 X-Spam-Level: Package: bibview Version: 2.2-7 Severity: normal Tags: patch Hi, since the bibview package lacked a man page, I decided to write it. Tobias diff -Naur does-not-exist/bibview.1 will-be-created/bibview.1 --- does-not-exist/bibview.1 1970-01-01 01:00:00.000000000 +0100 +++ will-be-created/bibview.1 2003-03-15 00:14:28.000000000 +0100 @@ -0,0 +1,156 @@ +.\" 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 BIBVIEW 1 "March 15, 2003" +.\" 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 +bibview \- X11 Bibliography database tool +.SH SYNOPSIS +.B bibview +.RI [ options ] +[-file +.IR bibfile ] +[-rcfile +.IR conffile ] +.SH DESCRIPTION +This manual page documents briefly the +.B bibview +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +.B bibview +facilitates the manipulation of +.BR bibtex (1) +databases (in the following called BiB). It supports the user in +making new entries, searching for entries and moving entries from +one BiB to another. It is possible to work with more than one BiB +simultaneously. +.PP +There are seven types of windows in bibview: +.PP +The main window contains menus for customizing +.B bibview +and for working with BiBs on the file level. +.PP +The bibliography window (one for every open BiB) contains commands +for manipulating the BiB. +.PP +The list window (at most one for every open BiB) shows a list of +entries. It displays the fields author, title, type and year. +.PP +The card window (at most one for every entry) helps editing an +entry. It contains boxes for each field of the entry (according +to the type). +The required fields are marked by bold lines. +A card window is displayed after clicking an entry in the list menu +(left mouse button) or selecting a type in the 'New' menu of a +bibliography window. +.PP +The annote window (at most one for every entry) helps editing +the annote field of an entry. +.PP +The macro window (at most one for every open BiB) helps editing +the STRING and PREAMBLE parts of a BiB. +.PP +The error window (at most one for every BiB) is displayed +if a BiB cannot be opened because of syntax errors. In a help +window the keys and line numbers of the entries with syntax +error are displayed. The file can be edited and opened again. +.SH OPTIONS +The program supports the standard options for Xt (\-display, +\-geometry, -iconic and others). +In addition, the following options are used: +.TP +.B \-quiet +Turn off beep on error. +.TP +.B +quiet +Turn on beep on error (default). +.TP +.B \-iconsOnDesk +Keep icons on bibview desktop. +.TP +.B +iconsOnDesk +Don't keep icons on bibview desktop (default). +.TP +.B \-makeBackup +Save files to backup on save (default). +.TP +.B +makeBackup +Don't save files to backup on save. +.TP +.B \-autoCheck +Turn on consistency checking (default). +.TP +.B +autoCheck +Turn off consistency checking. +.TP +.B \-reqFields +Disallow empty required fields (default). +.TP +.B +reqFields +Allow empty required fields. +.TP +.B \-ignoreCase +Ignore case in search (default). +.TP +.B +ignoreCase +Use case in search. +.TP +.B \-focus +Use <tab> and <esc> key in card window. +.TP +.B +focus +Use mouse in card window. +.TP +.B \-orig +Edit fields in original style. +.TP +.B +orig +Edit fields in bibview style. +.TP +.BI \-file " bibfile" +Load specified BibTeX-File on startup. +.TP +.BI \-rcfile " conffile" +Instead of the file +.I .bibviewrc +in the home directory of the user the file +.RI < conffile > +is used. +.TP +.BI \-bibdir " directory" +The file selection process starts in +.RI < directory >. +.TP +.B \-help +Show the list of options. +.SH FILES +.I ~/.bibviewrc +.SH BUGS +.IP \(bu 2m +There may be problems with files containing more than ca. 1000 entries. +.IP \(bu +The consistency check could be more sophisticated. +.SH AUTHOR +The program was written by Holger Martin, Peter Urban and Armin Liebl. +Send bug reports and ideas for enhancement to [EMAIL PROTECTED] +.PP +This manual page was written by Tobias Toedter <[EMAIL PROTECTED]>, +for the Debian GNU/Linux system (but may be used by others). +.SH SEE ALSO +.BR bibtex (1), +.BR latex (1). --------------------------------------- Received: (at 184828-done) by bugs.debian.org; 31 Jul 2005 22:32:50 +0000 >From [EMAIL PROTECTED] Sun Jul 31 15:32:50 2005 Return-path: <[EMAIL PROTECTED]> Received: from sorrow.cyrius.com [65.19.161.204] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DzMMU-00084N-00; Sun, 31 Jul 2005 15:32:50 -0700 Received: by sorrow.cyrius.com (Postfix, from userid 10) id EE07564D54; Sun, 31 Jul 2005 22:32:49 +0000 (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id D196484B0; Sun, 31 Jul 2005 23:32:33 +0100 (BST) Date: Sun, 31 Jul 2005 23:32:33 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Removed from Debian - unmaintained Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 77 This package has now been removed from Debian because nobody was interested in maintaining it; see http://lists.debian.org/debian-devel-announce/2005/06/msg00014.html for more information. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]