GitXplorerGitXplorer
s

ape

public
12 stars
19 forks
1 issues

Commits

List of commits on branch master.
Unverified
c83ea4351b8e9cd020155de46a78f20c4d8c0925

Add documentation for Ape::AtomURI

bbitbckt committed 17 years ago
Unverified
9df17187ef49d282f71413b51bff6f4aee731c61

Add documentation for Ape::Crumbs.

bbitbckt committed 17 years ago
Unverified
6ac6782cfbf3f13a4f1ae78f183446e4f1293b98

Add documentation for Ape#info.

bbitbckt committed 17 years ago
Unverified
7569e80df183a845830da3583ca0d61b4bde7a2d

Merge latest documentation updates from git://github.com/bitbckt/ape.git.

committed 17 years ago
Unverified
31a07b62c2e5fc81b5093abcb02ff99a6ac32d9d

changed frontend messages

committed 17 years ago
Unverified
ddeee808f0a36a09c4f9c6536fb6a3c0602fd476

Merge commit '2e2102fdb4ec3fe208493f1a1cef59a56e0469a1' from the Rubyforge repo.

bbitbckt committed 17 years ago

README

The README file for this repository.

== Atom Protocol Exerciser (APE)

APE is a sanity-checker for implementations of the Atom Publishing Protocol (AtomPub or APP). It is written in Ruby, and provides a Mongrel-based HTML interface describing its interactions with the APP implementation under test.

For more information about the history and impetus for the creation of APE, see Tim Bray's account here[http://www.tbray.org/ongoing/When/200x/2006/08/11/Meet-the-Ape].

== License

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. See the included LICENSE[link:/files/LICENSE.html] file for details.

== Quick Start

Install APE via RubyGems:

$ gem install ape

Now, you should have the ape_server command available in your $PATH. Start the server with:

$ ape_server

This will start the server in the foreground. You can access APE in your browser at http://localhost:4000

== The Source

To access the latest source code for APE, see the project site at https://rubyforge.org/projects/ape