GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of sr/ape
Description: The Atom Protocol Exerciser
Homepage: http://www.tbray.org/ongoing/misc/Software#p-4
Clone URL: git://github.com/bitbckt/ape.git
ape / README
100644 27 lines (14 sloc) 0.977 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
== 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