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-09-02 15:41:45 -04:00
parent 8daf05754d
commit 13144db111
2 changed files with 2 additions and 2 deletions

View File

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

View File

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