You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/09/27 20:03:23 UTC

[22/50] [abbrv] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 2375d00

Respect copyright on content from external sources.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ee769ae0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ee769ae0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ee769ae0

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: ee769ae0cb0c2ead88811053265e7051d6df638e
Parents: ec2452b
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Aug 22 16:00:44 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Sep 27 22:00:45 2013 +0400

----------------------------------------------------------------------
 NOTICE                                 | 4 ++++
 share/doc/src/couchapp/views/joins.rst | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee769ae0/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 6c51a48..da1b6d4 100644
--- a/NOTICE
+++ b/NOTICE
@@ -182,3 +182,7 @@ This product also includes the following third-party components:
 
    Copyright 2013, Creative Commons Attribution license
 
+ * share/doc/src/couchapp/views/joins.rst (Using View Collation)
+
+   Copyright 2007, Christopher Lenz <cm...@gmail.com>
+

http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee769ae0/share/doc/src/couchapp/views/joins.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/couchapp/views/joins.rst b/share/doc/src/couchapp/views/joins.rst
index 3abae9d..3b95427 100644
--- a/share/doc/src/couchapp/views/joins.rst
+++ b/share/doc/src/couchapp/views/joins.rst
@@ -161,6 +161,10 @@ emit a ``"_rev"`` property as well as ``"_id"``.
 Using View Collation
 ====================
 
+:Author: Christopher Lenz
+:Date: 2007-10-05
+:Source: http://www.cmlenz.net/archives/2007/10/couchdb-joins
+
 Just today, there was a discussion on IRC how you'd go about modeling a simple
 blogging system with “post” and “comment” entities, where any blog post might
 have N comments. If you'd be using an SQL database, you'd obviously have two