[general] verbose = True ############################################################# # Storage configuration # see http://trac.defuze.org/wiki/AmpleeLoader ############################################################# [s3_storage] access_key = XXXXXXXXXXXXXXXXXXXX private_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX bucket_unique_prefix = tvachon.info ############################################################# # Store configuration ############################################################# [store] enable_lock = True member_storage = s3_storage workspaces = ws_commits # If you want memcache proxying sypport just uncomment # the following line and set the list of servers # separated by a comma # member_storage_memcached = 127.0.0.1:7878 ############################################################# # Service configuration ############################################################# [service] xml_attrs = base,http://tvachon.info/;lang,en xslt_path = /static/service.xsl ############################################################# # Workspaces configuration ############################################################# [ws_commits] name = commits title = Commits collections = col_cosmo, col_testing ############################################################# # Collections configuration ############################################################# [col_cosmo] name = cosmo title = Cosmo base_uri = commits/cosmo/ base_edit_uri = commits/cosmo/ accept_media_types = application/atom+xml;type=entry handlers = text_handler member_media_extension = atom collection_feed_xslt_path = /static/collection.xsl [col_testing] name = testing title = Testing base_uri = commits/testing/ base_edit_uri = commits/testing/ accept_media_types = application/atom+xml;type=entry handlers = text_handler member_media_extension = atom collection_feed_xslt_path = /static/collection.xsl [text_handler] media_type = application/atom+xml;type=entry handler_class = CommitEntryHandler handler_module = core/commit member_class = CommitEntryMember member_module = core/commit