commit-gnue
[Top][All Lists]
Advanced

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

r5488 - in trunk/www: misc/twiki utils/webhelpers web/twiki


From: jcater
Subject: r5488 - in trunk/www: misc/twiki utils/webhelpers web/twiki
Date: Tue, 23 Mar 2004 16:05:48 -0600 (CST)

Author: jcater
Date: 2004-03-23 16:05:47 -0600 (Tue, 23 Mar 2004)
New Revision: 5488

Added:
   trunk/www/misc/twiki/_extra_menu.php
Removed:
   trunk/www/web/twiki/_extra_menu.php
Modified:
   trunk/www/utils/webhelpers/twiki.py
Log:
fixed left menu for twiki

Copied: trunk/www/misc/twiki/_extra_menu.php (from rev 5487, 
trunk/www/web/twiki/_extra_menu.php)

Modified: trunk/www/utils/webhelpers/twiki.py
===================================================================
--- trunk/www/utils/webhelpers/twiki.py 2004-03-23 21:23:23 UTC (rev 5487)
+++ trunk/www/utils/webhelpers/twiki.py 2004-03-23 22:05:47 UTC (rev 5488)
@@ -14,7 +14,7 @@
     #       (or all space) lines. twiki interprets thoses
     #       as paragraphs (<p>'s) :(
 
-    os.system("""(echo '<?php $GEXEDIR="%s/www/web/"; $BASEDIR=""; ?>'; cat %s 
) |
-                  php4 -d include_path=%s/www/web/shared/ | grep -v '^[ 
\\t]*$' > %s"""% (
-              SVN_BASE, file, SVN_BASE, os.path.join(TWIKI_BASE,f)))
+    os.system("""cd %s/www/misc/twiki; (echo '<?php $GEXEDIR="%s/www/web/"; 
$BASEDIR=""; ?>'; cat %s ) |
+                  php4 -d include_path=.:%s/www/web/shared/ | grep -v '^[ 
\\t]*$' > %s"""% (
+              SVN_BASE, SVN_BASE, file, SVN_BASE, os.path.join(TWIKI_BASE,f)))
 

Deleted: trunk/www/web/twiki/_extra_menu.php
===================================================================
--- trunk/www/web/twiki/_extra_menu.php 2004-03-23 21:23:23 UTC (rev 5487)
+++ trunk/www/web/twiki/_extra_menu.php 2004-03-23 22:05:47 UTC (rev 5488)
@@ -1,8 +0,0 @@
-    <h3><a href="/twiki/" >Community Wiki</a></h3>
-      <ul>
-        <li><a href="/twiki/" >Wiki Home</a></li>
-        <li><a 
href="/cgi-bin/twiki/view/TWiki/TWikiRegistration">Registration</a></li>
-        <li><a href="/cgi-bin/twiki/view/TWiki/GoodStyle">Good Style 
Notes</a></li>
-        <li><a href="/cgi-bin/twiki/view/TWiki/TextFormattingRules">Text 
Formatting Rules</a></li>
-        <li><a href="/cgi-bin/twiki/view/TWiki/TextFormattingFAQ">Text 
Formatting FAQ</a></li>
-      </ul>





reply via email to

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