[Moin-devel] CVS: MoinMoin PageEditor.py,1.10,1.11

J?rgen Hermann jhermann at users.sourceforge.net
Thu May 9 04:34:02 EDT 2002


Update of /cvsroot/moin/MoinMoin
In directory usw-pr-cvs1:/tmp/cvs-serv14190/MoinMoin

Modified Files:
	PageEditor.py 
Log Message:
"@PAGE@"


Index: PageEditor.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/PageEditor.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** PageEditor.py	7 May 2002 17:05:22 -0000	1.10
--- PageEditor.py	9 May 2002 11:33:07 -0000	1.11
***************
*** 326,329 ****
--- 326,330 ----
          now = time.strftime("%Y-%m-%dT%H:%M:%S", time.localtime(time.time()))
          system_vars = {
+             'PAGE': lambda s=self: s.page_name,
              'TIME': lambda t=now: "[[DateTime(%s)]]" % t,
              'DATE': lambda t=now: "[[Date(%s)]]" % t,





More information about the Moin-devel mailing list