Part of twisted.news View Source
News server backend implementations
Maintainer: Jp Calderone
Future Plans: A PyFramer-based backend and a new backend interface that is less NNTP specificFunction | hexdigest | Undocumented |
Class | Article | Undocumented |
Class | NewsServerError | Undocumented |
Interface | INewsStorage | An interface for storing and requesting news articles |
Class | NewsStorage | Backwards compatibility class -- There is no reason to inherit from this, just implement INewsStorage instead. |
Class | PickleStorage | A trivial NewsStorage implementation using pickles |
Class | Group | Undocumented |
Class | NewsShelf | A NewStorage implementation using Twisted's dirdbm persistence module. |
Class | NewsStorageAugmentation | A NewsStorage implementation using Twisted's asynchronous DB-API |
Function | makeGroupSQL | Undocumented |
Function | makeOverviewSQL | Undocumented |