Changes between Initial Version and Version 1 of WikiStatsPlugin


Ignore:
Timestamp:
Dec 15, 2007, 2:24:19 AM (16 years ago)
Author:
RottenChester
Comment:

New hack WikiStatsPlugin, created by Rottenchester

Legend:

Unmodified
Added
Removed
Modified
  • WikiStatsPlugin

    v1 v1  
     1= Wiki User and Page Statistics =
     2
     3== Description ==
     4
     5Three macros:
     6
     7Stats prints stats of edits and attachments by one user, or all users in the wiki.
     8
     9Pagecount prints a count of the number of pages in the wiki.
     10
     11Usercount prints a count of users in the wiki.  For this to work, you must be using the acct_mgr plugin with the db backend.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for WikiStatsPlugin are
     16[report:9?COMPONENT=WikiStatsPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=WikiStatsPlugin&owner=Rottenchester new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:wikistatsplugin here].
     24
     25== Source ==
     26
     27You can check out WikiStatsPlugin from [http://trac-hacks.org/svn/wikistatsplugin here] using Subversion, or [source:wikistatsplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31Stats for an individual:
     32{{{
     33    [[Stats(Username)]]
     34}}}
     35Stats for the entire wiki:
     36{{{
     37    [[Stats]]
     38}}}
     39
     40Count of pages:
     41{{{
     42    [[PageCount]]
     43}}}
     44Count of users:
     45{{{
     46    [[UserCount]]
     47}}}
     48
     49
     50== Recent Changes ==
     51
     52[[ChangeLog(wikistatsplugin, 3)]]
     53
     54== Author/Contributors ==
     55
     56'''Author:''' [wiki:Rottenchester] [[BR]]
     57'''Contributors:'''