~ubuntu-branches/ubuntu/warty/docbook-html-forms/warty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Mark Johnson
  • Date: 2001-06-20 13:15:31 UTC
  • Revision ID: james.westby@ubuntu.com-20010620131531-elulqa92gcfcyqm5
Tags: 1.0-1
Initial Release. Closes: bug#85391

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
docbook-html-forms for Debian
 
2
------------------------------
 
3
 
 
4
This is the driver file for V1.0 of the DocBook HTML Forms Module.
 
5
Please use the following formal public identifier to identify it:
 
6
 
 
7
"-//OASIS//DTD DocBook HTML Forms Module V1.0//EN"
 
8
 
 
9
For example, if your document's top-level element is Book, and
 
10
you are using DocBook directly, use the FPI in the DOCTYPE
 
11
declaration:
 
12
 
 
13
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook HTML Forms Module V1.0//EN"
 
14
               "http://www.oasis-open.org/docbook/xml/htmlforms/1.0/dbforms.dtd"
 
15
               [...]>
 
16
 
 
17
Or, if you have a higher-level driver file that customizes DocBook,
 
18
use the FPI in the parameter entity declaration:
 
19
 
 
20
<!ENTITY % DocBookHTMLFormsDTD PUBLIC "-//OASIS//DTD DocBook HTML Forms Module V1.0//EN"
 
21
           "http://www.oasis-open.org/docbook/xml/htmlforms/1.0/dbforms.dtd">
 
22
%DocBookHTMLFormsDTD;
 
23
 
 
24
See the documentation for detailed information on the parameter
 
25
entity and module scheme used in DocBook, customizing DocBook and
 
26
planning for interchange, and changes made since the last release
 
27
of DocBook.
 
28
 
 
29
 -- Mark Johnson <mrj@debian.org>, Wed, 20 Jun 2001 12:54:25 -0400
 
30
 
 
31