[Rest2web-develop] rest2web and ConfigObj
Brought to you by:
mjfoord
|
From: Michael F. <mi...@pc...> - 2005-08-10 08:55:54
|
Hello All,
Updates to rest2web. I'm working towards a new release.
I've removed some image files
Also cleaned up the gallery files
More work on the gallery/plugin system
py2exe-setup.py now works (builds rest2web as a windoze executable)
make_dist.py now works - builds a distribution from the SVN
repository files
The gallery is nearly ready. I also have some thorny questions about
encodings and the plugin system to resolve.
Issues to resolve before next release :
finish gallery todo list
finish plugin system
finish gallery and plugins docs
implement 'file' keyword
make 'section' an ordered dictionary
add keyword to specify ordering of pages in section
I've also done a bugfix in ConfigObj - I hope this doesn't cross over
with anything you've done Nicola. It was only one line I changed (line
805) :
if os.path.isfile:
became :
if os.path.isfile(self.filename):
Are you alright with the changes to validate/ConfigObj Nicola ? If not,
I can do them. I'd like to get that released as well. The docs need
updating - but it depends on the implementation details of the changes
we discussed.........
Best Regards,
Fuzzyman
http://www.voidspace.org.uk/python
|