<?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 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/6036"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6035"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6034"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6033"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6032"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6031"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6030"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6029"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6028"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6027"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6026"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6025"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6024"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6023"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6022"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6021"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6020"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6019"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6018"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.docutils.cvs/6017"/>
      </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/6036">
    <title>r5743 -trunk/sandbox/rst2beamer/latexbeamer/__init__.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6036</link>
    <description>Author: smerten
Date: 2008-12-01 21:43:13 +0100 (Mon, 01 Dec 2008)
New Revision: 5743

Modified:
   trunk/sandbox/rst2beamer/latexbeamer/__init__.py
Log:
Added comments.


Modified: trunk/sandbox/rst2beamer/latexbeamer/__init__.py
===================================================================
--- trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-12-01 07:31:53 UTC (rev 5742)
+++ trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-12-01 20:43:13 UTC (rev 5743)
&lt; at &gt;&lt; at &gt; -271,6 +271,7 &lt; at &gt;&lt; at &gt;
     Remove all elements with a given class attribute.
     """
 
+    # TODO This should be more generic
     classToRemove = 'handout'
 
     # Must be less than


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=</description>
    <dc:creator>smerten&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-01T20:43:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6035">
    <title>r5742 - in trunk/docutils:docutils/writers/latex2e/__init__.pytest/functional/expected/standalone_rst_latex.tex</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6035</link>
    <description>Author: milde
Date: 2008-12-01 08:31:53 +0100 (Mon, 01 Dec 2008)
New Revision: 5742

Modified:
   trunk/docutils/docutils/writers/latex2e/__init__.py
   trunk/docutils/test/functional/expected/standalone_rst_latex.tex
Log:
failsave implementation of custom roles in latex2e

The latex2e writer currently translates &lt;inline&gt; nodes with a class
argument (e.g. produced by a custom role or the upcoming
syntax-highlighting souce-code directive) to specific LaTeX macros,
which allows a style sheet to define this macro but leaves the document
uncompilable without a special style sheet.

The patch below lets the latex2ewriter produce code that

1.  compiles without error ignoring the unknown classes

2.  allows styling of the marked-up code in a custom stylesheet


Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py2008-12-01 07:21:03 UTC (rev 5741)
+++ trunk/docutils/docutils/writers/</description>
    <dc:creator>milde&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-01T07:31:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6034">
    <title>r5741 - trunk/docutils/tools/buildhtml.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6034</link>
    <description>Author: grubert
Date: 2008-12-01 08:21:03 +0100 (Mon, 01 Dec 2008)
New Revision: 5741

Modified:
   trunk/docutils/tools/buildhtml.py
Log:
Fix: os.walk patch


Modified: trunk/docutils/tools/buildhtml.py
===================================================================
--- trunk/docutils/tools/buildhtml.py2008-11-30 10:01:44 UTC (rev 5740)
+++ trunk/docutils/tools/buildhtml.py2008-12-01 07:21:03 UTC (rev 5741)
&lt; at &gt;&lt; at &gt; -182,8 +182,10 &lt; at &gt;&lt; at &gt;
             self.directories = [os.getcwd()]
         for directory in self.directories:
             try:
-                os.path.walk(directory, self.visit, recurse)
+                for root, dirs, files in os.walk(directory):
+                    self.visit(recurse, root, dirs+files)
             except (AttributeError): # python2.2 does not have os.walk
+                print "no os.walk"
                 os.path.walk(directory, self.visit, recurse)
 
     def visit(self, recurse, directory, names):


----------------------------------------------------------------------</description>
    <dc:creator>grubert&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-01T07:21:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6033">
    <title>r5740 - in trunk/docutils: HISTORY.txtdocutils/nodes.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6033</link>
    <description>Author: grubert
Date: 2008-11-30 11:01:44 +0100 (Sun, 30 Nov 2008)
New Revision: 5740

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/docutils/nodes.py
Log:
Prepare for python 3.0: Node.__nonzero__ returns True instead of 1.


Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2008-11-30 09:46:40 UTC (rev 5739)
+++ trunk/docutils/HISTORY.txt2008-11-30 10:01:44 UTC (rev 5740)
&lt; at &gt;&lt; at &gt; -19,6 +19,7 &lt; at &gt;&lt; at &gt;
 
 * General:
 
+  - Prepare for python 3.0: Node.__nonzero__ returns True instead of 1.
   - Prepare for python 3.0: use os.walk instead os.path.walk.
   - Prepare for python 3.0: minimize "types" module where possible.
   - Apply [ 1878977 ] make_id(): deaccent characters.

Modified: trunk/docutils/docutils/nodes.py
===================================================================
--- trunk/docutils/docutils/nodes.py2008-11-30 09:46:40 UTC (rev 5739)
+++ trunk/docutils/docutils/nodes.py2008-11-30 10:01:44 UTC (rev 5740</description>
    <dc:creator>grubert&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-30T10:01:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6032">
    <title>r5739 - in trunk/docutils: HISTORY.txttest/test_functional.py tools/buildhtml.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6032</link>
    <description>Author: grubert
Date: 2008-11-30 10:46:40 +0100 (Sun, 30 Nov 2008)
New Revision: 5739

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/test/test_functional.py
   trunk/docutils/tools/buildhtml.py
Log:
Prepare for python 3.0: use os.walk instead os.path.walk.


Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt2008-11-30 08:59:04 UTC (rev 5738)
+++ trunk/docutils/HISTORY.txt2008-11-30 09:46:40 UTC (rev 5739)
&lt; at &gt;&lt; at &gt; -19,6 +19,7 &lt; at &gt;&lt; at &gt;
 
 * General:
 
+  - Prepare for python 3.0: use os.walk instead os.path.walk.
   - Prepare for python 3.0: minimize "types" module where possible.
   - Apply [ 1878977 ] make_id(): deaccent characters.
   - Backwards-compatible changes to remove python2.6 -3 deprecation warnings

Modified: trunk/docutils/test/test_functional.py
===================================================================
--- trunk/docutils/test/test_functional.py2008-11-30 08:59:04 UTC (rev 5738)
+++ trunk/docutils/t</description>
    <dc:creator>grubert&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-30T09:46:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6031">
    <title>r5738 - in trunk/docutils: HISTORY.txtdocutils/core.py docutils/frontend.py docutils/io.pydocutils/nodes.py docutils/parsers/rst/states.pydocutils/readers/python/moduleparser.pydocutils/statemachine.py docutils/utils.pydocutils/writers/html4css1/__init__.pydocutils/writers/newlatex2e/__init__.pytest/DocutilsTestSupport.py test/package_unittest.pytest/test_language.py test/test_publisher.pytest/test_readers/test_python/showparse test/test_settings.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6031</link>
    <description>Author: grubert
Date: 2008-11-30 09:59:04 +0100 (Sun, 30 Nov 2008)
New Revision: 5738

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/docutils/core.py
   trunk/docutils/docutils/frontend.py
   trunk/docutils/docutils/io.py
   trunk/docutils/docutils/nodes.py
   trunk/docutils/docutils/parsers/rst/states.py
   trunk/docutils/docutils/readers/python/moduleparser.py
   trunk/docutils/docutils/statemachine.py
   trunk/docutils/docutils/utils.py
   trunk/docutils/docutils/writers/html4css1/__init__.py
   trunk/docutils/docutils/writers/newlatex2e/__init__.py
   trunk/docutils/test/DocutilsTestSupport.py
   trunk/docutils/test/package_unittest.py
   trunk/docutils/test/test_language.py
   trunk/docutils/test/test_publisher.py
   trunk/docutils/test/test_readers/test_python/showparse
   trunk/docutils/test/test_settings.py
Log:
Prepare for python 3.0: minimize "types" module where possible (gbrandl).


Modified: trunk/docutils/HISTORY.txt
==================================================================</description>
    <dc:creator>grubert&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-30T08:59:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6030">
    <title>r5737 - in trunk/sandbox/OpenDocument:README.txt docs/odtwriter.txt odtwriter/__init__.py setup.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6030</link>
    <description>Author: dkuhlman
Date: 2008-11-28 23:02:00 +0100 (Fri, 28 Nov 2008)
New Revision: 5737

Modified:
   trunk/sandbox/OpenDocument/README.txt
   trunk/sandbox/OpenDocument/docs/odtwriter.txt
   trunk/sandbox/OpenDocument/odtwriter/__init__.py
   trunk/sandbox/OpenDocument/setup.py
Log:
Fixes to endnotes/footnotes and tables

Modified: trunk/sandbox/OpenDocument/README.txt
===================================================================
--- trunk/sandbox/OpenDocument/README.txt2008-11-28 11:01:42 UTC (rev 5736)
+++ trunk/sandbox/OpenDocument/README.txt2008-11-28 22:02:00 UTC (rev 5737)
&lt; at &gt;&lt; at &gt; -46,7 +46,9 &lt; at &gt;&lt; at &gt;
 of the document instead of at the end of the page.  Generates
 endnotes instead of footnotes.
 
+A fix to table generation.
 
+
 2008/10/23 -- Version 1.3c
 --------------------------
 

Modified: trunk/sandbox/OpenDocument/docs/odtwriter.txt
===================================================================
--- trunk/sandbox/OpenDocument/docs/odtwriter.txt2008-11-28 11:01:42 UTC (rev 5736)
+++ trunk/sand</description>
    <dc:creator>dkuhlman&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-28T22:02:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6029">
    <title>r5736 - trunk/sandbox/latex-variants/README.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6029</link>
    <description>Author: milde
Date: 2008-11-28 12:01:42 +0100 (Fri, 28 Nov 2008)
New Revision: 5736

Modified:
   trunk/sandbox/latex-variants/README.txt
Log:
Default font and font encoding proposal; trim whitespace

Modified: trunk/sandbox/latex-variants/README.txt
===================================================================
--- trunk/sandbox/latex-variants/README.txt2008-11-26 22:59:52 UTC (rev 5735)
+++ trunk/sandbox/latex-variants/README.txt2008-11-28 11:01:42 UTC (rev 5736)
&lt; at &gt;&lt; at &gt; -14,9 +14,8 &lt; at &gt;&lt; at &gt;
 
 #. alternative latex writers for special needs.
 
-.. contents:: 
+.. contents::
 
-
 ``latex2e`` writer extensions
 *****************************
 
&lt; at &gt;&lt; at &gt; -30,16 +29,23 &lt; at &gt;&lt; at &gt;
 
 3. Did you ever use `custom roles`_ and realise that the exported
    LaTeX code does not compile?
-   
+
 4. Did you ever use `custom roles`_, ``myclass``, say, and define a
    ``\docutilsrole&lt;myclassname&gt;`` LaTeX command for it?
-      
+
 5. If YES, how important is backwards compatibility?
    Would you update your style-sheets if the interface i</description>
    <dc:creator>milde&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-28T11:01:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6028">
    <title>r5735 - in trunk/sandbox/rst2beamer:latexbeamer/__init__.py tools/rst2beamer.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6028</link>
    <description>Author: smerten
Date: 2008-11-26 23:59:52 +0100 (Wed, 26 Nov 2008)
New Revision: 5735

Modified:
   trunk/sandbox/rst2beamer/latexbeamer/__init__.py
   trunk/sandbox/rst2beamer/tools/rst2beamer.py
Log:
Class `handout` is removed.


Modified: trunk/sandbox/rst2beamer/latexbeamer/__init__.py
===================================================================
--- trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 21:13:29 UTC (rev 5734)
+++ trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 22:59:52 UTC (rev 5735)
&lt; at &gt;&lt; at &gt; -6,6 +6,8 &lt; at &gt;&lt; at &gt;
 
 from docutils import frontend, nodes
 from docutils.writers import latex2e
+from docutils.readers import standalone
+from docutils.transforms import references, Transform, TransformError
 
 class Writer(latex2e.Writer):
 
&lt; at &gt;&lt; at &gt; -253,4 +255,31 &lt; at &gt;&lt; at &gt;
         return ''.join(self.head_prefix + [head] + self.head + [pdfinfo]
                         + self.body_prefix  + self.body + self.body_suffix)
 
-# TODO Class `handout` must be suppressed - may be by a preprocessor
+# </description>
    <dc:creator>smerten&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-26T22:59:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6027">
    <title>r5734 -trunk/sandbox/rst2beamer/latexbeamer/__init__.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6027</link>
    <description>Author: smerten
Date: 2008-11-26 22:13:29 +0100 (Wed, 26 Nov 2008)
New Revision: 5734

Modified:
   trunk/sandbox/rst2beamer/latexbeamer/__init__.py
Log:
Improved comments.


Modified: trunk/sandbox/rst2beamer/latexbeamer/__init__.py
===================================================================
--- trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 21:11:58 UTC (rev 5733)
+++ trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 21:13:29 UTC (rev 5734)
&lt; at &gt;&lt; at &gt; -129,7 +129,9 &lt; at &gt;&lt; at &gt;
 
             Level is 1,2,3..., as level 0 is the title."""
 
-        # TODO Level where sections become frames must be an option
+        # TODO Level where sections become frames must be an option - might be
+        # determined by a preprocessor, then it is also not fixed - might be
+        # driven by the first content under a section
         sections = [ 'section', "begin{frame}\n\\frametitle", ]
         if level &lt;= len(sections):
             return sections[level-1]
&lt; at &gt;&lt; at &gt; -142,7 +144,7 &lt; at &gt;&lt; at &gt;
 
             Level</description>
    <dc:creator>smerten&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-26T21:13:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6026">
    <title>r5733 -trunk/sandbox/rst2beamer/latexbeamer/__init__.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6026</link>
    <description>Author: smerten
Date: 2008-11-26 22:11:58 +0100 (Wed, 26 Nov 2008)
New Revision: 5733

Modified:
   trunk/sandbox/rst2beamer/latexbeamer/__init__.py
Log:
Settings are explicitly handled.


Modified: trunk/sandbox/rst2beamer/latexbeamer/__init__.py
===================================================================
--- trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 21:09:43 UTC (rev 5732)
+++ trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 21:11:58 UTC (rev 5733)
&lt; at &gt;&lt; at &gt; -4,7 +4,7 &lt; at &gt;&lt; at &gt;
 
 __docformat__ = 'reStructuredText'
 
-from docutils import nodes
+from docutils import frontend, nodes
 from docutils.writers import latex2e
 
 class Writer(latex2e.Writer):
&lt; at &gt;&lt; at &gt; -12,6 +12,107 &lt; at &gt;&lt; at &gt;
     supported = ('latexbeamer')
     """Formats this writer supports."""
 
+    settings_spec = (
+        'LaTeX Beamer Specific Options',
+        'The LaTeX "--output-encoding" default is "latin-1:strict".',
+        (('Specify document options.  Multiple options can be given, '
+          'separated by commas.  </description>
    <dc:creator>smerten&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-26T21:11:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6025">
    <title>r5732 - in trunk/sandbox/rst2beamer:latexbeamer/ latexbeamer/__init__.py tools/ tools/rst2beamer.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6025</link>
    <description>Author: smerten
Date: 2008-11-26 22:09:43 +0100 (Wed, 26 Nov 2008)
New Revision: 5732

Added:
   trunk/sandbox/rst2beamer/latexbeamer/
   trunk/sandbox/rst2beamer/latexbeamer/__init__.py
   trunk/sandbox/rst2beamer/tools/
   trunk/sandbox/rst2beamer/tools/rst2beamer.py
Log:
First steps towards a LaTeX beamer writer.


Added: trunk/sandbox/rst2beamer/latexbeamer/__init__.py
===================================================================
--- trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 20:53:12 UTC (rev 5731)
+++ trunk/sandbox/rst2beamer/latexbeamer/__init__.py2008-11-26 21:09:43 UTC (rev 5732)
&lt; at &gt;&lt; at &gt; -0,0 +1,154 &lt; at &gt;&lt; at &gt;
+"""
+LaTeX Beamer document tree Writer.
+"""
+
+__docformat__ = 'reStructuredText'
+
+from docutils import nodes
+from docutils.writers import latex2e
+
+class Writer(latex2e.Writer):
+
+    supported = ('latexbeamer')
+    """Formats this writer supports."""
+
+    def __init__(self):
+        latex2e.Writer.__init__(self)
+        self.translator_class = BeamerTranslator
+
+class</description>
    <dc:creator>smerten&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-26T21:09:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6024">
    <title>r5731 - trunk/sandbox/rst2beamer/</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6024</link>
    <description>Author: smerten
Date: 2008-11-26 21:53:12 +0100 (Wed, 26 Nov 2008)
New Revision: 5731

Added:
   trunk/sandbox/rst2beamer/
Log:
Added directory for `rst2beamer`.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>smerten&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-26T20:53:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6023">
    <title>r5730 -trunk/docutils/tools/editors/emacs/README.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6023</link>
    <description>Author: goodger
Date: 2008-11-26 19:07:47 +0100 (Wed, 26 Nov 2008)
New Revision: 5730

Modified:
   trunk/docutils/tools/editors/emacs/README.txt
Log:
added links

Modified: trunk/docutils/tools/editors/emacs/README.txt
===================================================================
--- trunk/docutils/tools/editors/emacs/README.txt2008-11-25 14:48:11 UTC (rev 5729)
+++ trunk/docutils/tools/editors/emacs/README.txt2008-11-26 18:07:47 UTC (rev 5730)
&lt; at &gt;&lt; at &gt; -8,7 +8,7 &lt; at &gt;&lt; at &gt;
 
 This directory contains the following Emacs lisp package files:
 
-* rst.el: Emacs support for reStructuredText_.  This file contains a
+* `&lt;rst.el&gt;`_: Emacs support for reStructuredText_.  This file contains a
   major mode that provides:
 
   * Section decoration/adornment creation and updating (M. Blais);
&lt; at &gt;&lt; at &gt; -17,7 +17,7 &lt; at &gt;&lt; at &gt;
   * Some handy editing functions (D. Goodger).
   * Some functions for converting rest documents from within emacs (M. Blais).  
 
-* tests subdirectory: automated tests for some of the features in rst.el.
+* `&lt;tests/</description>
    <dc:creator>goodger&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-26T18:07:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6022">
    <title>r5729 - in trunk/sandbox/stylesheets: index.txttransition-stars.css</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6022</link>
    <description>Author: milde
Date: 2008-11-25 15:48:11 +0100 (Tue, 25 Nov 2008)
New Revision: 5729

Added:
   trunk/sandbox/stylesheets/transition-stars.css
Modified:
   trunk/sandbox/stylesheets/index.txt
Log:
Added style sheet for customising transitions

Modified: trunk/sandbox/stylesheets/index.txt
===================================================================
--- trunk/sandbox/stylesheets/index.txt2008-11-20 16:55:38 UTC (rev 5728)
+++ trunk/sandbox/stylesheets/index.txt2008-11-25 14:48:11 UTC (rev 5729)
&lt; at &gt;&lt; at &gt; -33,6 +33,16 &lt; at &gt;&lt; at &gt;
 * `&lt;voidspace.css&gt;`_: Blue boxes around section headings, more
   borders, and somewhat more colorful than the default stylesheet.
 
+* `&lt;transition-stars.css&gt;`_: 
+  Example/Template for customising the transition__ element.
+  
+  Replaces the horizontal line with three stars as often seen in novels.
+
+__ http://docutils.sf.net/docs/ref/rst/restructuredtext.html#transitions
+
+
+.. References:
+
 .. _Docutils: http://docutils.sourceforge.net/
 .. _Docutils-users:
    http://docutils.sf.ne</description>
    <dc:creator>milde&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-25T14:48:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6021">
    <title>r5728 - trunk/web/.htaccess</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6021</link>
    <description>Author: goodger
Date: 2008-11-20 17:55:38 +0100 (Thu, 20 Nov 2008)
New Revision: 5728

Modified:
   trunk/web/.htaccess
Log:
global directory index access

Modified: trunk/web/.htaccess
===================================================================
--- trunk/web/.htaccess2008-11-13 11:51:19 UTC (rev 5727)
+++ trunk/web/.htaccess2008-11-20 16:55:38 UTC (rev 5728)
&lt; at &gt;&lt; at &gt; -1,3 +1,5 &lt; at &gt;&lt; at &gt;
+Options Indexes
+
 # Redirects
 # =========
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>goodger&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-20T16:55:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6020">
    <title>r5727 - trunk/sandbox/latex-variants/README.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6020</link>
    <description>Author: milde
Date: 2008-11-13 12:51:19 +0100 (Thu, 13 Nov 2008)
New Revision: 5727

Modified:
   trunk/sandbox/latex-variants/README.txt
Log:
the SVN viewing URL at berlios.de changed (/viewcvs/ -&gt; /viewvc/)

Modified: trunk/sandbox/latex-variants/README.txt
===================================================================
--- trunk/sandbox/latex-variants/README.txt2008-11-13 11:41:05 UTC (rev 5726)
+++ trunk/sandbox/latex-variants/README.txt2008-11-13 11:51:19 UTC (rev 5727)
&lt; at &gt;&lt; at &gt; -12,8 +12,11 &lt; at &gt;&lt; at &gt;
 
 #. enhancements or improvements of the latex2e writer, or
 
-#. `alternative latex writers`_ for special needs.
+#. alternative latex writers for special needs.
 
+.. contents:: 
+
+
 ``latex2e`` writer extensions
 *****************************
 
&lt; at &gt;&lt; at &gt; -227,9 +230,10 &lt; at &gt;&lt; at &gt;
 Implementations
 ***************
 
-Browse the SVN repository at berlios.de:
-http://svn.berlios.de/viewcvs/docutils/trunk/sandbox/latex-variants/
+Browse the `SVN repository at berlios.de`__
 
+__ http://svn.berlios.de/viewvc/docutils/trunk/sand</description>
    <dc:creator>milde&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-13T11:51:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6019">
    <title>r5726 - trunk/sandbox/latex-variants/README.txt</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6019</link>
    <description>Author: milde
Date: 2008-11-13 12:41:05 +0100 (Thu, 13 Nov 2008)
New Revision: 5726

Modified:
   trunk/sandbox/latex-variants/README.txt
Log:
latex-variants/README: questionnaire and new ideas 

Modified: trunk/sandbox/latex-variants/README.txt
===================================================================
--- trunk/sandbox/latex-variants/README.txt2008-11-04 07:28:56 UTC (rev 5725)
+++ trunk/sandbox/latex-variants/README.txt2008-11-13 11:41:05 UTC (rev 5726)
&lt; at &gt;&lt; at &gt; -1,53 +1,265 &lt; at &gt;&lt; at &gt;
 ..                            -*- rst-mode -*-
 
-===============================================
+=====================
 Latex Writer Variants
-===============================================
+=====================
 
-:Author: Guenter Milde &lt;milde&lt; at &gt;users.berlios.de&gt;
+:Author: Günter Milde &lt;milde&lt; at &gt;users.berlios.de&gt;
 :Date: $Date$
 
 This sandbox project is a place to try out and discuss variants of the
-latex2e writer.
+latex2e writer. Latex writer variants in this project are
 
-Latex writer variants could be:
+#. enhancement</description>
    <dc:creator>milde&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-13T11:41:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6018">
    <title>r5725 -trunk/sandbox/OpenDocument/odpwriter/__init__.py</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6018</link>
    <description>Author: matt_harrison
Date: 2008-11-04 08:28:56 +0100 (Tue, 04 Nov 2008)
New Revision: 5725

Modified:
   trunk/sandbox/OpenDocument/odpwriter/__init__.py
Log:
[odp] change list styles to Default-outlineN, initial work on footer, and removing topics

Modified: trunk/sandbox/OpenDocument/odpwriter/__init__.py
===================================================================
--- trunk/sandbox/OpenDocument/odpwriter/__init__.py2008-10-31 18:48:54 UTC (rev 5724)
+++ trunk/sandbox/OpenDocument/odpwriter/__init__.py2008-11-04 07:28:56 UTC (rev 5725)
&lt; at &gt;&lt; at &gt; -155,9 +155,9 &lt; at &gt;&lt; at &gt;
     def __init__(self, document):
         odt.ODFTranslator.__init__(self, document)
         self.styles_seen = {}
+        self.footer_text = None # only one for the whole doc
         self._reset_values()
 
-
     def _reset_values(self):
         """we reset on each section/slide"""
         self.text_stack = [] # styles to apply to text
&lt; at &gt;&lt; at &gt; -165,11 +165,15 &lt; at &gt;&lt; at &gt;
         self.text_box = None # only supporting one text box (inside frame) (not </description>
    <dc:creator>matt_harrison&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-11-04T07:28:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6017">
    <title>r5724 -trunk/sandbox/infrastructure/docutils-update.local</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6017</link>
    <description>Author: goodger
Date: 2008-10-31 19:48:54 +0100 (Fri, 31 Oct 2008)
New Revision: 5724

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
Log:
removed unused code

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local2008-10-31 18:37:29 UTC (rev 5723)
+++ trunk/sandbox/infrastructure/docutils-update.local2008-10-31 18:48:54 UTC (rev 5724)
&lt; at &gt;&lt; at &gt; -153,12 +153,6 &lt; at &gt;&lt; at &gt;
 # plant the snapshots
 mv -f *snapshot.tgz $htdocsdest
 
-# if [ -d $snapshotdest ] ; then
-#     mv -f *snapshot.tgz $snapshotdest
-# else
-#     echo "Skip snapshots, directory $snapshotdest does not exist"
-# fi
-
 # revert and touch (to avoid updating the web site only because of the
 # changed timestamp)
 svn -q revert $project/$project/__init__.py


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build </description>
    <dc:creator>goodger&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-10-31T18:48:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.docutils.cvs/6016">
    <title>r5723 - in trunk:sandbox/infrastructure/docutils-update.local web/.htaccess</title>
    <link>http://comments.gmane.org/gmane.text.docutils.cvs/6016</link>
    <description>Author: goodger
Date: 2008-10-31 19:37:29 +0100 (Fri, 31 Oct 2008)
New Revision: 5723

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
   trunk/web/.htaccess
Log:
fix snapshot creation, and put snapshots on sourceforge.net directly (not via ftp to berlios)

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local2008-10-31 18:01:58 UTC (rev 5722)
+++ trunk/sandbox/infrastructure/docutils-update.local2008-10-31 18:37:29 UTC (rev 5723)
&lt; at &gt;&lt; at &gt; -42,8 +42,8 &lt; at &gt;&lt; at &gt;
 # Where to create the snapshots (non-public).
 snapshotdir=$auxdir/snapshots
 test -d $snapshotdir || mkdir $snapshotdir
-# Where to publish the snapshots (public).
-snapshotdest=/home/groups/ftp/pub/docutils
+# # Where to publish the snapshots (public).
+# snapshotdest=/home/groups/ftp/pub/docutils
 bindir=$auxdir/bin
 test -d $bindir || mkdir $bindir
 
&lt; at &gt;&lt; at &gt; -151,12 +151,14 &lt; at &gt;&lt; at &gt;
   tar -cz $exclude -f ../../docfactory-sn</description>
    <dc:creator>goodger&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-10-31T18:37:30</dc:date>
  </item>
  <textinput 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>
