From: Adam S. <ad...@pe...> - 2001-09-27 00:33:58
|
> * Is there a proposal on board for templates as in the 1.3 task list? Is > there some other wiki which does it right I should go look at? i believe that the current alpha one supports templates but i'm not sure. > * The /SubPages like on UseMod would be really easy to implement. Should > they be? i've never heard an arugment against subpages but i've never really heard a good argument *for* them either. > * Does anyone anywhere support "half-links" that don't show up in > BackLinks? It seems one problem with categories is that even pages > which just mention them or point to them as part of documentations are > categorized. I suppose this could be fixed with a plugin. It seems > like an un-wiki thing to do, but on the other hand, I don't want my > users to have to read through noise. the way i tried to do this in moinmoin was to list my categories list this: [CategoryDocumentation] and then i could search for that which shouldn't appear unless it's a category tag. it didn't work cause i couldn't make moinmoins search plugin excape the []'s and never got around to fixing it, but something similar to that should work fine. i still like the idea of categories / topics becoming metadata and there being drop down boxes to select them on the edit page (with the defautl being CategoryUnknown and TopicUnknown). > * Is there a good reason IsAProject is not a WikiWord? i don't think so. this annoys me as well, i think the main reason is to cut down on accidental wiki words. > * I'm also interested in making a general search tool plugin that shows > some meta data about every document it pulls up, or that pulls data > from the page (<?plugin searchTable "*Person" age?> might look for > lines beginning "Age: " and list what follows as a column in the > results). Any thoughts? this would work well with the metadata stuff. > * I really want my searches to be able to tell me when a Category was > added to a page, even if that page has been modified several times > since then. Would it be possible to add a "ctime" to the link table? i believe the alpha version has full diffs so you should be able to find that information that way. adam. |