~ubuntu-branches/ubuntu/utopic/python-docutils/utopic

« back to all changes in this revision

Viewing changes to debian/rst2odt_prepstyles.sgml

  • Committer: Package Import Robot
  • Author(s): Jakub Wilk, Simon McVittie, Jakub Wilk
  • Date: 2012-02-15 19:21:26 UTC
  • Revision ID: package-import@ubuntu.com-20120215192126-fkqm9dsi1psd09w4
Tags: 0.8.1-5
[ Simon McVittie ]
* Remove myself from Uploaders

[ Jakub Wilk ]
* Backport upstream patch to follow the changes in the
  xml.dom.minidom.Document.toprettyxml method
  (fix-docutilsxmltestcase.diff).
* Drop postinst snippet to deal with a python-support bug (it cannot replace
  directory with a regular file). It was needed only for 0.7 upgrades.
* Suggest fonts-linuxlibertine as an alternative to ttf-linux-libertine.
* Update David Goodger's e-mail address in debian/copyright
  (closes: #653769). Thanks to Jari Aalto for the bug report.
* Update Subversion repository URLs in patch headers (so that they point to
  SourceForge rather than BerliOS).
* Use xargs to iterate over all Python versions.
* Convert rst2odt_prepstyles manpage source from DocBook to
  reStructuredText.
  + Remove docbook-to-man from Build-Depends-Indep.
  + Update debian/rules.
* Don't run dh_testroot in the clean target. There's a good chance that root
  privileges are not needed (e.g. because binary target was run under
  fakeroot), and even if they are actually needed, the target will fail
  quickly.
* Drop obsolete virtual package: docutils-writer-manpage (closes: #631066).
* Run tests with --verbose.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.5//EN">
2
 
<refentry id="rst2odt_prepstyles">
3
 
  <refmeta>
4
 
    <refentrytitle>rst2odt_prepstyles</refentrytitle>
5
 
    <manvolnum>1</manvolnum>
6
 
    <refmiscinfo class="date">July 2008</refmiscinfo>
7
 
    <refmiscinfo class="source"></refmiscinfo>
8
 
    <refmiscinfo class="title">odtwriter</refmiscinfo>
9
 
  </refmeta>
10
 
 
11
 
  <refnamediv>
12
 
    <refname>rst2odt_prepstyles</refname>
13
 
    <refpurpose>strip paper size specifications off of rst2odt stylesheets</refpurpose>
14
 
  </refnamediv>
15
 
 
16
 
  <refsynopsisdiv>
17
 
    <cmdsynopsis>
18
 
      <command>rst2odt_prepstyles</command>
19
 
      <arg choice="req"><replaceable>FILE</replaceable></arg>
20
 
    </cmdsynopsis>
21
 
  </refsynopsisdiv>
22
 
 
23
 
  <refsect1>
24
 
    <title>DESCRIPTION</title>
25
 
 
26
 
    <para>
27
 
      <command>rst2odt(1)</command> uses a stylesheet file as a template
28
 
      for the ODT files it creates.  The stock
29
 
      <filename>styles.odt</filename> file shipped with it comes without
30
 
      page dimensions.  When <command>rst2odt</command> is run and
31
 
      detects that there no paper size is given in the stylesheet, it is
32
 
      automatically determined using <command>paperconf(1)</command>.
33
 
    </para>
34
 
 
35
 
    <para>
36
 
      When editing stylesheets with OpenOffice.org Writer (or similar
37
 
      programs), the resulting files always carry a page size.
38
 
      <command>rst2odt</command> respects this setting and ensures that
39
 
      documents processed with custom stylesheets look the same
40
 
      regardless of the host it is running on.  If you want to get the
41
 
      original behavior, i.e. a system-dependent paper size, you can run
42
 
      <command>rst2odt_prepstyles</command> over your custom stylesheet.
43
 
      Remember to re-run the command whenever you change the file with a
44
 
      word processor.
45
 
    </para>
46
 
  </refsect1>
47
 
 
48
 
  <refsect1>
49
 
    <title>AUTHOR</title>
50
 
 
51
 
    <para>
52
 
      odtwriter is Copyright &copy; 2006-2008 Dave Kuhlman
53
 
      &lt;<email>dkuhlman@rexx.com</email>&gt;
54
 
    </para>
55
 
 
56
 
    <para>
57
 
      This manual page was written by Michael Schutte for the Debian
58
 
      GNU/Linux system (but may be used by others).
59
 
    </para>
60
 
  </refsect1>
61
 
</refentry>
62
 
<!-- vim: set sw=2 sts=2 et tw=72: -->