Tags:
create new tag
view all tags

Question

Hello

We would like to clean up our TWiki webs by indentifying topics that are no longer needed. To define a topic that is no longer needed I suppose I need a search for old topics by a certain date that are note linked to by other topics. I have a search like

%SEARCH{ "\.*" web="myWeb" scope="topic" regex="on" nosearch="on" nototal="on" order="modified"    format="| [[$topic]] | $wikiusername  | $date |" limit="100" }%

that lists the oldest files. Is it possible to know if these are linked to by other topics?

Environment

TWiki version: TWikiRelease04Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux RH7.3
Web server: Apache 1.3
Perl version: 5.008
Client OS: Windows, Linux
Web Browser: IE, Mozilla, Firefox
Categories: Search

-- PeterJones - 01 Nov 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.

You can do a nested search to find backlinks. Note that nested searches are slow.

| *50 Oldest Topics* | *Backlinks* |
%SEARCH{ "\.*" regex="on" nosearch="on" nototal="on" order="modified" format="| <b>[[$topic]]</b>%BR% &nbsp;&nbsp; $wikiusername - $date | $percntSEARCH{ \"$topic\" regex=\"on\" nosearch=\"on\" nototal=\"on\" format=\"$dollartopic\" separator=\", \" }$percnt |" limit="50" }%

-- PeterThoeny - 01 Nov 2005

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2005-11-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.