diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:38:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:38:15 -0400 |
commit | 57771002146ff30fa456af5963392aebae28efab (patch) | |
tree | d6e0f0bce3fb5b13bbb64957b2cfc28ddd226a6b /libraries | |
parent | 2fa980cb589c5321efc69f38677206d57f046c7b (diff) |
libraries/python-meld3: Wrap README at 72 columns.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/python-meld3/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libraries/python-meld3/README b/libraries/python-meld3/README index 539111ee00fe..1012dc328124 100644 --- a/libraries/python-meld3/README +++ b/libraries/python-meld3/README @@ -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. |