Browse Source

Updating documentation with project name changes

pull/1/head
Thomas Risberg 14 years ago
parent
commit
2c46cfd8fe
  1. 2
      src/docbkx/index.xml
  2. 8
      src/docbkx/preface.xml
  3. 39
      src/docbkx/reference/couchdb.xml
  4. 6
      src/main/resources/readme.txt

2
src/docbkx/index.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Spring Datastore Document - Reference Documentation</title>
<title>Spring Data MongoDB - Reference Documentation</title>
<releaseinfo>&version;</releaseinfo>

8
src/docbkx/preface.xml

@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@
<preface id="preface">
<title>Preface</title>
<para>The Spring Datastore Document project applies core Spring concepts to
the development of solutions using a document style data store. We provide a
"template" as a high-level abstraction for storing and querying documents.
You will notice similarities to the JDBC support in the Spring
<para>The Spring Data MongoDB project applies core Spring concepts to
the development of solutions using the MongoDB document style data store.
We provide a "template" as a high-level abstraction for storing and querying
documents. You will notice similarities to the JDBC support in the Spring
Framework.
</para>
</preface>

39
src/docbkx/reference/couchdb.xml

@ -1,39 +0,0 @@ @@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<chapter id="couch.core">
<title>CouchDB support</title>
<para>One of the document stores supported by DATADOC is<ulink
url="http://couchdb.apache.org/">CouchDB</ulink>.
</para>
<section id="couchdb:requirements">
<title>CouchDB Requirements</title>
<para>DATADOC requires Couchdb version 1.0 or later.</para>
</section>
<section id="couchdb:architecture">
<title>CouchDB Support High Level View</title>
<para>The CouchDB support is still under development and not part of this release.</para>
</section>
<section id="couchdb:roadmap">
<title>Roadmap ahead</title>
<para>The Spring Data Document projects CouchDB support is in its early
stages. We are interested in feedback, knowing what your use cases are,
what are the common patters you encounter so that the CouchDB module
better serves your needs. Do contact us using the channels
<link
linkend="get-started:help:community">mentioned
</link>
above, we are
interested in hearing from you!
</para>
</section>
</chapter>

6
src/main/resources/readme.txt

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
SPRING DATASTORE DOCUMENT 1.0.0.M1 MongoDB
------------------------------------------
SPRING DATA MongoDB 1.0.0.M5
----------------------------
Spring Datastore Document is released under the terms of the Apache Software License Version 2.0 (see license.txt).
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).
DISTRIBUTION CONTENTS:

Loading…
Cancel
Save