GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
REFDBND(1) RefDB Manual REFDBND(1)

refdbnd - creates a skeleton document and a Makefile for RefDB

Interactive mode:

refdbnd

Non-interactive mode:

refdbnd basename doctype pubtype database style encoding css-file

This script should be the first choice for novices to create new SGML or XML documents for use with RefDB(7). If called without arguments, the script runs in an interactive mode and collects a few answers about the new document. Based on these answers it will create skeleton documents for both the short and full citation formats, as well as a custom-tailored Makefile that performs all necessary steps to create formatted output from the document.

Alternatively you can call this script from a directory that contains an existing SGML or XML file. Pass the full name to the script when it asks for a filename, and the script will try to guess some of the settings from the existing file.

The script can create the following document types:

Versions 3.1, 4.0, 4.1
Version 4.1.2, 4.2, 4.3
Version P4

The skeleton documents created by the script contain the appropriate prolog for the selected document type. The only extension is the declaration of an external entity in the internal subset which is required to include the bibliography.

The basename of the document, i.e. sans extension. If you want to end up with foo.pdf, use foo
Available options are db31, db40, and db41 for DocBook SGML; db41x, db42x, and db43x for DocBook XML; and teix for TEI XML
This is one of set, book, or article for DocBook, and TEI.2 for TEI
The name of the database that contains your references.
The name of the bibliography style.
The character encoding of the document.
The name of a CSS file for the HTML output.

The Makefile is set up to process your document properly depending on its type. The following targets are available to be called like make target:

Creates a set of HTML files.
Creates a PDF file.
Creates a Postscript file (SGML documents only).
Creates a RTF file. The Rich Text Format can be edited by most Word Processors.

Note
Not all FO processors offer RTF output, so this target may not work for XML documents with your setup.

This is the default if you call make without specifying a target. It will build all of the above targets.
Creates a .tar.gz archive of the HTML files.
Creates a .tar.gz archive of the PDF file.
Creates a .tar.gz archive of the Postscript file (SGML documents only).
Creates a .tar.gz archive of the RTF file.
This will build all of the above archives.
This will remove all built files, except for the source document using the full citation format.
This will remove all built files, including the source document using the full citation format.

/usr/local/share/refdb/db/examples/Makefile.template

The template used to create the Makefile.

RefDB (7).

RefDB manual (local copy) <prefix>/share/doc/refdb-<version>/refdb-manual/index.html

RefDB manual (web) <[1]http://refdb.sourceforge.net/manual/index.html>

RefDB on the web <[2]http://refdb.sourceforge.net/>

refdbnd was written by Markus Hoenicka <markus@mhoenicka.de>.

1. http://refdb.sourceforge.net/manual/index.html
http://refdb.sourceforge.net/manual/index.html
2. http://refdb.sourceforge.net/
http://refdb.sourceforge.net/
2005-10-16 2005-10-16

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.