aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook-500
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Fix two grep patterns that were incorrect but accidentally worked in thisGabor Kovesdan2010-07-171-1/+1
| | | | | | | | particular case - No PORTREVISION bump, existing installations are consistent Notes: svn path=/head/; revision=257881
* - Add option to install XML character entitiesGabor Kovesdan2008-08-072-62/+54
| | | | | | | | | - Ignore error if catalog is already registered - Cleanup and consistency with similar ports - Bump PORTREVISION Notes: svn path=/head/; revision=218216
* DocBook is a general purpose XML schema particularly well suited to books andGabor Kovesdan2008-07-224-0/+183
papers about computer hardware and software (though it is by no means limited to these applications). The Version 5.0 release is a complete rewrite of DocBook in RELAX NG. The intent of this rewrite is to produce a schema that is true to the spirit of DocBook while simultaneously removing inconsistencies that have arisen as a natural consequence of DocBook's long, slow evolution. The Technical Committee has taken this opportunity to simplify a number of content models and tighten constraints where RELAX NG makes that possible. The Technical Committee provides the DocBook 5.0 schema in other schema languages, including W3C XML Schema and an XML DTD, but the RELAX NG Schema is now the normative schema. WWW: http://www.docbook.org/specs/docbook-5.0-spec-cd-04.html Notes: svn path=/head/; revision=217320