Package amplee :: Package atompub :: Module collection
[show private | hide private]
[frames | no frames]

Module amplee.atompub.collection

Synopsis
--------

Collections are the container of member and media resources.

Collections are important to amplee as they will map eventually
to a physical container in the storage.

For instance a collection named ``notes`` would map to:

- a table named ``notes`` in a database
- a directory names ``notes`` on the filesystem
- a bucket named ``notes`` on Amazon S3

etc.

So it is very important to carefully choose the ``name_or_id`` parameter
in the class ``AtomPubCollection``.

Classes
AtomPubCollection  
FeedHandler  

Generated by Epydoc 2.1 on Thu Jul 19 15:32:16 2007 http://epydoc.sf.net