~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: 2004-01-30 21:27:04 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040130212704-tbl6kc33lzm0f6ni
Tags: 1.1.0-3
Fixed compatibility symlinks.

Show diffs side-by-side

added added

removed removed

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