You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2003/12/10 12:22:10 UTC

cvs commit: jakarta-gump/src/documentation/content/xdocs gettingstarted.xml

nicolaken    2003/12/10 03:22:10

  Modified:    src/documentation/content/xdocs/python usage.xml
               src/documentation/content/xdocs/traditional usage.xml
               src/documentation/content/xdocs gettingstarted.xml
  Log:
  Fixing links
  
  Revision  Changes    Path
  1.4       +4 -3      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- usage.xml	9 Dec 2003 22:26:09 -0000	1.3
  +++ usage.xml	10 Dec 2003 11:22:10 -0000	1.4
  @@ -12,7 +12,7 @@
       <section><title>Getting Started</title>
       <note>
       	Python Gump shares the first few steps with Traditional Gump, 
  -    	so start <link href="../gettingstarted.html">here</link>
  +    	so start <link href="site:gettingstarted">here</link>
       </note>
       </section>
   
  @@ -33,7 +33,7 @@
   	<section><title>Graphical User Interface</title>		
   
   	<ul>
  -		<li>install gump as per <link href="../gettingstarted.html">here</link></li>
  +		<li>install gump as per <link href="site:gettingstarted">here</link></li>
   		<li>install (or have available) Python 2.3 <fork href="http://www.activestate.com/Products/ActivePython/">e.g 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:
  @@ -63,7 +63,8 @@
   
   	<section><title>Command Line Tools:</title>
   	<ul>
  -		<li>install gump as per <link href="../gettingstarted.html">here</link></li>
  +
  +		<li>install gump as per <link href="site:gettingstarted">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:
  
  
  
  1.3       +1 -1      jakarta-gump/src/documentation/content/xdocs/traditional/usage.xml
  
  Index: usage.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/src/documentation/content/xdocs/traditional/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	10 Dec 2003 11:22:10 -0000	1.3
  @@ -11,7 +11,7 @@
   
       <section><title>Getting Started</title>
       <note>
  -    	Traditional Gump shares the first few steps with Python Gump, so start <link href="../gettingstarted.html">here</link>
  +    	Traditional Gump shares the first few steps with Python Gump, so start <link href="site:gettingstarted">here</link>
       </note>
       </section>
   
  
  
  
  1.5       +2 -3      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- gettingstarted.xml	9 Dec 2003 22:26:09 -0000	1.4
  +++ gettingstarted.xml	10 Dec 2003 11:22:10 -0000	1.5
  @@ -74,8 +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="site:om/overview">overview</link>.</p>
       </section>
   
       <section><title>Getting the source to Gump</title>
  @@ -93,7 +92,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="site:om/overview">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>