commit-gnue
[Top][All Lists]
Advanced

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

r5416 - in trunk/www: other other/epydoc other/twiki web web/developers


From: jcater
Subject: r5416 - in trunk/www: other other/epydoc other/twiki web web/developers web/shared web/twiki
Date: Sat, 20 Mar 2004 11:51:03 -0600 (CST)

Author: jcater
Date: 2004-03-20 11:51:01 -0600 (Sat, 20 Mar 2004)
New Revision: 5416

Added:
   trunk/www/other/epydoc/
   trunk/www/other/epydoc/footer.php
   trunk/www/other/epydoc/header.php
   trunk/www/web/developers/gnue-epydoc.css
   trunk/www/web/twiki/
   trunk/www/web/twiki/section.css
Removed:
   trunk/www/web/shared/gnue-epydoc.css
Modified:
   trunk/www/other/twiki/twiki.tmpl
   trunk/www/web/shared/_header.php
Log:
Added epydoc templates

Added: trunk/www/other/epydoc/footer.php
===================================================================
--- trunk/www/other/epydoc/footer.php   2004-03-20 13:17:21 UTC (rev 5415)
+++ trunk/www/other/epydoc/footer.php   2004-03-20 17:51:01 UTC (rev 5416)
@@ -0,0 +1,3 @@
+  </div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>

Added: trunk/www/other/epydoc/header.php
===================================================================
--- trunk/www/other/epydoc/header.php   2004-03-20 13:17:21 UTC (rev 5415)
+++ trunk/www/other/epydoc/header.php   2004-03-20 17:51:01 UTC (rev 5416)
@@ -0,0 +1,7 @@
+<?php $BASEDIR="../../../../..";
+      $MODULE="developers";
+      $TITLE="'"gnue.$tool ${curstuff}"' API";
+      $EXTRASTYLES='@import "$BASEDIR/developers/gnue-epydoc.css";'
+      include ("$BASEDIR/shared/_header.php"); ?>
+
+  <div id="body" class="epydoc">'

Modified: trunk/www/other/twiki/twiki.tmpl
===================================================================
--- trunk/www/other/twiki/twiki.tmpl    2004-03-20 13:17:21 UTC (rev 5415)
+++ trunk/www/other/twiki/twiki.tmpl    2004-03-20 17:51:01 UTC (rev 5416)
@@ -1,8 +1,7 @@
 %TMPL:DEF{"sep"}% | %TMPL:END%
-%TMPL:DEF{"htmldoctype"}%
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> %TMPL:END%
+%TMPL:DEF{"htmldoctype"}%%TMPL:END%
 %TMPL:DEF{"standardheader"}%
+<div id="body">
 <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr>
   <td bgcolor="%WEBBGCOLOR%" rowspan="2" valign="top" width="1%">
@@ -24,6 +23,7 @@
  </tr>
 </table> %TMPL:END%
 %TMPL:DEF{"simpleheader"}%
+<div id="body">
 <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr>
   <td bgcolor="%WEBBGCOLOR%" rowspan="2" valign="top" width="1%">
@@ -47,16 +47,24 @@
    }
   </td>
  </tr>
-</table> %TMPL:END%
+</table>
+</div> <!-- #body -->
+%TMPL:END%
 %TMPL:DEF{"oops"}%
 %TMPL:P{"htmldoctype"}%
+<?php $BASEDIR="/";
+      $MODULE="twiki";
+      $EXTRAHEADERS='<base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" 
/>'
+      $TITLE='%WIKITOOLNAME% . %WEB% . %TOPIC% %TMPL:P{"titleaction"}%';
+      include "$GEXEDIR$BASEDIR/shared/_header.php"; ?>
+
 <head>
- <title> %WIKITOOLNAME% . %WEB% . %TOPIC% %TMPL:P{"titleaction"}%</title>
+ <title></title>
  <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
  <meta name="robots" content="noindex" /> %HTTP_EQUIV_ON_VIEW%
  <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" />
 </head>
-<body bgcolor="#ffffff">
+<body>
 #PageTop
 %TMPL:P{"simpleheader"}%
 ---+ %TMPL:P{"heading"}%

Copied: trunk/www/web/developers/gnue-epydoc.css (from rev 5415, 
trunk/www/web/shared/gnue-epydoc.css)

Modified: trunk/www/web/shared/_header.php
===================================================================
--- trunk/www/web/shared/_header.php    2004-03-20 13:17:21 UTC (rev 5415)
+++ trunk/www/web/shared/_header.php    2004-03-20 17:51:01 UTC (rev 5416)
@@ -8,7 +8,7 @@
         <meta name="KEYWORDS" content="Free Software, FreeSoftware, 
Freesoftware, free software, GNU, gnu, GPL, gpl, Unix, UNIX, *nix, unix, MySQL, 
mysql, SQL, sql, Database, DataBase, database, gnue, enterprise software, 
corba, supply chain, accounting, erp, crm,E-Commerce, GNU 
Enterprise,Application Service Providers, Business 2 Business, Customer 
Relationship Managment, Enterprise Application Integration, eai, E-Commerce, 
Middleware, postgresql, AP, AR, GL, xml, CORBA, forms, reports, reporting, 
application server, integration, data entry"/>
 <meta name="DESCRIPTION" content="Free software for your business"/>
         <meta name="robots" content="all" />
-
+        <?php print "$EXTRAHEADERS"?>
         <title><?php if ($TITLE != "") print "$TITLE - "; ; ?>GNU 
Enterprise</title>
 
         <!-- to correct the unsightly Flash of Unstyled Content. 
http://www.bluerobot.com/web/css/fouc.asp -->
@@ -17,8 +17,10 @@
         <style type="text/css" media="all">
                 @import "<?php print "$BASEDIR/shared/base.css"; ?>";
                 @import "<?php print "$BASEDIR/$MODULE/section.css"; ?>";
+                <?php print "$EXTRASTYLES" ?>
         </style>
 
+
 </head>
 
 <!-- header table -->

Deleted: trunk/www/web/shared/gnue-epydoc.css
===================================================================
--- trunk/www/web/shared/gnue-epydoc.css        2004-03-20 13:17:21 UTC (rev 
5415)
+++ trunk/www/web/shared/gnue-epydoc.css        2004-03-20 17:51:01 UTC (rev 
5416)
@@ -1,105 +0,0 @@
-
-/* Tables */ 
-div.epydoc table.summary, table.details, table.index
-                   { background: #e8f0f8; color: #000000; } 
-div.epydoc tr.summary, tr.details, tr.index
-                   { background: #70b0f0; color: #000000;  
-                     text-align: left; font-size: 120%; } 
-div.epydoc tr.group           { background: #c0e0f8; color: #000000;
-                     text-align: left; font-size: 120%;
-                     font-style: italic; } 
-
-/* Documentation page titles */
-div.epydoc h2.module          { margin-top: 0.2em; }
-div.epydoc h2.class           { margin-top: 0.2em; }
- 
-/* Headings */
-div.epydoc h1.heading         { font-size: +140%; font-style: italic;
-                     font-weight: bold; }
-div.epydoc h2.heading         { font-size: +125%; font-style: italic;
-                     font-weight: bold; }
-div.epydoc h3.heading         { font-size: +110%; font-style: italic;
-                     font-weight: normal; }
-
-/* div.epydoc a code {
-  font-family: arial, helvetica, sans-serif; 
-}
-*/
-
-div.epydoc a {
-  text-decoration: none;
-}
-                    
-/* Base tree */
-div.epydoc pre.base-tree      { font-size: 80%; margin: 0; }
-
-/* Details Sections */
-div.epydoc table.func-details { background: #e8f0f8; color: #000000;
-                     border: 2px groove #c0d0d0;
-                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
-div.epydoc h3.func-detail     { background: transparent; color: #000000;
-                     margin: 0 0 1em 0; }
-
-div.epydoc table.var-details  { background: #e8f0f8; color: #000000;
-                     border: 2px groove #c0d0d0;
-                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
-div.epydoc h3.var-details     { background: transparent; color: #000000;
-                     margin: 0 0 1em 0; }
-
-/* Function signatures */
-div.epydoc .sig               { background: transparent; color: #000000;
-                     font-weight: bold; }  
-div.epydoc .sig-name          { background: transparent; color: #006080; }  
-div.epydoc .sig-arg, .sig-kwarg, .sig-vararg
-                   { background: transparent; color: #008060; }  
-div.epydoc .sig-default       { background: transparent; color: #602000; }  
-div.epydoc .summary-sig       { background: transparent; color: #000000; }  
-div.epydoc .summary-sig-name  { background: transparent; color: #204080; }
-div.epydoc .summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
-                   { background: transparent; color: #008060; }  
-
-/* Doctest blocks */
-div.epydoc .py-src            { background: transparent; color: #000000; }
-div.epydoc .py-prompt         { background: transparent; color: #005050;
-                     font-weight: bold;}
-div.epydoc .py-string         { background: transparent; color: #006030; }
-div.epydoc .py-comment        { background: transparent; color: #003060; }
-div.epydoc .py-keyword        { background: transparent; color: #600000; }
-div.epydoc .py-output         { background: transparent; color: #404040; }
-div.epydoc pre.doctestblock   { background: #f4faff; color: #000000; 
-                     padding: .5em; margin: 1em;
-                     border: 1px solid #708890; }
-div.epydoc table pre.doctestblock
-                   { background: #dce4ec; color: #000000; 
-                     padding: .5em; margin: 1em;
-                     border: 1px solid #708890; }
-
-/* Variable values */
-div.epydoc pre.variable       { background: #dce4ec; color: #000000;
-                     padding: .5em; margin: 0;
-                     border: 1px solid #708890; }
-div.epydoc .variable-linewrap { background: transparent; color: #604000; }
-div.epydoc .variable-ellipsis { background: transparent; color: #604000; }
-div.epydoc .variable-quote    { background: transparent; color: #604000; }
-div.epydoc .re                { background: transparent; color: #000000; }
-div.epydoc .re-char           { background: transparent; color: #006030; }
-div.epydoc .re-op             { background: transparent; color: #600000; }
-div.epydoc .re-group          { background: transparent; color: #003060; }
-div.epydoc .re-ref            { background: transparent; color: #404040; }
-
-/* Navigation bar */ 
-div.epydoc table.navbar       { background: #a0c0ff; color: #0000ff;
-                     border: 2px groove #c0d0d0; }
-div.epydoc th.navbar          { background: #a0c0ff; color: #0000ff; } 
-div.epydoc th.navselect       { background: #70b0ff; color: #000000; } 
-div.epydoc .nomargin          { margin: 0; }
-
-/* Links */ 
-div.epydoc a:link             { background: transparent; color: #0000ff; }  
-div.epydoc a:visited          { background: transparent; color: #204080; }  
-div.epydoc a.navbar:link      { background: transparent; color: #0000ff; 
-                     text-decoration: none; }  
-div.epydoc a.navbar:visited   { background: transparent; color: #204080; 
-                     text-decoration: none; }  
-
-div.epydoc ul { padding-left: 20px; }  

Added: trunk/www/web/twiki/section.css
===================================================================
--- trunk/www/web/twiki/section.css     2004-03-20 13:17:21 UTC (rev 5415)
+++ trunk/www/web/twiki/section.css     2004-03-20 17:51:01 UTC (rev 5416)
@@ -0,0 +1,3 @@
+#container {
+  background: url(../images/b_wiki.png) no-repeat top left;
+}





reply via email to

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