Wiki Stats

lua-users home
wiki

Showing revision 7
Now (2015 May) this wiki has 949 pages.

Here is a list of all pages.[1]

Samples of the size of this wiki:

date            pages   content size
----            -----   ------------
2007-Jan        553     2096 K
2006-Apr        461     1665 K
2004-Jul        303     1053 K
2004-Jan        270      927 K
2003-Jul        244      879 K
2003-Jan        163      499 K

The stats are manually collected as follows:

wget -r -np -D lua-users.org --html-extension http://lua-users.org/wiki/
cd lua-users.org/wiki
rm index.html
echo "pages: `ls | wc -l`"
find -name '*.html' -exec lynx -dump -nolist '{}' > text_dump ';'
echo "bytes: `wc -c text_dump`"

RecentChanges · preferences
edit · history · current revision
Edited May 15, 2015 12:54 pm GMT (diff)