Wiki Stats

lua-users home
wiki

Difference (from prior major revision) (author diff)

Removed: 1,2d0
Now (2015 May) this wiki has 949 pages.


Added: 4a3,4
-----


Changed: 7c7
{{{
{{{

Added: 9a10
2015-May 949 5076 K

Changed: 20,21c21,22
{{{
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

Changed: 23,26c24,25
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

Here is a list of all pages.[1]


Samples of the size of this wiki:

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

RecentChanges · preferences
edit · history
Last edited May 16, 2015 5:57 am GMT (diff)