Stav 23.06.2026
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,495 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: docutils
|
||||
Version: 0.22.4
|
||||
Summary: Docutils -- Python Documentation Utilities
|
||||
Author-email: David Goodger <goodger@python.org>
|
||||
Maintainer-email: docutils-develop list <docutils-develop@lists.sourceforge.net>
|
||||
Requires-Python: >=3.9
|
||||
Description-Content-Type: text/x-rst
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Environment :: Console
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: End Users/Desktop
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: Intended Audience :: Other Audience
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
Classifier: License :: Public Domain
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: 3.14
|
||||
Classifier: Topic :: Documentation
|
||||
Classifier: Topic :: Software Development
|
||||
Classifier: Topic :: Software Development :: Documentation
|
||||
Classifier: Topic :: Text Editors :: Documentation
|
||||
Classifier: Topic :: Text Processing
|
||||
Classifier: Topic :: Text Processing :: General
|
||||
Classifier: Topic :: Text Processing :: Markup
|
||||
Classifier: Topic :: Text Processing :: Markup :: HTML
|
||||
Classifier: Topic :: Text Processing :: Markup :: LaTeX
|
||||
Classifier: Topic :: Text Processing :: Markup :: Markdown
|
||||
Classifier: Topic :: Text Processing :: Markup :: reStructuredText
|
||||
Classifier: Topic :: Text Processing :: Markup :: XML
|
||||
Classifier: Topic :: Utilities
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: Natural Language :: Afrikaans
|
||||
Classifier: Natural Language :: Arabic
|
||||
Classifier: Natural Language :: Catalan
|
||||
Classifier: Natural Language :: Catalan (Valencian)
|
||||
Classifier: Natural Language :: Chinese (Simplified)
|
||||
Classifier: Natural Language :: Chinese (Traditional)
|
||||
Classifier: Natural Language :: Czech
|
||||
Classifier: Natural Language :: Danish
|
||||
Classifier: Natural Language :: Dutch
|
||||
Classifier: Natural Language :: Esperanto
|
||||
Classifier: Natural Language :: Finnish
|
||||
Classifier: Natural Language :: French
|
||||
Classifier: Natural Language :: Galician
|
||||
Classifier: Natural Language :: Georgian
|
||||
Classifier: Natural Language :: German
|
||||
Classifier: Natural Language :: Hebrew
|
||||
Classifier: Natural Language :: Italian
|
||||
Classifier: Natural Language :: Japanese
|
||||
Classifier: Natural Language :: Korean
|
||||
Classifier: Natural Language :: Latvian
|
||||
Classifier: Natural Language :: Lithuanian
|
||||
Classifier: Natural Language :: Persian
|
||||
Classifier: Natural Language :: Polish
|
||||
Classifier: Natural Language :: Portuguese (Brazilian)
|
||||
Classifier: Natural Language :: Russian
|
||||
Classifier: Natural Language :: Slovak
|
||||
Classifier: Natural Language :: Spanish
|
||||
Classifier: Natural Language :: Swedish
|
||||
Classifier: Natural Language :: Ukrainian
|
||||
License-File: COPYING.rst
|
||||
License-File: licenses/BSD-0-Clause.rst
|
||||
License-File: licenses/BSD-2-Clause.rst
|
||||
License-File: licenses/gpl-3-0.txt
|
||||
Project-URL: Changelog, https://docutils.sourceforge.io/HISTORY.html
|
||||
Project-URL: Code, https://sourceforge.net/p/docutils/code/
|
||||
Project-URL: Documentation, https://docutils.sourceforge.io/docs/
|
||||
Project-URL: Download, https://pypi.org/project/docutils/
|
||||
Project-URL: Homepage, https://docutils.sourceforge.io
|
||||
Project-URL: Issue tracker, https://sourceforge.net/p/docutils/bugs/
|
||||
|
||||
=========================
|
||||
README: Docutils 0.22.4
|
||||
=========================
|
||||
|
||||
:Author: David Goodger
|
||||
:Contact: goodger@python.org
|
||||
:Date: $Date: 2025-12-18 19:44:54 +0100 (Do, 18. Dez 2025) $
|
||||
:Web site: https://docutils.sourceforge.io/
|
||||
:Copyright: This document has been placed in the public domain.
|
||||
|
||||
:Abstract: Docutils is a modular system for processing documentation into
|
||||
useful formats, such as HTML, XML, and LaTeX.
|
||||
For input Docutils supports reStructuredText, an easy-to-read,
|
||||
what-you-see-is-what-you-get plaintext markup syntax.
|
||||
|
||||
.. contents::
|
||||
|
||||
|
||||
Quick-Start
|
||||
===========
|
||||
|
||||
This is for those who want to get up & running quickly.
|
||||
|
||||
1. Docutils requires **Python**, available from
|
||||
https://www.python.org/.
|
||||
See Dependencies_ below for details.
|
||||
|
||||
2. Install the latest stable release from PyPi with pip_::
|
||||
|
||||
pip install docutils
|
||||
|
||||
For alternatives and details, see section `Installation`_ below.
|
||||
|
||||
3. Use the `front-end scripts`_ to convert reStructuredText documents.
|
||||
Try for example::
|
||||
|
||||
docutils FAQ.rst FAQ.html
|
||||
|
||||
See Usage_ below for details.
|
||||
|
||||
|
||||
Purpose
|
||||
=======
|
||||
|
||||
The purpose of the Docutils project is to provide a set of tools for
|
||||
processing plaintext documentation into useful formats, such as HTML,
|
||||
LaTeX, troff (man pages), OpenOffice, and native XML. Support for the
|
||||
following sources has been implemented:
|
||||
|
||||
* Standalone files.
|
||||
|
||||
* `PEPs (Python Enhancement Proposals)`_.
|
||||
|
||||
Support for the following sources is planned or provided by
|
||||
`third party tools`_:
|
||||
|
||||
* Inline documentation from Python modules and packages, extracted
|
||||
with namespace context.
|
||||
|
||||
* Email (RFC-822 headers, quoted excerpts, signatures, MIME parts).
|
||||
|
||||
* Wikis, with global reference lookups of "wiki links".
|
||||
|
||||
* Compound documents, such as multiple chapter files merged into a
|
||||
book.
|
||||
|
||||
* And others as discovered.
|
||||
|
||||
.. _PEPs (Python Enhancement Proposals):
|
||||
https://peps.python.org/pep-0012
|
||||
.. _third party tools: docs/user/links.html#related-applications
|
||||
|
||||
|
||||
Dependencies
|
||||
============
|
||||
|
||||
To run the code, Python_ must be installed.
|
||||
(Python is pre-installed with most Linux distributions.)
|
||||
|
||||
* Since version 0.21, Docutils requires Python 3.9 or later.
|
||||
* Docutils versions 0.19 to 0.20.1 require Python 3.7 or later.
|
||||
* Docutils versions 0.16 to 0.18 require Python 2.7 or 3.5+.
|
||||
|
||||
The **type hints** added in version 0.22 use Python 3.10 syntax.
|
||||
However, the Python interpreter treats them as annotations
|
||||
unless ``typing.TYPE_CHECKING`` is set to ``True``.
|
||||
|
||||
.. _Python: https://www.python.org/.
|
||||
|
||||
|
||||
Recommendations
|
||||
---------------
|
||||
|
||||
Docutils uses the following packages for enhanced functionality, if they
|
||||
are installed:
|
||||
|
||||
* The recommended installer is pip_, setuptools_ works, too.
|
||||
|
||||
* The `Python Imaging Library`_ (PIL) is used for some image
|
||||
manipulation operations.
|
||||
|
||||
* The `Pygments`_ package provides syntax highlight of "code" directives
|
||||
and roles.
|
||||
|
||||
* The `myst`_, `pycmark`_, or `recommonmark`_ parsers can be used to
|
||||
parse input in "Markdown" (CommonMark_) format.
|
||||
|
||||
The `Docutils Link List <docs/user/links.html>`__ records projects that
|
||||
users of Docutils and reStructuredText may find useful.
|
||||
|
||||
.. _pip: https://pypi.org/project/pip/
|
||||
.. _setuptools: https://pypi.org/project/setuptools/
|
||||
.. _Python Imaging Library: http://www.pythonware.com/products/pil/
|
||||
.. _Pygments: https://pypi.org/project/Pygments/
|
||||
.. _myst: https://pypi.org/project/myst-docutils/
|
||||
.. _pycmark: https://pypi.org/project/pycmark/
|
||||
.. _recommonmark: https://github.com/rtfd/recommonmark
|
||||
.. _CommonMark: https://spec.commonmark.org/0.30/
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
The `Python Packaging User Guide`_ gives details how to
|
||||
`use pip for installing`_.
|
||||
|
||||
* The simplest way is to install the latest *stable release* from PyPi::
|
||||
|
||||
pip install docutils
|
||||
|
||||
* To install a *pre-relase*, append the option ``--pre``.
|
||||
|
||||
* To install a `development version`_ *from source*:
|
||||
|
||||
1. Open a shell
|
||||
|
||||
2. Go to the directory containing the ``pyproject.toml`` file.
|
||||
|
||||
3. Install the package with **one** of the following commands::
|
||||
|
||||
pip install -e . # editable install
|
||||
pip install . # regular install
|
||||
|
||||
or do a `"manual" install`_.
|
||||
|
||||
4. Optional steps:
|
||||
|
||||
* `Running the test suite`_
|
||||
* `Converting the documentation`_
|
||||
|
||||
See also the OS-specific installation instructions below and
|
||||
the `Docutils version repository`_ documentation.
|
||||
|
||||
* To install for a *specific Python version*, use this version in the
|
||||
setup call, e.g. ::
|
||||
|
||||
python3.11 -m pip install docutils
|
||||
|
||||
If the python executable isn't on your path, you'll have to specify the
|
||||
complete path, such as ``/usr/local/bin/python3.11``.
|
||||
|
||||
To install for different Python versions, repeat step 3 for every
|
||||
required version. The last installed version will be used for the
|
||||
``docutils`` command line application.
|
||||
|
||||
.. _Python Packaging User Guide: https://packaging.python.org/en/latest/
|
||||
.. _use pip for installing:
|
||||
https://packaging.python.org/en/latest/tutorials/installing-packages/
|
||||
#use-pip-for-installing
|
||||
.. _"editable" install:
|
||||
https://pip.pypa.io/en/stable/topics/local-project-installs/
|
||||
#editable-installs
|
||||
.. _"manual" install: docs/dev/repository.html#manual-install
|
||||
|
||||
|
||||
GNU/Linux, BSDs, Unix, Mac OS X, etc.
|
||||
-------------------------------------
|
||||
|
||||
* Use ``su`` or ``sudo`` for a system-wide
|
||||
installation as ``root``, e.g.::
|
||||
|
||||
sudo pip install docutils
|
||||
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
* The Python FAQ explains `how to run a Python program under Windows`__.
|
||||
|
||||
__ https://docs.python.org/3/faq/windows.html
|
||||
#how-do-i-run-a-python-program-under-windows
|
||||
|
||||
* Usually, pip_ is automatically installed if you are using Python
|
||||
downloaded from https://python.org. If not, see the
|
||||
`pip documentation <https://pip.pypa.io/en/stable/installation/>`__.
|
||||
|
||||
* The command window should recognise the word ``py`` as an instruction to
|
||||
start the interpreter, e.g.
|
||||
|
||||
py -m pip install docutils
|
||||
|
||||
If this does not work, you may have to specify the full path to the
|
||||
Python executable.
|
||||
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
Start the "docutils" command line application with::
|
||||
|
||||
docutils [options] [<source> [<destination>]]
|
||||
|
||||
The default action is to convert a reStructuredText_ document to HTML5,
|
||||
for example::
|
||||
|
||||
docutils test.rst test.html
|
||||
|
||||
Read the ``--help`` option output for details on options and arguments and
|
||||
`Docutils Front-End Tools`_ for the full documentation of the various tools.
|
||||
|
||||
For programmatic use of the `docutils` Python package, read the
|
||||
`API Reference Material`_ and the source code.
|
||||
Remaining questions may be answered in the `Docutils Project
|
||||
Documentation`_ or the Docutils-users_ mailing list.
|
||||
|
||||
Contributions are welcome!
|
||||
|
||||
.. _reStructuredText: https://docutils.sourceforge.io/rst.html
|
||||
.. _front-end scripts:
|
||||
.. _Docutils Front-End Tools: docs/user/tools.html
|
||||
.. _API Reference Material: /docs/index.html
|
||||
#api-reference-material-for-client-developers
|
||||
.. _Docutils Project Documentation: /docs/index.html
|
||||
|
||||
|
||||
Project Files & Directories
|
||||
===========================
|
||||
|
||||
* README.rst: You're reading it.
|
||||
|
||||
* COPYING.rst: Public Domain Dedication and copyright details for
|
||||
non-public-domain files (most are PD).
|
||||
|
||||
* FAQ.rst: Frequently Asked Questions (with answers!).
|
||||
|
||||
* RELEASE-NOTES.rst: Summary of the major changes in recent releases.
|
||||
|
||||
* HISTORY.rst: A detailed change log, for the current and all previous
|
||||
project releases.
|
||||
|
||||
* BUGS.rst: Known bugs, and how to report a bug.
|
||||
|
||||
* THANKS.rst: List of contributors.
|
||||
|
||||
* pyproject.toml: Project metadata.
|
||||
See "Installation" above.
|
||||
|
||||
* docutils: The project source directory, installed as a Python
|
||||
package.
|
||||
|
||||
* docs: The project documentation directory. Read ``docs/index.rst``
|
||||
for an overview.
|
||||
|
||||
* docs/user: The project user documentation directory. Contains the
|
||||
following documents, among others:
|
||||
|
||||
- docs/user/tools.rst: Docutils Front-End Tools
|
||||
- docs/user/latex.rst: Docutils LaTeX Writer
|
||||
- docs/user/rst/quickstart.rst: A ReStructuredText Primer
|
||||
- docs/user/rst/quickref.html: Quick reStructuredText (HTML only)
|
||||
|
||||
* docs/ref: The project reference directory.
|
||||
``docs/ref/rst/restructuredtext.rst`` is the reStructuredText
|
||||
reference.
|
||||
|
||||
* licenses: Directory containing copies of license files for
|
||||
non-public-domain files.
|
||||
|
||||
* tools: Directory for Docutils front-end tools. See
|
||||
``docs/user/tools.rst`` for documentation.
|
||||
|
||||
* test: Unit tests. Not required to use the software, but very useful
|
||||
if you're planning to modify it. See `Running the Test Suite`_
|
||||
below.
|
||||
|
||||
|
||||
Development version
|
||||
===================
|
||||
|
||||
While we are trying to follow a "release early & often" policy,
|
||||
features are added frequently.
|
||||
We recommend using a current snapshot or a working copy of the repository.
|
||||
|
||||
Repository check-out:
|
||||
To keep up to date on the latest developments,
|
||||
use a `working copy`__ of the `Docutils version repository`_.
|
||||
|
||||
Snapshots:
|
||||
To get a repository _`snapshot`, go to
|
||||
https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/
|
||||
and click the download snapshot button.
|
||||
|
||||
Unpack in a temporary directory,
|
||||
**not** directly in Python's ``site-packages``.
|
||||
|
||||
See the `Installation`_ instructions above.
|
||||
|
||||
__ docs/dev/repository.html#checking-out-the-repository
|
||||
.. _Docutils version repository: docs/dev/repository.html
|
||||
.. _sandbox: https://docutils.sourceforge.io/sandbox/README.html
|
||||
|
||||
|
||||
Converting the documentation
|
||||
============================
|
||||
|
||||
After unpacking and installing the Docutils package, the following
|
||||
shell commands will generate HTML for all included documentation::
|
||||
|
||||
cd <archive_directory_path>
|
||||
tools/buildhtml.py .
|
||||
|
||||
On Windows systems, type::
|
||||
|
||||
cd <archive_directory_path>
|
||||
py tools\buildhtml.py ..
|
||||
|
||||
The final directory name of the ``<archive_directory_path>`` is
|
||||
"docutils" for snapshots. For official releases, the directory may be
|
||||
called "docutils-X.Y.Z", where "X.Y.Z" is the release version.
|
||||
|
||||
Some files may generate system messages (warnings and errors). The
|
||||
``docs/user/rst/demo.rst`` file (under the archive directory) contains
|
||||
five intentional errors. (They test the error reporting mechanism!)
|
||||
|
||||
|
||||
Running the Test Suite
|
||||
======================
|
||||
|
||||
The test suite is documented in `Docutils Testing`_ (docs/dev/testing.rst).
|
||||
|
||||
To run the entire test suite, open a shell and use the following
|
||||
commands::
|
||||
|
||||
cd <archive_directory_path>/test
|
||||
./alltests.py
|
||||
|
||||
Under Windows, type::
|
||||
|
||||
cd <archive_directory_path>\test
|
||||
python alltests.py
|
||||
|
||||
|
||||
You should see a long line of periods, one for each test, and then a
|
||||
summary like this::
|
||||
|
||||
Ran 1744 tests in 5.859s
|
||||
|
||||
OK (skipped=1)
|
||||
Elapsed time: 6.235 seconds
|
||||
|
||||
The number of tests will grow over time, and the times reported will
|
||||
depend on the computer running the tests.
|
||||
Some test are skipped, if optional dependencies (`recommendations`_)
|
||||
are missing.
|
||||
The difference between the two times represents the time required to set
|
||||
up the tests (import modules, create data structures, etc.).
|
||||
|
||||
A copy of the test output is written to the file ``alltests.out``.
|
||||
|
||||
If any of the tests fail, please `open a bug report`_ or `send an email`_
|
||||
(see `Bugs <BUGS.html>`_).
|
||||
Please include all relevant output, information about your operating
|
||||
system, Python version, and Docutils version. To see the Docutils
|
||||
version, look at the test output or use ::
|
||||
|
||||
docutils --version
|
||||
|
||||
.. _Docutils Testing: https://docutils.sourceforge.io/docs/dev/testing.html
|
||||
.. _open a bug report:
|
||||
https://sourceforge.net/p/docutils/bugs/
|
||||
.. _send an email: mailto:docutils-users@lists.sourceforge.net
|
||||
?subject=Test%20suite%20failure
|
||||
.. _web interface: https://sourceforge.net/p/docutils/mailman/
|
||||
|
||||
|
||||
Getting Help
|
||||
============
|
||||
|
||||
All documentation can be reached from the `Project Documentation
|
||||
Overview`_.
|
||||
|
||||
The SourceForge `project page`_ has links to the tracker, mailing
|
||||
lists, and code repository.
|
||||
|
||||
If you have further questions or need assistance with Docutils or
|
||||
reStructuredText, please post a message to the Docutils-users_ mailing
|
||||
list.
|
||||
|
||||
.. _Project Documentation Overview: docs/index.html
|
||||
.. _project page: https://sourceforge.net/p/docutils
|
||||
.. _Docutils-users: docs/user/mailing-lists.html#docutils-users
|
||||
|
||||
|
||||
.. Emacs settings
|
||||
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
mode: rst
|
||||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
End:
|
||||
|
||||
@@ -0,0 +1,353 @@
|
||||
../../Scripts/docutils.exe,sha256=WsXreKCSippLIApsgvu-hMQChiHfdizflL3WrWD6Umk,108336
|
||||
../../Scripts/rst2html.exe,sha256=KVhxY_OnxyfNh1AOhxfi1D3QBO9ICcr_Lgu3KXrm618,108340
|
||||
../../Scripts/rst2html4.exe,sha256=hJMMHAmQQR6H830d4oxWJepukOVdq96PdnAcg3srWUs,108342
|
||||
../../Scripts/rst2html5.exe,sha256=Aka53B9Q4efYbpkzSimNQx3HsWcZb6Ku5h63QmMuSBM,108342
|
||||
../../Scripts/rst2latex.exe,sha256=5kxDTJAWwCG7Zd_kvu3UMmSO_f2NzD8APxUu3mvRdXY,108342
|
||||
../../Scripts/rst2man.exe,sha256=KrA5uPzN5iA64BMgTdWYBgje0j3qYB2YbwIonBGRcOo,108338
|
||||
../../Scripts/rst2odt.exe,sha256=M5WWpGGOVz5hzznAtY3BspGKduHVJztutSN-DylUX-c,108338
|
||||
../../Scripts/rst2pseudoxml.exe,sha256=VIrrtbX1zreyKrJqGHEYEuz2rfCEA5TIjkt23AqwLqQ,108350
|
||||
../../Scripts/rst2s5.exe,sha256=1t-ZmU6JF9E0O3oBM71M-h5KLk8jjUYDxUdmH0l3Lf0,108336
|
||||
../../Scripts/rst2xetex.exe,sha256=cgnzgKbpstKIB28k16JDj8ygcE0Xb02gy8xF-PDMg5Q,108342
|
||||
../../Scripts/rst2xml.exe,sha256=avnXGCki2Tx1MQn_2htGyTIpUM37wutfV9vNO0hxfqk,108338
|
||||
docutils-0.22.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
docutils-0.22.4.dist-info/METADATA,sha256=Ftld-kBVZp2L_TaRznGDsYAi81BPSq9UNTRxu4GUkbw,15952
|
||||
docutils-0.22.4.dist-info/RECORD,,
|
||||
docutils-0.22.4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
||||
docutils-0.22.4.dist-info/entry_points.txt,sha256=9xC35dFk4tSRrSMOKqq6kYlAZDEERdBM7fmwDLBMifY,379
|
||||
docutils-0.22.4.dist-info/licenses/COPYING.rst,sha256=arTyfHbHT5bl5pLaWUSm-Clo873arFZgpKpyPnDrXY8,6075
|
||||
docutils-0.22.4.dist-info/licenses/licenses/BSD-0-Clause.rst,sha256=QqxQJRq4pnOPd9Vwfyp4jb80RqbtaO3stqwXSJp44WM,644
|
||||
docutils-0.22.4.dist-info/licenses/licenses/BSD-2-Clause.rst,sha256=uPOzGi9DEkAf5BIv6TKjM-wNfkfYScAtoEBOgEj-dNA,1318
|
||||
docutils-0.22.4.dist-info/licenses/licenses/gpl-3-0.txt,sha256=5gNxBEQ_mngpsqp8U3DQeJp72jymWguQTNwMLihdkZU,35150
|
||||
docutils/__init__.py,sha256=m09u672Rq9XHCtBlNz1vIGV46uFUcxJmTKzk6Mmauxw,12482
|
||||
docutils/__main__.py,sha256=Iqu5ojfamgpheAOtSjpuWnAOdwFF8KsXPfk3whtXYDU,3810
|
||||
docutils/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/__pycache__/__main__.cpython-312.pyc,,
|
||||
docutils/__pycache__/core.cpython-312.pyc,,
|
||||
docutils/__pycache__/examples.cpython-312.pyc,,
|
||||
docutils/__pycache__/frontend.cpython-312.pyc,,
|
||||
docutils/__pycache__/io.cpython-312.pyc,,
|
||||
docutils/__pycache__/nodes.cpython-312.pyc,,
|
||||
docutils/__pycache__/statemachine.cpython-312.pyc,,
|
||||
docutils/core.py,sha256=EpAPpE1urfklzmL4U81pJYnVkfu7r-z7WmS7rU7my_E,36325
|
||||
docutils/docutils.conf,sha256=F2yH40kC3N5nnjGIRdT7DHHGXbDKbd5YsbhmQxF2CNY,151
|
||||
docutils/examples.py,sha256=-juuTUIFiZUc0cLX--8qQ3WLp4xgHQvOdjP9xFwRSjk,4690
|
||||
docutils/frontend.py,sha256=iEEbch42hw3Dcla9oy4_hKamVI4Ztt3yVvv0h0l9jwE,48913
|
||||
docutils/io.py,sha256=CUaW91Vxx4qrAscGWT0S0Wzk77Wlh2s7b4KpzhY7530,25792
|
||||
docutils/languages/__init__.py,sha256=yhgAS1WEfTlMGAqN7uPo75KX_oui-aJ8yQGkndrDZEc,3856
|
||||
docutils/languages/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/af.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/ar.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/ca.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/cs.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/da.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/de.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/en.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/eo.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/es.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/fa.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/fi.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/fr.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/gl.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/he.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/it.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/ja.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/ka.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/ko.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/lt.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/lv.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/nl.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/pl.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/pt_br.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/ru.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/sk.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/sv.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/uk.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/zh_cn.cpython-312.pyc,,
|
||||
docutils/languages/__pycache__/zh_tw.cpython-312.pyc,,
|
||||
docutils/languages/af.py,sha256=bjIWD_cNZAyZ9XIqqEoQaSljWlvP0vrQi8p8Fu9Nj2o,1831
|
||||
docutils/languages/ar.py,sha256=3FRbb0CSpXPHSQru96bqPDGGEdcnWhQIUG_ndpmacfg,1943
|
||||
docutils/languages/ca.py,sha256=b98Y79DEl88Jt2IZsKaH1OaJlC9W5khQcOV71Tvwpj0,2085
|
||||
docutils/languages/cs.py,sha256=qkEwPMKaPgw3D4qKCJoGXfDczIA3Wju8joBobn5hMvg,1832
|
||||
docutils/languages/da.py,sha256=1db0GiWS2YYOIqWru9BGeun7E3c-lwAgCWA6epn6KH4,1856
|
||||
docutils/languages/de.py,sha256=oaGzlhKsE4yFKTnCKrZt8nMnwZGqQ-PDT92UgUwRYzs,1728
|
||||
docutils/languages/en.py,sha256=MOTXOluYEnUwSHRlkINnBXMI8sbIfGahXF8RLws4NSk,1854
|
||||
docutils/languages/eo.py,sha256=p-wQOrAdL9tQ-89OT8A1VS8sO0OjogmPXRBAoihaAc0,1895
|
||||
docutils/languages/es.py,sha256=Jf81tKn_FJ7Kieozten6hn8WjVnYpZ9vsu4N6ER4O1s,1854
|
||||
docutils/languages/fa.py,sha256=dXhN7qZnzv1ksnR0Yb5LrSgNLwXy387ILj90v5iHHHM,1958
|
||||
docutils/languages/fi.py,sha256=34cPWxDFZXBnOw5LWENSIKaFqFLxZOc6vIioLLnS2do,1892
|
||||
docutils/languages/fr.py,sha256=zIPQD7UdOx3FPIBgIAT_mWNk4dped04jK8No2kI1Zic,1799
|
||||
docutils/languages/gl.py,sha256=Hz30Wfc-CMuGxKoHzPtY2Wdn-A6tFyvirnnFGZdZ_04,1958
|
||||
docutils/languages/he.py,sha256=eHyDSLwp6Y55GyHlgr8yMOkR-gxSgk7Ge8gfsm5n_Io,1878
|
||||
docutils/languages/it.py,sha256=aqmXdit3DYMhnke5MmyQIAVfCcrFuKzWmv0L5H06AI8,1814
|
||||
docutils/languages/ja.py,sha256=8C-hjqB7fa_Asa-uKKKkHRqT6NTjO3IJiiks6JADJNU,1890
|
||||
docutils/languages/ka.py,sha256=aqqIgkJyhLg3FOYWuhBhYDgzAj_nos9WwEQqI-eUcwg,2429
|
||||
docutils/languages/ko.py,sha256=eqKib7kW6h8DKg6inoXAtJa3f8FygdT37eGqiMifzZU,1832
|
||||
docutils/languages/lt.py,sha256=ixPG61Q2xB6J0uk0TXTXDwfKcEQgqIYC9Tc4VrBMQEY,1919
|
||||
docutils/languages/lv.py,sha256=pSZ7y94j6YWKLz4U16uBVwZsgKpd4jWkvcAgwmkDjv0,1851
|
||||
docutils/languages/nl.py,sha256=LKV2Hkuh0kH17w_ukZoAtTIlvWSo5iC3g7nPFDHoDDY,1871
|
||||
docutils/languages/pl.py,sha256=zyW9iwwriTX8YIGbT54DKgvkdyfiPxm49R0e2eIBxKE,1830
|
||||
docutils/languages/pt_br.py,sha256=navcDOoMajIE3yqibn7NPEIf-_oF15ECBWk4beMY3Zw,1865
|
||||
docutils/languages/ru.py,sha256=BAQA-1TZEeHpK44L_Os9V-WKUBt9lPApRl1nFM1zOhw,2070
|
||||
docutils/languages/sk.py,sha256=r-vrXCNGbDqFXAxM9WpRaH-ws1KumaIb1yramTTlmlI,1788
|
||||
docutils/languages/sv.py,sha256=bmJkUSdVn_j8s_P_Nu4KGBM2F42Og7sFzMNH238eKtQ,1908
|
||||
docutils/languages/uk.py,sha256=abLYoA0w2pJWlGLBglvUvEnGrhAVgbRyDEmlwV5ntxQ,2062
|
||||
docutils/languages/zh_cn.py,sha256=7nOmSfLgrb3Zq-xImQEN4-My6NqHZVat7GoMbpijVn4,1852
|
||||
docutils/languages/zh_tw.py,sha256=KJS8-gHwJVUdW7NOjgJQPb6iWkXtBWTT0JrRBV7BYTU,2112
|
||||
docutils/nodes.py,sha256=IbInXwFVbcpYTAN6Bl4c88ykbbDtkM-30fLYosifEpU,120848
|
||||
docutils/parsers/__init__.py,sha256=4dVq_6ODxUYQk5kXpUP9RBQsxYFuoTYksEiqiIIqa0w,4623
|
||||
docutils/parsers/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/parsers/__pycache__/commonmark_wrapper.cpython-312.pyc,,
|
||||
docutils/parsers/__pycache__/docutils_xml.cpython-312.pyc,,
|
||||
docutils/parsers/__pycache__/null.cpython-312.pyc,,
|
||||
docutils/parsers/__pycache__/recommonmark_wrapper.cpython-312.pyc,,
|
||||
docutils/parsers/commonmark_wrapper.py,sha256=UcBtp5AcOSQRq-0-UsSZcnFMWa14TULD8kayhp4A0eY,1762
|
||||
docutils/parsers/docutils_xml.py,sha256=hZpObUmoxn3mOxELxMdDTEFqwAnm9ibxLFyhczMuqhQ,6572
|
||||
docutils/parsers/null.py,sha256=Snu9b-C5Z3jRXsqPcR0BwJOTLoua9G8iUCZjgtBB8q4,524
|
||||
docutils/parsers/recommonmark_wrapper.py,sha256=fv_m8AFNourU4RYtMEEwQ2pcD_NF-aLBjvjkCTaF85Q,6411
|
||||
docutils/parsers/rst/__init__.py,sha256=L-NgFvM1Dzxul19JYTgdXBEphTh-tjT9BKeUasRoXhQ,16030
|
||||
docutils/parsers/rst/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/parsers/rst/__pycache__/roles.cpython-312.pyc,,
|
||||
docutils/parsers/rst/__pycache__/states.cpython-312.pyc,,
|
||||
docutils/parsers/rst/__pycache__/tableparser.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__init__.py,sha256=E3Lzf2EcDjLNcp-pgdZy6sjvxDMg2bgbLGeJQNstDOI,15391
|
||||
docutils/parsers/rst/directives/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/admonitions.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/body.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/html.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/images.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/misc.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/parts.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/references.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/__pycache__/tables.cpython-312.pyc,,
|
||||
docutils/parsers/rst/directives/admonitions.py,sha256=Kg7jf_jSLCLapHcohS2rwuvrBlCRNlz5wFtnwiXsyn4,2572
|
||||
docutils/parsers/rst/directives/body.py,sha256=ssmJ8MaBudqxb_oKMiyXRV-sdtYK-q_DKsLK2FbgF0o,11090
|
||||
docutils/parsers/rst/directives/html.py,sha256=adxIFdnOHpqH0QSeXT7utBSy7FKWV0x18zbnXtmmuhs,695
|
||||
docutils/parsers/rst/directives/images.py,sha256=4lt_Msq8nSgXrznKQ88ILViPHQokNkswgUo8zncyq3g,7913
|
||||
docutils/parsers/rst/directives/misc.py,sha256=E4djHjobYIMCyDpEBJgUkdVBURGP2Jr7lhY-9ba8r2s,28308
|
||||
docutils/parsers/rst/directives/parts.py,sha256=0QkjOpEsoSfoH9YSfyZUdDEILsP9J4GnWKjk03zgu_U,4434
|
||||
docutils/parsers/rst/directives/references.py,sha256=No0xjg1vfrWHrOYRDpcSJ9ybUWQjbCq3auiFjitkF28,783
|
||||
docutils/parsers/rst/directives/tables.py,sha256=hCZf1EU3QhQ-BPRuegUv4tEBbpO-UG8gygqwkMlY2Og,22968
|
||||
docutils/parsers/rst/include/README.rst,sha256=R3Y-9wDzYQ0jOhj9FAlwG6hRRhHcEWOZcn2hMF1DeVg,670
|
||||
docutils/parsers/rst/include/html-roles.txt,sha256=st_CcdEJ-RmIOpqUEuKz5T5J8nUfOm_Mh8zws6dyVpc,1419
|
||||
docutils/parsers/rst/include/isoamsa.txt,sha256=ZqGuK-R-yIxa2YDSREt48DFxc8fpF-HX51eiCKXCPp4,10925
|
||||
docutils/parsers/rst/include/isoamsb.txt,sha256=3CK8um9WjhPMVgEAbeI16rk91IzWqWXFbRJC44InP3A,7242
|
||||
docutils/parsers/rst/include/isoamsc.txt,sha256=XCI2ubAKaO-eOQj87hbBMeYpkqHvc2b2daUCS9ekUzU,1723
|
||||
docutils/parsers/rst/include/isoamsn.txt,sha256=Wx54SjZGeYVEB3oNnRi7eGYHEjROZiBUFhQAQDxcVMQ,6721
|
||||
docutils/parsers/rst/include/isoamso.txt,sha256=RFxHs5s8DtMgvDaeArmwnSZP_QN20KssvW5f6KMohYA,3825
|
||||
docutils/parsers/rst/include/isoamsr.txt,sha256=TLH3gNugqSX3-tH6gDNcgIgbGiKe_GukwZ8U1MIeJCQ,11763
|
||||
docutils/parsers/rst/include/isobox.txt,sha256=NORZqqDIewr0-CPoVWqVfTbCVrGZOqY87Crn8O4OUoo,3101
|
||||
docutils/parsers/rst/include/isocyr1.txt,sha256=B2DWWIEZ8aJ-scOBP9pbrsKYEmnNF8VZ9e9Mut2MZzU,4241
|
||||
docutils/parsers/rst/include/isocyr2.txt,sha256=t52cY0R-9bnkWiQPXW1NYDzO4ueE6ogUF9Ho4ARHg7Q,1882
|
||||
docutils/parsers/rst/include/isodia.txt,sha256=VMg8jI2IQogISrpiTS3L88TntxiMfS0cElsrpxZ1FAI,869
|
||||
docutils/parsers/rst/include/isogrk1.txt,sha256=DkJc-K_nTh-WDhfOQIRMdQ4aUnsYKb_etyEEJfU8SG4,3010
|
||||
docutils/parsers/rst/include/isogrk2.txt,sha256=0x8w_DgroVISgsTLUOuyLZNzDLThcnti27T7T7DxL7g,1705
|
||||
docutils/parsers/rst/include/isogrk3.txt,sha256=8b7gQSKtw4yhLEVMZ6vH8VaToiZMM2_kD2snlqfeIQE,2880
|
||||
docutils/parsers/rst/include/isogrk4-wide.txt,sha256=RAdw43c5ZAUBWu8MO_lJDmXVV0cGHhVrky0H_bq1eEs,3035
|
||||
docutils/parsers/rst/include/isogrk4.txt,sha256=FQxEZAJu2d_RX3G3PfHm6JlC_1osHQoheFA886MLeQk,372
|
||||
docutils/parsers/rst/include/isolat1.txt,sha256=d4dBGSPosghudIhZfMPNzsBJKvH1nyVyi6m5p0oW_HY,4397
|
||||
docutils/parsers/rst/include/isolat2.txt,sha256=2RMWwHB9djHvsdnKSv2dSNHlBc50P0JYF1DRcK3HW8s,8466
|
||||
docutils/parsers/rst/include/isomfrk-wide.txt,sha256=RsYrcq3mX-CMuV6oijCIfUTnUe8Z6w0PG0ephU9isBM,3334
|
||||
docutils/parsers/rst/include/isomfrk.txt,sha256=Y40ZXO1GLLzHezKEJJ8w8OBFtHGwtdjErI_062abwC4,519
|
||||
docutils/parsers/rst/include/isomopf-wide.txt,sha256=nrhNkzw15HdEA-Gf8T7yatCbs5b7z7q7T6SCTNLByJw,1931
|
||||
docutils/parsers/rst/include/isomopf.txt,sha256=l9rTXrdZWf2RchhPr4Oi2M-4yZYLtVH-7kdOmCPzY_M,639
|
||||
docutils/parsers/rst/include/isomscr-wide.txt,sha256=VNfKzET1n08k2PUeK9UeDamgP0j8iKpaorregQbaP3w,3231
|
||||
docutils/parsers/rst/include/isomscr.txt,sha256=EBWiVvLZYhm9e2c5i7T4Ur6i1WODl_BLiHjcWA_C45g,776
|
||||
docutils/parsers/rst/include/isonum.txt,sha256=yg4P9UxBM-72JRGkB4KVdjmRPyBWLvkOlkelh8quDzc,4066
|
||||
docutils/parsers/rst/include/isopub.txt,sha256=BFkr5rRRFuYM7a19WPP7lfBpUKftkYKZjnM2SHLtzwY,4613
|
||||
docutils/parsers/rst/include/isotech.txt,sha256=2WGt7TSBeRMr2m2DBlY-xiVjxeiNXdTZJb1DJdtgYKg,9726
|
||||
docutils/parsers/rst/include/mmlalias.txt,sha256=jQ4IbZwZAJ9rXmb7De77DYgdIlMsWA-s8uZf42EYtFU,45428
|
||||
docutils/parsers/rst/include/mmlextra-wide.txt,sha256=Myj4APWltVYohIK7f1v8urJuDVT2_I_U7rasnBCTsYY,9010
|
||||
docutils/parsers/rst/include/mmlextra.txt,sha256=DfWtgBA6Bn4TzlZokxTu5vp7zIf1hqUeaeGpYbfHSAg,6800
|
||||
docutils/parsers/rst/include/s5defs.txt,sha256=_5JOMpDtaufiZbdxh6QKpICqLvGpB9cypHM-SEt3sKA,1036
|
||||
docutils/parsers/rst/include/xhtml1-lat1.txt,sha256=ht_IZrejaCfgG95sfLNfCu1WAzU4LwpkWgzRbZ_6OA4,6112
|
||||
docutils/parsers/rst/include/xhtml1-special.txt,sha256=u4YARKjTrICRTtqlMDDOmpYR8xe-DKDRiNjzmXQs7gc,1945
|
||||
docutils/parsers/rst/include/xhtml1-symbol.txt,sha256=e6GP5rkmSNcXusRBJkKf2LSbSEyd1oFXJG_WBCYBKE8,7028
|
||||
docutils/parsers/rst/languages/__init__.py,sha256=1V_pSOjjb8dlNvU3dIMEJDKOJwPI6f-s5xMCfdBQE0k,1845
|
||||
docutils/parsers/rst/languages/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/af.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/ar.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/ca.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/cs.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/da.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/de.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/en.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/eo.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/es.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/fa.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/fi.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/fr.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/gl.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/he.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/it.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/ja.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/ka.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/ko.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/lt.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/lv.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/nl.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/pl.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/pt_br.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/ru.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/sk.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/sv.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/uk.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/zh_cn.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/__pycache__/zh_tw.cpython-312.pyc,,
|
||||
docutils/parsers/rst/languages/af.py,sha256=DdcNE_JfLHhdMjcEzGsmM1kSAAltuS_4HEC5O0UxoOc,3685
|
||||
docutils/parsers/rst/languages/ar.py,sha256=XpIY3SM10ccvFrO_j__REi_ITvLxSmGuf_y0Dc-Z_-g,3051
|
||||
docutils/parsers/rst/languages/ca.py,sha256=atmy4uqx3eVNvnKJwD0HuY0JSRG7uJfo7-AXrRgWg9g,4318
|
||||
docutils/parsers/rst/languages/cs.py,sha256=UXKr7zpl6UY31mBtCaNF-FBSsGVvWC59dx7KkwnIbTk,4760
|
||||
docutils/parsers/rst/languages/da.py,sha256=kjFpFa7Zfkn3MtsoaV7ppMQCO5jC9zu7h876toZVR2E,3677
|
||||
docutils/parsers/rst/languages/de.py,sha256=ArPBA481M-jDjmCCBxbyTsSEpMtrsluTUDliblGNxzo,3489
|
||||
docutils/parsers/rst/languages/en.py,sha256=_ytosrML0dbeOItzR4lt-8QtH8ueTT7wv2680IHwmtA,3575
|
||||
docutils/parsers/rst/languages/eo.py,sha256=26ZJoX5c7inBXbcmZv9bHwG7SeBtAcWxwI0p5WaoVVo,3681
|
||||
docutils/parsers/rst/languages/es.py,sha256=EZ6ws5O2jHgqCslM02I8PX4dI5FMHPZDgDvS6lblP5A,3883
|
||||
docutils/parsers/rst/languages/fa.py,sha256=fap5ifAVKvqHGo3S2_G4mMrA8fvOiQ3BPi4z8Zlf94M,3171
|
||||
docutils/parsers/rst/languages/fi.py,sha256=x-wGbL9HgR9wxj15t0X7sR99mRX-XLMwfzqtbBxhQlU,3516
|
||||
docutils/parsers/rst/languages/fr.py,sha256=tpusipTtKyYPHYfV9vjsxFLUxdAh1zVR9YD1Av_xAlw,3740
|
||||
docutils/parsers/rst/languages/gl.py,sha256=cwhZcoEKMccmkfCq5SbzU1DeQp4J6WB2RYD-D3pcR94,3365
|
||||
docutils/parsers/rst/languages/he.py,sha256=_UHQHJQx7EAGvMlURHJ8kDk_tcG1uv-7eTl7a4XEGgU,3293
|
||||
docutils/parsers/rst/languages/it.py,sha256=f46Ckl1j1ngGsmhJvQDEUQgijccoHg-BaB2Cy7QOgiU,3278
|
||||
docutils/parsers/rst/languages/ja.py,sha256=_PlI9H5u300_VlYvW52UvSy_MJ5OLlMmoNo1Pc6Pib8,3776
|
||||
docutils/parsers/rst/languages/ka.py,sha256=4OXyPiRnN-4647_rGVVpmEZDkVfLmQKhdK7N09wu40U,4093
|
||||
docutils/parsers/rst/languages/ko.py,sha256=IpSyXjTkoij0C7859i1p0iSgz9BQYpdF3fNTS6qcQ1A,3377
|
||||
docutils/parsers/rst/languages/lt.py,sha256=PHzrQAP-ZAcboCyc1jvHI5l0CMQnrbBEZ285MWJVy9w,3519
|
||||
docutils/parsers/rst/languages/lv.py,sha256=SiXU0HhEyOBpnbHe_N90J-legQj5yqHhSO8_Pqde4ew,3379
|
||||
docutils/parsers/rst/languages/nl.py,sha256=-gaweMkqjdFjAaD6jNPcjy3dpIwust0ENFn1-f4kJYM,3719
|
||||
docutils/parsers/rst/languages/pl.py,sha256=jbPbdhwVwk3UODIg45JmwwQOCT8riOTiNQPghv3LWZs,3166
|
||||
docutils/parsers/rst/languages/pt_br.py,sha256=QZeMoYhvb884f0ETpbrBu0kXyRi2fn3zQsyS6VDBcsA,3789
|
||||
docutils/parsers/rst/languages/ru.py,sha256=t5K4rlNKIcoOchVeC68sjJ8mr0Cox_BeyCvb1MDm9tQ,3398
|
||||
docutils/parsers/rst/languages/sk.py,sha256=HSdFwU6j9rZShkXyGPBc749TrUUB7tBSz-aw0f4UAzs,3943
|
||||
docutils/parsers/rst/languages/sv.py,sha256=YuMoqqmMNIDKugKtXT_gPoo5hDdBch5ZxwYSufQjIWk,3216
|
||||
docutils/parsers/rst/languages/uk.py,sha256=LBUHWeKwFdEjfif4CG7LtMhBidl4ln6u4oStJ2omVsQ,3441
|
||||
docutils/parsers/rst/languages/zh_cn.py,sha256=YEC3UmY43NaI7s_6DatL_VQugiHvSUbBrHubgnMfYbI,3925
|
||||
docutils/parsers/rst/languages/zh_tw.py,sha256=icmm58W9wO69L6p5dwTQwjj45uxer2ZrJCqvBbERnkQ,5160
|
||||
docutils/parsers/rst/roles.py,sha256=CkEidwSprTdonJpNGCms_oijaFgSe40pjA1UjywAgcQ,16479
|
||||
docutils/parsers/rst/states.py,sha256=w7T6NJeM9hrhAuZj0WfQra_HZtgd7xTnyb6mV9UvWCU,139115
|
||||
docutils/parsers/rst/tableparser.py,sha256=dpi6vhEyTz-sNJwt7RhWmQZm_8HJo8g8aDMt_VBTO-M,21249
|
||||
docutils/readers/__init__.py,sha256=J8XM-gPnuY9WpF6Sc3SOsKVTqjTV9IBVkvzFxmJZm08,4515
|
||||
docutils/readers/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/readers/__pycache__/doctree.cpython-312.pyc,,
|
||||
docutils/readers/__pycache__/pep.cpython-312.pyc,,
|
||||
docutils/readers/__pycache__/standalone.cpython-312.pyc,,
|
||||
docutils/readers/doctree.py,sha256=W0_CtDTel5q9_s72sdU4iRtneiHPXwDZu5htCzSlUCc,1686
|
||||
docutils/readers/pep.py,sha256=mU4w1W-ad_TN1vwn7y6hyeYEcH08PGRcJ5oojoWC9g0,1821
|
||||
docutils/readers/standalone.py,sha256=qwVRPiBto5CvE3m-2sZ2a2btlVl8aSbT4J_z7uIr3yM,2334
|
||||
docutils/statemachine.py,sha256=xmOIrdZ7JT4pLbsX7Kj-EeADtzTu-yKCTY5m_6Dbbsc,57245
|
||||
docutils/transforms/__init__.py,sha256=dHrGJ_E7eM7kum866NdZoES82iQt4SxzIb6-NDWmjag,7425
|
||||
docutils/transforms/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/components.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/frontmatter.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/misc.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/parts.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/peps.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/references.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/universal.cpython-312.pyc,,
|
||||
docutils/transforms/__pycache__/writer_aux.cpython-312.pyc,,
|
||||
docutils/transforms/components.py,sha256=LE3EDkIErxJmInRiRR8KodxDSqXFKD2g-ep95Gw4V5I,2196
|
||||
docutils/transforms/frontmatter.py,sha256=nNtV4PZlKVjKF76gZmyEogqBtwal9TV8TzIqZqOQzXg,21117
|
||||
docutils/transforms/misc.py,sha256=0UOGfVHpMuQiDGloZ97hEQBIcAdDBZW0DsN2N5owJ94,5009
|
||||
docutils/transforms/parts.py,sha256=cVpvrTClczTKXw7oIbIgwXbvsi1r9HqdHw8uqVAiXdc,6851
|
||||
docutils/transforms/peps.py,sha256=iBeu31AVBvDeKjdL3KT4g8Kg57Ia-ZW_-RkuhElqHjk,11344
|
||||
docutils/transforms/references.py,sha256=lzWU0h5gZuKpV8TLtJLKD3ruLi6G_hu5NvXQycHWmfM,39992
|
||||
docutils/transforms/universal.py,sha256=SGMSekLK6-f4H3Wzefj1i7npJ3iDCMYdJGaKCAreoQ0,13638
|
||||
docutils/transforms/writer_aux.py,sha256=iPmcrGTtPtIjjE1vmQDAXRyERgfBwZ-DHK-S09IX1Ag,1828
|
||||
docutils/utils/__init__.py,sha256=ToY5386oL3YqYU50tNoOz0WWxyzHmAL_PG14rlD5LzA,30945
|
||||
docutils/utils/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/utils/__pycache__/_roman_numerals.cpython-312.pyc,,
|
||||
docutils/utils/__pycache__/_typing.cpython-312.pyc,,
|
||||
docutils/utils/__pycache__/code_analyzer.cpython-312.pyc,,
|
||||
docutils/utils/__pycache__/punctuation_chars.cpython-312.pyc,,
|
||||
docutils/utils/__pycache__/smartquotes.cpython-312.pyc,,
|
||||
docutils/utils/__pycache__/urischemes.cpython-312.pyc,,
|
||||
docutils/utils/_roman_numerals.py,sha256=Dhuf_M3qTfQ0bozXTrjtsLR6B__dQgoSSqfIzEzNtbM,8281
|
||||
docutils/utils/_typing.py,sha256=9M1Rnw0H6jw66pdt9QpJicLFpTV-hJUozIQLh8G-gfI,1062
|
||||
docutils/utils/code_analyzer.py,sha256=NR24MSQSBzutNh07SYCCfTc4NW-DYHMVwXZ-DxXiZC8,4981
|
||||
docutils/utils/math/__init__.py,sha256=Qy6zZUUNFDdMnPKPcnqF6PBo9FJqbDT9gpOiNCzGAdw,2641
|
||||
docutils/utils/math/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/latex2mathml.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/math2html.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/mathalphabet2unichar.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/mathml_elements.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/tex2mathml_extern.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/tex2unichar.cpython-312.pyc,,
|
||||
docutils/utils/math/__pycache__/unichar2tex.cpython-312.pyc,,
|
||||
docutils/utils/math/latex2mathml.py,sha256=ELwAGaYg4kx2E7_AE_rSSSZFID4QMIV8sPAIQ2PsdVE,46961
|
||||
docutils/utils/math/math2html.py,sha256=qWKkCQu9F0QwEXnJPnpA3xFh9PJpYuhRY6PkpFTprjA,108901
|
||||
docutils/utils/math/mathalphabet2unichar.py,sha256=bsgWbE09bIyXfME-TyCms-0fesWVoxXMErQVVeYOoSo,56217
|
||||
docutils/utils/math/mathml_elements.py,sha256=wm-8-LUk5QcD2lWaXx6skpdTRBnF_xM_y8i-oPBMHg4,14715
|
||||
docutils/utils/math/tex2mathml_extern.py,sha256=2SS7h_xXd4z9r1H9hW7SfzqYvdcU9_isd5ywwIiUtFg,9328
|
||||
docutils/utils/math/tex2unichar.py,sha256=_A2K7ap6o6cb1LY9qCYtsfP-zk5eeu_Hu6LIl6j7LnA,37497
|
||||
docutils/utils/math/unichar2tex.py,sha256=Q1gvqUGWprAjMfpGfujAu4ldjJevoFG2moM46SWy6WU,18393
|
||||
docutils/utils/punctuation_chars.py,sha256=OMY7gEwy_TIo1MnjZ9cnT3wA9LmSApldJ3lSJZbEtuE,5747
|
||||
docutils/utils/smartquotes.py,sha256=Zud3K4MBydQkYw4jhxUXpEthy467uQTJ-wF_47al3EU,39200
|
||||
docutils/utils/urischemes.py,sha256=2rqE3oD_Eybm-fJkfPdSi6aBrck9T-naJ-z8bM9xEn0,6360
|
||||
docutils/writers/__init__.py,sha256=wqsForLHqICvHtHI2vVeqGqAW1dYvtDlfijsb7vnFhw,10298
|
||||
docutils/writers/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/__pycache__/_html_base.cpython-312.pyc,,
|
||||
docutils/writers/__pycache__/docutils_xml.cpython-312.pyc,,
|
||||
docutils/writers/__pycache__/manpage.cpython-312.pyc,,
|
||||
docutils/writers/__pycache__/null.cpython-312.pyc,,
|
||||
docutils/writers/__pycache__/pseudoxml.cpython-312.pyc,,
|
||||
docutils/writers/_html_base.py,sha256=7itnLEYOzK-JTrHey7BIGfYePCBhMYPmE5hYTl4UYxA,76658
|
||||
docutils/writers/docutils_xml.py,sha256=SLpJfc4aBpkL8WzTfBkfWba4HvSucjuA-bVY5BIikyk,7054
|
||||
docutils/writers/html4css1/__init__.py,sha256=2iylyDNpqYkv4DhlAyj9r9a5Pu9cdLKyDmvvjcuMX-A,39351
|
||||
docutils/writers/html4css1/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/html4css1/html4css1.css,sha256=-Uk0s5gu8-k8f4f34R-bSIpcSzqkVGa5JN6FGSh7QbY,7300
|
||||
docutils/writers/html4css1/template.txt,sha256=HDzUUyAv7gT4ewGQTqfOE2_9HOVyGu9-wCRgsmoCmjQ,114
|
||||
docutils/writers/html5_polyglot/__init__.py,sha256=GtbcZRVzj5C_FyfOyFy8C9HPOT1a7xJYzs4YCTka2pA,16086
|
||||
docutils/writers/html5_polyglot/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/html5_polyglot/italic-field-names.css,sha256=R9vxBFOn5NiQXWOLpghskCrn0RzMQEXy6w4EDDSNPXs,1145
|
||||
docutils/writers/html5_polyglot/math.css,sha256=eKRtxtJvYDzuQybRk6Ln_k9tr6TCoFhNqek40C9ErdM,6219
|
||||
docutils/writers/html5_polyglot/minimal.css,sha256=cEVhQax4HdSPeDYHlmL82H076szB2hPjXcK42_P9hJI,8279
|
||||
docutils/writers/html5_polyglot/plain.css,sha256=UGl7UK1-vbYaAu3k-05E51alznbJ09OV7QwB-PH2rb4,7531
|
||||
docutils/writers/html5_polyglot/responsive.css,sha256=9PxhocTWGv-rupZNznGBNWPh5U3oFmz3oZLaREgbgFE,11887
|
||||
docutils/writers/html5_polyglot/template.txt,sha256=HDzUUyAv7gT4ewGQTqfOE2_9HOVyGu9-wCRgsmoCmjQ,114
|
||||
docutils/writers/html5_polyglot/tuftig.css,sha256=XEUgGC-W4aQECQMhwbEutLT0dr3Me-lynFoCtf07M_Y,12002
|
||||
docutils/writers/latex2e/__init__.py,sha256=XsygXPpBkgPOEE8oUWuD69CI9FXxjtPbhH2crSQKxLc,144438
|
||||
docutils/writers/latex2e/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/latex2e/default.tex,sha256=JcaJnrdmKE9vqwATl9dSHOsnGnjF2dLX4vsiu7kvWEI,422
|
||||
docutils/writers/latex2e/docutils.sty,sha256=QgHLDFaNf5fSJrk1_OVgcwN9-MyuA0UKh9hZjLM7P50,6229
|
||||
docutils/writers/latex2e/titlepage.tex,sha256=ampRiXY22vtJ22UPMv61mmPubJPItdrSkl9MSAOftpQ,480
|
||||
docutils/writers/latex2e/titlingpage.tex,sha256=Pa9ixIf9Yy6RLljbTPUEgmrQwRzYsyzrxl4KSrHA37E,424
|
||||
docutils/writers/latex2e/xelatex.tex,sha256=OKddQAjUR4Xx46aFidNeRopF3lAmBrRUu0zKUWgjUXg,675
|
||||
docutils/writers/manpage.py,sha256=6zx2zwwlgCD4tRw8Lecj_StggXfWd0Grpg4BppNdxJY,44852
|
||||
docutils/writers/null.py,sha256=o6vkeiFvEmGymaphI-vkKI_oALgUh8xuZER98EDpLik,616
|
||||
docutils/writers/odf_odt/__init__.py,sha256=-ez8BHkC9ig8HRNv_5SrmaiFOAy1rXBEvTWy88-8xB4,134192
|
||||
docutils/writers/odf_odt/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/odf_odt/__pycache__/prepstyles.cpython-312.pyc,,
|
||||
docutils/writers/odf_odt/__pycache__/pygmentsformatter.cpython-312.pyc,,
|
||||
docutils/writers/odf_odt/prepstyles.py,sha256=Kd1JbJHvqQaHqKW3sSWiYbwIMHigJMWpa7PVq8SEh_A,2183
|
||||
docutils/writers/odf_odt/pygmentsformatter.py,sha256=GKiCqXR52nD7YKi0YRIfSdy7KhVUPj-tLZS6Iz0VZGc,4737
|
||||
docutils/writers/odf_odt/styles.odt,sha256=xKv9z2sd1qNxAH28X-5st5JuDZeTw6jyDOxXohsFrKY,16500
|
||||
docutils/writers/pep_html/__init__.py,sha256=9M8aNaDcdS4CD_WYcb_qtQ0hupOO0MKbkMY35vPVA5Q,3563
|
||||
docutils/writers/pep_html/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/pep_html/pep.css,sha256=TA5kPEDF2UoMzhPHsVlLPnklRh2r7-N702gCca6bRWo,6366
|
||||
docutils/writers/pep_html/template.txt,sha256=SPc44ICSNgps08fDtVaRlu6glPPwcCcx9mqybx5u6W4,1001
|
||||
docutils/writers/pseudoxml.py,sha256=wkGH4MbzlubAWTcC3E2yEhp3Pl--stqeLA0ESomFrcs,1084
|
||||
docutils/writers/s5_html/__init__.py,sha256=8SGzQhGdbUQ5Iw9b4npsxD9kWYI2NbpXJqFpVZTYA-g,14736
|
||||
docutils/writers/s5_html/__pycache__/__init__.cpython-312.pyc,,
|
||||
docutils/writers/s5_html/themes/README.rst,sha256=wYnu3iomgGD6odpZOtWTzOynI1dfIGE6AVF1MDR0FVY,278
|
||||
docutils/writers/s5_html/themes/big-black/__base__,sha256=WeKnChXCPkrXDs7Xr-Qnf1i-bgFjkeaKJ-ilXV0R5lM,38
|
||||
docutils/writers/s5_html/themes/big-black/framing.css,sha256=DtEo7Fti9JARMLmcCx0NIfir7QRR24_WN3UbG-EyH64,910
|
||||
docutils/writers/s5_html/themes/big-black/pretty.css,sha256=UP9r7eGX0qEFCIDyKcT5bcazMxCw43O2KSrs2ebBPwI,3605
|
||||
docutils/writers/s5_html/themes/big-white/framing.css,sha256=meBByeaKIduudfFCDxVw4uzSOj8q_ZJArnwp8oZ1S8g,905
|
||||
docutils/writers/s5_html/themes/big-white/pretty.css,sha256=RlQ7CZuN-WMrR8CmCeQ-U8WVmZj769z2zx2FfLwTS48,3565
|
||||
docutils/writers/s5_html/themes/default/framing.css,sha256=Sbh5wryeioxDMZ-kJFwzKNziO-3CRvLBMG7rcJjTLmU,1002
|
||||
docutils/writers/s5_html/themes/default/opera.css,sha256=guPZOg_BINv-LjV9_IAM7ILFQ-fKALNjlP1i06e5dmA,261
|
||||
docutils/writers/s5_html/themes/default/outline.css,sha256=z3ACJiW3_gnG8XFvX602PMTYvKhbRybqCeoWl3O_pA0,648
|
||||
docutils/writers/s5_html/themes/default/pretty.css,sha256=iT_51bIPLTk1hFFs3hCarnyJqtbB4I86BNrxlT1r3eo,4383
|
||||
docutils/writers/s5_html/themes/default/print.css,sha256=INhYRMsY7y2wd9p7tqjcDWBREXHUMO-2ApAWvITyetI,818
|
||||
docutils/writers/s5_html/themes/default/s5-core.css,sha256=D4WDPb581O-_G5jhzpAIwI88B1Zi8y3nWBB8rCxgzlg,450
|
||||
docutils/writers/s5_html/themes/default/slides.css,sha256=VKYQ1Oe8lZ8LHxzPqJiU79J0z295nkmIbzsXL-N_dfQ,283
|
||||
docutils/writers/s5_html/themes/default/slides.js,sha256=5BXUM5jSWu9hUQSVhGZhMTEvkdCYgqrOJO3ljwDgxWI,15801
|
||||
docutils/writers/s5_html/themes/medium-black/__base__,sha256=822LJG-LrdBZY6CA7wsLFCFzsYfxbyz2mr1j6rpb1UA,41
|
||||
docutils/writers/s5_html/themes/medium-black/pretty.css,sha256=OdL1xJ9f_FE1pmS7X0s0yxyIl1n2vUBQaGOcJrT2svg,4029
|
||||
docutils/writers/s5_html/themes/medium-white/framing.css,sha256=BF5YnRLGRhobO06xDet-0KZYpR10IgRjRbULPVm3PMM,943
|
||||
docutils/writers/s5_html/themes/medium-white/pretty.css,sha256=Zm-Pgk3SLAGmGTRF27nrqvpBb_LH2yQ5FIpDPM3p0Y0,3989
|
||||
docutils/writers/s5_html/themes/small-black/__base__,sha256=WmiB80z49RfMsy_7tFI042AfUgyztL5OXI3tap9EfQM,40
|
||||
docutils/writers/s5_html/themes/small-black/pretty.css,sha256=fmc73kx-zOp0jbiy4GAmpw2Xdz9Q_-WzebsgDJWUJos,4028
|
||||
docutils/writers/s5_html/themes/small-white/framing.css,sha256=qwNUgzqnrXgoX47SddbVIKEZwQDjGnTGA468jHHIXqc,940
|
||||
docutils/writers/s5_html/themes/small-white/pretty.css,sha256=qU8WOhY8TT6ZY6cXKXABb7T7JgpJQORzTZJhuAm0gGg,3999
|
||||
docutils/writers/xetex/__init__.py,sha256=Pw4R7vuFGkEkwBYuJWdV4jjC1pKJ1cjLe_zhP-2CYSk,6697
|
||||
docutils/writers/xetex/__pycache__/__init__.cpython-312.pyc,,
|
||||
@@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: flit 3.12.0
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
@@ -0,0 +1,13 @@
|
||||
[console_scripts]
|
||||
docutils=docutils.__main__:main
|
||||
rst2html=docutils.core:rst2html
|
||||
rst2html4=docutils.core:rst2html4
|
||||
rst2html5=docutils.core:rst2html5
|
||||
rst2latex=docutils.core:rst2latex
|
||||
rst2man=docutils.core:rst2man
|
||||
rst2odt=docutils.core:rst2odt
|
||||
rst2pseudoxml=docutils.core:rst2pseudoxml
|
||||
rst2s5=docutils.core:rst2s5
|
||||
rst2xetex=docutils.core:rst2xetex
|
||||
rst2xml=docutils.core:rst2xml
|
||||
|
||||
@@ -0,0 +1,151 @@
|
||||
.. include:: docs/header0.rst
|
||||
|
||||
==================
|
||||
Copying Docutils
|
||||
==================
|
||||
|
||||
:Author: David Goodger
|
||||
:Contact: goodger@python.org
|
||||
:Date: $Date: 2024-11-10 00:36:49 +0100 (So, 10. Nov 2024) $
|
||||
:Web site: https://docutils.sourceforge.io/
|
||||
:Copyright: This document has been placed in the public domain.
|
||||
|
||||
Most of the files included in this project have been placed in the
|
||||
public domain, and therefore have no license requirements and no
|
||||
restrictions on copying or usage; see the `Public Domain Dedication`_
|
||||
below. There are exceptions_, listed below.
|
||||
Files in the Sandbox_ are not distributed with Docutils releases and
|
||||
may have different license terms.
|
||||
|
||||
|
||||
Public Domain Dedication
|
||||
========================
|
||||
|
||||
The persons who have associated their work with this project (the
|
||||
"Dedicator": David Goodger and the many contributors to the Docutils
|
||||
project) hereby dedicate the entire copyright, less the exceptions_
|
||||
listed below, in the work of authorship known as "Docutils" identified
|
||||
below (the "Work") to the public domain.
|
||||
|
||||
The primary repository for the Work is the Internet World Wide Web
|
||||
site <https://docutils.sourceforge.io/>. The Work consists of the
|
||||
files within the "docutils" module of the Docutils project Subversion
|
||||
repository (http://svn.code.sf.net/p/docutils/code/),
|
||||
whose Internet web interface is located at
|
||||
<https://sourceforge.net/p/docutils/code>. Files dedicated to the
|
||||
public domain may be identified by the inclusion, near the beginning
|
||||
of each file, of a declaration of the form::
|
||||
|
||||
Copyright: This document/module/DTD/stylesheet/file/etc. has been
|
||||
placed in the public domain.
|
||||
|
||||
Dedicator makes this dedication for the benefit of the public at large
|
||||
and to the detriment of Dedicator's heirs and successors. Dedicator
|
||||
intends this dedication to be an overt act of relinquishment in
|
||||
perpetuity of all present and future rights under copyright law,
|
||||
whether vested or contingent, in the Work. Dedicator understands that
|
||||
such relinquishment of all rights includes the relinquishment of all
|
||||
rights to enforce (by lawsuit or otherwise) those copyrights in the
|
||||
Work.
|
||||
|
||||
Dedicator recognizes that, once placed in the public domain, the Work
|
||||
may be freely reproduced, distributed, transmitted, used, modified,
|
||||
built upon, or otherwise exploited by anyone for any purpose,
|
||||
commercial or non-commercial, and in any way, including by methods
|
||||
that have not yet been invented or conceived.
|
||||
|
||||
(This dedication is derived from the text of the `Creative Commons
|
||||
Public Domain Dedication`. [#]_)
|
||||
|
||||
.. [#] Creative Commons has `retired this legal tool`__ and does not
|
||||
recommend that it be applied to works: This tool is based on United
|
||||
States law and may not be applicable outside the US. For dedicating new
|
||||
works to the public domain, Creative Commons recommend the replacement
|
||||
Public Domain Dedication CC0_ (CC zero, "No Rights Reserved"). So does
|
||||
the Free Software Foundation in its license-list_.
|
||||
|
||||
__ http://creativecommons.org/retiredlicenses
|
||||
.. _CC0: http://creativecommons.org/about/cc0
|
||||
|
||||
Exceptions
|
||||
==========
|
||||
|
||||
The exceptions to the `Public Domain Dedication`_ above are:
|
||||
|
||||
* docutils/utils/smartquotes.py
|
||||
|
||||
Copyright © 2011 Günter Milde,
|
||||
based on `SmartyPants`_ © 2003 John Gruber
|
||||
(released under a "revised" `BSD 3-Clause License`_ included in the file)
|
||||
and smartypants.py © 2004, 2007 Chad Miller.
|
||||
Released under the terms of the `BSD 2-Clause License`_
|
||||
(`local copy <licenses/BSD-2-Clause.rst>`__).
|
||||
|
||||
.. _SmartyPants: http://daringfireball.net/projects/smartypants/
|
||||
|
||||
* docutils/utils/math/latex2mathml.py
|
||||
|
||||
Copyright © Jens Jørgen Mortensen, Günter Milde.
|
||||
Released under the terms of the `BSD 2-Clause License`_
|
||||
(`local copy <licenses/BSD-2-Clause.rst>`__).
|
||||
|
||||
* | docutils/utils/math/math2html.py,
|
||||
| docutils/writers/html5_polyglot/math.css
|
||||
|
||||
Copyright © 2009,2010 Alex Fernández; 2021 Günter Milde
|
||||
|
||||
These files were part of eLyXer_, released under the `GNU
|
||||
General Public License`_ version 3 or later. The author relicensed
|
||||
them for Docutils under the terms of the `BSD 2-Clause License`_
|
||||
(`local copy <licenses/BSD-2-Clause.rst>`__).
|
||||
|
||||
.. _eLyXer: https://github.com/alexfernandez/elyxer
|
||||
|
||||
* | docutils/__main__.py,
|
||||
| docutils/parsers/commonmark_wrapper.py,
|
||||
| docutils/parsers/recommonmark_wrapper.py,
|
||||
| docutils/utils/error_reporting.py,
|
||||
| docutils/utils/math/__init__.py,
|
||||
| docutils/utils/math/latex2mathml.py,
|
||||
| docutils/utils/math/tex2mathml_extern.py,
|
||||
| docutils/utils/punctuation_chars.py,
|
||||
| docutils/utils/smartquotes.py,
|
||||
| docutils/writers/html5_polyglot/__init__.py,
|
||||
| docutils/writers/html5_polyglot/\*.css,
|
||||
| docutils/writers/latex2e/docutils.sty,
|
||||
| docutils/writers/xetex/__init__.py,
|
||||
| test/test_parsers/test_recommonmark/\*.py,
|
||||
| test/test_parsers/test_rst/test_directives/test__init__.py,
|
||||
| test/test_parsers/test_rst/test_directives/test_code_parsing.py,
|
||||
| test/test_parsers/test_rst/test_line_length_limit_default.py,
|
||||
| test/test_parsers/test_rst/test_line_length_limit.py,
|
||||
| test/test_writers/test_latex2e_misc.py,
|
||||
| test/transforms/test_smartquotes.py,
|
||||
| tools/docutils-cli.py,
|
||||
| tools/rst2html5.py
|
||||
|
||||
Copyright © Günter Milde.
|
||||
Released under the terms of the `BSD 2-Clause License`_
|
||||
(`local copy <licenses/BSD-2-Clause.rst>`__).
|
||||
|
||||
* tools/editors/emacs/rst.el
|
||||
|
||||
copyright by Free Software Foundation, Inc.,
|
||||
released under the `GNU General Public License`_ version 3 or later
|
||||
(`local copy`__).
|
||||
|
||||
__ licenses/gpl-3-0.rst
|
||||
|
||||
All used licenses are OSI-approved_ and GPL-compatible_.
|
||||
|
||||
Plaintext versions of all the linked-to licenses are provided in the
|
||||
licenses_ directory.
|
||||
|
||||
.. _sandbox: https://docutils.sourceforge.io/sandbox/README.html
|
||||
.. _licenses: licenses/
|
||||
.. _GNU General Public License: https://www.gnu.org/copyleft/gpl.html
|
||||
.. _BSD 2-Clause License: http://opensource.org/licenses/BSD-2-Clause
|
||||
.. _BSD 3-Clause License: https://opensource.org/licenses/BSD-3-Clause
|
||||
.. _OSI-approved: http://opensource.org/licenses/
|
||||
.. _license-list:
|
||||
.. _GPL-compatible: https://www.gnu.org/licenses/license-list.html
|
||||
@@ -0,0 +1,13 @@
|
||||
Zero-Clause BSD
|
||||
===============
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for
|
||||
any purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
||||
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
||||
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
|
||||
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
@@ -0,0 +1,25 @@
|
||||
2-Clause BSD license / FreeBSD license
|
||||
======================================
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
Reference in New Issue
Block a user