From: <mar...@we...> - 2005-04-21 08:59:19
|
Hi all, I'm new to phpwiki and I'm trying to use it for the purposes of the website for creating an open-source thesaurus (see synonimy.sourceforge.net or www.openthesaurus.de). The thesaurus itself uses a strict format of data and wiki style editing would be too cumbersome, but I'd like to have some special pages for users. What I really need is a kind of tagging to use in phpwiki to create special links. There will be pages in my wiki containing lists of words that should be added eventually to the thesaurus. These word lists can be created automatically and words could be enclosed in special brackets like {{}} etc. The wiki could use this tagging to create urls like http://synonimy.sourceforge.net/synset?word=foobar etc. Is it possible to do something like that? Or maybe is it possible to do something more fancy, like generating red underline on words that are not yet in my mysql database, and green underline on words included -- some automated db plugin could parse the page before displaying it (the queries would be quite simple). Thanks to wiki users could comment on some words (for example there are words that are extremely unlikely to have a synonym - like "tooth" for example), and suggest words that feel are important but they could not remember the synonym. Thank you for all your advices on this subject. Regards, Marcin Milkowski (admin of the synonimy.sf.net project) |