83,675
edits
Hoof Hearted (talk | contribs) m (→Boilerplate: copied and replaced text from {{template|wiki}} - for consistency) |
Hoof Hearted (talk | contribs) m (→How to get size information: slashes) |
||
Line 60: | Line 60: | ||
==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 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. | 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]] – add ''Special:Statistics'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/Special:Statistics</nowiki></code> – | #[[: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]] – add ''PageSize'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/PageSize</nowiki></code> | #[[:Category:MoinMoin|MoinMoin]] – add ''/PageSize'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/PageSize</nowiki></code> | ||
#[[:Category:UseModWiki|UseModWiki]] – add ''?action=index'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/?action=index</nowiki></code> | #[[: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]] – add ''?action=spx'' at the end of the URL – <code><nowiki>http://YourWikiURL.org/?action=spx</nowiki></code> | #[[: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> |
edits