quirkey / swinger
- Source
- Commits
- Network (10)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
swinger /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 02 21:15:54 -0700 2009 | |
| |
README.md | Tue Sep 15 10:14:08 -0700 2009 | |
| |
Rakefile | Sat Sep 12 10:28:12 -0700 2009 | |
| |
_attachments/ | Mon Feb 08 20:25:53 -0800 2010 | |
| |
_docs/ | Mon Feb 08 18:12:26 -0800 2010 | |
| |
couchapp.json | Wed Sep 02 21:15:54 -0700 2009 | |
| |
lib/ | Tue Sep 15 21:11:37 -0700 2009 | |
| |
validate_doc_update.js | Mon Feb 08 18:20:53 -0800 2010 | |
| |
vendor/ | Wed Sep 02 12:14:29 -0700 2009 | |
| |
views/ | Sun Feb 07 19:06:10 -0800 2010 |
README.md
Swinger
Swinger is a couchapp for creating and showing Presentations. Think Keynote, stored in CouchDB, run via Javascript and Sammy.js.
About
This was created as a Demo for my talk at jQuery Conf 2009 about Sammy.js, however, its usefulness might outlast my talk. We'll see.
Requirements
- A running CouchDB server
- CouchApp - You need the latest and greatest couchapp for the push to work without errors. Follow these instructions to install from source
Usage
All you need to do to get up and running after the requirements are installed is:
$ couchapp push . http://localhost:5984/swinger
It should print out instructions of where you can view it.
You can also set up a .couchapprc file that looks something like this:
{
"env": {
"default": {
"db": "http://admin:password@localhost:5984/swinger"
}
}
}
Once that is set up you can just do:
$ couchapp push
Acknowledgments
Swinger was greatly inspired by Pat Nakajima's Slidedown.
Technologies/Projects used
- Sammy.js for frontend controller/routing
- CouchApp for hosting the app in CouchDB
- Aristo CSS for base buttons/styles
- Showdown for Markdown
- SHJS for Code higlighting
