<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Site Development</title><link>https://sourceforge.net/p/periwinkle/wiki/Site%2520Development/</link><description>Recent changes to Site Development</description><atom:link href="https://sourceforge.net/p/periwinkle/wiki/Site%20Development/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Oct 2011 15:16:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/periwinkle/wiki/Site%20Development/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Site Development modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Site%2520Development/</link><description>This page has some reference information on generating and updating the project web site.

We are using the Maven Site plugin for generating the web site.  This allows us to use the APT and FML formats for easy document writing, and still use xhtml to put in fancier stuff.

File Locations
--------------

The files for the site are in the project's **src/site** directory.  After using the site target (configuration is described below), the generated files end up in the **target/site** directory.

Reference Materials
-------------------

Here are the links about how the Maven Site plugin works, and everything you'll need to know in order to modify the web site:

* Maven Site Plugin: &lt;http://maven.apache.org/plugins/maven-site-plugin/&gt;
* APT Format Reference: &lt;http://maven.apache.org/doxia/references/apt-format.html&gt;
* FML Format Reference: &lt;http://maven.apache.org/doxia/references/fml-format.html&gt;
* XHTML Format Reference: &lt;http://maven.apache.org/doxia/references/xdoc-format.html&gt;

Eclipse Run Configurations
--------------------------

Create an Eclipse Run Configuration like the following example:

* Be sure to update the location to be where your project root is (likely within your Git directory)

[[img src=site.png alt="Eclipse Run Configuration for Maven Site"]]


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 15:16:01 -0000</pubDate><guid>https://sourceforge.net0a31cab88297069280e1894a5a27230618443b7b</guid></item></channel></rss>