mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
$version_number
This commit is contained in:
parent
f31a2477bf
commit
0d7edef16d
@ -994,10 +994,10 @@
|
|||||||
simple.wikipedia.org
|
simple.wikipedia.org
|
||||||
</td>
|
</td>
|
||||||
<td class='cell_center'>
|
<td class='cell_center'>
|
||||||
y
|
n
|
||||||
</td>
|
</td>
|
||||||
<td class='cell_center'>
|
<td class='cell_center'>
|
||||||
1969-12-31
|
2016-03-05
|
||||||
</td>
|
</td>
|
||||||
<td class='cell_center'>
|
<td class='cell_center'>
|
||||||
2016-03-05
|
2016-03-05
|
||||||
@ -1006,14 +1006,14 @@
|
|||||||
Dump in progress
|
Dump in progress
|
||||||
</td>
|
</td>
|
||||||
<td class='cell_center'>
|
<td class='cell_center'>
|
||||||
xdat
|
sqlite3
|
||||||
</td>
|
|
||||||
<td class='cell_center'>
|
|
||||||
v1
|
|
||||||
</td>
|
</td>
|
||||||
<td class='cell_center'>
|
<td class='cell_center'>
|
||||||
v2
|
v2
|
||||||
</td>
|
</td>
|
||||||
|
<td class='cell_center'>
|
||||||
|
v1
|
||||||
|
</td>
|
||||||
<td class='cell_center'>
|
<td class='cell_center'>
|
||||||
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("simple.wikipedia.org")'>Import</button>
|
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("simple.wikipedia.org")'>Import</button>
|
||||||
</td>
|
</td>
|
||||||
|
@ -400,8 +400,21 @@ app.bldr.cmds {
|
|||||||
// namespaces to parse. See en.wikipedia.org/wiki/Help:Namespaces
|
// namespaces to parse. See en.wikipedia.org/wiki/Help:Namespaces
|
||||||
ns_ids = '0|4|14';
|
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
|
// aggregate the lnkis
|
||||||
|
@ -400,8 +400,21 @@ app.bldr.cmds {
|
|||||||
// namespaces to parse. See en.wikipedia.org/wiki/Help:Namespaces
|
// namespaces to parse. See en.wikipedia.org/wiki/Help:Namespaces
|
||||||
ns_ids = '0|4|14';
|
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
|
// aggregate the lnkis
|
||||||
|
Loading…
Reference in New Issue
Block a user