83,675
edits
Hoof Hearted (talk | contribs) m (→Google Analytics: fix category display order) |
Hoof Hearted (talk | contribs) m (→How to get size information: tidy section, add info for MoinMoin) |
||
Line 52: | Line 52: | ||
==How to get size information== | ==How to get size information== | ||
Most [[:Category:Wiki Engine|wiki engines]] provide statistics somewhere which includes a page count. Here's how to find them for various wiki engines (although it can also depend on version) | Most [[:Category:Wiki Engine|wiki engines]] provide statistics somewhere, which includes a page count. Here's how to find them for various wiki engines (although it can also depend on the software version being run by the said wiki). For most, you need to add (or replace) a specific text at the end of the relevant wiki URL in the address bar of your web browser. | ||
#[[:Category:MediaWiki|MediaWiki]] – | #[[:Category:MediaWiki|MediaWiki]] – add ''Special:Statistics'' at the end of the URL||<code><nowiki>http://YourWikiURL.org/Special:Statistics</nowiki></code> – There is a number called "Content pages" or sometimes "pages that are probably legitimate content pages" -- use <u>that</u> number. Ignore the (often much larger) "all pages in the wiki, including redirects" number. We can also [http://s23.org/wikistats/addwiki/ add] MediaWiki listings to the http://s23.org/wikistats/mediawikis_html.php system which tracks various wiki stats. | ||
#[[:Category:MoinMoin|MoinMoin]] – | #[[:Category:MoinMoin|MoinMoin]] – add ''PageSize'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/PageSize</nowiki></code> | ||
#[[:Category:UseModWiki|UseModWiki]] – | #[[:Category:UseModWiki|UseModWiki]] – add ''?action=index'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/?action=index</nowiki></code> | ||
#[[:Category:Pbwiki|Pbwiki]] – replace any page name with <code>AllPages</code> | #[[:Category:Pbwiki|Pbwiki]] – replace any page name with <code>AllPages</code> | ||
#[[:Category:PhpWiki|PhpWiki]] – an option: Search for letter "e" in all Titles (''Is there a better way?'') | #[[:Category:PhpWiki|PhpWiki]] – an option: Search for letter "e" in all Titles (''Is there a better way?'') | ||
#[[:Category:ProWiki|ProWiki]] – | #[[:Category:ProWiki|ProWiki]] – add ''?action=spx'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/?action=spx</nowiki></code> | ||
#[[:Category:PmWiki|PmWiki]] – search for / and scroll to the bottom (maybe searching for <code>main/</code> would be better) | #[[:Category:PmWiki|PmWiki]] – search for / and scroll to the bottom (maybe searching for <code>main/</code> would be better) | ||
#[[:Category:Tikiwiki|Tikiwiki]] – replace ending <code>/tiki-lastchanges.php</code> with <code>/tiki-stats.php</code> | #[[:Category:Tikiwiki|Tikiwiki]] – replace ending <code>/tiki-lastchanges.php</code> with <code>/tiki-stats.php</code> | ||
#[[:Category:Twiki|Twiki]] – | #[[:Category:Twiki|Twiki]] – add ''/WebIndex'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/WebIndex</nowiki></code> | ||
#[[:Category:Oddmuse|Oddmuse]] – in ''RecentChanges'' click on ''1 day'' and replace ''?action=rc;days=1;all=0;showedit=0'' with ''?action=index'' | #[[:Category:Oddmuse|Oddmuse]] – in ''RecentChanges'' click on ''1 day'' and replace ''?action=rc;days=1;all=0;showedit=0'' with ''?action=index'' | ||
#[[:Category:Wikispaces|Wikispaces]] – replace ''/changes'' ending the recent changes url with ''/pagelist'' | #[[:Category:Wikispaces|Wikispaces]] – replace ''/changes'' ending the recent changes url with ''/pagelist'' | ||
#[[:Category:Wikia|Wikia]] – is usually found somewhere prominent on the main page, more detailed info can be found at <code><nowiki>http://YourWikiURL.org/Special:Statistics</nowiki></code> | #[[:Category:Wikia|Wikia]] – is usually found somewhere prominent on the main page, more detailed info can be found at <code><nowiki>http://YourWikiURL.org/Special:Statistics</nowiki></code> | ||
#[[:Category:DokuWiki|DokuWiki]] – ??? | |||
==How to calculate the wikiFactor of a site== | ==How to calculate the wikiFactor of a site== |
edits