<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs">
    <title>gmane.text.docutils.cvs</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7950"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7949"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7948"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7947"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7946"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7945"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7944"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7943"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7942"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7941"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7940"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7939"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7938"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7937"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7936"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7935"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7934"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7933"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7932"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/7931"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7950">
    <title>SF.net SVN: docutils:[7675]trunk/sandbox/rst2graph</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7950</link>
    <description>&lt;pre&gt;Revision: 7675
          http://sourceforge.net/p/docutils/code/7675
Author:   smerten
Date:     2013-06-16 10:59:20 +0000 (Sun, 16 Jun 2013)
Log Message:
-----------
Added option `--title-path`. Refactoring.

Modified Paths:
--------------
    trunk/sandbox/rst2graph/global.log
    trunk/sandbox/rst2graph/rst2gxl.py
    trunk/sandbox/rst2graph/tag.log
    trunk/sandbox/rst2graph/version.py

Added Paths:
-----------
    trunk/sandbox/rst2graph/tests/options/expected/titlePath.gxl
    trunk/sandbox/rst2graph/tests/options/input/titlePath.opt
    trunk/sandbox/rst2graph/tests/options/input/titlePath.rst
    trunk/sandbox/rst2graph/tests/simpleDot/expected/multiAnchor.gv
    trunk/sandbox/rst2graph/tests/simpleDot/input/multiAnchor.rst
    trunk/sandbox/rst2graph/tests/variantsDot/expected/titlePath.gv
    trunk/sandbox/rst2graph/tests/variantsDot/input/titlePath.opt
    trunk/sandbox/rst2graph/tests/variantsDot/input/titlePath.rst
    trunk/sandbox/rst2graph/tests/xmllint/expected/titlePath.err
    trunk/sandb&lt;/pre&gt;</description>
    <dc:creator>smerten&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-16T10:59:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7949">
    <title>SF.net SVN: docutils:[7674]trunk/sandbox/rst2graph</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7949</link>
    <description>&lt;pre&gt;Revision: 7674
          http://sourceforge.net/p/docutils/code/7674
Author:   smerten
Date:     2013-06-16 10:56:23 +0000 (Sun, 16 Jun 2013)
Log Message:
-----------
Added option `--connected-only`.

Modified Paths:
--------------
    trunk/sandbox/rst2graph/global.log
    trunk/sandbox/rst2graph/rst2graph.pod
    trunk/sandbox/rst2graph/rst2gxl.py
    trunk/sandbox/rst2graph/tag.log
    trunk/sandbox/rst2graph/version.py

Added Paths:
-----------
    trunk/sandbox/rst2graph/tests/variantsDot/expected/connectedOnly.gv
    trunk/sandbox/rst2graph/tests/variantsDot/input/connectedOnly.opt
    trunk/sandbox/rst2graph/tests/variantsDot/input/connectedOnly.rst

Modified: trunk/sandbox/rst2graph/global.log
===================================================================
--- trunk/sandbox/rst2graph/global.log2013-06-16 10:53:50 UTC (rev 7673)
+++ trunk/sandbox/rst2graph/global.log2013-06-16 10:56:23 UTC (rev 7674)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,95 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 **************************************
+Date: Sat Jun 15 19:27:41 CEST 2013
+A&lt;/pre&gt;</description>
    <dc:creator>smerten&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-16T10:56:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7948">
    <title>SF.net SVN: docutils:[7673]trunk/sandbox/rst2graph</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7948</link>
    <description>&lt;pre&gt;Revision: 7673
          http://sourceforge.net/p/docutils/code/7673
Author:   smerten
Date:     2013-06-16 10:53:50 +0000 (Sun, 16 Jun 2013)
Log Message:
-----------
Output in the dot language is supported. New options `--dot`/`--gv`
and `--gxl` determine the output format. Added tests and refactored.
Renamed project from `rst2gxl` to `rst2graph`.

Modified Paths:
--------------
    trunk/sandbox/rst2graph/global.log
    trunk/sandbox/rst2graph/rst2gxl.py
    trunk/sandbox/rst2graph/setup.py
    trunk/sandbox/rst2graph/tag.log
    trunk/sandbox/rst2graph/version.py

Added Paths:
-----------
    trunk/sandbox/rst2graph/rst2dot.py
    trunk/sandbox/rst2graph/rst2graph.pod
    trunk/sandbox/rst2graph/rst2graph.py
    trunk/sandbox/rst2graph/rst2gv.py
    trunk/sandbox/rst2graph/sortDot.pl
    trunk/sandbox/rst2graph/tests/command/
    trunk/sandbox/rst2graph/tests/command/expected/
    trunk/sandbox/rst2graph/tests/command/expected/dotAndGv.err
    trunk/sandbox/rst2graph/tests/command/expected/dotAndGv.ex
   &lt;/pre&gt;</description>
    <dc:creator>smerten&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-16T10:53:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7947">
    <title>SF.net SVN: docutils:[7672] trunk/sandbox</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7947</link>
    <description>&lt;pre&gt;Revision: 7672
          http://sourceforge.net/p/docutils/code/7672
Author:   smerten
Date:     2013-06-16 10:10:42 +0000 (Sun, 16 Jun 2013)
Log Message:
-----------
Renaming project to new name.

Added Paths:
-----------
    trunk/sandbox/rst2graph/

Removed Paths:
-------------
    trunk/sandbox/rst2gxl/

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>smerten&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-16T10:10:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7946">
    <title>SF.net SVN: docutils:[7671]trunk/sandbox/rst2gxl</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7946</link>
    <description>&lt;pre&gt;Revision: 7671
          http://sourceforge.net/p/docutils/code/7671
Author:   smerten
Date:     2013-06-08 10:09:35 +0000 (Sat, 08 Jun 2013)
Log Message:
-----------
Output is valid against the DTD for GXL 1.0.

Added tests using `xmllint` to check for valid output.

Modified Paths:
--------------
    trunk/sandbox/rst2gxl/global.log
    trunk/sandbox/rst2gxl/rst2gxl.py
    trunk/sandbox/rst2gxl/tag.log
    trunk/sandbox/rst2gxl/tests/complex/filterunit.cfg
    trunk/sandbox/rst2gxl/tests/options/expected/multiedgeSections.gxl
    trunk/sandbox/rst2gxl/tests/options/expected/reverseTable.gxl
    trunk/sandbox/rst2gxl/tests/options/expected/selectTable.gxl
    trunk/sandbox/rst2gxl/tests/options/filterunit.cfg
    trunk/sandbox/rst2gxl/tests/options/input/multiedgeSections.opt
    trunk/sandbox/rst2gxl/tests/options/input/reverseTable.opt
    trunk/sandbox/rst2gxl/tests/options/input/selectTable.opt
    trunk/sandbox/rst2gxl/tests/simple/expected/invalid.gxl
    trunk/sandbox/rst2gxl/tests/simple/expected/se&lt;/pre&gt;</description>
    <dc:creator>smerten&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-08T10:09:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7945">
    <title>SF.net SVN: docutils:[7670]trunk/docutils/BUGS.txt</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7945</link>
    <description>&lt;pre&gt;Revision: 7670
          http://sourceforge.net/p/docutils/code/7670
Author:   milde
Date:     2013-06-06 09:13:12 +0000 (Thu, 06 Jun 2013)
Log Message:
-----------
Update "minimal example" hints.

Modified Paths:
--------------
    trunk/docutils/BUGS.txt

Modified: trunk/docutils/BUGS.txt
===================================================================
--- trunk/docutils/BUGS.txt2013-06-06 07:28:35 UTC (rev 7669)
+++ trunk/docutils/BUGS.txt2013-06-06 09:13:12 UTC (rev 7670)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -57,21 +57,24 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 make it to understand and track down the bug, the more likely a fix
 will be.
 
+.. _minimal example:
+
 .. sidebar:: minimal example
 
-  .. _minimal example:
+  A `minimal working example` is a complete example which is as as small and
+  simple as possible. It should be complete and working, so that
 
-  A minimal example is an example which is as small as possible. These
-  examples are much easier to understand than long examples.
+  * you cannot accidentally omit information important to diagnosing
+    t&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-06T09:13:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7944">
    <title>SF.net SVN: docutils:[7669] trunk/docutils</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7944</link>
    <description>&lt;pre&gt;Revision: 7669
          http://sourceforge.net/p/docutils/code/7669
Author:   milde
Date:     2013-06-06 07:28:35 +0000 (Thu, 06 Jun 2013)
Log Message:
-----------
Update Trac links.

Modified Paths:
--------------
    trunk/docutils/FAQ.txt
    trunk/docutils/docs/user/links.txt

Modified: trunk/docutils/FAQ.txt
===================================================================
--- trunk/docutils/FAQ.txt2013-06-04 12:46:30 UTC (rev 7668)
+++ trunk/docutils/FAQ.txt2013-06-06 07:28:35 UTC (rev 7669)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -423,11 +423,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 * `StikiWiki &amp;lt;http://mithrandr.moria.org/code/stikiwiki/&amp;gt;`__
 
-* `Trac &amp;lt;http://projects.edgewall.com/trac/&amp;gt;`__ `supports using
+* `Trac &amp;lt;http://trac.edgewall.com//&amp;gt;`__ `supports using
   reStructuredText
-  &amp;lt;http://projects.edgewall.com/trac/wiki/WikiRestructuredText&amp;gt;`__ as
+  &amp;lt;http://trac.edgewall.com//wiki/WikiRestructuredText&amp;gt;`__ as
   an alternative to wiki markup. This includes support for `TracLinks
-  &amp;lt;http://projects.edgewall.com/trac/wiki/TracLinks&amp;gt;`__ from within
+  &amp;lt;http://&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-06T07:28:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7943">
    <title>SF.net SVN: docutils:[7668] trunk/docutils</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7943</link>
    <description>&lt;pre&gt;Revision: 7668
          http://sourceforge.net/p/docutils/code/7668
Author:   milde
Date:     2013-06-04 12:46:30 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.

Fixes problems with Docutils installed in "virtualenv"
https://sourceforge.net/p/docutils/patches/105/

Modified Paths:
--------------
    trunk/docutils/docutils/languages/lt.py
    trunk/docutils/docutils/parsers/rst/languages/lt.py
    trunk/docutils/docutils/transforms/universal.py
    trunk/docutils/docutils/utils/__init__.py
    trunk/docutils/docutils/utils/error_reporting.py
    trunk/docutils/docutils/utils/math/latex2mathml.py
    trunk/docutils/docutils/utils/math/tex2unichar.py
    trunk/docutils/docutils/utils/punctuation_chars.py
    trunk/docutils/docutils/utils/smartquotes.py
    trunk/docutils/docutils/writers/latex2e/__init__.py
    trunk/docutils/docutils/writers/xetex/__init__.py
    trunk/docutils/test/test__init__.py
    trunk/docutils/test/test_&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-04T12:46:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7942">
    <title>SF.net SVN: docutils:[7667]trunk/docutils/docs/user/latex.txt</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7942</link>
    <description>&lt;pre&gt;Revision: 7667
          http://sourceforge.net/p/docutils/code/7667
Author:   milde
Date:     2013-06-03 10:11:36 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
Add links to latex.txt

Modified Paths:
--------------
    trunk/docutils/docs/user/latex.txt

Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt2013-06-03 09:57:07 UTC (rev 7666)
+++ trunk/docutils/docs/user/latex.txt2013-06-03 10:11:36 UTC (rev 7667)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -202,9 +202,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 * configuration options_ to the Docutils writer,
 * `LaTeX packages`_,
-* custom LaTeX code in
+* custom `LaTeX code`_ in
   + `style sheets`_,
-  + the `LaTeX preamble`_
+  + the `LaTeX preamble`_,
   + the document body (`raw LaTeX`_), or
   + custom templates_.
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -223,12 +223,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .. _Docutils Configuration:
    config.html
 
+LaTeX code
+----------
 
+Custom LaTeX code can be placed in `style sheets`_, the `LaTeX
+ preamble`_, the document body (`raw LaTeX`_), or cu&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-03T10:11:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7941">
    <title>SF.net SVN: docutils:[7666]trunk/docutils/docs/user/latex.txt</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7941</link>
    <description>&lt;pre&gt;Revision: 7666
          http://sourceforge.net/p/docutils/code/7666
Author:   milde
Date:     2013-06-03 09:57:07 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
Add section on customizing page headers and footers

Modified Paths:
--------------
    trunk/docutils/docs/user/latex.txt

Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt2013-05-31 08:46:24 UTC (rev 7665)
+++ trunk/docutils/docs/user/latex.txt2013-06-03 09:57:07 UTC (rev 7666)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1356,6 +1356,28 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
    http://mirror.ctan.org/macros/latex/contrib/geometry/geometry.pdf
 
 
+page headers and footers
+------------------------
+
+With the fancyhdr_ package or the `KOMA-script`_ classes, you can define
+custom page head- and foot-lines.
+
+The "header" and "footer" directives save their content in the macros
+``\DUheader`` rsp. ``\DUfooter``. The macros can be used in LaTeX code and
+will be replaced by LaTeX with the content of the directives.
+&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-06-03T09:57:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7940">
    <title>SF.net SVN: docutils:[7665] trunk/docutils/docutils/utils/punctuation_chars .py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7940</link>
    <description>&lt;pre&gt;Revision: 7665
          http://sourceforge.net/p/docutils/code/7665
Author:   milde
Date:     2013-05-31 08:46:24 +0000 (Fri, 31 May 2013)
Log Message:
-----------
Exclude "wide" characters from the "delimiters" regexp in "narrow" builds.

Fixes sre_constants.error: bad character range

Modified Paths:
--------------
    trunk/docutils/docutils/utils/punctuation_chars.py

Modified: trunk/docutils/docutils/utils/punctuation_chars.py
===================================================================
--- trunk/docutils/docutils/utils/punctuation_chars.py2013-05-17 08:16:41 UTC (rev 7664)
+++ trunk/docutils/docutils/utils/punctuation_chars.py2013-05-31 08:46:24 UTC (rev 7665)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -72,13 +72,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
               u'\ufe10-\ufe16\ufe19\ufe30-\ufe32\ufe45\ufe46\ufe49-\ufe4c'
               u'\ufe50-\ufe52\ufe54-\ufe58\ufe5f-\ufe61\ufe63\ufe68\ufe6a'
               u'\ufe6b\uff01-\uff03\uff05-\uff07\uff0a\uff0c-\uff0f\uff1a'
-              u'\uff1b\uff1f\uff20\uff3c\uff61\uff64\uff65\U00010100'
-              u'\U&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-31T08:46:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7939">
    <title>SF.net SVN: docutils:[7664] trunk/docutils/test/test_parsers/test_rst/ test_directives/test_tables.py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7939</link>
    <description>&lt;pre&gt;Revision: 7664
          http://sourceforge.net/p/docutils/code/7664
Author:   milde
Date:     2013-05-17 08:16:41 +0000 (Fri, 17 May 2013)
Log Message:
-----------
Error string change backborted to 2.7.4 and 3.2.4.

Thanks to Jakub Wilk for reporting.

Modified Paths:
--------------
    trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py

Modified: trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py
===================================================================
--- trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py2013-05-16 20:49:55 UTC (rev 7663)
+++ trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py2013-05-17 08:16:41 UTC (rev 7664)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -34,7 +34,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 # some error messages changed in Python 3.3:
 csv_eod_error_str = 'unexpected end of data'
-if sys.version_info &amp;lt; (3,3):
+if sys.version_info &amp;lt; (3,2,4) and not (# backport to 2.7.4
+    sys.version_info[:2] == (2,7) and sys.version_info[2] &amp;gt; 3):
     csv_eod_error&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-17T08:16:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7938">
    <title>SF.net SVN: docutils:[7663] trunk/docutils/test/test_parsers/test_rst/ test_directives/test_tables.py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7938</link>
    <description>&lt;pre&gt;Revision: 7663
          http://sourceforge.net/p/docutils/code/7663
Author:   milde
Date:     2013-05-16 20:49:55 +0000 (Thu, 16 May 2013)
Log Message:
-----------
Fix [ 235 ] Python 2.3.3 uses repr when printing unknown url type in urlopen.

Modified Paths:
--------------
    trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py

Modified: trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py
===================================================================
--- trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py2013-05-16 20:38:43 UTC (rev 7662)
+++ trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py2013-05-16 20:49:55 UTC (rev 7663)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,9 +32,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 else:
     unichr_exception_string = str(unichr_exception)
 
-csv_eod_error_str = "unexpected end of data"
+# some error messages changed in Python 3.3:
+csv_eod_error_str = 'unexpected end of data'
 if sys.version_info &amp;lt; (3,3):
-    csv_eod_error_str = "newline inside strin&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-16T20:49:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7937">
    <title>SF.net SVN: docutils:[7662] trunk/docutils</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7937</link>
    <description>&lt;pre&gt;Revision: 7662
          http://sourceforge.net/p/docutils/code/7662
Author:   milde
Date:     2013-05-16 20:38:43 +0000 (Thu, 16 May 2013)
Log Message:
-----------
Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.

Modified Paths:
--------------
    trunk/docutils/HISTORY.txt
    trunk/docutils/docutils/parsers/rst/directives/tables.py
    trunk/docutils/test/test_parsers/test_rst/test_directives/test_tables.py

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2013-05-07 10:52:59 UTC (rev 7661)
+++ trunk/docutils/HISTORY.txt2013-05-16 20:38:43 UTC (rev 7662)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,6 +35,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
   - Apply [ 3599485 ] node source/line information for sphinx translation.
 
+* docutils/parsers/rst/directives/tables.py
+
+  - Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.
+
 * docutils/parsers/rst/states.py
 
   - Fix [ 157 ] Line block parsing doesn't like system message.

Modified: trunk/docutils/docut&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-16T20:38:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7936">
    <title>SF.net SVN: docutils:[7661] trunk/docutils</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7936</link>
    <description>&lt;pre&gt;Revision: 7661
          http://sourceforge.net/p/docutils/code/7661
Author:   milde
Date:     2013-05-07 10:52:59 +0000 (Tue, 07 May 2013)
Log Message:
-----------
Avoid repeated class declarations in html4css1 writer

Modified version of patch [ 104 ]. 

HtmlTranslator.starttag() no longer adds class arguments to the node.

Modified Paths:
--------------
    trunk/docutils/HISTORY.txt
    trunk/docutils/docutils/writers/html4css1/__init__.py

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2013-05-07 09:01:00 UTC (rev 7660)
+++ trunk/docutils/HISTORY.txt2013-05-07 10:52:59 UTC (rev 7661)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -55,6 +55,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     where stylesheets are found. Used by `stylesheet_path` when expanding
     relative path arguments.
   - New default for math-output_: ``HTML math.css``.
+  - Avoid repeated class declarations in html4css1 writer
+    (modified version of patch [ 104 ]).
 
 .. _math-output: docs/user/config.html#math-output
 

Mo&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-07T10:53:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7935">
    <title>SF.net SVN: docutils:[7660] trunk/docutils/test/test_writers/ test_get_writer_class.py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7935</link>
    <description>&lt;pre&gt;Revision: 7660
          http://sourceforge.net/p/docutils/code/7660
Author:   milde
Date:     2013-05-07 09:01:00 +0000 (Tue, 07 May 2013)
Log Message:
-----------
Remove TODO comment: writer import with python &amp;gt;= 2.7 is solved

Modified Paths:
--------------
    trunk/docutils/test/test_writers/test_get_writer_class.py

Modified: trunk/docutils/test/test_writers/test_get_writer_class.py
===================================================================
--- trunk/docutils/test/test_writers/test_get_writer_class.py2013-05-06 11:36:28 UTC (rev 7659)
+++ trunk/docutils/test/test_writers/test_get_writer_class.py2013-05-07 09:01:00 UTC (rev 7660)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,7 +24,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
                           get_writer_class, 'nope')
 
     def test_local_writer(self):
-        # TODO fails from 2.7 up
         # requires local-writer.py in test directory (testroot)
         wr = get_writer_class('local-writer')
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source developm&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-07T09:01:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7934">
    <title>SF.net SVN: docutils:[7659]trunk/docutils/docs/dev/repository.txt</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7934</link>
    <description>&lt;pre&gt;Revision: 7659
          http://sourceforge.net/p/docutils/code/7659
Author:   milde
Date:     2013-05-06 11:36:28 +0000 (Mon, 06 May 2013)
Log Message:
-----------
The Git clone at is currently not updated.

Modified Paths:
--------------
    trunk/docutils/docs/dev/repository.txt

Modified: trunk/docutils/docs/dev/repository.txt
===================================================================
--- trunk/docutils/docs/dev/repository.txt2013-05-06 11:26:00 UTC (rev 7658)
+++ trunk/docutils/docs/dev/repository.txt2013-05-06 11:36:28 UTC (rev 7659)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -22,12 +22,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
    the **whole document**, especially the section "`Information for
    Developers`_"!
 
-.. Note::
-
+.. important::
    As of 2013-03-13 the subversion urls have changed.
 
+   The Git clone at http://repo.or.cz/w/docutils.git is currently not
+   updated and should not be used.
+
 Docutils uses a Subversion_ repository located at
-``docutils.svn.sourceforge.net``. 
+``docutils.svn.sourceforge.net``.
 Subversion is exhaustively documented &lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-06T11:36:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7933">
    <title>SF.net SVN: docutils:[7658] trunk/docutils</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7933</link>
    <description>&lt;pre&gt;Revision: 7658
          http://sourceforge.net/p/docutils/code/7658
Author:   milde
Date:     2013-05-06 11:26:00 +0000 (Mon, 06 May 2013)
Log Message:
-----------
Writer comment with (currently ignored) figure alignment to the LaTeX source.

Modified Paths:
--------------
    trunk/docutils/docutils/writers/latex2e/__init__.py
    trunk/docutils/test/functional/expected/standalone_rst_latex.tex
    trunk/docutils/test/functional/expected/standalone_rst_xetex.tex

Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py2013-05-06 06:38:08 UTC (rev 7657)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py2013-05-06 11:26:00 UTC (rev 7658)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1528,7 +1528,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     ##     return head + '\n' + body
 
     def is_inline(self, node):
-        """Check whether a node represents an inline element"""
+        """Check whether a node represents an inline or block-level element"""
  &lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-06T11:26:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7932">
    <title>SF.net SVN: docutils:[7657] trunk/docutils/docutils/writers/latex2e/ __init__.py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7932</link>
    <description>&lt;pre&gt;Revision: 7657
          http://sourceforge.net/p/docutils/code/7657
Author:   milde
Date:     2013-05-06 06:38:08 +0000 (Mon, 06 May 2013)
Log Message:
-----------
Add "babel" name for Serbian (cyrillic script).

There is a contributed LaTeX package for Serbian with cyrillic script.
Map the language codes "sr" and "sh-Cyrl" to the "babel" option "serbianc".

Modified Paths:
--------------
    trunk/docutils/docutils/writers/latex2e/__init__.py

Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py2013-04-28 22:26:53 UTC (rev 7656)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py2013-05-06 06:38:08 UTC (rev 7657)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -349,13 +349,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
         'ro':           'romanian',
         'ru':           'russian',
         'se':           'samin',     # North Sami
-        # sh-Cyrl:      Serbo-Croatian, Cyrillic script
-        'sh-Latn':      'serbian', # Serbo-Croatian, Lati&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-06T06:38:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7931">
    <title>SF.net SVN: docutils:[7656] trunk/docutils/test/test_parsers/test_rst/ test_inline_markup.py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7931</link>
    <description>&lt;pre&gt;Revision: 7656
          http://sourceforge.net/p/docutils/code/7656
Author:   milde
Date:     2013-04-28 22:26:53 +0000 (Sun, 28 Apr 2013)
Log Message:
-----------
More test for inline markup recognition (no change to the rules).

Modified Paths:
--------------
    trunk/docutils/test/test_parsers/test_rst/test_inline_markup.py

Modified: trunk/docutils/test/test_parsers/test_rst/test_inline_markup.py
===================================================================
--- trunk/docutils/test/test_parsers/test_rst/test_inline_markup.py2013-04-28 21:57:03 UTC (rev 7655)
+++ trunk/docutils/test/test_parsers/test_rst/test_inline_markup.py2013-04-28 22:26:53 UTC (rev 7656)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,12 +78,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 [r"""some punctuation is allowed around inline markup, e.g.
 /*emphasis*/, -*emphasis*-, and :*emphasis*: (delimiters),
 (*emphasis*), [*emphasis*], &amp;lt;*emphasis*&amp;gt;, {*emphasis*} (open/close pairs)
+*emphasis*., *emphasis*,, *emphasis*!, and *emphasis*\ (closing delimiters),
 
 but not
-)*emphasis*(, ]*emphasis*[, &amp;gt;*emphasi&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-04-28T22:26:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/7930">
    <title>SF.net SVN: docutils:[7655] trunk/docutils/docutils/utils/punctuation_chars .py</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/7930</link>
    <description>&lt;pre&gt;Revision: 7655
          http://sourceforge.net/p/docutils/code/7655
Author:   milde
Date:     2013-04-28 21:57:03 +0000 (Sun, 28 Apr 2013)
Log Message:
-----------
Literal definition of character sets with backslash escapes instead of utf8.

Modified Paths:
--------------
    trunk/docutils/docutils/utils/punctuation_chars.py

Modified: trunk/docutils/docutils/utils/punctuation_chars.py
===================================================================
--- trunk/docutils/docutils/utils/punctuation_chars.py2013-04-24 21:39:43 UTC (rev 7654)
+++ trunk/docutils/docutils/utils/punctuation_chars.py2013-04-28 21:57:03 UTC (rev 7655)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -23,23 +23,62 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # (states.py)
 #
 # .. _inline markup recognition rules:
-#     ../../../docs/ref/rst/restructuredtext.html#inline-markup
+#     ../../docs/ref/rst/restructuredtext.html#inline-markup
 
 # Docutils punctuation category sample strings
 # --------------------------------------------
 #
 # The sample strings are generated by punctuation_samples() and put here
-# l&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-04-28T21:57:03</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.docutils.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.docutils.cvs</link>
  </textinput>
</rdf:RDF>
