<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/data, branch master</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>New general setting "output".</title>
<updated>2023-02-07T14:24:37+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-02-07T14:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=96a69cf4d519ccd74d672999ec06516be0bf3a3b'/>
<id>96a69cf4d519ccd74d672999ec06516be0bf3a3b</id>
<content type='text'>
This setting obsoletes the positional argument &lt;destination&gt;.
Cf. the announcement of command line pattern changes in the
RELEASE-NOTES.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This setting obsoletes the positional argument &lt;destination&gt;.
Cf. the announcement of command line pattern changes in the
RELEASE-NOTES.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>New functions for use as `rst2*` "console_scripts entry points".</title>
<updated>2023-02-06T21:04:00+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-02-06T21:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=cd03b1f0575deb1fa36a9cd07e2230b156a6c053'/>
<id>cd03b1f0575deb1fa36a9cd07e2230b156a6c053</id>
<content type='text'>
The new functions allow the installation of `rst2*` command line scripts
via standard `entry points`__ instead of the current "scripts" list in
``setup.py`` after a transition period (cf. [feature-requests:#88]).

+ Works also for Windows.
+ Allows shorter command names (drop the extension), already in use
  in Debian and Ubuntu.

__ https://packaging.python.org/en/latest/specifications/entry-points/

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new functions allow the installation of `rst2*` command line scripts
via standard `entry points`__ instead of the current "scripts" list in
``setup.py`` after a transition period (cf. [feature-requests:#88]).

+ Works also for Windows.
+ Allows shorter command names (drop the extension), already in use
  in Debian and Ubuntu.

__ https://packaging.python.org/en/latest/specifications/entry-points/

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing test samples.</title>
<updated>2022-07-05T06:59:58+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-07-05T06:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=db46f3fcf95994c53a5d0d4211dc418c2cae3595'/>
<id>db46f3fcf95994c53a5d0d4211dc418c2cae3595</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9101 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9101 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation update</title>
<updated>2022-06-17T11:31:28+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-06-17T11:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=631508c04dd93d84f325ec4ce3885afe8e3f733d'/>
<id>631508c04dd93d84f325ec4ce3885afe8e3f733d</id>
<content type='text'>
Remove dead link and outdated footnote about limitations in Python2.
Add link to acceptable values of encoding error handlers.

Harmonise help output.

Use UTF-8 in prose text, error messages, and documentation.
Use 'utf-8' in code or when referring to code.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9077 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove dead link and outdated footnote about limitations in Python2.
Add link to acceptable values of encoding error handlers.

Harmonise help output.

Use UTF-8 in prose text, error messages, and documentation.
Use 'utf-8' in code or when referring to code.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9077 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid non-ASCII chars and use lowercase encoding name  in help output.</title>
<updated>2022-06-10T11:08:13+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-06-10T11:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=b8cfa38244879c28e357c3be7c9cf5ecaec68d3b'/>
<id>b8cfa38244879c28e357c3be7c9cf5ecaec68d3b</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9064 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9064 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Command line "entry point" to the docutils package. Part 2/2.</title>
<updated>2022-05-30T16:54:46+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-05-30T16:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=44cc9f8b863ec4d89862a2f8171040359a960244'/>
<id>44cc9f8b863ec4d89862a2f8171040359a960244</id>
<content type='text'>
Support ``python -m docutils`` with new module `docutils.__main__`.

Support ``docutils`` CLI command via "entry point" in setup.py.

Keep tools/docutils-cli.py for backwards compatibility
and manual installation.
Calls `docutils.__main__.main()`.

Thanks to Adam Turner for contributions and review.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9061 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support ``python -m docutils`` with new module `docutils.__main__`.

Support ``docutils`` CLI command via "entry point" in setup.py.

Keep tools/docutils-cli.py for backwards compatibility
and manual installation.
Calls `docutils.__main__.main()`.

Thanks to Adam Turner for contributions and review.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9061 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix r9010.</title>
<updated>2022-02-25T09:17:21+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-02-25T09:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=211d42c8f0a2a5b83f8ee46ecddc7f28584ac138'/>
<id>211d42c8f0a2a5b83f8ee46ecddc7f28584ac138</id>
<content type='text'>
Patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Test error reporting for config file syntax errors.</title>
<updated>2022-02-21T13:53:19+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-02-21T13:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=68f5aee63b74990f832e6cb89cbb7d0580860d23'/>
<id>68f5aee63b74990f832e6cb89cbb7d0580860d23</id>
<content type='text'>
Config file syntax errors should be reported with
position (file and section) also for errors
raised by validation with frontend.validate_*().

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Config file syntax errors should be reported with
position (file and section) also for errors
raised by validation with frontend.validate_*().

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Small fixes, mostly documentation. Test more "list" settings.</title>
<updated>2022-02-05T14:12:41+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-02-05T14:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=8ef638b234ef00ffbfcaeab6634f6b3dc61326a5'/>
<id>8ef638b234ef00ffbfcaeab6634f6b3dc61326a5</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8998 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8998 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix trailing whitespace (non-Python files).</title>
<updated>2022-01-29T22:26:10+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-29T22:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=88093723897e2cdafe113078bfde50b7c89d69e3'/>
<id>88093723897e2cdafe113078bfde50b7c89d69e3</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
