From: Eric P. <ep...@up...> - 2005-06-03 15:21:59
|
So, I am hoping to bring my work to a close, and realized that Brett regenerated the site and listed each plugin using it's name: # AlmostPlainText Plug-in # Maven Axis Plugin # Maven DB2 Plug-in # Dbunit Plug-in # Debian Package Plug-In Whereas, using the navigation.jelly script to generate the navigation you get # aptdoc # axis # db2 # dbunit # deb # dotuml # doxygen I don't have a really strong feeling about either, though I don't like how a lot plugins start with the word "Maven", for example, "Maven Axis Plugin". Actually, not sure I like that they end in Plugin either! But at any rate, I'd like to pick one method or the other. And, I am actually thinking that using the generated navigation.xml provided by either navigation.jelly or multiproject plugin isn't right. I'd like to just check in a navigation.xml and be able to hand edit it. It seems to me that we should be grouping our plugins by category or something... Right now it is a big long list that isn't managable. You have to know what each project is to know what the plugin does... I'd rather have some categories like: Code Server Lint Site And then put the plugins under those... Comments? Other categories? Eric |