[Python-modules-commits] [python-markdown] 01/02: New upstream version 2.6.11

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Jan 9 17:04:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository python-markdown.

commit 7562caed362ddd72e23156c49bee74978b2c8746
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Jan 9 20:03:41 2018 +0300

    New upstream version 2.6.11
---
 INSTALL.md                                         |   4 +-
 LICENSE.md                                         |  25 +-
 MANIFEST                                           |  75 ++-
 MANIFEST.in                                        |  12 +
 PKG-INFO => Markdown.egg-info/PKG-INFO             |  12 +-
 MANIFEST => Markdown.egg-info/SOURCES.txt          |  85 ++-
 Markdown.egg-info/dependency_links.txt             |   1 +
 Markdown.egg-info/entry_points.txt                 |   3 +
 Markdown.egg-info/top_level.txt                    |   1 +
 PKG-INFO                                           |  12 +-
 README.md                                          |  55 +-
 bin/markdown_py                                    |  34 --
 docs/_template.html                                |  81 ---
 docs/authors.md                                    |  58 ++
 docs/authors.txt                                   |  60 ---
 docs/basic.css                                     | 445 ----------------
 docs/{change_log.txt => change_log/index.md}       |  36 +-
 .../{release-2.0.txt => change_log/release-2.0.md} |  42 +-
 .../release-2.1.md}                                | 141 +++--
 .../release-2.2.md}                                | 132 +++--
 docs/change_log/release-2.3.md                     |  85 +++
 docs/change_log/release-2.4.md                     |  73 +++
 docs/change_log/release-2.5.md                     | 189 +++++++
 docs/change_log/release-2.6.md                     | 306 +++++++++++
 docs/{cli.txt => cli.md}                           | 148 +++---
 docs/default.css                                   | 261 ---------
 docs/extensions/abbreviations.md                   |  45 ++
 docs/extensions/abbreviations.txt                  |  45 --
 docs/extensions/{admonition.txt => admonition.md}  |  61 ++-
 docs/extensions/{api.txt => api.md}                | 588 +++++++++++----------
 docs/extensions/{attr_list.txt => attr_list.md}    |  76 +--
 .../extensions/{code_hilite.txt => code_hilite.md} |  92 ++--
 docs/extensions/definition_lists.md                |  52 ++
 docs/extensions/definition_lists.txt               |  53 --
 docs/extensions/{extra.txt => extra.md}            |  71 +--
 ...enced_code_blocks.txt => fenced_code_blocks.md} | 108 ++--
 docs/extensions/{footnotes.txt => footnotes.md}    |  69 +--
 docs/extensions/{header_id.txt => header_id.md}    |  65 +--
 docs/extensions/{index.txt => index.md}            |  57 +-
 docs/extensions/{meta_data.txt => meta_data.md}    |  89 ++--
 docs/extensions/nl2br.md                           |  35 ++
 docs/extensions/nl2br.txt                          |  37 --
 docs/extensions/{sane_lists.txt => sane_lists.md}  |  64 +--
 docs/extensions/smart_strong.md                    |  39 ++
 docs/extensions/smart_strong.txt                   |  41 --
 docs/extensions/{smarty.txt => smarty.md}          |  44 +-
 docs/extensions/tables.md                          |  58 ++
 docs/extensions/tables.txt                         |  58 --
 docs/extensions/{toc.txt => toc.md}                |  97 ++--
 docs/extensions/{wikilinks.txt => wikilinks.md}    | 103 ++--
 docs/favicon.ico                                   | Bin 0 -> 15086 bytes
 docs/{index.txt => index.md}                       |  88 ++-
 docs/install.md                                    |  32 ++
 docs/install.txt                                   |  67 ---
 docs/{reference.txt => reference.md}               | 308 ++++++-----
 docs/release-2.0.1.txt                             |  22 -
 docs/release-2.0.2.txt                             |  15 -
 docs/release-2.1.1.txt                             |  13 -
 docs/release-2.2.1.txt                             |  12 -
 docs/release-2.3.txt                               |  88 ---
 docs/release-2.4.txt                               |  77 ---
 docs/release-2.5.txt                               | 187 -------
 docs/release-2.6.txt                               | 263 ---------
 docs/siteindex.txt                                 |  78 ---
 docs/{test_suite.txt => test_suite.md}             |  58 +-
 makefile                                           |  13 +-
 markdown/__init__.py                               |   2 +-
 markdown/__main__.py                               |   2 +-
 markdown/__version__.py                            |   2 +-
 markdown/extensions/abbr.py                        |   5 +-
 markdown/extensions/admonition.py                  |   2 +-
 markdown/extensions/attr_list.py                   |   2 +-
 markdown/extensions/codehilite.py                  |   2 +-
 markdown/extensions/def_list.py                    |   2 +-
 markdown/extensions/extra.py                       |   2 +-
 markdown/extensions/fenced_code.py                 |   2 +-
 markdown/extensions/footnotes.py                   |  27 +-
 markdown/extensions/headerid.py                    |   2 +-
 markdown/extensions/meta.py                        |   2 +-
 markdown/extensions/nl2br.py                       |   2 +-
 markdown/extensions/sane_lists.py                  |   2 +-
 markdown/extensions/smart_strong.py                |   2 +-
 markdown/extensions/smarty.py                      |  22 +-
 markdown/extensions/tables.py                      |   2 +-
 markdown/extensions/toc.py                         |   6 +-
 markdown/extensions/wikilinks.py                   |   2 +-
 markdown/inlinepatterns.py                         |   6 +-
 markdown/preprocessors.py                          |   3 +
 markdown/treeprocessors.py                         |  57 +-
 markdown/util.py                                   |  12 +-
 setup.cfg                                          |  11 +
 setup.py                                           | 227 +-------
 tests/__init__.py                                  |   7 +
 tests/extensions/extra/raw-html.html               |  75 +++
 tests/extensions/extra/raw-html.txt                | 111 ++++
 tests/misc/em-around-links.html                    |  10 +-
 tests/misc/em-around-links.txt                     |  10 +-
 tests/test_apis.py                                 |  52 ++
 tox.ini                                            |   4 +-
 99 files changed, 2884 insertions(+), 3537 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 6e6ab8c..a314fb6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,5 +5,5 @@ As an Admin/Root user on your system do:
 
     pip install markdown
 
-Or for more specific instructions, view the documentation in `docs/install.txt`
-or on the website at <https://pythonhosted.org/Markdown/install.html>.
+Or for more specific instructions, view the documentation in `docs/install.md`
+or on the website at <https://Python-Markdown.github.io/install/>.
diff --git a/LICENSE.md b/LICENSE.md
index 4cd8b14..2652d97 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,20 +1,20 @@
-Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)  
-Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)  
-Copyright 2004 Manfred Stienstra (the original version)  
+Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)
+Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
+Copyright 2004 Manfred Stienstra (the original version)
 
 All rights reserved.
 
 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.
-*   Neither the name of the <organization> nor the
-    names of its contributors may be used to endorse or promote products
-    derived from this software without specific prior written permission.
+
+* 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.
+* Neither the name of the Python Markdown Project nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -27,4 +27,3 @@ 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.
-
diff --git a/MANIFEST b/MANIFEST
index 2a08331..2fb988a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,48 +9,41 @@ setup.cfg
 setup.py
 tox.ini
 bin/markdown_py
-docs/_template.html
-docs/authors.txt
-docs/basic.css
-docs/change_log.txt
-docs/cli.txt
-docs/default.css
-docs/index.txt
-docs/install.txt
+docs/authors.md
+docs/cli.md
+docs/favicon.ico
+docs/index.md
+docs/install.md
 docs/py.png
-docs/reference.txt
-docs/release-2.0.1.txt
-docs/release-2.0.2.txt
-docs/release-2.0.txt
-docs/release-2.1.0.txt
-docs/release-2.1.1.txt
-docs/release-2.2.0.txt
-docs/release-2.2.1.txt
-docs/release-2.3.txt
-docs/release-2.4.txt
-docs/release-2.5.txt
-docs/release-2.6.txt
-docs/siteindex.txt
-docs/test_suite.txt
-docs/extensions/abbreviations.txt
-docs/extensions/admonition.txt
-docs/extensions/api.txt
-docs/extensions/attr_list.txt
-docs/extensions/code_hilite.txt
-docs/extensions/definition_lists.txt
-docs/extensions/extra.txt
-docs/extensions/fenced_code_blocks.txt
-docs/extensions/footnotes.txt
-docs/extensions/header_id.txt
-docs/extensions/index.txt
-docs/extensions/meta_data.txt
-docs/extensions/nl2br.txt
-docs/extensions/sane_lists.txt
-docs/extensions/smart_strong.txt
-docs/extensions/smarty.txt
-docs/extensions/tables.txt
-docs/extensions/toc.txt
-docs/extensions/wikilinks.txt
+docs/reference.md
+docs/test_suite.md
+docs/change_log/index.md
+docs/change_log/release-2.0.md
+docs/change_log/release-2.1.md
+docs/change_log/release-2.2.md
+docs/change_log/release-2.3.md
+docs/change_log/release-2.4.md
+docs/change_log/release-2.5.md
+docs/change_log/release-2.6.md
+docs/extensions/abbreviations.md
+docs/extensions/admonition.md
+docs/extensions/api.md
+docs/extensions/attr_list.md
+docs/extensions/code_hilite.md
+docs/extensions/definition_lists.md
+docs/extensions/extra.md
+docs/extensions/fenced_code_blocks.md
+docs/extensions/footnotes.md
+docs/extensions/header_id.md
+docs/extensions/index.md
+docs/extensions/meta_data.md
+docs/extensions/nl2br.md
+docs/extensions/sane_lists.md
+docs/extensions/smart_strong.md
+docs/extensions/smarty.md
+docs/extensions/tables.md
+docs/extensions/toc.md
+docs/extensions/wikilinks.md
 markdown/__init__.py
 markdown/__main__.py
 markdown/__version__.py
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..b60fb3b
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,12 @@
+recursive-include markdown *.py
+recursive-include docs *
+recursive-include tests *.txt *.html *.cfg *.py
+include setup.py
+include setup.cfg
+include run-tests.py
+include tox.ini
+include makefile
+include LICENSE.md
+include README.md
+include INSTALL.md
+include MANIFEST
diff --git a/PKG-INFO b/Markdown.egg-info/PKG-INFO
similarity index 85%
copy from PKG-INFO
copy to Markdown.egg-info/PKG-INFO
index bcc63d4..0719db6 100644
--- a/PKG-INFO
+++ b/Markdown.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.9
+Version: 2.6.11
 Summary: Python implementation of Markdown.
-Home-page: https://pythonhosted.org/Markdown/
+Home-page: https://Python-Markdown.github.io/
 Author: Waylan Limberg
 Author-email: waylan.limberg at icloud.com
 License: BSD License
-Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.9.tar.gz
+Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.11-py2.py3-none-any.whl
 Description: 
         This is a Python implementation of John Gruber's Markdown_.
         It is almost completely compliant with the reference implementation,
@@ -15,8 +15,8 @@ Description:
         supported by the `Available Extensions`_.
         
         .. _Markdown: http://daringfireball.net/projects/markdown/
-        .. _Features: https://pythonhosted.org/Markdown/index.html#Features
-        .. _`Available Extensions`: https://pythonhosted.org/Markdown/extensions/index.html
+        .. _Features: https://Python-Markdown.github.io#features
+        .. _`Available Extensions`: https://Python-Markdown.github.io/extensions/
         
         Support
         =======
@@ -38,6 +38,8 @@ Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Communications :: Email :: Filters
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
 Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
diff --git a/MANIFEST b/Markdown.egg-info/SOURCES.txt
similarity index 91%
copy from MANIFEST
copy to Markdown.egg-info/SOURCES.txt
index 2a08331..5d3a07f 100644
--- a/MANIFEST
+++ b/Markdown.egg-info/SOURCES.txt
@@ -1,56 +1,53 @@
-# file GENERATED by distutils, do NOT edit
 INSTALL.md
 LICENSE.md
 MANIFEST
+MANIFEST.in
 README.md
 makefile
 run-tests.py
 setup.cfg
 setup.py
 tox.ini
-bin/markdown_py
-docs/_template.html
-docs/authors.txt
-docs/basic.css
-docs/change_log.txt
-docs/cli.txt
-docs/default.css
-docs/index.txt
-docs/install.txt
+Markdown.egg-info/PKG-INFO
+Markdown.egg-info/SOURCES.txt
+Markdown.egg-info/dependency_links.txt
+Markdown.egg-info/entry_points.txt
+Markdown.egg-info/top_level.txt
+docs/authors.md
+docs/cli.md
+docs/favicon.ico
+docs/index.md
+docs/install.md
 docs/py.png
-docs/reference.txt
-docs/release-2.0.1.txt
-docs/release-2.0.2.txt
-docs/release-2.0.txt
-docs/release-2.1.0.txt
-docs/release-2.1.1.txt
-docs/release-2.2.0.txt
-docs/release-2.2.1.txt
-docs/release-2.3.txt
-docs/release-2.4.txt
-docs/release-2.5.txt
-docs/release-2.6.txt
-docs/siteindex.txt
-docs/test_suite.txt
-docs/extensions/abbreviations.txt
-docs/extensions/admonition.txt
-docs/extensions/api.txt
-docs/extensions/attr_list.txt
-docs/extensions/code_hilite.txt
-docs/extensions/definition_lists.txt
-docs/extensions/extra.txt
-docs/extensions/fenced_code_blocks.txt
-docs/extensions/footnotes.txt
-docs/extensions/header_id.txt
-docs/extensions/index.txt
-docs/extensions/meta_data.txt
-docs/extensions/nl2br.txt
-docs/extensions/sane_lists.txt
-docs/extensions/smart_strong.txt
-docs/extensions/smarty.txt
-docs/extensions/tables.txt
-docs/extensions/toc.txt
-docs/extensions/wikilinks.txt
+docs/reference.md
+docs/test_suite.md
+docs/change_log/index.md
+docs/change_log/release-2.0.md
+docs/change_log/release-2.1.md
+docs/change_log/release-2.2.md
+docs/change_log/release-2.3.md
+docs/change_log/release-2.4.md
+docs/change_log/release-2.5.md
+docs/change_log/release-2.6.md
+docs/extensions/abbreviations.md
+docs/extensions/admonition.md
+docs/extensions/api.md
+docs/extensions/attr_list.md
+docs/extensions/code_hilite.md
+docs/extensions/definition_lists.md
+docs/extensions/extra.md
+docs/extensions/fenced_code_blocks.md
+docs/extensions/footnotes.md
+docs/extensions/header_id.md
+docs/extensions/index.md
+docs/extensions/meta_data.md
+docs/extensions/nl2br.md
+docs/extensions/sane_lists.md
+docs/extensions/smart_strong.md
+docs/extensions/smarty.md
+docs/extensions/tables.md
+docs/extensions/toc.md
+docs/extensions/wikilinks.md
 markdown/__init__.py
 markdown/__main__.py
 markdown/__version__.py
@@ -430,4 +427,4 @@ tests/safe_mode/script_tags.html
 tests/safe_mode/script_tags.txt
 tests/safe_mode/test.cfg
 tests/safe_mode/unsafe_urls.html
-tests/safe_mode/unsafe_urls.txt
+tests/safe_mode/unsafe_urls.txt
\ No newline at end of file
diff --git a/Markdown.egg-info/dependency_links.txt b/Markdown.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/Markdown.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/Markdown.egg-info/entry_points.txt b/Markdown.egg-info/entry_points.txt
new file mode 100644
index 0000000..007b80a
--- /dev/null
+++ b/Markdown.egg-info/entry_points.txt
@@ -0,0 +1,3 @@
+[console_scripts]
+markdown_py = markdown.__main__:run
+
diff --git a/Markdown.egg-info/top_level.txt b/Markdown.egg-info/top_level.txt
new file mode 100644
index 0000000..0918c97
--- /dev/null
+++ b/Markdown.egg-info/top_level.txt
@@ -0,0 +1 @@
+markdown
diff --git a/PKG-INFO b/PKG-INFO
index bcc63d4..0719db6 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.9
+Version: 2.6.11
 Summary: Python implementation of Markdown.
-Home-page: https://pythonhosted.org/Markdown/
+Home-page: https://Python-Markdown.github.io/
 Author: Waylan Limberg
 Author-email: waylan.limberg at icloud.com
 License: BSD License
-Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.9.tar.gz
+Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.11-py2.py3-none-any.whl
 Description: 
         This is a Python implementation of John Gruber's Markdown_.
         It is almost completely compliant with the reference implementation,
@@ -15,8 +15,8 @@ Description:
         supported by the `Available Extensions`_.
         
         .. _Markdown: http://daringfireball.net/projects/markdown/
-        .. _Features: https://pythonhosted.org/Markdown/index.html#Features
-        .. _`Available Extensions`: https://pythonhosted.org/Markdown/extensions/index.html
+        .. _Features: https://Python-Markdown.github.io#features
+        .. _`Available Extensions`: https://Python-Markdown.github.io/extensions/
         
         Support
         =======
@@ -38,6 +38,8 @@ Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Communications :: Email :: Filters
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
 Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
diff --git a/README.md b/README.md
index 17b544c..33b4f71 100644
--- a/README.md
+++ b/README.md
@@ -1,45 +1,56 @@
 [Python-Markdown][]
 ===================
 
-[![Build Status](http://img.shields.io/travis/Python-Markdown/markdown.svg)](https://travis-ci.org/Python-Markdown/markdown)
-[![Coverage Status](https://img.shields.io/coveralls/Python-Markdown/markdown.svg)](https://coveralls.io/r/Python-Markdown/markdown?branch=master)
-[![Latest Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
-[![Python Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
-[![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
-[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)][Code of Conduct]
-
-This is a Python implementation of John Gruber's [Markdown][]. 
+[![Build Status][travis-button]][travis]
+[![Coverage Status][codecov-button]][codecov]
+[![Latest Version][mdversion-button]][md-pypi]
+[![Python Versions][pyversion-button]][md-pypi]
+[![BSD License][bsdlicense-button]][bsdlicense]
+[![Code of Conduct][codeofconduct-button]][Code of Conduct]
+
+[travis-button]: http://img.shields.io/travis/Python-Markdown/markdown.svg
+[travis]: https://travis-ci.org/Python-Markdown/markdown
+[codecov-button]: https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg
+[codecov]: https://codecov.io/gh/Python-Markdown/markdown
+[mdversion-button]: http://img.shields.io/pypi/v/Markdown.svg
+[md-pypi]: http://pypi.python.org/pypi/Markdown
+[pyversion-button]: http://img.shields.io/pypi/pyversions/Markdown.svg
+[bsdlicense-button]: http://img.shields.io/badge/license-BSD-yellow.svg
+[bsdlicense]: http://opensource.org/licenses/BSD-3-Clause
+[codeofconduct-button]: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square
+[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md
+
+This is a Python implementation of John Gruber's [Markdown][].
 It is almost completely compliant with the reference implementation,
-though there are a few known issues. See [Features][] for information 
-on what exactly is supported and what is not. Additional features are 
+though there are a few known issues. See [Features][] for information
+on what exactly is supported and what is not. Additional features are
 supported by the [Available Extensions][].
 
-[Python-Markdown]: https://pythonhosted.org/Markdown/
+[Python-Markdown]: https://Python-Markdown.github.io/
 [Markdown]: http://daringfireball.net/projects/markdown/
-[Features]: https://pythonhosted.org/Markdown/index.html#Features
-[Available Extensions]: https://pythonhosted.org/Markdown/extensions/index.html
-
+[Features]: https://Python-Markdown.github.io#Features
+[Available Extensions]: https://Python-Markdown.github.io/extensions
 
 Documentation
 -------------
 
 Installation and usage documentation is available in the `docs/` directory
-of the distribution and on the project website at 
-<https://pythonhosted.org/Markdown/>.
+of the distribution and on the project website at
+<https://Python-Markdown.github.io/>.
 
-See the change log at <https://pythonhosted.org/Markdown/change_log.html>.
+See the change log at <https://Python-Markdown.github.io/change_log>.
 
 Support
 -------
 
-You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][].
+You may ask for help and discuss various other issues on the [mailing list][]
+and report bugs on the [bug tracker][].
 
 [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
-[bug tracker]: http://github.com/Python-Markdown/markdown/issues 
+[bug tracker]: http://github.com/Python-Markdown/markdown/issues
 
 Code of Conduct
 ---------------
 
-Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the [Code of Conduct].
-
-[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md
+Everyone interacting in the Python-Markdown project's codebases, issue trackers,
+and mailing lists is expected to follow the [Code of Conduct].
diff --git a/bin/markdown_py b/bin/markdown_py
deleted file mode 100755
index 220c666..0000000
--- a/bin/markdown_py
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/usr/bin/env python
-"""
-Python Markdown, the Command Line Script
-========================================
-
-This is the command line script for Python Markdown.
-
-Basic use from the command line:
-
-    markdown source.txt > destination.html
-
-Run "markdown --help" to see more options.
-
-See markdown/__init__.py for information on using Python Markdown as a module.
-
-## Authors and License
-
-Started by [Manfred Stienstra](http://www.dwerg.net/).  Continued and
-maintained  by [Yuri Takhteyev](http://www.freewisdom.org), [Waylan
-Limberg](http://achinghead.com/) and [Artem Yunusov](http://blog.splyer.com).
-
-Contact: markdown at freewisdom.org
-
-Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)
-Copyright 200? Django Software Foundation (OrderedDict implementation)
-Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
-Copyright 2004 Manfred Stienstra (the original version)
-
-License: BSD (see docs/LICENSE for details).
-"""
-
-if __name__ == '__main__':
-    from markdown.__main__ import run
-    run()
diff --git a/docs/_template.html b/docs/_template.html
deleted file mode 100644
index 58e9967..0000000
--- a/docs/_template.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset=utf-8>
-<title>%(page_title)s</title>
-<link rel="stylesheet" href="%(base)sdefault.css" type="text/css">
-</head>
-<body>
-
-<div class="related">
-  <h3>Navigation</h3>
-  <ul>
-    <li class="right" style="margin-right: 10px">
-      <a href="%(base)ssiteindex.html" title="General Index">index</a></li>
-    <li class="right">
-      <a href="%(next_url)s" title="%(next_title)s"
-         accesskey="N">next</a> |</li>
-    <li class="right">
-      <a href="%(prev_url)s" title="%(prev_title)s"
-         accesskey="P">previous</a> |</li>
-    <li><img src="%(base)spy.png" alt=""
-             style="vertical-align: middle; margin-top: -1px"/></li>
-    <li><a href="%(base)sindex.html">Python Markdown v%(version)s documentation</a> »</li>
-    %(crumb)s
-  </ul>
-</div> <!-- .related -->
-
-<div class="document">
-  <div class="documentwrapper">
-    <div class="bodywrapper">
-      <div class="body">
-%(body)s
-      </div> <!-- .body -->
-    </div> <!-- .bodywrapper -->
-  </div> <!-- .documentwrapper -->
-
-  <div class="sphinxsidebar">
-    <div class="sphinxsidebarwrapper">
-    <h3>Table Of Contents</h3>
-    %(toc)s
-
-    <h4>Previous topic</h4>
-      <p class="topless"><a href="%(prev_url)s"
-         title="previous chapter">%(prev_title)s</a></p>
-    <h4>Next topic</h4>
-      <p class="topless"><a href="%(next_url)s"
-         title="next chapter">%(next_title)s</a></p>
-    <h3>This Page</h3>
-    <ul class="this-page-menu">
-      <li><a href="https://github.com/Python-Markdown/markdown/issues"
-             >Report a Bug</a></li>
-      <li><a href="%(source)s"
-             rel="nofollow">Show Source</a></li>
-    </ul>
-    </div> <!-- .sphinxsidebarwrapper -->
-  </div> <!-- .sphinxsidebar -->
-
-  <div class="clearer"></div>
-</div> <!-- .document -->
-
-<div class="related">
-  <h3>Navigation</h3>
-  <ul>
-    <li class="right" style="margin-right: 10px">
-      <a href="%(base)ssiteindex.html" title="General Index">index</a></li>
-    <li class="right">
-      <a href="%(next_url)s" title="%(next_title)s"
-         accesskey="N">next</a> |</li>
-    <li class="right">
-      <a href="%(prev_url)s" title="%(prev_title)s"
-         accesskey="P">previous</a> |</li>
-    <li><img src="%(base)spy.png" alt=""
-             style="vertical-align: middle; margin-top: -1px"/></li>
-    <li><a href="%(base)sindex.html">Python Markdown v%(version)s documentation</a> »</li>
-    %(crumb)s
-  </ul>
-</div> <!-- .related -->
-
-<div class="footer">© 2010-2012 Python Markdown Project</div>
-</body>
-</html>
diff --git a/docs/authors.md b/docs/authors.md
new file mode 100644
index 0000000..658707d
--- /dev/null
+++ b/docs/authors.md
@@ -0,0 +1,58 @@
+title: Authors
+
+Primary Authors
+===============
+
+* __[Waylan Limberg](http://achinghead.com/)__
+
+    Waylan is the current maintainer of the code and has written much of the
+    current code base, included a complete refactor of the core. He started out
+    by authoring many of the available extensions and later was asked to join
+    Yuri, where he began fixing numerous bugs, adding documentation and making
+    general improvements to the existing code base.
+
+* __[Yuri Takteyev](http://freewisdom.org/)__
+
+    Yuri wrote most of the code found in version 1.x while procrastinating his
+    Ph.D. Various pieces of his code still exist, most notably the basic
+    structure.
+
+* __[Manfed Stienstra](http://www.dwerg.net/)__
+
+    Manfed wrote the original version of the script and is responsible for
+    various parts of the existing code base.
+
+* __Artem Yunusov__
+
+    Artem, who as part of a 2008 GSoC project, refactored inline patterns,
+    replaced the NanoDOM with ElementTree support and made various other
+    improvements.
+
+* __David Wolever__
+
+    David refactored the extension API and made other improvements
+    as he helped to integrate Markdown into Dr.Project.
+
+Other Contributors
+==================
+
+The incomplete list of individuals below have provided patches or otherwise
+contributed to the project in various ways. We would like to thank everyone
+who has contributed to the project in any way.
+
+* Eric Abrahamsen
+* Jeff Balogh
+* Sergej Chodarev
+* Chris Clark
+* Tiago Cogumbreiro
+* Kjell Magne Fauske
+* G. Clark Haynes
+* Daniel Krech
+* Steward Midwinter
+* Jack Miller
+* Neale Pickett
+* Paul Stansifer
+* John Szakmeister
+* Malcolm Tredinnick
+* Ben Wilson
+* and many others who helped by reporting bugs
diff --git a/docs/authors.txt b/docs/authors.txt
deleted file mode 100644
index 84c69d0..0000000
--- a/docs/authors.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-title:      Authors
-prev_title: Release Notes for v2.0
-prev_url:   release-2.0.html
-next_title: Table of Contents
-next_url:   siteindex.html
-
-Primary Authors
-===============
-
-[Yuri Takteyev](http://freewisdom.org/)
-
-: Yuri has written much of the current code while procrastinating his Ph.D.
-
-[Waylan Limberg](http://achinghead.com/)
-
-: Waylan is the current maintainer of the code and has written much the current 
-  code base, included a complete refactor of the core.  He started out by 
-  authoring many of the available extensions and later was asked to join Yuri, 
-  where he began fixing numerous bugs, adding documentation and making general 
-  improvements to the existing code base.
-
-Artem Yunusov
-
-: Artem, who as part of a 2008 GSoC project, refactored inline patterns, 
-  replaced the NanoDOM with ElementTree support and made various other 
-  improvements.
-
-[Manfed Stienstra](http://www.dwerg.net/)
-
-: Manfed wrote the original version of the script and is responsible for 
-  various parts of the existing code base.
-
-David Wolever
-
-: David refactored the extension API and made other improvements
-  as he helped to integrate Markdown into Dr.Project.
-
-Other Contributors
-==================
-
-The incomplete list of individuals below have provided patches or otherwise 
-contributed to the project in various ways. We would like to thank everyone 
-who has contributed to the project in any way.
-
-* Eric Abrahamsen
-* Jeff Balogh
-* Sergej Chodarev
-* Chris Clark
-* Tiago Cogumbreiro
-* Kjell Magne Fauske
-* G. Clark Haynes
-* Daniel Krech
-* Steward Midwinter
-* Jack Miller
-* Neale Pickett
-* Paul Stansifer
-* John Szakmeister
-* Malcolm Tredinnick
-* Ben Wilson
-* and many others who helped by reporting bugs
diff --git a/docs/basic.css b/docs/basic.css
deleted file mode 100644
index 3f7ad80..0000000
--- a/docs/basic.css
+++ /dev/null
@@ -1,445 +0,0 @@
-/**
- * Sphinx stylesheet -- basic theme
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- */
-
-/* -- main layout ----------------------------------------------------------- */
-
-div.clearer {
-    clear: both;
-}
-
-/* -- relbar ---------------------------------------------------------------- */
-
-div.related {
-    width: 100%;
-    font-size: 90%;
-}
-
-div.related h3 {
-    display: none;
-}
-
-div.related ul {
-    margin: 0;
-    padding: 0 0 0 10px;
-    list-style: none;
-}
-
-div.related li {
-    display: inline;
-}
-
-div.related li.right {
-    float: right;
-    margin-right: 5px;
-}
-
-/* -- sidebar --------------------------------------------------------------- */
-
-div.sphinxsidebarwrapper {
-    padding: 10px 5px 0 10px;
-}
-
-div.sphinxsidebar {
-    float: left;
-    width: 230px;
-    margin-left: -100%;
-    font-size: 90%;
-}
-
-div.sphinxsidebar ul {
-    list-style: none;
-}
-
-div.sphinxsidebar ul ul,
-div.sphinxsidebar ul.want-points {
-    margin-left: 20px;
-    list-style: square;
-}
-
-div.sphinxsidebar ul ul {
-    margin-top: 0;
-    margin-bottom: 0;
-}
-
-div.sphinxsidebar form {
-    margin-top: 10px;
-}
-
-div.sphinxsidebar input {
-    border: 1px solid #98dbcc;
-    font-family: sans-serif;
-    font-size: 1em;
-}
-
-img {
-    border: 0;
-}
-
-/* -- search page ----------------------------------------------------------- */
-
-ul.search {
-    margin: 10px 0 0 20px;
-    padding: 0;
-}
-
-ul.search li {
-    padding: 5px 0 5px 20px;
-    background-image: url(file.png);
-    background-repeat: no-repeat;
-    background-position: 0 7px;
-}
-
-ul.search li a {
-    font-weight: bold;
-}
-
-ul.search li div.context {
-    color: #888;
-    margin: 2px 0 0 30px;
-    text-align: left;
-}
-
-ul.keywordmatches li.goodmatch a {
-    font-weight: bold;
-}
-
-/* -- index page ------------------------------------------------------------ */
-
-table.contentstable {
-    width: 90%;
-}
-
-table.contentstable p.biglink {
-    line-height: 150%;
-}
-
-a.biglink {
-    font-size: 1.3em;
-}
-
-span.linkdescr {
-    font-style: italic;
-    padding-top: 5px;
-    font-size: 90%;
-}
-
-/* -- general index --------------------------------------------------------- */
-
-table.indextable td {
-    text-align: left;
-    vertical-align: top;
-}
-
-table.indextable dl, table.indextable dd {
-    margin-top: 0;
-    margin-bottom: 0;
-}
-
-table.indextable tr.pcap {
-    height: 10px;
-}
-
-table.indextable tr.cap {
-    margin-top: 10px;
-    background-color: #f2f2f2;
-}
-
-img.toggler {
-    margin-right: 3px;
-    margin-top: 3px;
-    cursor: pointer;
-}
-
-/* -- general body styles --------------------------------------------------- */
-
-a.headerlink {
-    visibility: hidden;
-}
-
-h1:hover > a.headerlink,
-h2:hover > a.headerlink,
-h3:hover > a.headerlink,
-h4:hover > a.headerlink,
-h5:hover > a.headerlink,
-h6:hover > a.headerlink,
-dt:hover > a.headerlink {
-    visibility: visible;
-}
-
-div.body p.caption {
... 8196 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-markdown.git



More information about the Python-modules-commits mailing list