[padb-devel] [padb] r222 committed - Make the links absolute and upload the css file to all places it's nee...

codesite-noreply at google.com codesite-noreply at google.com
Wed Sep 9 12:38:22 BST 2009


Revision: 222
Author: apittman
Date: Wed Sep  9 04:37:49 2009
Log: Make the links absolute and upload the css file to all places it's  
needed.

http://code.google.com/p/padb/source/detail?r=222

Modified:
  /trunk/doc/header.html
  /trunk/doc/upload_website

=======================================
--- /trunk/doc/header.html	Wed Sep  9 03:55:53 2009
+++ /trunk/doc/header.html	Wed Sep  9 04:37:49 2009
@@ -13,20 +13,20 @@
   <ul>
    <font size=+1>
    <li><a href="/" title="Main page">Home</a>
-  <li><a href="usage" title="Command line options">Usage</a>
-  <li><a href="modes" title="Modes of operation">Modes of operation</a>
+  <li><a href="/usage" title="Command line options">Usage</a>
+  <li><a href="/modes" title="Modes of operation">Modes of operation</a>
    <font size=-1
-     <br><a href="modes#proc-summary" title="Process summary">Process  
state</a>
-     <br><a href="modes#proc-info" title="Process info">Process state  
(verbose)</a>
-     <br><a href="modes#stack-trace" title="Stack trace">Stack trace</a>
-     <br><a href="modes#mpi-queue" title="Message queues">Message  
queues</a>
-     <br><a href="modes#deadlock" title="Collective state">Collective  
state</a>
-     <br><a href="modes#kill" title="Signal delivery">Signal delivery
-     <br><a href="modes#mpi-watch" title="Job monitoring">Job monitoring
+     <br><a href="/modes#proc-summary" title="Process summary">Process  
state</a>
+     <br><a href="/modes#proc-info" title="Process info">Process state  
(verbose)</a>
+     <br><a href="/modes#stack-trace" title="Stack trace">Stack trace</a>
+     <br><a href="/modes#mpi-queue" title="Message queues">Message  
queues</a>
+     <br><a href="/modes#deadlock" title="Collective state">Collective  
state</a>
+     <br><a href="/modes#kill" title="Signal delivery">Signal delivery
+     <br><a href="/modes#mpi-watch" title="Job monitoring">Job monitoring
    </font>
-  <li><a href="download" title="Download page">Download</a>
-  <li><a href="extensions" title="Proposed MPI extensions">Patches</a>
-  <li><a href="email" title="Contact information">Mailing lists</a>
+  <li><a href="/download" title="Download page">Download</a>
+  <li><a href="/extensions" title="Proposed MPI extensions">Patches</a>
+  <li><a href="/email" title="Contact information">Mailing lists</a>
    </font>
   </ul>
  </div>
=======================================
--- /trunk/doc/upload_website	Wed Sep  9 04:10:36 2009
+++ /trunk/doc/upload_website	Wed Sep  9 04:37:49 2009
@@ -24,6 +24,7 @@
    cat footer.html >> $TFILE
    ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE.html $TFILE
    ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE/index.html $TFILE
+  ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE/layout.css layout.css
    rm $TFILE
  done





More information about the padb-devel mailing list