<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/test/functional/input/data, branch docutils-0.13.1</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>Rename html_plain writer to html5_polyglott.</title>
<updated>2016-08-18T21:40:00+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-08-18T21:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=fda61f477e7f8a61ffc3bc3f81141a8b7b276c76'/>
<id>fda61f477e7f8a61ffc3bc3f81141a8b7b276c76</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7969 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7969 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for the latex2e writer table handling.</title>
<updated>2016-08-03T20:06:16+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-08-03T20:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=f1cfbaa6be2c8cab486ce52ac16efb04c18f6af1'/>
<id>f1cfbaa6be2c8cab486ce52ac16efb04c18f6af1</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7965 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7965 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Support tables with auto-sized column widths in html_plain and latex2e writers.</title>
<updated>2016-07-30T22:05:13+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-07-30T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=f748a87e6c3312a42c43bb91553fb7abd0e5c478'/>
<id>f748a87e6c3312a42c43bb91553fb7abd0e5c478</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7962 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7962 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear up and document patch [ 120 ].</title>
<updated>2016-07-28T21:52:14+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-07-28T21:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=0d07ef208dcaf532bf3fec582bb74a77f7bd1a69'/>
<id>0d07ef208dcaf532bf3fec582bb74a77f7bd1a69</id>
<content type='text'>
The colwidths argument for &lt;tgroup&gt; violates the docutils.dtd.
As the "auto"/"given" tags may be ignored by the writers, they may be
stored as classes instead.

The default case (grid for tables, equal widths for ListTable and CSVTable
does not need/get a tag. This way, writers can decide whether to leave
column width determination to the backend when the class "colwidths-auto" is
set (opt-in) or by default (opt-out with "colwidths-given").

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The colwidths argument for &lt;tgroup&gt; violates the docutils.dtd.
As the "auto"/"given" tags may be ignored by the writers, they may be
stored as classes instead.

The default case (grid for tables, equal widths for ListTable and CSVTable
does not need/get a tag. This way, writers can decide whether to leave
column width determination to the backend when the class "colwidths-auto" is
set (opt-in) or by default (opt-out with "colwidths-given").

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement feature request [ 48 ]</title>
<updated>2016-07-26T18:15:59+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-07-26T18:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=4c41a72a5e14cdcaf4d1e37ee3a8efa8f6620fe1'/>
<id>4c41a72a5e14cdcaf4d1e37ee3a8efa8f6620fe1</id>
<content type='text'>
Add :align: option to the table directives.
Thanks to Takeshi KOMIYA for the patch.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7952 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add :align: option to the table directives.
Thanks to Takeshi KOMIYA for the patch.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7952 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX writer tests for multirow tables.</title>
<updated>2016-07-26T12:24:58+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-07-26T12:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=2073703bc375b025767c212096c6255bb7965387'/>
<id>2073703bc375b025767c212096c6255bb7965387</id>
<content type='text'>
Also some more corner case test for LaTeX.
(Functional test, so that the visual appearence in PDF can be easily checked.)

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7950 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also some more corner case test for LaTeX.
(Functional test, so that the visual appearence in PDF can be easily checked.)

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7950 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.</title>
<updated>2015-08-12T14:26:55+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-08-12T14:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=0a61b29e0dc8f239643c5c25c586a8a096407129'/>
<id>0a61b29e0dc8f239643c5c25c586a8a096407129</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to "plain.css" to the test data.</title>
<updated>2015-05-27T12:11:49+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-05-27T12:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=9374576677891027afb3f04fd251ed06eb62effe'/>
<id>9374576677891027afb3f04fd251ed06eb62effe</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7895 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7895 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate style sheets for required and optional layout rules.</title>
<updated>2015-05-11T15:38:58+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-05-11T15:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=690b2daabe36898d44012efc105d49a92f7e3d8a'/>
<id>690b2daabe36898d44012efc105d49a92f7e3d8a</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7893 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7893 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use &lt;sup&gt; and &lt;sub&gt; tags inside &lt;pre&gt; (parsed-literal blocks).</title>
<updated>2015-03-30T14:41:00+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-03-30T14:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=14d6a4d49af93179410b793d567c890914959591'/>
<id>14d6a4d49af93179410b793d567c890914959591</id>
<content type='text'>
New approach: use &lt;span class="subscript"&gt; ... and CSS in literal blocks,
as &lt;sup&gt; and &lt;sub&gt; are explicitely forbidden in XHTML 1
http://www.w3.org/TR/xhtml1/#prohibitions
(but the validator does not check this)

Also: fix target in SVG image functional test.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7856 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New approach: use &lt;span class="subscript"&gt; ... and CSS in literal blocks,
as &lt;sup&gt; and &lt;sub&gt; are explicitely forbidden in XHTML 1
http://www.w3.org/TR/xhtml1/#prohibitions
(but the validator does not check this)

Also: fix target in SVG image functional test.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7856 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
