sr / ape fork watch download tarball
public
Description: The Atom Protocol Exerciser
Homepage: http://www.tbray.org/ongoing/misc/Software#p-4
Clone URL: git://github.com/sr/ape.git
ape /
name age message
file .gitignore Mon Feb 11 11:16:28 -0800 2008 Ignore doc directory [sr]
file LICENSE Sun Feb 17 15:04:12 -0800 2008 Replace the "©" character with "... [bitbckt]
file README Sat Feb 23 14:52:19 -0800 2008 Merge latest documentation updates from git://g... [bitbckt]
file Rakefile Thu Feb 21 13:00:01 -0800 2008 new samples template engine [calavera]
directory bin/ Thu Feb 21 19:50:44 -0800 2008 Merge commit '2e2102fdb4ec3fe208493f1a1cef59a56... [bitbckt]
directory lib/ Sat Feb 23 16:20:39 -0800 2008 Add documentation for Ape::AtomURI [bitbckt]
directory scripts/ Mon Feb 11 12:03:37 -0800 2008 Oops, I didn't commited to trunk directory on l... [srt]
directory test/ Thu Feb 21 14:01:46 -0800 2008 change 'ape_home' to 'home' [calavera]
README
== 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