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

« back to all changes in this revision

Viewing changes to debian/profiles/word.her

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-01-01 16:25:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130101162503-jmg1hda90k5z8oql
Tags: 6.0.4-1
* New upstream. Closes: #695014, #693305
* Remove d/conf, d/icons and d/profiles. Closes: #693306
* Bump Std-Vers to 3.9.4, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
transformation html2docbook;
2
 
 
3
 
/**
4
 
 * Transformation of HTML exported from Winword 2003 as filtered HTML.
5
 
 */
6
 
section HTML {
7
 
        encoding = "windows-1252";
8
 
        exclude = [ "//p[starts-with(@class, 'MsoToc')]" ];
9
 
        section-numbering-pattern = "((\d+\.)+)?\d*\.?\p{Z}*";
10
 
}
11
 
 
12
 
section DocBook {
13
 
        encoding = "UTF-8";
14
 
}