Actually, it is no longer necessary to have the indirection of clicking on the title. The list of categories above was achieved by the following search command:
% SEARCH{search="Category" nosummary="on" scope="topic" noheader="on" nosearch="on" nototal="on" format=" * [[$topic]]" } %Note that the spaces after first and before the last % sign should be left out. These are necessary since TWiki's variable expansion mechanism doesn't respect verbatim mode. When creating a new category add to the page of the category the following search command:
% SEARCH{search="X" nosummary="on" scope="text" noheader="on" nosearch="on" nototal="on" format=" * [[$topic]]" } %where
X
is the name of the category. -- EelcoVisser - 12 Nov 2001