Tags:
create new tag
view all tags

Question

I have deployed a TWiki on windows platform based on IndigoPerlCookBook

I followed exactly. It was working except for..

Backlink is not working. It displays zero result.

The parent topic also couldn't identify the child topic when viewing under "more topic actions".

However, it is able to identify references when deleting a parent topic.

What additional settings are required ?

Environment

TWiki version: TWiki Release 4.1.2
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin, tagmeplugin, WysiWygPlugin, tagCloudPluging
Server OS: Windows Vista and Windows Server 2003
Web server: Apache/2.0.44 (Win32)
Perl version: mod_perl/1.99_08 Perl/v5.8.6
Client OS: Windows Vista and Windows Server 2003
Web Browser: Firefox
Categories: Deployment

-- BrandonTeoh - 01 Aug 2007

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 have found the answer finally. After doing trial and error here and there.

There is nothing wrong with the codes TWiki 4.1.2(Edinburgh) 03 March 2007.

It is about the setting for EGrep and FGrep (Configuration/Store Settings).

You can still follow exactly the IndigoPerlCookBook. And provide the EGrep and FGrep settings as the follows:

{RCS}{EgrepCmd} set it to:

c:\progra~1\GnuWin32\bin\grep.exe -E %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%

{RCS}{FgrepCmd} set it to:

c:\progra~1\GnuWin32\bin\grep.exe -F %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%

Basically, I got to these findings by comparing the configuration apple to apple with TWikiWindowsPersonal, which by default the "backlink" works. And it doesn't require any configuration!

And it works. "Backlinks" works!

However, for the listing of "child topics" under more topic actions, by providing such settings doesn't get the listing out yet. But I think it is not practical to show it there when there are many "child topics"

-- BrandonTeoh - 15 Aug 2007

I updated the IndigoPerlCookbook with Brandon's solution.

-- CrawfordCurrie - 22 Aug 2007

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2007-08-22 - CrawfordCurrie
 
  • 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.