rst2textile

Software Screenshot:
rst2textile
Software Details:
Version: 0.1.1
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

rst2textile is docutils textile writer convert reStructuredText(rst) to Textile format, written in Python.

Install

 pip install rst2textile

or:

 pysetup install docutils
 pysetup install rst2textile


If you wanto to use unrelease version, you can install from repository:

 pysetup install https://bitbucket.org/shimizukawa/rst2textile/get/tip.zip

Run

 rst2textile.py input.rst output.txt

or:

 python -m rst2textile input.rst output.txt

Test

python setup.py test

or:

 python test.py

currently, 'pysetup run test' not working.

Features:

  • Docutils writer for textile.
  • supported syntaxes are:
  • headings: h1/h2..
  • docinfo: field-list (like :Date: today) at top of rst file.
  • paragraph
  • emphasis: *em*
  • strong: **strong**
  • list-item: * egg
  • enum-item: #. ham
  • blockquote
  • link: `foo `_
  • image: .. image:: http://example.com/image.png
  • literal: ``some code`` and ::
  • Sphinx textile builder (experimental).
  • write conf.py extensions = ['docutils_textile']
  • build by sphinx-build -b textile source _build/textile

What is new in this release:

  • Add supported python versions: 2.4, 2.5, 2.6, 3.1, 3.2, 3.3

Requirements:

  • Python
  • Docutils

Limitations:

  • Not supported: some textile syntax at http://redcloth.org/textile
  • pysetup: Not support auto install dependency libraries(docutils).

Other Software of Developer Takayuki SHIMIZUKAWA

Comments to rst2textile

Comments not found
Add Comment
Turn on images!