Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janl/sparkler
A Sparkle backend that lives inside CouchDB.
https://github.com/janl/sparkler
Last synced: 2 months ago
JSON representation
A Sparkle backend that lives inside CouchDB.
- Host: GitHub
- URL: https://github.com/janl/sparkler
- Owner: janl
- Created: 2010-07-18T19:09:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-18T19:36:23.000Z (over 14 years ago)
- Last Synced: 2024-10-02T09:54:48.678Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# Sparkler
A [Sparkle][] backend that lives inside [CouchDB][].
[sparkle]: http://sparkle.andymatuschak.org/
[CouchDB]: http://couchdb.apache.org/## What is this for?
If you have a Mac OS X application are a tad annoyed at managing your AppCast
Spakler is for you.## Setup
Requires [CouchApp][] and CouchDB. A good way to get a hosted CouchDB instance
is , but this will run in any custom CouchDB 0.11
or 1.0 or later.$ sudo easy_install -U couchapp
[CouchApp]: http://github.com/couchapp/couchapp
Quickstart:
$ git clone git://github.com/janl/sparkler.git
$ cd sparkler
$ couchapp init
# edit / update _docs/
$ couchapp push . http://url-to-your-couchdb/databaseSet `SUFeedUrl` in your `Info.plist` to `https://yourhost/yourdatabase/_design/appcast/_rewrite/cast`
## Publish an Update
Edit/create `_docs/`:
- `_attachments` includes `YourApp.zip`.
- `_id` includes your version number.
- `description.html` includes your release notes.
- `pubDate.txt` incudes your publication date.
- `title` includes your release title
(TODO, find what `title` is good for, it is in the Sparkle docs but not
anywhere in the UI)Publish:
$ couchapp push . http://url-to-your-couchdb/database
## Apps that use Sparkler
- [CouchDBX](http://www.couch.io/get) (recursion alert)
## Copyright
Sparkler is (c) 2010 Jan Lehnardt
## License
Apache 2.0 — See