-
atompub: APP is defined as:
'''
The Atom Publishing Protocol is an application-level protocol for
publishing and editing Web resources using HTTP [RFC2616] and XML 1.0.
-
collection: Synopsis
--------
Collections are the container of member and media resources.
-
member: APP establishes uses the term of members to describe resources within
an APP service context.
-
service: Represents an Atom Publisging Protocol service entity.
-
store: Representation of a store.
-
workspace
-
comparer
-
contrib
-
atomschematron
-
crawler: Crawls through an Atom Publishing protocol service document and will
perform some validation, testing against the AtomPub remote service.
-
error
-
handler: The amplee.atompub package is the heart of amplee has it carries the
mapping of APP entities.
-
http_helper: Helper to find the best matching media-types.
-
indexer: Really simple indexing implementation for amplee
-
loader: Atom Publising Store loader
Synopsis
--------
The process of creating an Atom Publishing store is
a repetitive task that is common to all projects.
-
pastify: Helper to use amplee with Paste (http://pythonpaste.org/).
-
storage
-
test
-
utils: Utility functions.
|