head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.01.13.07.04.35;	author rm;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.19.12.36.34;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.07.14.00.08;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- update to 2.1.4
- add LICENSE (MIT)
- strict python versions (won't work with python3)
@
text
@SHA256 (PyMeld.py) = 5b740903eda9b80d05a173d5df83d19eafd7a6d141124e3ec80d42a3e8c53c17
SIZE (PyMeld.py) = 44533
@


1.2
log
@- Get Rid MD5 support
@
text
@d1 2
a2 2
SHA256 (PyMeld.py) = 30e1c0adbe7f2f3e54aed05ca30cd61ddf8c5a57fa300331277a88e00617a5da
SIZE (PyMeld.py) = 44917
@


1.1
log
@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>
@
text
@a0 1
MD5 (PyMeld.py) = 2b12b14b4e7500dd9efae6da1c5ae6cf
@

