Skip to content

Commit

Permalink
A stub for the maven site descriptor and some markdown-formatted docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 23, 2013
1 parent 90b4f94 commit caba951
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/site/markdown/index.md.vm
@@ -0,0 +1,8 @@
${project.description}

## About

fcrepo4 is...

## Usage

42 changes: 42 additions & 0 deletions src/site/site.xml
@@ -0,0 +1,42 @@
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0
http://maven.apache.org/xsd/decoration-1.3.0.xsd"
name="fcrepo4">

<skin>
<!-- see http://maven.apache.org/skins/maven-fluido-skin/ -->
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>

<body>
<links>
<item name="Fedora Futures" href="http://fcrepo.org/" />
<item name="Fedora Futures on GitHub" href="http://github.com/futures/" />
<item name="Developer Documentation" href="http://futures.github.com/fcrepo4/" />
</links>

<breadcrumbs>
<item href="index.html" name="${project.name}" />
</breadcrumbs>

<menu ref="parent" inherit="top" />

<menu ref="modules" inherit="bottom" />

<menu ref="reports" inherit="bottom" />

</body>

<custom>
<fluidoSkin>
<!-- see http://maven.apache.org/skins/maven-fluido-skin/ -->
<topBarEnabled>false</topBarEnabled>
<topBarContainerStyle>width: 80%;</topBarContainerStyle>
<sideBarEnabled>true</sideBarEnabled>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
</fluidoSkin>
</custom>
</project>

0 comments on commit caba951

Please sign in to comment.