/[classpath]/classpath/doc/www.gnu.org/faq/faq.wml
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/faq/faq.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by patrik_reali, Sun Jul 25 22:18:54 2004 UTC revision 1.12 by patrik_reali, Sat Jul 31 09:25:35 2004 UTC
# Line 353  source for gcj specific changes that the Line 353  source for gcj specific changes that the
353  The file <code>lib/standard.omit</code> controls which files are omitted from the compilation. Add a regex with the files to be omitted and rebuild classpath.  The file <code>lib/standard.omit</code> controls which files are omitted from the compilation. Add a regex with the files to be omitted and rebuild classpath.
354  </faq>  </faq>
355    
356    <faq question="How do I change classpath's web pages?">
357    
358    <p>To modify and upload GNU Classpath's web pages, you need write access to the CVS. First, checkout the modules "classpath" and "website".
359    
360    <p>The web pages are stored in doc/www.gnu.org and are written in wml (Web Meta Language, see <createlink url="http://thewml.org/">).
361    
362    <p>A typical page usually looks like this:
363    <pre>
364    \#include "include/layout.wml"
365    
366    &lt;subject "here goes the page title">
367    
368    &lt;box>
369    
370    &lt;boxtitle>Section 1 Title&lt;\boxtitle>
371    &lt;boxitem>
372      section 1 contents
373    &lt;\boxitem>
374    
375    ....
376    
377    &lt;\box>
378    
379    </pre>
380    
381    <p>Invoking "make" creates the html pages in the same directory. To copy those pages to another directory, use
382    <pre>
383    > export CLASSPATH_WEBROOT=...destination...
384    > make publish
385    </pre>
386    
387    <p>The steps to publish the pages are:
388    <ol>
389    <li>Update ChangeLog
390    <li>Commit your changes in module Classpath to the CVS
391    <li>cd doc/www.gnu.org
392    <li>make
393    <li>copy the modified / new pages to the website module
394    <li>commit the changes in the website module
395    </ol>
396    
397    <p>Note that it takes up to an hour for the pages to appear on the GNU website after an upload.
398    
399    
400    </faq>
401    
402  </faq-section>  </faq-section>
403    
404  <faq-section name="Classpath Implementation">  <faq-section name="Classpath Implementation">

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26