Actions related to content publication, syndication, etc.
Functions
| compact(*names) | |
| secure_filename(filename) | Pass it a filename and it will return a secure version of it. |
| uri_path(environ) |
Classes
| Action(req, params) | Represents an action that can be taken by the server. |
| BaseComment(**kwargs) | |
| Boolean([create_constraint, name]) | A bool datatype. |
| Comment(**kwargs) | |
| CommentCommit(req, params) | |
| CommentMarkupParser(req, params) | |
| CommentSubmitAggregator(req, params) | |
| ContentTypeAction(req, params) | A handler which guesses and/or assigns a value for the Content-Type header. |
| DateTime([timezone]) | A type for datetime.datetime() objects. |
| EditablePost(**kwargs) | |
| Entity(**kwargs) | The base class for all entities |
| Field(type, *args, **kwargs) | Represents the definition of a ‘field’ on an entity. |
| HTMLParser() | Find tags and other markup and call handler functions. |
| LargeBinary([length]) | A type for large binary byte data. |
| LinkbackAutodiscovery(req, params) | Runs a blog post through linkback autodiscovery. |
| LinkbackAutodiscoveryParser(sourceURI, ...) | Parses some content, like a blog post, and sends linkback requests to all |
| ManyToMany(of_kind, *args, **kwargs[, ...]) | |
| ManyToOne(of_kind, *args, **kwargs[, ...]) | |
| OneToMany(of_kind, *args, **kwargs[, filter]) | |
| Post(**kwargs) | |
| PostAttachmentAssociator(req, params) | Associates uploaded files with a post |
| PostCommit(req, params) | |
| PostMarkupParser(req, params) | |
| PostSubmitAggregator(req, params) | |
| Postlet(**kwargs) | |
| PostletCommit(req, params) | |
| PostletMarkupParser(req, params) | |
| PostletSubmitAggregator(req, params) | |
| ServerProxy(uri[, transport, encoding, ...]) | uri [,options] -> a logical connection to an XML-RPC server |
| String([length, convert_unicode, ...]) | The base for all string and character types. |
| Tag(**kwargs) | |
| TagSplitter(req, params) | Used when tags are submitted as a comma-separated list |
| TagSubmit(req, params) | |
| TransactionID(req, params) | |
| Unicode(**kwargs[, length]) | A variable length Unicode string. |
| UnicodeText(**kwargs[, length]) | An unbounded-length Unicode string. |
| User(**kwargs) |
Exceptions
| BadRequest([description]) | 400 Bad Request |
| NoResultFound | A database result was required but none was found. |
| NotFound([description]) | 404 Not Found |
| SQLError | Raised when the execution of a database operation fails. |