Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 4205bc1

Browse files
Charles Greerlaurelnaiad
authored andcommitted
README updates
Closes #526
1 parent e9cc49c commit 4205bc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ The browser application is delivered in two forms:
7272
For more information, see the following:
7373
* READMEs for the [database](database/README.md), [Java appserver](appserver/java-spring/README.md), and [Angular.js browser](browser/README.md) tiers.
7474
* [Samplestack wiki](https://github.com/marklogic/marklogic-samplestack/wiki).
75-
* [MarkLogic product documentation](http://docs.marklogic.com).
75+
* [MarkLogic product documentation](http://docs.marklogic.com) for further details on MarkLogic Server and the Client APIs.
7676
* MarkLogic [Developer Community](http://developer.marklogic.com/) site with tutorials, blogs, and more.
77+
* Full [Documentation](http://docs.marklogic.com/ref-arch) on the Reference Architecture and Samplestack.
78+
* Take [Free MarkLogic Training](http://www.marklogic.com/services/training).
79+
Some of the courses cover how to build Samplestack.
7780

7881
## Reference Architecture Introduction
7982

@@ -94,13 +97,13 @@ Each of the features in Samplestack demonstrates an important concept for develo
9497
Samplestack Feature | MarkLogic Concept
9598
------------ | -------------
9699
Full-text Search | Indexes, query styles
97-
User records and documents | Data Model for JSON and POJOs
100+
User records and Question documents | Data Model for POJOs and JSON.
98101
Users and Roles (log in, log out) | Security (authentication and authorization)
99102
Restricted Content | Role-based Permissions
100103
Facets | Search constraints, analytics
101104
Ask, Answer, Comment | Document updates
102105
Voting | Updates impact sorting
103-
Accepted Answers Reputation | Transactional model, data integrity
106+
Accepted Answers and Reputation | Transactional model, data integrity
104107

105108
Coming soon: Related tags — demonstration of semantics with the use of RDF triples and SPARQL.
106109

database/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Here are things you'll want to manipulate for your application:
1111
* options options configurations for the application searches
1212
* services resource extensions for the REST server
1313
* transforms XSLT, XQuery transforms
14-
* seed-data sample data to be loaded into the database
1514
* security MarkLogic roles, privileges, and users for running the application.
1615

1716
MarkLogic Admin : http://localhost:8001

0 commit comments

Comments
 (0)