diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-03-28 19:43:32 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-03-28 19:44:49 (GMT) | 
| commit | 3afa4f741c26360245dc313bc368f508b26a6b96 (patch) | |
| tree | 4fc9fedac990a099010fed8a4ee09ddc51c21cc5 /3rdParty/DocBook/XML/dbgenent.mod | |
| parent | 7548dabae7d10e48816142e508be651ada9f7bc3 (diff) | |
| download | swift-3afa4f741c26360245dc313bc368f508b26a6b96.zip swift-3afa4f741c26360245dc313bc368f508b26a6b96.tar.bz2  | |
Added DocBook infrastructure.
Imported most of "DocBook kit".
Added placeholder for Swiften developers guide.
Diffstat (limited to '3rdParty/DocBook/XML/dbgenent.mod')
| -rw-r--r-- | 3rdParty/DocBook/XML/dbgenent.mod | 41 | 
1 files changed, 41 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XML/dbgenent.mod b/3rdParty/DocBook/XML/dbgenent.mod new file mode 100644 index 0000000..ff5ba90 --- /dev/null +++ b/3rdParty/DocBook/XML/dbgenent.mod @@ -0,0 +1,41 @@ +<!-- ...................................................................... --> +<!-- DocBook additional general entities V4.5 ............................. --> + +<!-- Copyright 1992-2004 HaL Computer Systems, Inc., +     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +     Corporation, Norman Walsh, Sun Microsystems, Inc., and the +     Organization for the Advancement of Structured Information +     Standards (OASIS). + +     In DTD driver files referring to this module, please use an entity +     declaration that uses the public identifier shown below: + +     <!ENTITY % dbgenent PUBLIC +     "-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN" +     "dbgenent.mod"> +     %dbgenent; +--> + +<!-- File dbgenent.mod .................................................... --> + +<!-- You can edit this file to add the following: + +     o General entity declarations of any kind.  For example: + +       <!ENTITY productname "WinWidget">          (small boilerplate) +       <!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate) + +     o Notation declarations.  For example: + +       <!NOTATION chicken-scratch SYSTEM> + +     o Declarations for and references to external parameter entities +       containing collections of any of the above.  For example: + +       <!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN" +           "booktitles.ent"> +       %all-titles; +--> + +<!-- End of DocBook additional general entities V4.5 ...................... --> +<!-- ...................................................................... -->  | 
 Swift