diff options
Diffstat (limited to 'src/site')
| -rw-r--r-- | src/site/apt/index.apt | 11 | ||||
| -rw-r--r-- | src/site/site.xml | 29 | 
2 files changed, 40 insertions, 0 deletions
| diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt new file mode 100644 index 0000000..7e70fd8 --- /dev/null +++ b/src/site/apt/index.apt @@ -0,0 +1,11 @@ + ----- + Home + ----- + +Carbonado + + Carbonado is an extensible, high performance persistence abstraction layer for Java + applications, providing a relational view to the underlying persistence technology. + The Carbonado project is still in the planning phases, so don't expect to find + anything interesting here yet. + diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..7e96720 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Carbonado"> +  <bannerLeft> +    <name>Carbonado</name> +    <src>http://sourceforge.net/sflogo.php?group_id=171277&type=2</src> +    <href>http://sourceforge.net/projects/carbonado/</href> +  </bannerLeft> +  <bannerRight> +    <src>./images/carbonado.png</src> +  </bannerRight> +  <publishDate format="yyyy-MM-dd"/> +  <body> +    <links> +      <!-- item name="Carbonado" href="http://carbonado.sourceforge.net/"/ --> +    </links> + +    <menu name="Carbonado"> +      <item name="Overview" href="index.html"/> +      <item name="Subversion" href="http://svn.sourceforge.net/viewvc/carbonado/trunk/Carbonado/"/> +      <item name="Sourceforge" href="http://sourceforge.net/projects/carbonado/"/> +      <item name="License" href="license.html"/> +    </menu> + +    <menu name="Project Documentation"> +      <item name="Project Info" href="project-info.html"/> +      <!-- item name="Source Xref" href="xref/index.html"/ --> +    </menu> +  </body> +</project> | 
