Skip to content

Instantly share code, notes, and snippets.

View bdrhoa's full-sized avatar

Brad Rhoads bdrhoa

View GitHub Profile
@bdrhoa
bdrhoa / gist:537a16c2602f2aeed17c84656acfa30e
Created March 14, 2017 03:13
Easy Bible Pronunciations LITE Privacy Policy
The app doesn't actually use any permissions that may be listed in the play store.
We collect no infomration, nor does the app access your device in any way.
@bdrhoa
bdrhoa / gist:3991758
Created November 1, 2012 04:36 — forked from fdmanana/gist:832610
The CouchDB replicator database

1. Introduction to the replicator database

A database where you PUT/POST documents to trigger replications and you DELETE to cancel ongoing replications. These documents have exactly the same content as the JSON objects we used to POST to /_replicate/ (fields "source", "target", "create_target", "continuous", "doc_ids", "filter", "query_params".

Replication documents can have a user defined "_id". Design documents (and _local documents) added to the replicator database are ignored.

The default name of this database is _replicator. The name can be changed in the .ini configuration, section [replicator], parameter db.

2. Basics