Remove AsciiDocReader from core. Fixes #1355

This commit is contained in:
Deniz Turgut 2014-06-10 18:05:29 -04:00
commit bf9316bb7e
11 changed files with 6 additions and 112 deletions

View file

@ -13,7 +13,7 @@ Pelican |release|
Pelican is a static site generator, written in Python_. Highlights include:
* Write your content directly with your editor of choice
in reStructuredText_, Markdown_, or AsciiDoc_ formats
in reStructuredText_ or Markdown_ formats
* Includes a simple CLI tool to (re)generate your site
* Easy to interface with distributed version control systems and web hooks
* Completely static output is easy to host anywhere
@ -89,7 +89,6 @@ Documentation
.. _Python: http://www.python.org/
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Markdown: http://daringfireball.net/projects/markdown/
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/index.html
.. _Jinja2: http://jinja.pocoo.org/
.. _`Pelican documentation`: http://docs.getpelican.com/latest/
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html