Bloog 0.8 (Dogfood Edition) released
I've pushed significant commits up to the Bloog github repository. Within the next week, I hope to blog about a number of interesting App Engine code bits. Here's a short list of some new features in the source code:
* A subclass of db.Model that memcaches properties and provides json serialization.
* Customization of the YUI rich-text editor with programming language buttons for easy code syntax highlighting.
* Full-text searching that includes ways of specifying which properties you want indexed.
* Sharded counters that use memcache.
* An integrated python shell that can be used as a command-line console for apps running in the cloud. (This was quite useful to me since I love the rails console.)
* Sanitization of incoming HTML using Beautiful Soup.
Comments are closed
4 Comments
Comments are sanitized and are ordered in threads by one query using lexicographical sorting. The thread strings use a system in Drupal where hierarchy is designated by 3 digit numbers separated by periods, like 001.003.002
Re: Article by Bill (2008-09-19)