-- limodou [DateTime(2004-09-21T23:58:02Z)] TableOfContents

PyBlosxom Develop

This is my personal PyBlosxom developing page.

Plugins

xmlrpc_newedit.py

This plugin is a xmlrpc plugin, so you need install xmlrpc.py plugin first. This plugin provide these method, just like:

If you want to use putFile function, you should add parameter as blow:

getSysFile is used to modify some important files just like links.dat, flavour template files, etc. If you want to use this method, you shoud add parameter in config.py as blow:

For example:

config.py

py['newedit_filepath'] = 'files'
py['newedit_filelist'] = 'filelist.dat'

the structure of directory:

  ---  entries/   #datadir
         |
         +------ files/
         |
         +------ filelist.dat