commit-gnue
[Top][All Lists]
Advanced

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

r5417 - in trunk/www: . misc misc/epydoc utils/webhelpers


From: jcater
Subject: r5417 - in trunk/www: . misc misc/epydoc utils/webhelpers
Date: Sat, 20 Mar 2004 11:54:56 -0600 (CST)

Author: jcater
Date: 2004-03-20 11:54:53 -0600 (Sat, 20 Mar 2004)
New Revision: 5417

Added:
   trunk/www/misc/
   trunk/www/misc/epydoc/
   trunk/www/misc/twiki/
Removed:
   trunk/www/misc/twiki/
   trunk/www/other/
Modified:
   trunk/www/README
   trunk/www/misc/epydoc/header.php
   trunk/www/utils/webhelpers/htdig.py
   trunk/www/utils/webhelpers/twiki.py
Log:
removed redudent $TITLE

Modified: trunk/www/README
===================================================================
--- trunk/www/README    2004-03-20 17:51:01 UTC (rev 5416)
+++ trunk/www/README    2004-03-20 17:54:53 UTC (rev 5417)
@@ -23,9 +23,10 @@
   releases/     This directory contains any release-specific files, such as
                 released READMEs, etc.
 
-  other/        This contains templates for htdig and twiki. These files are 
pre-
-                processed with php (via the command line) to create static 
files
-                before being placed in (htdig|twiki)'s path.
+  misc/         This contains templates for htdig, twiki, epydoc, etc. Some of
+                these files  are pre-processed with php (via the command line)
+                to create static files before being placed in (htdig|twiki)'s
+                path.
 
 ==========
 NEWS ITEMS

Copied: trunk/www/misc (from rev 5415, trunk/www/other)

Copied: trunk/www/misc/epydoc (from rev 5416, trunk/www/other/epydoc)

Modified: trunk/www/misc/epydoc/header.php
===================================================================
--- trunk/www/other/epydoc/header.php   2004-03-20 17:51:01 UTC (rev 5416)
+++ trunk/www/misc/epydoc/header.php    2004-03-20 17:54:53 UTC (rev 5417)
@@ -1,6 +1,5 @@
 <?php $BASEDIR="../../../../..";
       $MODULE="developers";
-      $TITLE="'"gnue.$tool ${curstuff}"' API";
       $EXTRASTYLES='@import "$BASEDIR/developers/gnue-epydoc.css";'
       include ("$BASEDIR/shared/_header.php"); ?>
 

Copied: trunk/www/misc/twiki (from rev 5416, trunk/www/other/twiki)

Modified: trunk/www/utils/webhelpers/htdig.py
===================================================================
--- trunk/www/utils/webhelpers/htdig.py 2004-03-20 17:51:01 UTC (rev 5416)
+++ trunk/www/utils/webhelpers/htdig.py 2004-03-20 17:54:53 UTC (rev 5417)
@@ -7,7 +7,7 @@
 def run(HTDIG_BASE):
 
   os.system('mkdir -p %s' % HTDIG_BASE)
-  for file in glob.glob('%s/www/other/htdig/*.html' % SVN_BASE):
+  for file in glob.glob('%s/www/misc/htdig/*.html' % SVN_BASE):
     f = file.split('/')[-1]
     os.system("""(echo '<?php $GEXEDIR="%s/www/web/shared/"; $BASEDIR=".."; 
?>'; cat %s ) |
                   php4 -d include_path=%s/www/web/shared/ > %s"""% (

Modified: trunk/www/utils/webhelpers/twiki.py
===================================================================
--- trunk/www/utils/webhelpers/twiki.py 2004-03-20 17:51:01 UTC (rev 5416)
+++ trunk/www/utils/webhelpers/twiki.py 2004-03-20 17:54:53 UTC (rev 5417)
@@ -7,7 +7,7 @@
 def run(TWIKI_BASE):
 
   os.system('mkdir -p %s' % TWIKI_BASE)
-  for file in glob.glob('%s/www/other/twiki/*.tmpl' % SVN_BASE):
+  for file in glob.glob('%s/www/misc/twiki/*.tmpl' % SVN_BASE):
     f = file.split('/')[-1]
     os.system("""(echo '<?php $GEXEDIR="%s/www/web/shared/"; $BASEDIR=".."; 
?>'; cat %s ) |
                   php4 -d include_path=%s/www/web/shared/ > %s"""% (





reply via email to

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