If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
spc_section_alias
The plugin allows for better management and a whole lot of flexibility with sections and section names.
As we all know, Textpattern lacks a human readable section naming scheme as well as the ability to associate meta information such as descriptions, link titles, and ids with a section. This plugin rectifies this in a somewhat kludgy but functional fashion.
At heart, my plugin is essentially a hash table written in PHP to handle section names. It does not actually store anything in a database; instead it requires that the section information be loaded on each page refresh (most likely out of a form).
Detailed description in the initial forum post.