]> git.sesse.net Git - xml-template/commitdiff
Document that we've got a Python version.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 16:05:24 +0000 (18:05 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 16:05:24 +0000 (18:05 +0200)
doc/intro.txt

index e9807e56f1526629215771b4499acef6c2287d2b..8f7afa32177673fefe19ad89e4f3458164feb1d9 100644 (file)
@@ -17,8 +17,8 @@ to check out the code and this documentation.
 
 There is a lot to be said about design philosophy, but let's first give a
 simple example to give you the feel of how it works. (The example is in
-Perl, but there's also a functionally equivalent PHP version, and more
-languages should probably come soon.)
+Perl, but there are also functionally equivalent PHP and Python versions,
+and more languages should probably come soon.)
 
 Template (simple.xml):
 
@@ -249,8 +249,8 @@ The main thoughts behind XML::Template have been, in no particular order:
    the entire DOM with wrappers for each language. (Thankfully, by relying on
    the DOM support in each language, the code so far is under 200 lines per
    implementation, so maintaining this hopefully shouldn't be much work.)
-   As proof-of-concept, I've got Perl and PHP implementations that work and
-   feel largely the same -- Python, Ruby and other implementations are welcome.
+   As proof-of-concept, I've got Perl, PHP and Python implementations that work
+   and feel largely the same -- Ruby and other implementations are welcome.
 
 As a side note to the second point, I've spent some time wondering exactly
 _why_ you want to separate the back-end logic from your HTML, and why people