Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 15, 2007
1 parent 4ac4121 commit 0f120cc
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 51 deletions.
4 changes: 3 additions & 1 deletion symmetric/src/site/apt/roadmap.apt
Expand Up @@ -5,4 +5,6 @@
Date
------

Development Roadmap
Development Roadmap

Coming Soon ...
9 changes: 9 additions & 0 deletions symmetric/src/site/apt/support.apt
@@ -1 +1,10 @@
------
Support
------
------
Date
------

Support

Coming soon ...
108 changes: 58 additions & 50 deletions symmetric/src/site/site.xml
@@ -1,53 +1,61 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven">
<bannerLeft>
<name>SymmetricDS</name>
<!--
<src>images/logo_here.gif</src>
-->
<href>/</href>
</bannerLeft>
<body>
<links>
<item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=206470"/>
</links>

<menu name="Project Info" href="maven-reports.html">
<item name="Overview" href="/index.html"/>
<item name="Features" href="/features.html"/>
<item name="News" href="/news.html"/>
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven">
<bannerLeft>
<name>SymmetricDS</name>
<!--
<src>images/logo_here.gif</src>
-->
<href>/</href>
</bannerLeft>
<poweredBy>
<logo img="http://sflogo.sourceforge.net/sflogo.php?group_id=108357&amp;type=1"
name="Powered by Sourceforge"
href="http://sourceforge.net" />
<logo img="images/logos/maven-feather.png" name="Powered by Apache Maven"
href="http://maven.apache.org/" />
</poweredBy>
<body>
<links>
<item name="Download"
href="http://sourceforge.net/project/showfiles.php?group_id=206470" />
</links>

<menu name="Project Info" href="maven-reports.html">
<item name="Overview" href="/index.html" />
<item name="Features" href="/features.html" />
<item name="News" href="/news.html" />
<!--
<item name="Support" href="/support.html"/>
-->
<item name="Project License" href="/license.html"/>
<item name="Project Team" href="/team-list.html"/>
</menu>

<menu name="Code" href="maven-reports.html">
<item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=206470"/>
<item name="Code Samples" href="/samples.html"/>
<item name="Source Repository" href="/source-repository.html"/>
<item name="Browsable Source Code" href="/jxr.html"/>
<item name="TODO List" href="/taglist.html"/>
</menu>

<menu name="Documentation">
<item name="Getting Started" href="getting_started.html"/>
<item name="JavaDoc" href="apidocs/index.html"/>
</menu>

<menu name="Community" href="maven-reports.html">
<item name="SourceForge Home" href="http://sourceforge.net/projects/symmetricds/"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
<item name="Roadmap" href="/roadmap.html"/>
</menu>


<menu name="Project Reports" href="maven-reports.html">
<item name="Test Report" href="surefire-report.html"/>
<item name="JDepends Report" href="jdepend-report.html"/>
</menu>

</body>
-->
<item name="Project License" href="/license.html" />
<item name="Project Team" href="/team-list.html" />
</menu>

<menu name="Documentation">
<item name="Getting Started" href="getting_started.html" />
<item name="JavaDoc" href="apidocs/index.html" />
</menu>

<menu name="Community" href="maven-reports.html">
<item name="SourceForge Home" href="http://sourceforge.net/projects/symmetricds/" />
<item name="Mailing Lists" href="/mail-lists.html" />
<item name="Issue Tracking" href="/issue-tracking.html" />
<item name="Roadmap" href="/roadmap.html" />
</menu>

<menu name="Code" href="maven-reports.html">
<item name="Download"
href="http://sourceforge.net/project/showfiles.php?group_id=206470" />
<item name="Code Samples" href="/samples.html" />
<item name="Source Repository" href="/source-repository.html" />
<item name="Browsable Source Code" href="/jxr.html" />
<item name="TODO List" href="/taglist.html" />
</menu>

<menu name="Project Reports" href="maven-reports.html">
<item name="Test Report" href="surefire-report.html" />
<item name="JDepends Report" href="jdepend-report.html" />
</menu>

</body>
</project>

0 comments on commit 0f120cc

Please sign in to comment.