mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
fix instructions for command-line build
This commit is contained in:
@@ -168,21 +168,18 @@ app.bldr.cmds {
|
||||
// generate search data
|
||||
add ('simple.wikipedia.org' , 'text.search');
|
||||
|
||||
// generate main category data
|
||||
add ('simple.wikipedia.org' , 'text.cat.core');
|
||||
|
||||
// import category links
|
||||
add ('simple.wikipedia.org' , 'text.cat.link');
|
||||
|
||||
// apply hidden categories
|
||||
add ('simple.wikipedia.org' , 'text.cat.hidden');
|
||||
|
||||
// end import
|
||||
add ('simple.wikipedia.org' , 'text.term');
|
||||
|
||||
// import css into wiki
|
||||
add ('simple.wikipedia.org' , 'text.css');
|
||||
|
||||
// create main category table (also mark hidden categories)
|
||||
add ('simple.wikipedia.org' , 'wiki.page_props');
|
||||
|
||||
// create category links
|
||||
add ('simple.wikipedia.org' , 'wiki.categorylinks');
|
||||
|
||||
// cleanup temp files; delete xml and bz2
|
||||
add ('simple.wikipedia.org' , 'util.cleanup') {delete_tmp = 'y'; delete_by_match('*.xml|*.sql|*.bz2|*.gz');}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
update xowa config ⊗
|
||||
</div>
|
||||
<p>
|
||||
. You can also configure this option at <a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_2" title="Options/Files">Options/Files</a>
|
||||
. You can also configure this option at <a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_2" title="Options/Files" class="xowa-visited">Options/Files</a>
|
||||
</p>
|
||||
<p>
|
||||
For more information about the config, see the section below.
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_2" title="Options/Files">Options/Files</a> and check "Download enabled"
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_2" title="Options/Files" class="xowa-visited">Options/Files</a> and check "Download enabled"
|
||||
</li>
|
||||
<li>
|
||||
Restart XOWA and navigate to any page. Any images will be downloaded automatically.
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_2" title="Options/Files">Options/Files</a> and check "Download enabled"
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_2" title="Options/Files" class="xowa-visited">Options/Files</a> and check "Download enabled"
|
||||
</li>
|
||||
<li>
|
||||
Restart XOWA and navigate to any page. Any images will be downloaded automatically.
|
||||
|
||||
Reference in New Issue
Block a user