Skip to content

Commit 3483b14

Browse files
committed
Updated README with warning that this is 3.0.dev.
Also pointed shields to the correct repo for Travis-CI and Coveralls.
1 parent 0b2de1d commit 3483b14

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
[Python-Markdown][]
2-
===================
1+
Python-Markdown
2+
===============
33

4-
[![Build Status](http://img.shields.io/travis/waylan/Python-Markdown.svg)](https://travis-ci.org/waylan/Python-Markdown)
5-
[![Coverage Status](https://img.shields.io/coveralls/waylan/Python-Markdown.svg)](https://coveralls.io/r/waylan/Python-Markdown?branch=master)
4+
[![Build Status](https://travis-ci.org/Python-Markdown/markdown.svg)](https://travis-ci.org/Python-Markdown/markdown)
5+
[![Coverage Status](https://img.shields.io/coveralls/Python-Markdown/markdown.svg)](https://coveralls.io/r/Python-Markdown/markdown?branch=master)
66
[![Downloads](http://img.shields.io/pypi/dm/Markdown.svg)](https://pypi.python.org/pypi/Markdown#downloads)
77
[![Latest Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
88
[![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
99

10+
***WARNING:*** This is **alpha** software. This is the development repo for the upcoming version 3.0.
11+
For a stable version of Python-Markdown see the 2.x repo at [waylan/Python-Markdown].
12+
If you are interested in what changes to expect in 3.0 you may want to checkout the [roadmap].
13+
If you would like to help, pull requests are welcome. If you would like to discuss future features
14+
and/or changes, start a discussion on the [mailing list].
15+
16+
[waylan/Python-Markdown]: https://github.com/waylan/Python-Markdown
17+
[roadmap]: https://github.com/waylan/Python-Markdown/issues/391
18+
1019
This is a Python implementation of John Gruber's [Markdown][].
1120
It is almost completely compliant with the reference implementation,
1221
though there are a few known issues. See [Features][] for information
1322
on what exactly is supported and what is not. Additional features are
1423
supported by the [Available Extensions][].
1524

16-
[Python-Markdown]: https://pythonhosted.org/Markdown/
1725
[Markdown]: http://daringfireball.net/projects/markdown/
1826
[Features]: https://pythonhosted.org/Markdown/index.html#Features
1927
[Available Extensions]: https://pythonhosted.org/Markdown/extensions/index.html

0 commit comments

Comments
 (0)