This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ape /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 11 11:16:28 -0800 2008 | [sr] |
| |
LICENSE | Sun Feb 17 15:04:12 -0800 2008 | [bitbckt] |
| |
README | Sat Feb 23 14:52:19 -0800 2008 | [bitbckt] |
| |
Rakefile | Thu Feb 21 13:00:01 -0800 2008 | [calavera] |
| |
bin/ | Thu Feb 21 19:50:44 -0800 2008 | [bitbckt] |
| |
lib/ | Sat Feb 23 16:20:39 -0800 2008 | [bitbckt] |
| |
scripts/ | Mon Feb 11 12:03:37 -0800 2008 | [srt] |
| |
test/ | Thu Feb 21 14:01:46 -0800 2008 | [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




