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
8daf05754d
commit
13144db111
@ -371,7 +371,7 @@ app.bldr.cmds {
|
|||||||
// create an "image" table to get the metadata for all files in the current wiki
|
// create an "image" table to get the metadata for all files in the current wiki
|
||||||
add ('simple.wikipedia.org' , 'wiki.image');
|
add ('simple.wikipedia.org' , 'wiki.image');
|
||||||
|
|
||||||
// create an "imagelinks" table to find out which images are used for the wiki (performance optimization)
|
// create an "imagelinks" table to find out which images are used for the wiki
|
||||||
add ('simple.wikipedia.org' , 'wiki.imagelinks');
|
add ('simple.wikipedia.org' , 'wiki.imagelinks');
|
||||||
|
|
||||||
// parse all page-to-page links
|
// parse all page-to-page links
|
||||||
|
@ -371,7 +371,7 @@ app.bldr.cmds {
|
|||||||
// create an "image" table to get the metadata for all files in the current wiki
|
// create an "image" table to get the metadata for all files in the current wiki
|
||||||
add ('simple.wikipedia.org' , 'wiki.image');
|
add ('simple.wikipedia.org' , 'wiki.image');
|
||||||
|
|
||||||
// create an "imagelinks" table to find out which images are used for the wiki (performance optimization)
|
// create an "imagelinks" table to find out which images are used for the wiki
|
||||||
add ('simple.wikipedia.org' , 'wiki.imagelinks');
|
add ('simple.wikipedia.org' , 'wiki.imagelinks');
|
||||||
|
|
||||||
// parse all page-to-page links
|
// parse all page-to-page links
|
||||||
|
Loading…
Reference in New Issue
Block a user