SHPAML 0.1 released
[Posted December 11, 2009 by cook]
| From: |
| Steve Howell <showell30-AT-yahoo.com> |
| To: |
| python-announce-list-AT-python.org |
| Subject: |
| SHPAML v0.1 -- HAML-like language for Python |
| Date: |
| Fri, 11 Dec 2009 05:10:44 -0800 (PST) |
| Message-ID: |
| <92262.89137.qm@web33502.mail.mud.yahoo.com> |
| Archive-link: |
| Article, Thread
|
SHPAML is a HAML-like language for Python. If you are not familiar with HAML, it is a markup
language implemented in Ruby that allows you to create web pages with an indentation-based syntax.
SHPAML is not an exact port of HAML, but it shares the same big goal of slimming your markup, and it
is written in Python! It is a simple, lightweight preprocessor and intended to be used in many
authoring schemes, whether you are producing HTML directly or integrating with a templating
system.
More details can be found here:
http://shpaml.webfactional.com/
It is an early version, but it has been well tested in practice already and is feature-complete for
its fairly minimal goals as of now. The site has a link to a mailing list (Google Groups) for
further discussion, if this interests you!
Thanks,
Steve Howell
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
(
Log in to post comments)