summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrik Reali <patrik@reali.ch>2004-07-31 09:25:35 +0000
committerPatrik Reali <patrik@reali.ch>2004-07-31 09:25:35 +0000
commitf43ff001c112019fd79f0aa8644ae4b40e5708fe (patch)
tree3ee3d3d807a9bf148d0fc09a1a399155df5bd3ef /doc
parent8e38375937c53d179e3151682c995a0342a6e3d0 (diff)
downloadclasspath-f43ff001c112019fd79f0aa8644ae4b40e5708fe.tar.gz
2004-07-31 Patrik Reali <reali@acm.org>
* doc/www.gnu.org/newsitems.txt: AWT bug reports on GCC bugzilla * doc/www.gnu.org/faq/faq.wml: how to edit the web pages
Diffstat (limited to 'doc')
-rw-r--r--doc/www.gnu.org/faq/faq.wml46
-rw-r--r--doc/www.gnu.org/newsitems.txt4
2 files changed, 50 insertions, 0 deletions
diff --git a/doc/www.gnu.org/faq/faq.wml b/doc/www.gnu.org/faq/faq.wml
index f20a8ef58..1c4794a05 100644
--- a/doc/www.gnu.org/faq/faq.wml
+++ b/doc/www.gnu.org/faq/faq.wml
@@ -353,6 +353,52 @@ source for gcj specific changes that the script recognizes.
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.
</faq>
+<faq question="How do I change classpath's web pages?">
+
+<p>To modify and upload GNU Classpath's web pages, you need write access to the CVS. First, checkout the modules "classpath" and "website".
+
+<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/">).
+
+<p>A typical page usually looks like this:
+<pre>
+\#include "include/layout.wml"
+
+&lt;subject "here goes the page title">
+
+&lt;box>
+
+&lt;boxtitle>Section 1 Title&lt;\boxtitle>
+&lt;boxitem>
+ section 1 contents
+&lt;\boxitem>
+
+....
+
+&lt;\box>
+
+</pre>
+
+<p>Invoking "make" creates the html pages in the same directory. To copy those pages to another directory, use
+<pre>
+> export CLASSPATH_WEBROOT=...destination...
+> make publish
+</pre>
+
+<p>The steps to publish the pages are:
+<ol>
+<li>Update ChangeLog
+<li>Commit your changes in module Classpath to the CVS
+<li>cd doc/www.gnu.org
+<li>make
+<li>copy the modified / new pages to the website module
+<li>commit the changes in the website module
+</ol>
+
+<p>Note that it takes up to an hour for the pages to appear on the GNU website after an upload.
+
+
+</faq>
+
</faq-section>
<faq-section name="Classpath Implementation">
diff --git a/doc/www.gnu.org/newsitems.txt b/doc/www.gnu.org/newsitems.txt
index c4d31431a..3f1eb8afd 100644
--- a/doc/www.gnu.org/newsitems.txt
+++ b/doc/www.gnu.org/newsitems.txt
@@ -1,3 +1,7 @@
+<newsitem date="27 Jul 2004">
+AWT bug reports are now on <createlink name="GCC Bugzilla" url="http://gcc.gnu.org/bugzilla/">
+</newsitem>
+
<newsitem date="23 Jul 2004">
HTTP client added to inetlib
</newsitem>