Home | Trees | Index | Help |
|
---|
Package Pyblosxom :: Package entries :: Module base |
|
This module contains the base class for all the Entry classes. The EntryBase class is essentially the API for entries in PyBlosxom. Reading through the comments for this class will walk you through building your own EntryBase derivatives.
This module also holds a generic generate_entry function which will generate a BaseEntry with data that you provide for it.Classes | |
---|---|
EntryBase |
EntryBase is the base class for all the Entry classes. |
Function Summary | |
---|---|
Takes a properties dict and a data string and generates a generic entry using the data you provided. |
Variable Summary | |
---|---|
int |
BIGNUM = 2000000000 |
str |
CONTENT_KEY = 'body'
|
str |
DOESNOTEXIST = 'THISKEYDOESNOTEXIST'
|
str |
DOESNOTEXIST2 = 'THISKEYDOESNOTEXIST2'
|
Function Details |
---|
generate_entry(request, properties, data, mtime)Takes a properties dict and a data string and generates a generic entry using the data you provided.
|
Variable Details |
---|
BIGNUM
|
CONTENT_KEY
|
DOESNOTEXIST
|
DOESNOTEXIST2
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 | http://epydoc.sf.net |