| 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:
| 4193 WebHome 2848 SupportForumMaintenance 297 WebSearch 267 LdapAuthenticationHowTo 257 SID-00106 226 AuthenticationWithApacheAndLDAP 221 IncludeVerbatim 211 SupportGuidelines 199 WebNotify 161 InstallDigestSHA1Fails |
26 PeterThoeny 10 KarthikB 5 MitchKutzko 2 EddieBrettingham 2 AjayYadav 2 DomenikaStoiser 1 ArunachalamMallikarjunan 1 PaoloGallo 1 TWikiGuest 1 MarkMortimore |
|%INCLUDE{"%STATISTICSTOPIC%" pattern=".*?\-\-statTopContributors\-\-\>[^\r\n]+[\r\n]+.*?WebHome[^0-9]*([^\r\n]+).*"}%
This renders as:
PeterThoeny - 05 May 2004