Tags:
create new tag
, view all tags

Question

I would like to have a list of WikiWords that never get expanded. For example, if my site has a lot of webs and we talk about JavaScript a lot, I don't want to a) have a JavaScript topic in each web, or b) have ?s all over the place.

Environment

TWiki version: TWikiRelease01Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS: Mac OS X 10.3.3
Web Browser: Firefox 1.0PR

-- KenMankoff - 01 Oct 2004

Answer

Sounds like a new Plugin. Or could be simply a line like this in DefaultPlugin's startRenderingHandler:

    $_[0] =~ s/(JavaScript|OtherWikiWord|AndSoOn)/<nop>$1/go;

-- PeterThoeny - 01 Oct 2004

Topic revision: r2 - 2004-10-02 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.