diff --git a/home/wiki/Dashboard/Wiki_maintenance.html b/home/wiki/Dashboard/Wiki_maintenance.html index abfb455dc..90707e678 100644 --- a/home/wiki/Dashboard/Wiki_maintenance.html +++ b/home/wiki/Dashboard/Wiki_maintenance.html @@ -994,10 +994,10 @@ simple.wikipedia.org - y + n - 1969-12-31 + 2016-03-05 2016-03-05 @@ -1006,14 +1006,14 @@ Dump in progress - xdat - - - v1 + sqlite3 v2 + + v1 + diff --git a/home/wiki/Dev/Command-line/Dumps.html b/home/wiki/Dev/Command-line/Dumps.html index 38a226e2d..1468bf2c8 100644 --- a/home/wiki/Dev/Command-line/Dumps.html +++ b/home/wiki/Dev/Command-line/Dumps.html @@ -400,8 +400,21 @@ app.bldr.cmds { // namespaces to parse. See en.wikipedia.org/wiki/Help:Namespaces ns_ids = '0|4|14'; - // enable generation of ".html" databases. This is experimental and will increase processing time by 20% - 25% - // gen_hdump = 'y'; + + // enable generation of ".html" databases. This will increase processing time by 20% - 25% + hdump_bldr { + // generate html databases + enabled = 'y'; + + // compression method for html: 1=none; 2=zip; 3=gz; 4=bz2 + zip_tid = 3; + + // enable additional custom compression + hzip_enabled = 'y'; + + // perform extra validation step of custom compression + hzip_diff = 'y'; + } } // aggregate the lnkis diff --git a/home/wiki/Dev/Command-line/Thumbs.html b/home/wiki/Dev/Command-line/Thumbs.html index 1d7c7bce2..640bd9371 100644 --- a/home/wiki/Dev/Command-line/Thumbs.html +++ b/home/wiki/Dev/Command-line/Thumbs.html @@ -400,8 +400,21 @@ app.bldr.cmds { // namespaces to parse. See en.wikipedia.org/wiki/Help:Namespaces ns_ids = '0|4|14'; - // enable generation of ".html" databases. This is experimental and will increase processing time by 20% - 25% - // gen_hdump = 'y'; + + // enable generation of ".html" databases. This will increase processing time by 20% - 25% + hdump_bldr { + // generate html databases + enabled = 'y'; + + // compression method for html: 1=none; 2=zip; 3=gz; 4=bz2 + zip_tid = 3; + + // enable additional custom compression + hzip_enabled = 'y'; + + // perform extra validation step of custom compression + hzip_diff = 'y'; + } } // aggregate the lnkis