diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 19:01:34 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 19:06:24 -0400 |
commit | 634391bcf7a59b2be898a5f40c290f2bf7662b54 (patch) | |
tree | a82a444c59066fb6ce67926d408ac36939e10cc7 | |
parent | 418f58ab04d786cb189b1419b0de95b0fc9e9667 (diff) | |
download | markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.tar.gz markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.tar.bz2 markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.zip |
GitHub/waylan => GitHub/Python-Markdown org
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | docs/_template.html | 2 | ||||
-rw-r--r-- | docs/change_log.txt | 2 | ||||
-rw-r--r-- | docs/extensions/index.txt | 2 | ||||
-rw-r--r-- | docs/index.txt | 2 | ||||
-rw-r--r-- | docs/install.txt | 2 | ||||
-rw-r--r-- | docs/release-2.1.0.txt | 2 | ||||
-rw-r--r-- | docs/release-2.2.0.txt | 2 | ||||
-rw-r--r-- | docs/release-2.3.txt | 2 | ||||
-rw-r--r-- | docs/release-2.4.txt | 2 | ||||
-rw-r--r-- | docs/release-2.5.txt | 2 | ||||
-rw-r--r-- | docs/release-2.6.txt | 4 | ||||
-rw-r--r-- | docs/test_suite.txt | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
14 files changed, 18 insertions, 19 deletions
@@ -1,12 +1,11 @@ [Python-Markdown][] =================== -[![Build Status](http://img.shields.io/travis/waylan/Python-Markdown.svg)](https://travis-ci.org/waylan/Python-Markdown) -[![Coverage Status](https://img.shields.io/coveralls/waylan/Python-Markdown.svg)](https://coveralls.io/r/waylan/Python-Markdown?branch=master) +[![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) -[![Issue Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown) [![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][]. @@ -36,11 +35,11 @@ Support 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/waylan/Python-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/waylan/Python-Markdown/blob/master/CODE_OF_CONDUCT.md +[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md diff --git a/docs/_template.html b/docs/_template.html index d3780dd..58e9967 100644 --- a/docs/_template.html +++ b/docs/_template.html @@ -47,7 +47,7 @@ title="next chapter">%(next_title)s</a></p> <h3>This Page</h3> <ul class="this-page-menu"> - <li><a href="https://github.com/waylan/Python-Markdown/issues" + <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> diff --git a/docs/change_log.txt b/docs/change_log.txt index 847046d..f47e6e9 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -21,7 +21,7 @@ Apr 20, 2015: Released version 2.6.2 (a bug-fix release). Mar 8, 2015: Released version 2.6.1 (a bug-fix release). The (new) `yaml` option has been removed from the Meta-Data Extension as it was buggy -(see [#390](https://github.com/waylan/Python-Markdown/issues/390)). +(see [#390](https://github.com/Python-Markdown/markdown/issues/390)). Feb 19, 2015: Released version 2.6 ([Notes](release-2.6.html)). diff --git a/docs/extensions/index.txt b/docs/extensions/index.txt index 1052d15..ba95274 100644 --- a/docs/extensions/index.txt +++ b/docs/extensions/index.txt @@ -84,4 +84,4 @@ is maintained on the wiki for your convenience. The Python-Markdown team offers no official support for these extensions. Please see the developer of each extension for support. -[list]: https://github.com/waylan/Python-Markdown/wiki/Third-Party-Extensions +[list]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions diff --git a/docs/index.txt b/docs/index.txt index bfe1818..92ac2d0 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -112,4 +112,4 @@ 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/waylan/Python-Markdown/issues +[bug tracker]: http://github.com/Python-Markdown/markdown/issues diff --git a/docs/install.txt b/docs/install.txt index 1989398..c01c3b4 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -62,6 +62,6 @@ Python-Markdown is maintained in a Git repository on GitHub.com. To get a copy of Python-Markdown from the repository do the following from the command line: - git clone git://github.com/waylan/Python-Markdown.git python-markdown + git clone git://github.com/Python-Markdown/markdown.git python-markdown cd python-markdown python setup.py install diff --git a/docs/release-2.1.0.txt b/docs/release-2.1.0.txt index efb3b4a..43230dc 100644 --- a/docs/release-2.1.0.txt +++ b/docs/release-2.1.0.txt @@ -118,5 +118,5 @@ test the built-in extensions and other options available to change the parsing behavior. See the [Test Suite](test_suite.html) documentation for details. Various bug fixes have been made, which are too numerous to list here. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) for a +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.2.0.txt b/docs/release-2.2.0.txt index c3750fa..8b94563 100644 --- a/docs/release-2.2.0.txt +++ b/docs/release-2.2.0.txt @@ -64,5 +64,5 @@ The BlockParser API was slightly altered to allow `blockprocessor.run` to return within any Blockprocessor instance.
Various bug fixes have been made. See the
-[commit log](https://github.com/waylan/Python-Markdown/commits/master)
+[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
diff --git a/docs/release-2.3.txt b/docs/release-2.3.txt index a15e584..81c5d88 100644 --- a/docs/release-2.3.txt +++ b/docs/release-2.3.txt @@ -84,5 +84,5 @@ try it out and report bugs and/or improvements. [rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions * Various bug fixes have been made. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.4.txt b/docs/release-2.4.txt index c32408c..f1d00af 100644 --- a/docs/release-2.4.txt +++ b/docs/release-2.4.txt @@ -73,5 +73,5 @@ the [Fenced Code Extension]): [A. Jesse Jiryu Davis]: https://github.com/ajdavis * Various bug fixes have been made. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.5.txt b/docs/release-2.5.txt index 6f38122..7cde02f 100644 --- a/docs/release-2.5.txt +++ b/docs/release-2.5.txt @@ -183,5 +183,5 @@ What's New in Python-Markdown 2.5 benefit everyone. * Various bug fixes have been made. See the - [commit log](https://github.com/waylan/Python-Markdown/commits/master) + [commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt index 9a235c8..e450162 100644 --- a/docs/release-2.6.txt +++ b/docs/release-2.6.txt @@ -206,7 +206,7 @@ explanation.</ins> [MultiMarkdown]: http://fletcherpenney.net/MultiMarkdown_Syntax_Guide#metadata [Meta-Data]: extensions/meta_data.html [YAML]: http://yaml.org/ -[#390]: https://github.com/waylan/Python-Markdown/issues/390 +[#390]: https://github.com/Python-Markdown/markdown/issues/390 ### Table of Contents Extension Refactored @@ -259,5 +259,5 @@ benefit everyone. [flake8]: https://flake8.readthedocs.io/en/latest/ Various bug fixes have been made. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/test_suite.txt b/docs/test_suite.txt index 745ed3b..ee761f2 100644 --- a/docs/test_suite.txt +++ b/docs/test_suite.txt @@ -134,5 +134,5 @@ writing new tests, those standards and naming conventions should be followed. [PHP]: http://michelf.com/projects/php-markdown/ [PyTidyLib]: http://countergram.com/open-source/pytidylib/ [tox]: http://testrun.org/tox/latest/ -[setting up a testing environment]: https://github.com/waylan/Python-Markdown/wiki/Test-Environment-Setup +[setting up a testing environment]: https://github.com/Python-Markdown/markdown/wiki/Test-Environment-Setup [YAML]: http://yaml.org/ @@ -230,7 +230,7 @@ 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/waylan/Python-Markdown/issues +.. _`bug tracker`: http://github.com/Python-Markdown/markdown/issues ''' setup( |