All the pages from the site are in HTML and located under the xdocs
folder. The site is built using Maven which takes the documents and
sows
them together along with a CSS to form the nice pretty site your
looking
at.
Before Maven can build the site however, it has to turn the
HTML
documents into something it can process, called xdoc
.
oh,
and to setup the nice navigation bar, it looks up the information it
needs from a file called navigation.xml
,
again in the xdocs
folder.
So, the general process is as follows.
Edit or create a new HTML document using your favorite editor.
Adjust the navigation.xml
file
if required.
Pre-process the HTML to create xdoc
.
Use Maven to build the site.
Project admin's can then deploy the site to SourceForge.
To follow the process above, you'll need;
A HTML editor, such as Frontpage or Nvu.
Maven 1.0.2. Install as per instructions from the Maven site.