GitXplorerGitXplorer
s

saloon

public
31 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
9ccc9d19882107c381c18344f0b50f799e82801d

un-vendor couchrest

ssr committed 16 years ago
Unverified
3304a3f5a069f40b9e0cadd02479f8486ab18ab4

switch to couchy

ssr committed 16 years ago
Unverified
33604bc27ba299fdafb6f9277a9bb4607d756285

even more hackish

ssr committed 16 years ago
Unverified
9c62b4b9b31145e40b5cf3871978beb0b3908c16

improve ape test runner a little. (still don't kill process properly tho.)

ssr committed 16 years ago
Unverified
7165b8a9def9669f701a7066b9f2240780417a3f

ignore ape repo

ssr committed 16 years ago
Unverified
c39088f6018c1de39a6880f3157df3b25d10e711

rake tasks to run APE tests

ssr committed 16 years ago

README

The README file for this repository.

Saloon

AtomPub server implemented using Sinatra and CouchDB.

Getting started

gem install sinatra atom-tools
git clone git://github.com/sr/saloon.git
cd saloon
ruby lib/app.rb

Running the tests

gem install sr-couchy test-spec mocha
rake database:redo test

Status

Saloon currently passes APE's basic tests. See the report for details.

Todo

  • Fix most of APE's warnings
  • Implement support for slug
  • Implement media entry

Author

Written by Simon Rozet simon@rozet.name

License

(The MIT License)

Copyright (c) 2008 Simon Rozet <simon@rozet.name>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.