# HG changeset patch # User Paul Boddie # Date 1342478530 -7200 # Node ID b5c5320def14f4f075517099bf9e78caa0b5f005 # Parent 492b2ff7528b872b64120b32f69002505817dca1 Described the cached resource format. diff -r 492b2ff7528b -r b5c5320def14 MoinRemoteSupport.py --- a/MoinRemoteSupport.py Tue Jul 17 00:30:47 2012 +0200 +++ b/MoinRemoteSupport.py Tue Jul 17 00:42:10 2012 +0200 @@ -19,6 +19,9 @@ seconds that a cache entry remains valid. If the resource cannot be downloaded and cached, None is returned. + Otherwise, the form of the data is as follows: + + url content-type-header content-body """ # See if the URL is cached.