Skip to content

Commit 15d049c

Browse files
espyjanl
authored andcommitted
feat: ASFify index and download pages, add apache and trademark to the pouchdb logo
1 parent 2e5d241 commit 15d049c

5 files changed

Lines changed: 90 additions & 4 deletions

File tree

docs/download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Download
44
sidebar: nav.html
55
---
66

7+
Apache PouchDB™ is an open-source JavaScript database inspired by <a href="http://couchdb.apache.org/">Apache CouchDB</a> that is designed to run well within the browser.
8+
79
{% include anchor.html class="h3" title="Quick Start" hash="file" %}
810

911
{% highlight html %}

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: default.html
3-
title: PouchDB, the JavaScript Database that Syncs!
3+
title: Apache PouchDB, the JavaScript Database that Syncs!
44
---
55
<div class="band band-inverse">
66
<div class="container">
77
<div class="row">
88
<div class='col-sm-6'>
99
<h1>The Database that Syncs!</h1>
10-
<p>PouchDB is an open-source JavaScript database inspired by <a href="http://couchdb.apache.org/">Apache CouchDB</a> that is designed to run well within the browser.</p>
10+
<p>Apache PouchDB is an open-source JavaScript database inspired by <a href="http://couchdb.apache.org/">Apache CouchDB</a> that is designed to run well within the browser.</p>
1111
<p>PouchDB was created to help web developers build applications that work as well offline as they do online.<br>
1212
<p>It enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login.</p>
13+
<p>Apache PouchDB is currently undergoing Incubation at the Apache Software Foundation.</p>
1314
<a href="{{ site.baseurl }}/learn.html" class="btn btn-primary btn-lg btn-block-xs">Learn more</a>
1415
</div>
1516
<div class='col-sm-6'>
@@ -52,7 +53,7 @@ db.replicate.to('https://example.com/mydb');
5253
alt=""
5354
/>
5455
<h3>Lightweight</h3>
55-
<p class="margin-bottom-none-md">PouchDB is just a script tag and 46KB (gzipped) away in the browser, or <code>$ npm install pouchdb</code> away
56+
<p class="margin-bottom-none-md">Apache PouchDB is just a script tag and 46KB (gzipped) away in the browser, or <code>$ npm install pouchdb</code> away
5657
in Node.</p>
5758
</div>
5859
<div class='text-center col-sm-6 col-md-3'>

docs/static/img/logo.png

23 KB
Loading

docs/static/img/logo.svg

Lines changed: 83 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)