<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/data/help, branch master</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>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://git.baserock.org/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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
