Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Updating README for 0.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Sep 6, 2011
1 parent 612f2e5 commit b28fab7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README
@@ -1,7 +1,7 @@
Sag
===

Version 0.6.0-UNRELEASED
Version 0.6.0
http://www.saggingcouch.com

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

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

NOTICE Sag's copyright notice(s).

README This file.

Makefile Used to run unit tests, create releases, etc.

examples/ Examples of how to use Sag.

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

src/SagConfigurationCheck.php A bootstrap file that Sag uses to make sure the
environment will work with Sag. There is no
reason you would need to call this directly,
unless writing your own bootstrap scripts.

src/SagUserUtils.php A set of utilities for interacting with CouchDB
users and the _users database.

tests/ The unit tests for Sag. You can ignore these
files, though SagTests.php may be interesting
for examples.
Expand Down Expand Up @@ -166,6 +178,8 @@ License
Sag is released under the Apache License, version 2.0. See the file named
LICENSE for more information.

Copyright information is in the NOTICE file.

More?
-----

Expand Down

0 comments on commit b28fab7

Please sign in to comment.