public
Description: RESTful Blog for Google App Engine
Clone URL: git://github.com/DocSavage/bloog.git
Minor changes to bloog intro page
DocSavage (author)
Tue Jul 22 18:40:38 -0700 2008
commit  ea8a4be96b0155577e24cd61c778b5dc4b91cb2e
tree    81a8e13adb6e7231d7e5ddf3a26a6a75e9878dad
parent  6b326e0d5b5a39f0e60088fc5f5f0db165f7b37e
...
31
32
33
34
35
 
36
37
38
...
31
32
33
 
 
34
35
36
37
0
@@ -31,8 +31,7 @@
0
         <li>RESTful design using webapp.</li>
0
         <li>Convention-over-configuration in organizing controller and view files.</li>
0
         <li>Authorization using python decorators and built-in Google authentication.</li>
0
- <li>Caching using global variables.</li>
0
- <li>Some timing facility to test different datastore models.</li>
0
+ <li>Caching using the memcached API and also some timing caching using global variables.</li>
0
         <li>Serialization of a python object into a datastore blob.</li>
0
         <li>An example of full-text searching using the slightly documented appengine.ext.search module.
0
             (This works but was commented out due to a weird (Google?) bug when uploading large posts. Perhaps a timeout?

Comments

    No one has commented yet.