|
From: will <wi...@bl...> - 2003-01-27 05:51:34
|
On Mon, 27 Jan 2003, Wari Wahab wrote: > > > I don't know how we want to handle ignoring certaing directories in > > pyblosxom. I would think this is the sort of thing we want to do > > globally somehow. Maybe tools.Walk should know about ignored > > directories and not recurse through them? > > This is a limitation that should be addressed by a template (it's the > template problem domain). But the only thing is that blosxom templates > are not that powerful to do such things. Mmmm... Perhaps we should have template entries in the ini file that dictate properties for those templates? In regards to ignoring things globally, I would think that there are a series of directories (and files) that would want to be ignored by everything--regardless of the template. So then maybe we shoudl add something like this to the ini file: ignore = CVS *.tmp and then tools.Walk would naturally never return those kinds of files. /will ps. I didn't notice I was doing a reply-all on all of the previous emails until just now. My apologies to those who just got duplicates and triplicates of some of them. |