# HG changeset patch # User Paul Boddie # Date 1370350787 -7200 # Node ID eea15ff6bff0811aef6d49ae39f05774d8865cbb # Parent d086c02844e3c559141360409d64d912f47df57c Added information about fetching messages from a wiki. diff -r d086c02844e3 -r eea15ff6bff0 README.txt --- a/README.txt Mon Jun 03 23:28:37 2013 +0200 +++ b/README.txt Tue Jun 04 14:59:47 2013 +0200 @@ -226,6 +226,18 @@ Here, the resource "/wiki/ShareTest" on localhost is presented with the message. +Fetching Messages +----------------- + +To fetch messages from a message store associated with a page, the following +command can be used: + +python tests/test_fetch.py 1C1AAF83 0891463A http://localhost/wiki/ShareTest \ + RETR + +This should retrieve all messages from the store associated with the +"/wiki/ShareTest" resource on localhost. + The Message Format ------------------