You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by jo...@apache.org on 2003/11/28 07:40:04 UTC

cvs commit: ws-site/targets/jaxme related.html index.html features.html news.html mailinglists.pdf release.html license.html downloads.html mailinglists.html release.pdf

jochen      2003/11/27 22:40:04

  Modified:    targets/jaxme related.html index.html features.html
                        news.html mailinglists.pdf release.html
                        license.html downloads.html mailinglists.html
                        release.pdf
  Log:
  Fixed links to download page.
  
  Revision  Changes    Path
  1.8       +1 -1      ws-site/targets/jaxme/related.html
  
  Index: related.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/related.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- related.html	20 Nov 2003 06:52:56 -0000	1.7
  +++ related.html	28 Nov 2003 06:40:03 -0000	1.8
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  
  
  
  1.9       +1 -1      ws-site/targets/jaxme/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/index.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.html	20 Nov 2003 06:52:56 -0000	1.8
  +++ index.html	28 Nov 2003 06:40:03 -0000	1.9
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  
  
  
  1.2       +1 -1      ws-site/targets/jaxme/features.html
  
  Index: features.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/features.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- features.html	20 Nov 2003 06:52:56 -0000	1.1
  +++ features.html	28 Nov 2003 06:40:03 -0000	1.2
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  
  
  
  1.8       +1 -1      ws-site/targets/jaxme/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/news.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- news.html	20 Nov 2003 06:52:56 -0000	1.7
  +++ news.html	28 Nov 2003 06:40:03 -0000	1.8
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  
  
  
  1.3       +49 -36    ws-site/targets/jaxme/mailinglists.pdf
  
  	<<Binary file>>
  
  
  1.3       +25 -2     ws-site/targets/jaxme/release.html
  
  Index: release.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/release.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- release.html	20 Nov 2003 06:52:56 -0000	1.2
  +++ release.html	28 Nov 2003 06:40:03 -0000	1.3
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  @@ -232,15 +232,26 @@
             PDF</a></td>
   </tr>
   </table>
  +<ul class="minitoc">
  +<li>
  +<a href="#Creating+a+release">Creating a release</a>
  +</li>
  +<li>
  +<a href="#Creating+the+online+site">Creating the online site</a>
  +</li>
  +</ul>
       
   <p>This page provides information about the steps required to create a
         JaxMe release.</p>
       
  +<a name="N1000F"></a><a name="Creating+a+release"></a>
  +<h3>Creating a release</h3>
  +<div style="margin-left: 0 ; border: 2px">
   <ol>
         
   <li>Update the "version" property in "build.xml".</li>
         
  -<li>Make surce, that you have the file jimi-1.0.jar in src/documentation/lib.
  +<li>Make sure that you have the file jimi-1.0.jar in src/documentation/lib.
           This file is required for generating PDF's including PNG images.
           Unfortunately it cannot be added to the repository, due to licensing
           issues. See the Forrest FAQ on how to obtain the file.</li>
  @@ -300,6 +311,18 @@
           yet, contact <a href="mailto:jochen@apache.org">Jochen Wiedmann</a>.</li>
       
   </ol>
  +</div>
  +
  +	
  +<a name="N10047"></a><a name="Creating+the+online+site"></a>
  +<h3>Creating the online site</h3>
  +<div style="margin-left: 0 ; border: 2px">
  +<p>The online site is created by simply invoking the ant target "doc"
  +	    on build.xml, the main build script. There is only a single thing
  +	    to note: In order to get the links on the download page right,
  +	    you have to use the parameter -Dbuild.online.site=true. This will
  +	    activate the ant target "replace".</p>
  +</div>
     
   <div class="attribution"></div>
   </div>
  
  
  
  1.8       +1 -1      ws-site/targets/jaxme/license.html
  
  Index: license.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/license.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- license.html	20 Nov 2003 06:52:56 -0000	1.7
  +++ license.html	28 Nov 2003 06:40:03 -0000	1.8
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  
  
  
  1.8       +1 -1      ws-site/targets/jaxme/downloads.html
  
  Index: downloads.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/downloads.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- downloads.html	20 Nov 2003 06:52:56 -0000	1.7
  +++ downloads.html	28 Nov 2003 06:40:03 -0000	1.8
  @@ -263,7 +263,7 @@
        <pre>
          set CVS_RSH=ssh
          export CVS_RSH
  -       cvs -d :pserver:[userid]@cvs.apache.org:/home/cvs co ws-jaxme
  +       cvs -d :pserver:userid@cvs.apache.org:/home/cvs co ws-jaxme
        </pre>
        Of course, you have to replace the <code>[userid]</code> with the name of your
        committers account.
  
  
  
  1.10      +4 -3      ws-site/targets/jaxme/mailinglists.html
  
  Index: mailinglists.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/jaxme/mailinglists.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mailinglists.html	20 Nov 2003 06:52:56 -0000	1.9
  +++ mailinglists.html	28 Nov 2003 06:40:03 -0000	1.10
  @@ -144,7 +144,7 @@
   </li>
       
   <li>
  -<a href="downloads.html">Downloads</a>
  +<a href="downloads.cgi">Downloads</a>
   </li>
       
   <li>
  @@ -252,10 +252,11 @@
           <a href="mailto:jaxme-dev-subscribe@ws.apache.org">jaxme-dev-subscribe@ws.apache.org</a>,
           or <a href="mailto:jaxme-dev-unsubscribe@ws.apache.org">jaxme-dev-unsubscribe@ws.apache.org</a>,
           respectively. This list is receiving CVS notifications.</p>
  -<p>A searchable archive of this list can be found on
  +<p>Searchable archives of this list can be found on
           <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=172">
             http://nagoya.apache.org/eyebrowse/SummarizeList?listId=172
  -        </a>.</p>
  +        </a> and
  +        <a href="http://marc.theaimsgroup.com/?l=jaxme-dev">http://marc.theaimsgroup.com/?l=jaxme-dev</a>.</p>
   </div>
     
   <div class="attribution"></div>
  
  
  
  1.3       +91 -51    ws-site/targets/jaxme/release.pdf
  
  	<<Binary file>>