ajack 2003/12/09 14:26:09
Modified: src/documentation skinconf.xml
src/documentation/content/xdocs gettingstarted.xml
python/gump/utils __init__.py
src/documentation/content/xdocs/python usage.xml
Added: src/documentation/resources/images project-logo.gif
Log:
Trying to make forrest docs work again.
Revision Changes Path
1.3 +3 -3 jakarta-gump/src/documentation/skinconf.xml
Index: skinconf.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/src/documentation/skinconf.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- skinconf.xml 2 Dec 2003 12:31:23 -0000 1.2
+++ skinconf.xml 9 Dec 2003 22:26:09 -0000 1.3
@@ -68,13 +68,13 @@
<!-- mandatory project logo
skin: forrest-site renders it at the top -->
<project-name>Jakarta Gump</project-name>
- <project-url>http://jakarta.apache.org/gump/</project-url>
- <project-logo>images/gump-logo.png</project-logo>
+ <project-url>http://jakarta.apache.org/gump</project-url>
+ <project-logo>images/project-logo.gif</project-logo>
<!-- optional group logo
skin: forrest-site renders it at the top-left corner -->
<group-name>Jakarta</group-name>
- <group-url>http://jakarta.apache.org/</group-url>
+ <group-url>http://jakarta.apache.org</group-url>
<group-logo>images/apache-jakarta.png</group-logo>
<!-- optional host logo (e.g. sourceforge logo)
1.4 +2 -2 jakarta-gump/src/documentation/content/xdocs/gettingstarted.xml
Index: gettingstarted.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/src/documentation/content/xdocs/gettingstarted.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gettingstarted.xml 8 Dec 2003 16:34:14 -0000 1.3
+++ gettingstarted.xml 9 Dec 2003 22:26:09 -0000 1.4
@@ -74,7 +74,7 @@
<p>It is highly recommended at this point that you review the
description of the data definitions used by Gump, starting with
- the <link href="/metadata/index.html">overview</link>.</p>
+ the <link href="metadata/index.html">overview</link>.</p>
</section>
@@ -93,7 +93,7 @@
one that is closest to your needs and make a copy of it. The suggested
name for the file you create is your host name.</p>
- <p>Again, reference the <link href="../metadata/index.html">overview</link>
to see
+ <p>Again, reference the <link href="metadata/index.html">overview</link> to
see
how you can add projects, define your own profiles, and the modify
which version of referenced projects you want to build.</p>
1.10 +3 -3 jakarta-gump/python/gump/utils/__init__.py
Index: __init__.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/utils/__init__.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- __init__.py 3 Dec 2003 23:02:40 -0000 1.9
+++ __init__.py 9 Dec 2003 22:26:09 -0000 1.10
@@ -221,17 +221,17 @@
if hours:
if elapsedString: elapsedString += ' '
elapsedString += str(hours)+' hour'
- if hours: elapsedString += 's'
+ if hours > 1: elapsedString += 's'
if mins:
if elapsedString: elapsedString += ' '
elapsedString += str(mins)+' min'
- if mins: elapsedString += 's'
+ if mins > 1: elapsedString += 's'
if secs:
if elapsedString: elapsedString += ' '
elapsedString += str(secs)+' sec'
- if secs: elapsedString += 's'
+ if secs > 1: elapsedString += 's'
return elapsedString
1.3 +0 -0 jakarta-gump/src/documentation/resources/images/project-logo.gif
<<Binary file>>
1.3 +1 -1 jakarta-gump/src/documentation/content/xdocs/python/usage.xml
Index: usage.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/src/documentation/content/xdocs/python/usage.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- usage.xml 26 Nov 2003 19:06:44 -0000 1.2
+++ usage.xml 9 Dec 2003 22:26:09 -0000 1.3
@@ -63,7 +63,7 @@
<section><title>Command Line Tools:</title>
<ul>
- <li>install gump as per <link
href="../gettignstarted.html">here</link></li>
+ <li>install gump as per <link
href="../gettingstarted.html">here</link></li>
<li>install (or have available) Python 2.3 <fork
href="http://www.activestate.com/Products/ActivePython/">e.f ActiveState
Python</fork></li>
<li>install (or have available) <fork
href="http://www.wxpython.org/">wxwindows</fork></li>
<li>open a shell and do or something equivalent:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]