head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	old_RELEASE_7_2_0:1.1
	old_RELEASE_7_1_0:1.1
	old_RELEASE_6_4_0:1.1
	old_RELEASE_5_EOL:1.1
	old_RELEASE_7_0_0:1.1
	old_RELEASE_6_3_0:1.1
	old_PRE_XORG_7:1.1
	old_RELEASE_4_EOL:1.1
	old_RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.09.13.17.17.09;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.05.22.51.54;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.05.22.45.19;	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.4
log
@- Update to 0.6.7
- Change MASTER_SITES to CHEESESHOP
- Update COMMENTS: remove out-dated version tag
- Change USE_PYTHON to 2.5-2.7: drop devel/py-elementtree dependency
- Remove trailing space in pkg-descr

Changes:	https://raw.github.com/Supervisor/meld3/afe92611ee5959d1105a37c4403c99520e24c4ae/CHANGES.txt
PR:		ports/160304
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	maintainer (timeout, 15 days)
@
text
@meld3 is an HTML/XML templating system for Python 2.3+ which keeps template
markup and dynamic rendering logic separate from one another.

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.

WWW: http://www.plope.com/software/meld3/
@


1.3
log
@- Update to 0.6.5
- Connect to the build

PR:		135563
Submitted by:	"Kirill P. Spitsin" <tn@@0x746e.org.ua>
@
text
@d2 1
a2 1
markup and dynamic rendering logic separate from one another. 
d4 1
a4 1
meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML or 
d7 1
a7 1
meld3 is a variation of Paul Winkler's Meld2, which is itself a variation of 
@


1.2
log
@- Force commit
	repocopy from www/py-meld to www/py-meld3

Repocopy by:	marcus
@
text
@d1 2
a2 2
A simple, lightweight system for manipulating HTML (and XML, informally) using
a Pythonic object model.
d4 2
a5 14
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.
d7 4
a10 1
WWW: http://www.entrian.com/PyMeld/index.html
@


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
@@

