diff options
author | pav <pav@FreeBSD.org> | 2006-05-07 22:00:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-07 22:00:08 +0800 |
commit | 490e19ca68b5f0710bbf62e1bd06ee6cf7b076eb (patch) | |
tree | b140353cb578ce4854c8b1d7981b8ab65147d733 /www/Makefile | |
parent | 9f430790fafbf011e0980e8df6d772f1dd205db5 (diff) | |
download | freebsd-ports-gnome-490e19ca68b5f0710bbf62e1bd06ee6cf7b076eb.tar.gz freebsd-ports-gnome-490e19ca68b5f0710bbf62e1bd06ee6cf7b076eb.tar.zst freebsd-ports-gnome-490e19ca68b5f0710bbf62e1bd06ee6cf7b076eb.zip |
A simple, lightweight system for manipulating HTML (and XML, informally) using
a Pythonic object model.
Features:
- Allows program logic and HTML to be completely separated - a graphical
designer can design the HTML in a visual HTML editor, without needing to
deal with any non-standard syntax or non-standard attribute names.
- Designed with common HTML-application programming tasks in mind.
- No special requirements for the HTML/XML (or just one: attribute values must
be quoted) - so you can use any editor, and your HTML/XML doesn't need to be
strictly valid.
- Works by string substitution, rather than by decomposing and rebuilding the
markup, hence has no impact on the parts of the page you don't manipulate.
- Does nothing but manipulating HTML/XML, hence fits in with any other Web
toolkits you're using.
- Tracebacks always point to the right place - many Python/HTML mixing systems
use exec or eval, making bugs hard to track down.
WWW: http://www.entrian.com/PyMeld/index.html
PR: ports/96698
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3b0d43161089..d3ef415c9105 100644 --- a/www/Makefile +++ b/www/Makefile @@ -804,6 +804,7 @@ SUBDIR += py-imdbpy SUBDIR += py-jonpy SUBDIR += py-mechanize + SUBDIR += py-meld SUBDIR += py-mt SUBDIR += py-nevow SUBDIR += py-prewikka |