opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/Show README.txt __init__.py


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/Show README.txt __init__.py
Date: Wed, 12 Feb 2003 03:41:20 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/12 03:41:20

Modified files:
        Show           : README.txt __init__.py 

Log message:
        nitpick: while reviewing this code I found some documental references 
to AltTAL/AltPT

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/Show/README.txt.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/Show/__init__.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: opental/Show/README.txt
diff -u opental/Show/README.txt:1.4 opental/Show/README.txt:1.5
--- opental/Show/README.txt:1.4 Wed Oct 16 22:25:32 2002
+++ opental/Show/README.txt     Wed Feb 12 03:41:20 2003
@@ -6,7 +6,7 @@
   At least in its current incarnation, it doesn't intend to be a full
   programming language (with all the usual control structures); if you
   need that in your template, it's pretty easy to use SHOW combined
-  with TAL (Template Attribute Language) as implemented by Alt-TAL.
+  with TAL (Template Attribute Language) as implemented by OpenTAL.
 
   The directives are:
 
Index: opental/Show/__init__.py
diff -u opental/Show/__init__.py:1.3 opental/Show/__init__.py:1.4
--- opental/Show/__init__.py:1.3        Mon Feb  3 13:56:22 2003
+++ opental/Show/__init__.py    Wed Feb 12 03:41:20 2003
@@ -1,10 +1,10 @@
 __version__ = '''
-$Id: __init__.py,v 1.3 2003/02/03 18:56:22 lalo Exp $
+$Id: __init__.py,v 1.4 2003/02/12 08:41:20 lalo Exp $
 '''.strip()
 
 from show_handler import show_handler, show_compiler
 
 def initialize(context):
-    # plug into Zope AltPT
+    # plug into Zope OpenPT
     from Products.OpenPT.OpenPTBase import register_handlers
     register_handlers(show_handler, show_compiler)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]