| Home | Trees | Index | Help |
|---|
|
storage
abstract: Abstract classes for use as base classes.
api: Abstract classes (interfaces) that define the Pootle backend API.
ddtp: DDTP support.
demoserver: A proof of concept XML-RPC server that exposes Pootle's backend storage.
memory: A backend that stores all the data directly in objects.
merge
po: A .po file importer and exporter.
rdb: A backend that stores all data in a relational database.
standard: Implementation of the storage API on top of the standard Pootle
storage.
test_ddtp
test_memory
test_merge
test_po
test_rdb
test_standard
tests: General tests.
__builtin__.object:
The most base type
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
Pootle.storage.abstract.AbstractMapping:
An abstract mapping.
Pootle.storage.rdb.AnnotationContainer
Pootle.storage.standard.AnnotationFileContainer:
A catalog of annotations stored in a file.
Pootle.storage.rdb.CommentContainer:
A helper for accessing comments.
Pootle.storage.rdb.FolderContainer
Pootle.storage.standard.FolderContainer
Pootle.storage.rdb.HeaderContainer:
A helper for storing headers.
Pootle.storage.memory.MappingMixin
Pootle.storage.rdb.Module
Pootle.storage.standard.Module
Pootle.storage.rdb.ModuleContainer
Pootle.storage.standard.ModuleContainer
Pootle.storage.standard.RootContainer
Pootle.storage.memory.AccumStatsMixin
Pootle.storage.rdb.Annotation
Pootle.storage.rdb.Comment
Pootle.storage.memory.Database
Pootle.storage.rdb.Database:
An SQL database connection.
Pootle.storage.ddtp.DDTPModule:
A wrapper for a folder that stores DDTP translations.
Pootle.storage.ddtp.DDTPPackage
Pootle.storage.ddtp.DDTPStore:
A DDTP translation store wrapper.
Pootle.storage.standard.HaveStatistics
Pootle.storage.rdb.Header
Pootle.storage.api.IMerger:
An object that can merge translation files.
Pootle.storage.api.Interface:
An interface.
Pootle.storage.api.Field:
An attribute that stores a particular type of data.
Pootle.storage.api.IAnnotatable:
An object that can have annotations.
Pootle.storage.api.IFolder:
A folder is a collection of modules and possibly other folders.
Pootle.storage.api.IModule:
An object corresponding to a project.
Pootle.storage.api.ITranslationStore:
A collection of translation units
Pootle.storage.api.ITranslationUnit:
A translatable string.
Pootle.storage.api.IDatabase:
A database.
Pootle.storage.api.IHaveStatistics:
An object that can provide translation statistics.
Pootle.storage.api.IFolder:
A folder is a collection of modules and possibly other folders.
Pootle.storage.api.IModule:
An object corresponding to a project.
Pootle.storage.api.ITranslationStore:
A collection of translation units
Pootle.storage.api.IMapping
Pootle.storage.api.IHeader:
Information about a translation store (maps to a .po header).
Pootle.storage.api.IModule:
An object corresponding to a project.
Pootle.storage.api.IRefersToDB:
An object stored in a database that has a reference to the
database.
Pootle.storage.api.IFolder:
A folder is a collection of modules and possibly other folders.
Pootle.storage.api.ILanguageInfo:
Basic information about a language.
Pootle.storage.api.IModule:
An object corresponding to a project.
Pootle.storage.api.ISearchable:
An object that can be searched.
Pootle.storage.api.IFolder:
A folder is a collection of modules and possibly other folders.
Pootle.storage.api.IModule:
An object corresponding to a project.
Pootle.storage.api.ITranslationStore:
A collection of translation units
Pootle.storage.api.IStatistics:
Statistics.
Pootle.storage.memory.LanguageInfo
Pootle.storage.rdb.RefersToDB:
A mixin that stores the reference to the database.
Pootle.storage.abstract.SearchableFolder:
A mixin that provides naive brute-force search for folders.
Pootle.storage.abstract.SearchableModule
Pootle.storage.abstract.SearchableTranslationStore
Pootle.storage.merge.SimpleMerger:
A naive merger.
Pootle.storage.memory.Statistics
Pootle.storage.rdb.TranslationPair
Pootle.storage.memory.TranslationUnit
exceptions.Exception:
Common base class for all exceptions.
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Aug 22 04:29:46 2006 | http://epydoc.sf.net |