Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Simple maven site
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Jan 12, 2011
1 parent 4c313f0 commit eec2d42
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Amanuensis

Amanuensis is a clustered IndexWriter implementation for writing to Infinispan Lucene Directories. It overcomes the limitation that only
a single IndexWriter may be open at any one time on a Lucene Directory by leveraging the underlying JGroups channels used by Infinispan
and streaming changes from slave nodes to a master node.

[]
30 changes: 30 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
name="amanuensis">

<skin>
<groupId>net.dataforte.maven.skins</groupId>
<artifactId>dataforte-skin</artifactId>
<version>2</version>
</skin>

<bannerLeft>
<name>Amanuensis</name>
</bannerLeft>

<bannerRight>
<src>images/logo.png</src>
</bannerRight>

<body>

<menu name="Amanuensis">
<item name="Introduction" href="index.html" />
</menu>

<menu name="Information" ref="reports" />
</body>
</project>

0 comments on commit eec2d42

Please sign in to comment.