1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

$version_number

This commit is contained in:
gnosygnu 2016-05-20 21:25:19 -04:00
parent f31a2477bf
commit 0d7edef16d
3 changed files with 36 additions and 10 deletions

View File

@ -994,10 +994,10 @@
simple.wikipedia.org
</td>
<td class='cell_center'>
y
n
</td>
<td class='cell_center'>
1969-12-31
2016-03-05
</td>
<td class='cell_center'>
2016-03-05
@ -1006,14 +1006,14 @@
Dump in progress
</td>
<td class='cell_center'>
xdat
</td>
<td class='cell_center'>
v1
sqlite3
</td>
<td class='cell_center'>
v2
</td>
<td class='cell_center'>
v1
</td>
<td class='cell_center'>
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("simple.wikipedia.org")'>Import</button>
</td>

View File

@ -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

View File

@ -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