Question
How can I find/search for new
WikiWords which are not topics. It would be nice, to get an overview about all used "WikiWords" which have not been edited yet. We try to establish a kind of information request: one user creates a new
WikiWord, which should be explained by an other user.
Environment
--
AndreRoessler - 05 Aug 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I know, there is a workaround by creating a page, which accumulates all information requests including the position where to deposit the information. But an other task is, to search for information gaps in the twiki system without reading all topics or finding it by chance.
--
AndreRoessler - 05 Aug 2005
although I can't remeber where they are, there have a number of scripts written (maybe even a plugin) that list all uncreated
WikiWords
i just found
SuggestLinksPlugin for eg
--
SvenDowideit - 05 Aug 2005
Sorry, but I canīt find in the description of the named plugin (
SuggestLinksPlugin) that this plugin is searching for new
WikiWords which are not "topics". I need a list of
WikiWords which are marked as links with "?" and not have been explained yet.
--
AndreRoessler - 05 Aug 2005
A script could be created relatively easily. Spec:
- Create empty array for each web
- For each web:
- Find all WikiWords in all topics and add to array
- Pay attention to
Web.TopicName links (add to appropriate array)
- For each web:
- Sort and uniq list of found WikiWords
- Get sorted list of all topics in the web
- Compare the two lists
This could be packed as a Plugin.
--
PeterThoeny - 01 Oct 2005