mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Recipe cosmetics.
Improved SUMMARY/DESCRIPTIONs. Re-ordered blocks.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
SUMMARY="Hyperfast and lightweight templating for the Python platform"
|
||||
DESCRIPTION="Mako is a Hyperfast and lightweight templating system for the \
|
||||
Python platform."
|
||||
DESCRIPTION="Mako is a template library written in Python. It provides a \
|
||||
familiar, non-XML syntax which compiles into Python modules for maximum \
|
||||
performance. Mako's syntax and API borrows from the best ideas of many \
|
||||
others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi.
|
||||
|
||||
Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, \
|
||||
which refines the familiar ideas of componentized layout and inheritance to \
|
||||
produce one of the most straightforward and flexible models available, while \
|
||||
also maintaining close ties to Python calling and scoping semantics."
|
||||
HOMEPAGE="http://www.makotemplates.org"
|
||||
COPYRIGHT="2006-2015 the Mako authors and contributors"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
SUMMARY="Hyperfast and lightweight templating for the Python platform"
|
||||
DESCRIPTION="Mako is a Hyperfast and lightweight templating system for the \
|
||||
Python platform."
|
||||
DESCRIPTION="Mako is a template library written in Python. It provides a \
|
||||
familiar, non-XML syntax which compiles into Python modules for maximum \
|
||||
performance. Mako's syntax and API borrows from the best ideas of many \
|
||||
others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi.
|
||||
|
||||
Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, \
|
||||
which refines the familiar ideas of componentized layout and inheritance to \
|
||||
produce one of the most straightforward and flexible models available, while \
|
||||
also maintaining close ties to Python calling and scoping semantics."
|
||||
HOMEPAGE="http://www.makotemplates.org"
|
||||
COPYRIGHT="2006-2015 the Mako authors and contributors"
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user