mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
$version_number
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
|
||||
</li>
|
||||
<li>
|
||||
Under "Category system", choose "Upgrade to version 2"
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
Wikitext databases will have <code>-text-</code> in the file name. For example, <code>en.wikipedia.org-text-ns.000.xowa</code>
|
||||
</li>
|
||||
<li>
|
||||
Users can generates this Wikitext set by using either <a href="http://xowa.org/home/wiki/Dashboard/Import/Online.html" id="xolnki_2" title="Dashboard/Import/Online" class="xowa-visited">Dashboard/Import/Online</a> or <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
|
||||
Users can generates this Wikitext set by using either <a href="http://xowa.org/home/wiki/Dashboard/Import/Online.html" id="xolnki_2" title="Dashboard/Import/Online" class="xowa-visited">Dashboard/Import/Online</a> or <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikitext databases have been supported since the very start of XOWA. As such, they have a full set of functionality
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<span class="mw-headline" id="Import_offline_by_script">Import offline by script</span>
|
||||
</h2>
|
||||
<p>
|
||||
The <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_6" title="Dashboard/Import/Offline">Import offline</a> page can generate a script that will import a wiki.
|
||||
The <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_6" title="Dashboard/Import/Offline" class="xowa-visited">Import offline</a> page can generate a script that will import a wiki.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
If you've downloaded a dump already, you can import the .bz2 file into XOWA.
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Import_through_Dashboard.2FImport.2FOffline">Import through <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a></span>
|
||||
<span class="mw-headline" id="Import_through_Dashboard.2FImport.2FOffline">Import through <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a></span>
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
|
||||
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
|
||||
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
|
||||
</li>
|
||||
<li>
|
||||
Change the "Wiki" choice from "Wikipedia" to "Other wiki"
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<a href="#Lua"><span class="tocnumber">5</span> <span class="toctext">Lua</span></a>
|
||||
<ul>
|
||||
<li class="toclevel-2 tocsection-10">
|
||||
<a href="#example.xowa.lua"><span class="tocnumber">5.1</span> <span class="toctext">example.xowa.lua</span></a>
|
||||
<a href="#example.main.lua"><span class="tocnumber">5.1</span> <span class="toctext">example.main.lua</span></a>
|
||||
</li>
|
||||
<li class="toclevel-2 tocsection-11">
|
||||
<a href="#example.util.lua"><span class="tocnumber">5.2</span> <span class="toctext">example.util.lua</span></a>
|
||||
@@ -162,7 +162,7 @@ function xoscript__main(xo) {
|
||||
* "file": a file path to the extension's "main" file. See the "example.main.js" for what should go in a "main" file"
|
||||
*/
|
||||
xo.reg_xtn("example.js" , "./example.js/example.main.js");
|
||||
xo.reg_xtn("example.lua", "./example.lua/example.xowa.lua");
|
||||
xo.reg_xtn("example.lua", "./example.lua/example.main.lua");
|
||||
}
|
||||
</pre>
|
||||
<h3>
|
||||
@@ -224,7 +224,7 @@ function xoscript__page_write_end(page)
|
||||
|
||||
/*
|
||||
adds arbitrary html to the tail document
|
||||
* Specifically: '<I>USING A FUNCTION FROM EXAMPLE.UTIL.JS</I>'
|
||||
* Specifically: '<I>USING A FUNCTION FROM EXAMPLE.UTIL.JS</I>'
|
||||
|
||||
Note that this line also demonstrates calling utility scripts:
|
||||
* in this case "xo_uppercase" exists in "./example.util.js"
|
||||
@@ -284,7 +284,7 @@ if ( h1Elements.length != 0 ) {
|
||||
<span class="mw-headline" id="Lua">Lua</span>
|
||||
</h2>
|
||||
<h3>
|
||||
<span class="mw-headline" id="example.xowa.lua">example.xowa.lua</span>
|
||||
<span class="mw-headline" id="example.main.lua">example.main.lua</span>
|
||||
</h3>
|
||||
<pre>
|
||||
function xoscript__init(env)
|
||||
|
||||
Reference in New Issue
Block a user