|
From: Wari W. <wa...@ce...> - 2003-01-27 02:03:51
|
* will <wi...@bl...> [030126 04:49]: > There's already a max config parameter. I'm wondering if we shouldn't > have an override via the url. Yeah, that max parameter is called num_entries in py dict. > 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. Why templates, well if you expect a large number of entries, you will need to do an index template, for an index template, it'll be light on the bandwidth. Another thing we could consider is to have a <prev and a next> page thingy. First time you'll see an entry overflow, you'll have something like pyblosxom.cgi/category?page=n, which then causes pyblosxom to display (num_entries * n) to (num_entries * n + (num_entries - 1)) What do you think? Of course, this would need a page plugin thingy that takes in an entryList, and modifies it to display the proper entries. -- Regards: Wari Wahab Senior R&D Engineer Celestix Networks http://www.celestix.com/ |