Updated Branches: refs/heads/master 1675d2f32 -> 20856d996
Added release notes template Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/f4b94d06 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/f4b94d06 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/f4b94d06 Branch: refs/heads/master Commit: f4b94d06e48e8bde6bcdd4e93b9325b03fa99e6f Parents: 1675d2f Author: Noah Slater <[email protected]> Authored: Sat Mar 30 10:44:31 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Sat Mar 30 10:44:31 2013 +0000 ---------------------------------------------------------------------- notes/template.html | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/f4b94d06/notes/template.html ---------------------------------------------------------------------- diff --git a/notes/template.html b/notes/template.html new file mode 100644 index 0000000..6262454 --- /dev/null +++ b/notes/template.html @@ -0,0 +1,35 @@ +<title>Apache CouchDB VERSION Release Notes</title> + +<meta charset="utf-8"> + +<link rel="stylesheet" href="../../hidden/style.css"> + +<h1>Apache CouchDB VERSION Release Notes</h1> + +<p>Apache CouchDB VERSION has been released and is available for download.</p> + +<p>CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDBâs incremental replication. CouchDB supports master-master setups with automatic conflict detection.</p> + +<p>Grab your copy here:</p> + +<blockquote> +<a href="http://couchdb.apache.org/">http://couchdb.apache.org/</a> +</blockquote> + +<p>Pre-built packages for Windows and OS X are available.</p> + +<p><em>This is a RELEASE release</em></p> + +<p>These release notes are based on the <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain;f=CHANGES;hb=TAG">CHANGES</a> file.</p> + +<h2>Section</h2> + +<ul> + +<li> +<p><strong>Summary</strong></p> + +<p>Description.</p> +</li> + +</ul>
