Skip to content

Commit b28fab7

Browse files
committed
Updating README for 0.6.0 release.
1 parent 612f2e5 commit b28fab7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sag
22
===
33

4-
Version 0.6.0-UNRELEASED
4+
Version 0.6.0
55
http://www.saggingcouch.com
66

77
Sag is a PHP library for working with CouchDB. It is designed to not force any
@@ -29,8 +29,12 @@ CHANGELOG A detailed list of all changes between
2929

3030
LICENSE A copy of the license that Sag is released under.
3131

32+
NOTICE Sag's copyright notice(s).
33+
3234
README This file.
3335

36+
Makefile Used to run unit tests, create releases, etc.
37+
3438
examples/ Examples of how to use Sag.
3539

3640
src/ This is the code that you will want to include
@@ -57,6 +61,14 @@ src/SagMemoryCache.php Caching mechanism that uses PHP objects in
5761
semi-accurate, but are less important than file
5862
caching.
5963

64+
src/SagConfigurationCheck.php A bootstrap file that Sag uses to make sure the
65+
environment will work with Sag. There is no
66+
reason you would need to call this directly,
67+
unless writing your own bootstrap scripts.
68+
69+
src/SagUserUtils.php A set of utilities for interacting with CouchDB
70+
users and the _users database.
71+
6072
tests/ The unit tests for Sag. You can ignore these
6173
files, though SagTests.php may be interesting
6274
for examples.
@@ -166,6 +178,8 @@ License
166178
Sag is released under the Apache License, version 2.0. See the file named
167179
LICENSE for more information.
168180

181+
Copyright information is in the NOTICE file.
182+
169183
More?
170184
-----
171185

0 commit comments

Comments
 (0)