Tags:
create new tag
view all tags

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

TWiki version: TWikiRelease02Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Missing functionality

-- AndreRoessler - 05 Aug 2005

Answer

ALERT! 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:

  1. Create empty array for each web
  2. For each web:
    • Find all WikiWords in all topics and add to array
    • Pay attention to Web.TopicName links (add to appropriate array)
  3. 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

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2005-10-01 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.