Wiki Stats |
|
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`"