From eec2d421a99853389bfc133633bb0a1d0035e795 Mon Sep 17 00:00:00 2001 From: Tristan Tarrant Date: Wed, 12 Jan 2011 10:29:17 +0100 Subject: [PATCH] Simple maven site --- src/site/apt/index.apt | 7 +++++++ src/site/site.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 src/site/apt/index.apt create mode 100644 src/site/site.xml diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt new file mode 100644 index 0000000..706e365 --- /dev/null +++ b/src/site/apt/index.apt @@ -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. + + [] diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..e0861b5 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,30 @@ + + + + + + net.dataforte.maven.skins + dataforte-skin + 2 + + + + Amanuensis + + + + images/logo.png + + + + + + + + + + +