<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/docutils/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/docutils/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 31 Jul 2019 09:40:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/docutils/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Release 0.15.2</title><link>https://sourceforge.net/p/docutils/news/2019/07/release-0152/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This release is for fixing packaging and versioning bugs/problems.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Wed, 31 Jul 2019 09:40:02 -0000</pubDate><guid>https://sourceforge.net002cfb8f707343b1516ff8f79e98ec1629e55fb3</guid></item><item><title>Release 0.15</title><link>https://sourceforge.net/p/docutils/news/2019/07/release-015/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Note: Docutils 0.15.x is compatible with Python versions 2.6, 2.7 and 3.3 to 3.5&lt;br/&gt;
   (cf. &lt;code&gt;Python 3 compatibility&lt;/code&gt;_).&lt;/p&gt;
&lt;p&gt;Some of the changes and fixes, full list in HISTORY.txt&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;reStructuredText:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Allow embedded colons in field list field names (before, tokens like&lt;br/&gt;
&lt;code&gt;:this:example:&lt;/code&gt; were considered ordinary text).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed a bug with the "trim" options of the "unicode" directive.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;languages: Added Korean (ko) mappings and latin.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Several fixes to keep mor information on source in parsed elements,&lt;br/&gt;
  isolate documents roles from other documents parsed, smartquotes,&lt;br/&gt;
  table gets width and latex table multicolumn cells, ...&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Sat, 20 Jul 2019 20:27:06 -0000</pubDate><guid>https://sourceforge.net2d90a7e295c324e2a253a74bbe9238d05d756566</guid></item><item><title>Released 0.14</title><link>https://sourceforge.net/p/docutils/news/2017/08/released-014/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CHANGES&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;docutils/docs/ref/docutils.dtd:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable validation of Docutils XML documents against the DTD:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/parsers/rst/:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added functionality: escaped whitespace in URI contexts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Consistent handling of all whitespace characters in inline markup&lt;br/&gt;
    recognition. (May break documents that relied on some whitespace&lt;br/&gt;
    characters (NBSP, ...) &lt;em&gt;not&lt;/em&gt; to be recognized as whitespace.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/utils/smartquotes.py:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update quote definitions for et, fi, fr, ro, sv, tr, uk.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Add quote definitions for hr, hsb, hu, lv, sh, sl, sr.&lt;/li&gt;
&lt;li&gt;Differentiate apostrophe from closing single quote (if possible).&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add command line interface for stand-alone use (requires 2.7).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/_html_base:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Provide default title in metadata.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The MathJax CDN shut down on April 30, 2017. For security reasons, we&lt;br/&gt;
    don't use a third party public installation as default but warn&lt;br/&gt;
    if &lt;code&gt;math-output&lt;/code&gt; is set to MathJax without specifying a URL.&lt;br/&gt;
    See math-output_ for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/html4css1:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Respect automatic table column sizing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/latex2e/&lt;strong&gt;init&lt;/strong&gt;.py&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Handle class arguments for block-level elements by wrapping them&lt;br/&gt;
    in a "DUclass" environment. This replaces the special handling for&lt;br/&gt;
    "epigraph" and "topic" elements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/odf_odt:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Language option sets ODF document's default language&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Image width, scale, ... set image size in generated ODF.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;tools/&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New front-end &lt;code&gt;rst2html4.py&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Thu, 03 Aug 2017 10:53:33 -0000</pubDate><guid>https://sourceforge.net50bc881c3021d95e2373abdb7d2107fd5c034f72</guid></item><item><title>docutils release 0.12</title><link>https://sourceforge.net/p/docutils/news/2014/07/docutils-release-012/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Only small changes and fixes, see HISTORY.txt for details.&lt;/p&gt;
&lt;p&gt;Mainly to releasy current state, before changing some (erroneous) behaviour (css path, ...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Sun, 06 Jul 2014 12:35:05 -0000</pubDate><guid>https://sourceforge.net3f38a5c7496f38eb1872cb6e9b7f468335b1ebbf</guid></item><item><title>docutils release 0.11</title><link>https://sourceforge.net/p/docutils/news/2013/07/docutils-release-011/</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;General&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Apply &lt;span&gt;[ 2714873 ]&lt;/span&gt; Fix for the overwritting of document attributes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Support embedded aliases within hyperlink references.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix &lt;span&gt;[ 228 ]&lt;/span&gt; try local import of docutils components (reader, writer, parser,&lt;br /&gt;
    language module) before global search.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/parsers/rst/directives/tables.py&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix &lt;span&gt;[ 210 ]&lt;/span&gt; Python 3.3 checks CVS syntax only if "strict" is True.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/html4css1/&lt;strong&gt;init&lt;/strong&gt;.py&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Fix &lt;span&gt;[ 3600051 ]&lt;/span&gt; for tables in a list, table cells are not compacted.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New setting &lt;code&gt;stylesheet_dirs&lt;/code&gt; (see above).&lt;/p&gt;
&lt;p&gt;Now, it is easy to add a custom stylesheet to Docutils' default&lt;br /&gt;
stylesheet with, e.g., &lt;code&gt;--stylesheet_path='html4css1.css, mystyle.css'&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Changed behaviour of the default settings:&lt;br /&gt;
  if there is a file &lt;code&gt;html4css1.css&lt;/code&gt; in the working directory of the&lt;br /&gt;
  process at launch, it is used instead of the one provided by Docutils&lt;br /&gt;
  in the writer source directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New default for math-output_: &lt;code&gt;HTML math.css&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Avoid repeated class declarations in html4css1 writer&lt;br /&gt;
    (modified version of patch &lt;span&gt;[ 104 ]&lt;/span&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;.. _math-output: docs/user/config.html#math-output&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/latex2e/&lt;strong&gt;init&lt;/strong&gt;.py&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Drop the simple algorithm replacing straight double quotes with&lt;br /&gt;
    English typographic ones.&lt;br /&gt;
    Activate the SmartQuotes_ transform if you want this feature.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;New setting &lt;code&gt;stylesheet_dirs&lt;/code&gt;: Comma-separated list of directories&lt;br /&gt;
    where stylesheets are found. Used by &lt;code&gt;stylesheet_path&lt;/code&gt; when expanding&lt;br /&gt;
    relative path arguments.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;.. _SmartQuotes: docs/user/config.html#smart-quotes&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;docutils/writers/manpage.py&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix &lt;span&gt;[3607063]&lt;/span&gt; handle lines starting with a period.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Fix option separating comma was bold (thanks to Bill Morris).&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Mon, 22 Jul 2013 08:16:20 -0000</pubDate><guid>https://sourceforge.neteb3327a2fbfe33e723b3acbff5f30892aac8397a</guid></item><item><title>docutils release 0.10</title><link>https://sourceforge.net/p/docutils/news/2012/12/docutils-release-010/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some of the changes&lt;/p&gt;
&lt;p&gt;- Dropped support for Python 2.3. added 3.3&lt;br /&gt;
- enhancements in math.&lt;br /&gt;
- Fix [3559988] and [3560841] __import__ local writer, reader,&lt;br /&gt;
languages and parsers for Python 2.7 up.&lt;br /&gt;
- Change default of "syntax highlight" option to "long",&lt;br /&gt;
basic syntax highlight styles for LaTeX and HTML.&lt;br /&gt;
- enhanced error handling&lt;br /&gt;
- SmartQuotes transform for typographic quotes and dashes.&lt;br /&gt;
- Fix section numbering by LaTeX.&lt;br /&gt;
- Fix [ 3556388 ] Mathjax does not work with rst2s5.&lt;/p&gt;
&lt;p&gt;thanks for the help maintaining and enhancing docutils.&lt;/p&gt;
&lt;p&gt;download from sourceforge or pypi &lt;/p&gt;
&lt;p&gt;&lt;a href="http://prdownloads.sourceforge.net/docutils/docutils-0.10.tar.gz?download"&gt;http://prdownloads.sourceforge.net/docutils/docutils-0.10.tar.gz?download&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://pypi.python.org/packages/source/d/docutils/docutils-0.10.tar.gz" rel="nofollow"&gt;http://pypi.python.org/packages/source/d/docutils/docutils-0.10.tar.gz&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Sun, 16 Dec 2012 19:03:38 -0000</pubDate><guid>https://sourceforge.netcf5f15aa20eaf64216b7b76ad9e74b7e37a56806</guid></item><item><title>release 0.9.1</title><link>https://sourceforge.net/p/docutils/news/2012/06/release-091/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;this is a bugfix release : &lt;br /&gt;
[ 3527842 ]. Under Python 3, converted tests and tools were installed&lt;br /&gt;
in the PYTHONPATH.&lt;/p&gt;
&lt;p&gt;all the best&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Sun, 17 Jun 2012 22:19:16 -0000</pubDate><guid>https://sourceforge.netae997583890eac2af5073cafe375c6242163d2a3</guid></item><item><title>repository moved</title><link>https://sourceforge.net/p/docutils/news/2011/12/repository-moved/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;after many years the subversion repository moved from &lt;a href="http://berlios.de" rel="nofollow"&gt;http://berlios.de&lt;/a&gt; back to sourceforge.net.&lt;/p&gt;
&lt;p&gt;actually berlios shutdown might not happen, hopefully.&lt;/p&gt;
&lt;p&gt;all the best to &lt;a href="http://berlios.de" rel="nofollow"&gt;http://berlios.de&lt;/a&gt; and many thanks for support.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Fri, 02 Dec 2011 09:28:42 -0000</pubDate><guid>https://sourceforge.netc28fa6c6ac5cc922c342712fd79296defa0b65f1</guid></item><item><title>Docutils 0.8.1 release</title><link>https://sourceforge.net/p/docutils/news/2011/08/docutils-081-release/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug fix release that fixes incompatibilty with sphinx.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Tue, 30 Aug 2011 07:59:39 -0000</pubDate><guid>https://sourceforge.netb61dd99a608d7974e0caea4e55c84f0d78a19941</guid></item><item><title>Docutils 0.5 released</title><link>https://sourceforge.net/p/docutils/news/2008/06/docutils-05-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Docutils 0.5 has been released.&lt;/p&gt;
&lt;p&gt;You can download it from: &lt;a href="http://prdownloads.sourceforge.net/docutils/docutils-0.5.tar.gz?download"&gt;http://prdownloads.sourceforge.net/docutils/docutils-0.5.tar.gz?download&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;For a list of major changes, please see: &lt;a href="http://docutils.sourceforge.net/RELEASE-NOTES.html#release-0-5-2008-06-25"&gt;http://docutils.sourceforge.net/RELEASE-NOTES.html#release-0-5-2008-06-25&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engelbert gruber</dc:creator><pubDate>Thu, 26 Jun 2008 06:33:04 -0000</pubDate><guid>https://sourceforge.nete6fe43c86468348690280edf6759c33840fdad8c</guid></item></channel></rss>