Date: 2004-12-03T07:29:31
Editor: VincentTence <[EMAIL PROTECTED]>
Wiki: Apache Directory Project Wiki
Page: ProjectWebSite
URL: http://wiki.apache.org/directory/ProjectWebSite
no comment
Change Log:
------------------------------------------------------------------------------
@@ -68,12 +68,25 @@
Here's a list of recommended items found here:
* Howto build the site
+ * Howto deploy the site
* Howto manage documentation in general
* Resources and examples on using sdocbook, xdocs and hooking it into the
site
* Site structure and code used to build it
* Any custom tools used for generating documentation are described and
documented here.
==== Howto build the site ====
+
+The sitedocs sub-project deals with the top-level site documentation. When
building the web site, documentation from sub-projects is generated and
aggregated to build the whole site.
+
+Building the site is a simple as running:
+{{{
+maven site
+}}}
+from the sitedocs sub-project.
+
+This process will generated the HTML documentation into the target/docs
folder. This documentation then needs to be deployed to the web server.
+
+==== Howto deploy the site ====
Currently as a podling the Directory Project's resources are managed under the
Apache Incubator.
The website is no exception. The specific incubator module used is the
'''incubator-directory'''