Wiki Stats |
|
|
Here is a list of all pages.[1] ----- |
|
{{{ |
|
{{{ |
|
2015-May 949 5076 K |
|
{{{ wget -r -np -D lua-users.org --html-extension http://lua-users.org/wiki/ |
|
{{{ wget -E -k -K -p -r -l 1 --wait 1 --random-wait -r -l 1 --wait 1 --random-wait |
|
rm index.html echo "pages: `ls | wc -l`" find -name '*.html' -exec lynx -dump -nolist '{}' > text_dump ';' echo "bytes: `wc -c text_dump`" |
|
find -name '*.html' | xargs -I {} -L1 w3m -dump {} >> text_dump du -BK text_dump |
date pages content size ---- ----- ------------ 2015-May 949 5076 K 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 -E -k -K -p -r -l 1 --wait 1 --random-wait -r -l 1 --wait 1 --random-wait
cd lua-users.org/wiki
find -name '*.html' | xargs -I {} -L1 w3m -dump {} >> text_dump
du -BK text_dump