<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,38 @@
+NAIVE QUEUE
+
+Naive Queue is an extremely minimal HTTP based message queue application designed to run on Google Application Engine. 
+
+Sending a Message to the Queue
+
+	Messages must be HTTP POSTed to the Queue (HTTP GET won't work)
+	Post message to &quot;http://YOUR_SERVER_NAME/push&quot;
+
+		Request Parameters
+
+		   1. queue_name
+		   2. message_body
+
+		Response Parameter
+
+		   1. MD5 Hash of queue_name + URL Decoded message body
+
+Pulling a Message from the Queue
+
+	Messages must be retrieved by HTTP GET from the Queue (HTTP POST won't work)
+
+	Retrieving a message automatically removes it from the queue
+
+	Pull messages from URL &quot;http://YOUR_SERVER_NAME/pop&quot;
+
+		Request Parameter
+
+		   1. queue_name
+
+		Response Parameter
+
+		   1. message_body
+
+Evaluating Naive Queue 
+	
+	Loading the application (with the GAE SDK) will let you play around the with basic functionality as the default index page is setup with a Push form and a Pop link to intereactively test the application. 
+	
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e50180894b50044b792ac9aa968f23444942b38a</id>
    </parent>
  </parents>
  <author>
    <name>Michael Buckbee</name>
    <email>michaelbuckbee@gmail.com</email>
  </author>
  <url>http://github.com/mbuckbee/gae-naive-queue/commit/6bc1ecde8e24edc323c9e53bb52d090f1f5e38ef</url>
  <id>6bc1ecde8e24edc323c9e53bb52d090f1f5e38ef</id>
  <committed-date>2008-07-28T21:25:58-07:00</committed-date>
  <authored-date>2008-07-28T21:25:58-07:00</authored-date>
  <message>Adding Readme</message>
  <tree>833486e7bad4f35c84a0051c86dfac4748d0c682</tree>
  <committer>
    <name>Michael Buckbee</name>
    <email>michaelbuckbee@gmail.com</email>
  </committer>
</commit>
