| TWiki version: | TWikiRelease01Dec2001 |
| TWiki plugins: | DefaultPlugin, EmptyPlugin, InterwikiPlugin |
| Server OS: | Debian Linux 2.4.18-686-smp |
| Web server: | Apache |
| Perl version: | perl, v5.8.3 |
| Client OS: | MS Windows 2K SP4 |
| Web Browser: | Internet Explorer, Mozilla Firefox |
%INCLUDE{"%STATISTICSTOPIC%" pattern=".*?\-\-statTopContributors\-\-\>[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}%
However, how would I be able to exclude topics such as WebHome using the regex I've got above?
-- VivekDelhikar - 19 Feb 2004
Write this to get the all topics:
%INCLUDE{"%STATISTICSTOPIC%" pattern=".*?\-\-statTopContributors\-\-\>[^\r\n]+[\r\n]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+([^\r\n]+).*"}%
This renders as:
| 3114 InsertLinkHere 2958 WebHome 2276 SID-02382 481 AskedAndAssignedQuestions 445 WebNotify 378 SupportGuidelines 370 WebChanges 357 WebSearch 324 SupportForum 278 SID-02372 |
|%INCLUDE{"%STATISTICSTOPIC%" pattern=".*?\-\-statTopContributors\-\-\>[^\r\n]+[\r\n]+.*?WebHome[^0-9]*([^\r\n]+).*"}%
This renders as:
| 2276 SID-02382 481 AskedAndAssignedQuestions 445 WebNotify 378 SupportGuidelines 370 WebChanges 357 WebSearch 324 SupportForum 278 SID-02372 |