mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/python-meld3: Wrap README at 72 columns.
This commit is contained in:
parent
2fa980cb58
commit
5777100214
1 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,12 @@
|
|||
meld3 is an HTML/XML templating system for Python which keeps template markup
|
||||
and dynamic rendering logic separate from one another. See
|
||||
http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.
|
||||
meld3 is an HTML/XML templating system for Python which keeps template
|
||||
markup and dynamic rendering logic separate from one another. See
|
||||
http://www.entrian.com/PyMeld for a treatise on the benefits of this
|
||||
pattern.
|
||||
|
||||
meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML
|
||||
or XML/XHTML.
|
||||
meld3 can deal with HTML or XML/XHTML input and can output well-formed
|
||||
HTML or XML/XHTML.
|
||||
|
||||
meld3 is a variation of Paul Winkler’s Meld2, which is itself a variation
|
||||
of Richie Hindle’s PyMeld.
|
||||
meld3 is a variation of Paul Winkler’s Meld2, which is itself a
|
||||
variation of Richie Hindle’s PyMeld.
|
||||
|
||||
meld3 uses Frederik Lundh’s ElementTree library.
|
||||
|
|
Loading…
Reference in a new issue