index.py For the impatient:   Download [index.py](index.py)   [PyBlosxom home page](http://pyblosxom.bluesock.org/)   [PyBlosxom plugin registry](http://pyblosxom.bluesock.org/blog/registry?sortby=path) _Updated 5/4/2007._ [index.py](index.py) is a [PyBlosxom](http://pyblosxom.bluesock.org/) plugin that displays displays an alphabetical index of all entries. It's similar to [other](http://pyblosxom.bluesock.org/blog/registry/archives/pyarchives) [index](http://pyblosxom.bluesock.org/blog/registry/archives/wbgarchives) [plugins](http://pyblosxom.bluesock.org/blog/registry/category/pycategories), except that it indexes the entries by name, instead of by date. There are number of config parameters available to customize index.py's behavior, all optional. Here they are, along with their defaults: py['index_trigger'] = '/site-index' py['index_num_columns'] = 2 py['index_letters_first'] = True py['index_title'] = 'index' py['index_use_story_template'] = True index.py is copyright 2006 [Ryan Barrett](about), and is distributed under the [GPL](http://www.gnu.org/licenses/gpl.html).