<?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://blog.gmane.org/gmane.text.docutils.cvs">
    <title>gmane.text.docutils.cvs</title>
    <link>http://blog.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://comments.gmane.org/gmane.text.docutils.cvs/7711"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7710"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7709"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7708"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7707"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7706"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7705"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7704"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7703"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7702"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7701"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7700"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7698"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7697"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7696"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7695"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7694"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7693"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/7692"/>
      </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://comments.gmane.org/gmane.text.docutils.cvs/7711">
    <title>SF.net SVN: docutils:[7436]trunk/sandbox/rst2wiki/docutils/writers/wiki.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7711</link>
    <description>&lt;pre&gt;Revision: 7436
          http://docutils.svn.sourceforge.net/docutils/?rev=7436&amp;amp;view=rev
Author:   joshuagraff
Date:     2012-05-24 17:48:15 +0000 (Thu, 24 May 2012)
Log Message:
-----------
Added support for escaping linked words. i.e. words which are
automatically linked in a Wiki. The option --escape-linked-words
takes a file of words to be escaped.

Updated Confluence translater to always escape '[]' and '{}' with
exception to literal blocks.

Modified Paths:
--------------
    trunk/sandbox/rst2wiki/docutils/writers/wiki.py

Modified: trunk/sandbox/rst2wiki/docutils/writers/wiki.py
===================================================================
--- trunk/sandbox/rst2wiki/docutils/writers/wiki.py2012-05-12 04:35:29 UTC (rev 7435)
+++ trunk/sandbox/rst2wiki/docutils/writers/wiki.py2012-05-24 17:48:15 UTC (rev 7436)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -22,6 +22,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import os
+import re
 
 from docutils import nodes, writers, languages
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -40,6 +41,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
          '&lt;/pre&gt;</description>
    <dc:creator>joshuagraff&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-24T17:48:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7710">
    <title>SF.net SVN: docutils:[7435] trunk/sandbox</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7710</link>
    <description>&lt;pre&gt;Revision: 7435
          http://docutils.svn.sourceforge.net/docutils/?rev=7435&amp;amp;view=rev
Author:   joshuagraff
Date:     2012-05-12 04:35:29 +0000 (Sat, 12 May 2012)
Log Message:
-----------
Initial checkin of RST to Wiki frontend

Added Paths:
-----------
    trunk/sandbox/rst2wiki/
    trunk/sandbox/rst2wiki/README.txt
    trunk/sandbox/rst2wiki/docutils/
    trunk/sandbox/rst2wiki/docutils/writers/
    trunk/sandbox/rst2wiki/docutils/writers/wiki.py
    trunk/sandbox/rst2wiki/tools/
    trunk/sandbox/rst2wiki/tools/rst2wiki.py

Added: trunk/sandbox/rst2wiki/README.txt
===================================================================
--- trunk/sandbox/rst2wiki/README.txt                        (rev 0)
+++ trunk/sandbox/rst2wiki/README.txt2012-05-12 04:35:29 UTC (rev 7435)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,90 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+========
+rst2wiki
+========
+
+.. contents::
+
+
+What is rst2wiki?
+=================
+
+``rst2wiki`` is a tool that transforms reStructuredText_ into various
+Wiki texts. To date ``rst2wiki`` supports two Wiki tex&lt;/pre&gt;</description>
    <dc:creator>joshuagraff&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-12T04:35:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7709">
    <title>SF.net SVN: docutils:[7434] trunk/docutils/docutils/writers/html4css1/ html4css1.css</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7709</link>
    <description>&lt;pre&gt;Revision: 7434
          http://docutils.svn.sourceforge.net/docutils/?rev=7434&amp;amp;view=rev
Author:   milde
Date:     2012-05-11 21:06:27 +0000 (Fri, 11 May 2012)
Log Message:
-----------
Basic CSS rules for (source)code (margin, background, linenumbers).

Modified Paths:
--------------
    trunk/docutils/docutils/writers/html4css1/html4css1.css

Modified: trunk/docutils/docutils/writers/html4css1/html4css1.css
===================================================================
--- trunk/docutils/docutils/writers/html4css1/html4css1.css2012-05-11 21:03:07 UTC (rev 7433)
+++ trunk/docutils/docutils/writers/html4css1/html4css1.css2012-05-11 21:06:27 UTC (rev 7434)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -240,10 +240,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   margin-top: 0 ;
   font: inherit }
 
-pre.literal-block, pre.doctest-block, pre.math {
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
   margin-left: 2em ;
   margin-right: 2em }
 
+pre.code .ln { /* line numbers */
+  color: grey;
+}
+
+.code {
+  background-color: #eeeeee
+}
+
 span.classifier {
   font-family: &lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-11T21:06:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7708">
    <title>SF.net SVN: docutils:[7433] trunk/docutils</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7708</link>
    <description>&lt;pre&gt;Revision: 7433
          http://docutils.svn.sourceforge.net/docutils/?rev=7433&amp;amp;view=rev
Author:   milde
Date:     2012-05-11 21:03:07 +0000 (Fri, 11 May 2012)
Log Message:
-----------
Fix [ 3525847 ] UnicodeEncodeError with locale == C 
and 8-bit char in path argument of `include` directive.

Modified Paths:
--------------
    trunk/docutils/HISTORY.txt
    trunk/docutils/docutils/parsers/rst/directives/misc.py
    trunk/docutils/test/alltests.py
    trunk/docutils/test/test_parsers/test_rst/test_directives/test_include.py

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2012-05-09 15:16:51 UTC (rev 7432)
+++ trunk/docutils/HISTORY.txt2012-05-11 21:03:07 UTC (rev 7433)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -16,7 +16,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Changes Since 0.9
 =================
 
+* docutils/parsers/rst/directives/misc.py
 
+  - Fix [ 3525847 ] UnicodeEncodeError with locale == C and 8-bit char
+    in path argument of `include` directive.
+
 Release 0.9 (2012-05-02)
 ====&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-11T21:03:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7707">
    <title>SF.net SVN: docutils:[7432]trunk/sandbox/code-block-directive/tools/</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7707</link>
    <description>&lt;pre&gt;Revision: 7432
          http://docutils.svn.sourceforge.net/docutils/?rev=7432&amp;amp;view=rev
Author:   milde
Date:     2012-05-09 15:16:51 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Cleanup code-block-directive sandbox project, part 3.

Removed Paths:
-------------
    trunk/sandbox/code-block-directive/tools/

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-09T15:16:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7706">
    <title>SF.net SVN: docutils:[7431]trunk/sandbox/stylesheets</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7706</link>
    <description>&lt;pre&gt;Revision: 7431
          http://docutils.svn.sourceforge.net/docutils/?rev=7431&amp;amp;view=rev
Author:   milde
Date:     2012-05-09 14:07:41 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Stylesheets update.

Modified Paths:
--------------
    trunk/sandbox/stylesheets/bold-definition-terms.css
    trunk/sandbox/stylesheets/index.txt

Added Paths:
-----------
    trunk/sandbox/stylesheets/pygments_css2sty.py

Modified: trunk/sandbox/stylesheets/bold-definition-terms.css
===================================================================
--- trunk/sandbox/stylesheets/bold-definition-terms.css2012-05-09 13:42:58 UTC (rev 7430)
+++ trunk/sandbox/stylesheets/bold-definition-terms.css2012-05-09 14:07:41 UTC (rev 7431)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,22 +1,27 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-/* transiton-stars.css: Style a Docutils transition */
+/* Bold definition list terms */
+/* ************************** */
+
 /* :Author:    Günter Milde */
 /* :Copyright: © 2008 Günter Milde. */
-/*             Released  without warranties or conditions of any kind */
-/*     &lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-09T14:07:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7705">
    <title>SF.net SVN: docutils:[7430]trunk/sandbox/code-block-directive</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7705</link>
    <description>&lt;pre&gt;Revision: 7430
          http://docutils.svn.sourceforge.net/docutils/?rev=7430&amp;amp;view=rev
Author:   milde
Date:     2012-05-09 13:42:58 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Clean up code-block-directive sandbox project.

Modified Paths:
--------------
    trunk/sandbox/code-block-directive/README.txt
    trunk/sandbox/code-block-directive/docs/myfunction.py.pdf
    trunk/sandbox/code-block-directive/docs/myfunction.py.pseudoxml
    trunk/sandbox/code-block-directive/docs/myfunction.py.tex
    trunk/sandbox/code-block-directive/docs/myfunction.py.txt
    trunk/sandbox/code-block-directive/docs/syntax-highlight.txt

Removed Paths:
-------------
    trunk/sandbox/code-block-directive/data/
    trunk/sandbox/code-block-directive/pygments_code_block_directive.py
    trunk/sandbox/code-block-directive/rst2html-highlight.py
    trunk/sandbox/code-block-directive/rst2latex-highlight.py
    trunk/sandbox/code-block-directive/tools/makesty.py
    trunk/sandbox/code-block-directive/tools/pygments-docutilsro&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-09T13:42:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7704">
    <title>SF.net SVN: docutils:[7429]trunk/sandbox/stylesheets</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7704</link>
    <description>&lt;pre&gt;Revision: 7429
          http://docutils.svn.sourceforge.net/docutils/?rev=7429&amp;amp;view=rev
Author:   milde
Date:     2012-05-09 10:41:38 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Example stylesheets for syntax highlight of code snippets.

Modified Paths:
--------------
    trunk/sandbox/stylesheets/index.txt

Added Paths:
-----------
    trunk/sandbox/stylesheets/pygments-default.css
    trunk/sandbox/stylesheets/pygments-default.sty
    trunk/sandbox/stylesheets/pygments-long.css
    trunk/sandbox/stylesheets/pygments-long.sty

Modified: trunk/sandbox/stylesheets/index.txt
===================================================================
--- trunk/sandbox/stylesheets/index.txt2012-05-09 10:32:30 UTC (rev 7428)
+++ trunk/sandbox/stylesheets/index.txt2012-05-09 10:41:38 UTC (rev 7429)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -38,9 +38,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
   Replaces the horizontal line with three stars as often seen in novels.
 
-.. _transition: ../../docutils/docs/ref/rst/restructuredtext.html#transitions
 
+* `&amp;lt;pygments-default.css&amp;gt;`_, `&amp;lt;pygments&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-09T10:41:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7703">
    <title>SF.net SVN: docutils:[7428] trunk/sandbox/code-block-directive/tools/ makesty.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7703</link>
    <description>&lt;pre&gt;Revision: 7428
          http://docutils.svn.sourceforge.net/docutils/?rev=7428&amp;amp;view=rev
Author:   milde
Date:     2012-05-09 10:32:30 +0000 (Wed, 09 May 2012)
Log Message:
-----------
Update skript to convert Pygments styles from CSS to LaTeX.

Bugfix: do not fail at lines without comment.
Support for digits in role names.
``\\\\providecommand`` instead of ``\\\\newcommand``.

Modified Paths:
--------------
    trunk/sandbox/code-block-directive/tools/makesty.py

Modified: trunk/sandbox/code-block-directive/tools/makesty.py
===================================================================
--- trunk/sandbox/code-block-directive/tools/makesty.py2012-05-06 19:10:43 UTC (rev 7427)
+++ trunk/sandbox/code-block-directive/tools/makesty.py2012-05-09 10:32:30 UTC (rev 7428)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,27 +1,37 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #! /usr/bin/env python
+# coding: utf8
 # Copyright: Raphael 'kena' Poss &amp;lt;r.c.poss&amp;lt; at &amp;gt;uva.nl&amp;gt;
 # this file is placed in the public domain.
+#
+# Convert a CSS stylesheet into one for Docutils' LaTeX output.
+#
+# Usage example&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-09T10:32:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7702">
    <title>SF.net SVN: docutils:[7427]trunk/sandbox/code-block-directive/tools</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7702</link>
    <description>&lt;pre&gt;Revision: 7427
          http://docutils.svn.sourceforge.net/docutils/?rev=7427&amp;amp;view=rev
Author:   milde
Date:     2012-05-06 19:10:43 +0000 (Sun, 06 May 2012)
Log Message:
-----------
Stylesheet converter and example stylesheet for syntax highlight with LaTeX.

Added Paths:
-----------
    trunk/sandbox/code-block-directive/tools/makesty.py
    trunk/sandbox/code-block-directive/tools/pygments-docutilsroles.sty

Added: trunk/sandbox/code-block-directive/tools/makesty.py
===================================================================
--- trunk/sandbox/code-block-directive/tools/makesty.py                        (rev 0)
+++ trunk/sandbox/code-block-directive/tools/makesty.py2012-05-06 19:10:43 UTC (rev 7427)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,53 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+#! /usr/bin/env python
+# Copyright: Raphael 'kena' Poss &amp;lt;r.c.poss&amp;lt; at &amp;gt;uva.nl&amp;gt;
+# this file is placed in the public domain.
+
+# Use with: pygmentize -S default -f html | python makesty.py &amp;gt;pygments-DUroles.sty
+
+import sys
+import re
+
+d = re.compile(r'.*[0-9]')
+
+print r'%% Styles&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-06T19:10:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7701">
    <title>SF.net SVN: docutils:[7426]trunk/sandbox/grubert/rllicense.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7701</link>
    <description>&lt;pre&gt;Revision: 7426
          http://docutils.svn.sourceforge.net/docutils/?rev=7426&amp;amp;view=rev
Author:   grubert
Date:     2012-05-05 11:23:03 +0000 (Sat, 05 May 2012)
Log Message:
-----------
remove reportlab license

Removed Paths:
-------------
    trunk/sandbox/grubert/rllicense.txt

Deleted: trunk/sandbox/grubert/rllicense.txt
===================================================================
--- trunk/sandbox/grubert/rllicense.txt2012-05-03 16:30:55 UTC (rev 7425)
+++ trunk/sandbox/grubert/rllicense.txt2012-05-05 11:23:03 UTC (rev 7426)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,29 +0,0 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-#####################################################################################
-#
-#Copyright (c) 2000-2001, ReportLab Inc.
-#All rights reserved.
-#
-#Redistribution and use in source and binary forms, with or without modification,
-#are permitted provided that the following conditions are met:
-#
-#*Redistributions of source code must retain the above copyright notice,
-#this list of conditions and the following disclaimer. 
-#*Redis&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-05T11:23:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7700">
    <title>SF.net SVN: docutils:[7425]trunk/docutils/RELEASE-NOTES.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7700</link>
    <description>&lt;pre&gt;Revision: 7425
          http://docutils.svn.sourceforge.net/docutils/?rev=7425&amp;amp;view=rev
Author:   grubert
Date:     2012-05-03 16:30:55 +0000 (Thu, 03 May 2012)
Log Message:
-----------
roadmap: end python2.3 support

Modified Paths:
--------------
    trunk/docutils/RELEASE-NOTES.txt

Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt2012-05-03 11:26:37 UTC (rev 7424)
+++ trunk/docutils/RELEASE-NOTES.txt2012-05-03 16:30:55 UTC (rev 7425)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -42,6 +42,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
                is called with `handle_io_errors`,
   :0.10 + n+1: remove the `handle_io_errors` option.
 
+* end of python2.3 support with 0.10, most likely.
 
 Changes Since 0.9
 =================

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-03T16:30:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7699">
    <title>SF.net SVN: docutils:[7424]trunk/docutils/docutils/math/math2html.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7699</link>
    <description>&lt;pre&gt;Revision: 7424
          http://docutils.svn.sourceforge.net/docutils/?rev=7424&amp;amp;view=rev
Author:   milde
Date:     2012-05-03 11:26:37 +0000 (Thu, 03 May 2012)
Log Message:
-----------
math2html: Fix writing to sys.stdout/sys.stderr under Py3k.

Modified Paths:
--------------
    trunk/docutils/docutils/math/math2html.py

Modified: trunk/docutils/docutils/math/math2html.py
===================================================================
--- trunk/docutils/docutils/math/math2html.py2012-05-03 11:01:54 UTC (rev 7423)
+++ trunk/docutils/docutils/math/math2html.py2012-05-03 11:26:37 UTC (rev 7424)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -70,7 +70,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
   def show(cls, message, channel):
     "Show a message out of a channel"
-    message = message.encode('utf-8')
+    if sys.version_info &amp;lt; (3,0):
+      message = message.encode('utf-8')
     channel.write(message + '\n')
 
   debug = classmethod(debug)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1701,7 +1702,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     "Write a string"
     if not self.file:
       self.file = codecs.open(self.filename, 'w', "utf-8")
-    if self.f&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-03T11:26:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7698">
    <title>SF.net SVN: docutils:[7423] trunk/docutils</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7698</link>
    <description>&lt;pre&gt;Revision: 7423
          http://docutils.svn.sourceforge.net/docutils/?rev=7423&amp;amp;view=rev
Author:   milde
Date:     2012-05-03 11:01:54 +0000 (Thu, 03 May 2012)
Log Message:
-----------
Documentation update.

Modified Paths:
--------------
    trunk/docutils/RELEASE-NOTES.txt
    trunk/docutils/docutils/error_reporting.py

Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt2012-05-03 10:55:30 UTC (rev 7422)
+++ trunk/docutils/RELEASE-NOTES.txt2012-05-03 11:01:54 UTC (rev 7423)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -34,12 +34,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   Roadmap:
 
   :0.10: change of default behaviour to the equivalent of
-         ``handle_io_errors=False`` and deprecation of the
-         `handle_io_errors` option,
-  :0.11: deprecation warning to stderr if FileInput/FileOutput
-         is called with `handle_io_errors`,
-  :0.12: ignore ``handle_io_errors=True``,
-  :0.13: remove the `handle_io_errors` option.
+         ``handle_io_errors=False``,
+         ignor&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-03T11:01:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7697">
    <title>SF.net SVN: docutils:[7422] trunk/docutils</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7697</link>
    <description>&lt;pre&gt;Revision: 7422
          http://docutils.svn.sourceforge.net/docutils/?rev=7422&amp;amp;view=rev
Author:   milde
Date:     2012-05-03 10:55:30 +0000 (Thu, 03 May 2012)
Log Message:
-----------
odtwriter: import the PIL Image module via ``import PIL``.

* Unify the PIL.Image import (images.py and the HTML writer changed already
  in Dec 2011, Pygments in May 2010). 

* starting with PIL 1.2, "PIL lives in the PIL namespace only"
  (http://mail.python.org/pipermail/image-sig/2011-January/006650.html)
 

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

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2012-05-03 06:37:16 UTC (rev 7421)
+++ trunk/docutils/HISTORY.txt2012-05-03 10:55:30 UTC (rev 7422)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -25,8 +25,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   - New reStructuredText "code" role and directive and "code" option
     of the "include" directive with syntax highlighting by Pygments_.
   - Fix&lt;/pre&gt;</description>
    <dc:creator>milde&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-03T10:55:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7696">
    <title>SF.net SVN: docutils:[7421]trunk/docutils/setup.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7696</link>
    <description>&lt;pre&gt;Revision: 7421
          http://docutils.svn.sourceforge.net/docutils/?rev=7421&amp;amp;view=rev
Author:   grubert
Date:     2012-05-03 06:37:16 +0000 (Thu, 03 May 2012)
Log Message:
-----------
pypi natural language entries changed (lithuanian vanished)

Modified Paths:
--------------
    trunk/docutils/setup.py

Modified: trunk/docutils/setup.py
===================================================================
--- trunk/docutils/setup.py2012-05-02 19:27:09 UTC (rev 7420)
+++ trunk/docutils/setup.py2012-05-03 06:37:16 UTC (rev 7421)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -193,6 +193,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     'Natural Language :: English',      # main/default language, keep first
     'Natural Language :: Afrikaans',
     'Natural Language :: Catalan',
+    'Natural Language :: Chinese (Simplified)',
+    'Natural Language :: Chinese (Traditional)',
     'Natural Language :: Czech',
     'Natural Language :: Dutch',
     'Natural Language :: Esperanto',
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -203,16 +205,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     'Natural Language :: Italian',
     'Natural Language :: Japanese',
     'Natural La&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-03T06:37:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7695">
    <title>SF.net SVN: docutils:[7420]trunk/sandbox/infrastructure/release.sh</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7695</link>
    <description>&lt;pre&gt;Revision: 7420
          http://docutils.svn.sourceforge.net/docutils/?rev=7420&amp;amp;view=rev
Author:   grubert
Date:     2012-05-02 19:27:09 +0000 (Wed, 02 May 2012)
Log Message:
-----------
change frs path

Modified Paths:
--------------
    trunk/sandbox/infrastructure/release.sh

Modified: trunk/sandbox/infrastructure/release.sh
===================================================================
--- trunk/sandbox/infrastructure/release.sh2012-05-02 19:25:12 UTC (rev 7419)
+++ trunk/sandbox/infrastructure/release.sh2012-05-02 19:27:09 UTC (rev 7420)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -433,7 +433,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     echo 'Downloading the tarball to verify its integrity.'
     while true; do
     # BUG path is wrong. project admin filemanager shows md5sum
-        confirm wget http://osdn.dl.sourceforge.net/sourceforge/docutils/"$tarball"
+        confirm wget http://sourceforge.net/projects/docutils/files/"$tarball"
         echo 'Was the download successful?'
         echo 'If yes, press enter to continue, otherwise enter anything to repeat'
      &lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-02T19:27:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7694">
    <title>SF.net SVN: docutils:[7419] trunk/web/index.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7694</link>
    <description>&lt;pre&gt;Revision: 7419
          http://docutils.svn.sourceforge.net/docutils/?rev=7419&amp;amp;view=rev
Author:   grubert
Date:     2012-05-02 19:25:12 +0000 (Wed, 02 May 2012)
Log Message:
-----------
0.9

Modified Paths:
--------------
    trunk/web/index.txt

Modified: trunk/web/index.txt
===================================================================
--- trunk/web/index.txt2012-05-02 19:23:53 UTC (rev 7418)
+++ trunk/web/index.txt2012-05-02 19:25:12 UTC (rev 7419)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -59,13 +59,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 repository`_. The snapshots usually contain *more features* and *fewer bugs*
 than the "official" releases |---| they're not only for developers!
 
-The latest **release package** is `docutils-0.8.1.tgz`__.  It was
-released on 2011-07-08 and is mostly intended for distributors.  See
+The latest **release package** is `docutils-0.9.tgz`__.  It was
+released on 2012-05-02 and is mostly intended for distributors.  See
 the `release notes`_ for a list of changes since the previous release
-(0.7).
+(0.8.1).
 
-__ http://prdownloads.sour&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-02T19:25:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7693">
    <title>SF.net SVN: docutils:[7418] trunk/docutils</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7693</link>
    <description>&lt;pre&gt;Revision: 7418
          http://docutils.svn.sourceforge.net/docutils/?rev=7418&amp;amp;view=rev
Author:   grubert
Date:     2012-05-02 19:23:53 +0000 (Wed, 02 May 2012)
Log Message:
-----------
Release 0.9: set version number to 0.10

Modified Paths:
--------------
    trunk/docutils/docutils/__init__.py
    trunk/docutils/setup.py
    trunk/docutils/test/functional/expected/compact_lists.html
    trunk/docutils/test/functional/expected/dangerous.html
    trunk/docutils/test/functional/expected/field_name_limit.html
    trunk/docutils/test/functional/expected/math_output_html.html
    trunk/docutils/test/functional/expected/math_output_latex.html
    trunk/docutils/test/functional/expected/math_output_mathjax.html
    trunk/docutils/test/functional/expected/math_output_mathml.xhtml
    trunk/docutils/test/functional/expected/misc_rst_html4css1.html
    trunk/docutils/test/functional/expected/pep_html.html
    trunk/docutils/test/functional/expected/standalone_rst_html4css1.html
    trunk/docutils/test/functional/ex&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-02T19:23:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7692">
    <title>SF.net SVN: docutils:[7417] trunk/docutils</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7692</link>
    <description>&lt;pre&gt;Revision: 7417
          http://docutils.svn.sourceforge.net/docutils/?rev=7417&amp;amp;view=rev
Author:   grubert
Date:     2012-05-02 19:19:41 +0000 (Wed, 02 May 2012)
Log Message:
-----------
Release 0.9: added empty "Changes Since 0.9" section

Modified Paths:
--------------
    trunk/docutils/HISTORY.txt
    trunk/docutils/RELEASE-NOTES.txt

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2012-05-02 19:19:12 UTC (rev 7416)
+++ trunk/docutils/HISTORY.txt2012-05-02 19:19:41 UTC (rev 7417)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,6 +13,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 .. contents::
 
+Changes Since 0.9
+=================
+
+
 Release 0.9 (2012-05-02)
 ========================
 

Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt2012-05-02 19:19:12 UTC (rev 7416)
+++ trunk/docutils/RELEASE-NOTES.txt2012-05-02 19:19:41 UTC (rev 7417)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -42,6 +42,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   :0.13: remove the `handle_io_erro&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-02T19:19:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/7691">
    <title>SF.net SVN: docutils:[7416]trunk/docutils/docutils/__init__.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/7691</link>
    <description>&lt;pre&gt;Revision: 7416
          http://docutils.svn.sourceforge.net/docutils/?rev=7416&amp;amp;view=rev
Author:   grubert
Date:     2012-05-02 19:19:12 +0000 (Wed, 02 May 2012)
Log Message:
-----------
Release 0.9: set __version_details__ to "repository"

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

Modified: trunk/docutils/docutils/__init__.py
===================================================================
--- trunk/docutils/docutils/__init__.py2012-05-02 19:18:11 UTC (rev 7415)
+++ trunk/docutils/docutils/__init__.py2012-05-02 19:19:12 UTC (rev 7416)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -56,7 +56,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 number will be bumped when the project is feature-complete, and perhaps if
 there is a major change in the design."""
 
-__version_details__ = 'release'
+__version_details__ = 'repository'
 """Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository',
 'release'), modified automatically &amp;amp; manually."""
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source dev&lt;/pre&gt;</description>
    <dc:creator>grubert&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2012-05-02T19:19:12</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>

