Size: 1147
Comment: cheeseshop.python.org -> pypi.python.org
|
Size: 1153
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
[http://pypi.python.org/pypi/textile PyTextile] is a ''very'' easy to use text-to-HTML converter. | [[http://pypi.python.org/pypi/textile|PyTextile]] is a ''very'' easy to use text-to-HTML converter. |
Line 5: | Line 5: |
You can see [http://www.textism.com/tools/textile/ a demonstration of Textile,] | You can see [[http://www.textism.com/tools/textile/|a demonstration of Textile,]] |
Line 35: | Line 35: |
First, [http://dealmeida.net/code/textile-1.13.tgz download PyTextile 1.3.] | First, [[http://dealmeida.net/code/textile-1.13.tgz|download PyTextile 1.3.]] |
PyTextile
PyTextile is a very easy to use text-to-HTML converter.
You can see a demonstration of Textile, which can convert this:
_This_ is a *test.* * One * Two * Three Link to "Slashdot":http://slashdot.org/
to this:
<p><em>This</em> is a <strong>test.</strong></p> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <p>Link to <a href="http://slashdot.org/">Slashdot</a></p>
Using PyTextile
First, download PyTextile 1.3.
Untar it, and enter the textile directory. Start a python interpreter.
Type:
You'll see beautiful HTML on the other side, ready for inclusion in a web page.
See Also:
ReStructuredText is another text-to-HTML converter.
Discussion
(none yet!)