~ubuntu-branches/ubuntu/vivid/herold/vivid

« back to all changes in this revision

Viewing changes to profiles/book.her

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-11-29 13:00:52 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121129130052-x60zqbks3mwb8nmx
Tags: 6.0.3-1
* New upstream. Closes: #692544
* option --logging-level was removed. Closes: #691170
* preserve lang attribute. Closes: #692543
* Fix herold help output. Closes: #692545
* pdftohtml support (detect-trapped-br=false to revert). Closes: #692741
* Fix invalid XML element. Closes: #693214
* Remove d/p/antencoding.patch, applied upstream
* man page is provided. Closes: #689309
* Fix herold.home location. Closes: #692547
* Support section element. Closes: #692756

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
transformation html2docbook;
 
2
 
 
3
section HTML {
 
4
        encoding = "UTF-8";
 
5
        section-numbering-pattern = "((\d+\.)+)?\d*\.?\p{Z}*";
 
6
}
 
7
 
 
8
section DocBook {
 
9
        document-element = "book";
 
10
        encoding = "UTF-8";
 
11
        add-index = true;
 
12
}