From 2c46cfd8fe5d9013a255c997a824370526a814d1 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Mon, 24 Oct 2011 17:32:41 -0400 Subject: [PATCH] Updating documentation with project name changes --- src/docbkx/index.xml | 2 +- src/docbkx/preface.xml | 8 +++---- src/docbkx/reference/couchdb.xml | 39 -------------------------------- src/main/resources/readme.txt | 6 ++--- 4 files changed, 8 insertions(+), 47 deletions(-) delete mode 100644 src/docbkx/reference/couchdb.xml diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index e4555bcff..5290dd587 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> - Spring Datastore Document - Reference Documentation + Spring Data MongoDB - Reference Documentation &version; diff --git a/src/docbkx/preface.xml b/src/docbkx/preface.xml index 71a52ff83..6d769ac1d 100644 --- a/src/docbkx/preface.xml +++ b/src/docbkx/preface.xml @@ -4,10 +4,10 @@ Preface - 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 + 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. diff --git a/src/docbkx/reference/couchdb.xml b/src/docbkx/reference/couchdb.xml deleted file mode 100644 index ca71fd671..000000000 --- a/src/docbkx/reference/couchdb.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - CouchDB support - - One of the document stores supported by DATADOC isCouchDB. - - -
- CouchDB Requirements - - DATADOC requires Couchdb version 1.0 or later. -
- -
- CouchDB Support High Level View - - The CouchDB support is still under development and not part of this release. - -
- - -
- Roadmap ahead - - 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 - mentioned - - above, we are - interested in hearing from you! - -
-
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index e4153a113..06d3e815d 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -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: