]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
Remove and ignore *.py files generated from templates
authorOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 03:04:24 +0000 (07:04 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 04:31:56 +0000 (08:31 +0400)
html/.gitignore
html/html.py

index c424d5ea61fe2bc708e76a7c5da874da4be6abe2..f878ca405dbdbf3085193d4db6d50abcd9bccd04 100644 (file)
@@ -1 +1,2 @@
-/search_tags.py
+/html.py
+/redirect.py
index 72610c53e0c0959f15abd9c39e0a71e8a5df4733..b085e69fd7e1dac1b82017abe7c02b8b3ff0e685 100644 (file)
@@ -34,10 +34,10 @@ VFN=valueForName
 currentTime=time.time
 __CHEETAH_version__ = '2.4.4'
 __CHEETAH_versionTuple__ = (2, 4, 4, 'development', 1)
-__CHEETAH_genTime__ = 1400553119.801587
-__CHEETAH_genTimestamp__ = 'Tue May 20 06:31:59 2014'
+__CHEETAH_genTime__ = 1400554889.690351
+__CHEETAH_genTimestamp__ = 'Tue May 20 07:01:29 2014'
 __CHEETAH_src__ = 'html.tmpl'
-__CHEETAH_srcLastModified__ = 'Tue May 20 06:31:57 2014'
+__CHEETAH_srcLastModified__ = 'Tue May 20 07:01:27 2014'
 __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
 
 if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
@@ -107,9 +107,13 @@ class html(HTTPResponse):
 </head>
 <body bgcolor="#CCCCCC" text="#000000"
       link="#0000bb"  vlink="#551a8b" alink="#ff0000">
+<h1>''')
+        _v = VFFSL(SL,"title",True) # u'$title' on line 24, col 5
+        if _v is not None: write(_filter(_v, rawExpr=u'$title')) # from line 24, col 5.
+        write(u'''</h1>
 ''')
-        _v = VFFSL(SL,"body",True) # u'$body' on line 24, col 1
-        if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 24, col 1.
+        _v = VFFSL(SL,"body",True) # u'$body' on line 25, col 1
+        if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 25, col 1.
         write(u'''
 </body>
 </html>''')