mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
http_server_disable_special
This commit is contained in:
parent
4dc715ca72
commit
34fe9fed70
@ -66,6 +66,66 @@
|
||||
Launch your browser on a <b>client</b> machine and navigate to the IP Address of the server machine. <code>192.168.0.100:8080</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Advanced">Advanced</span>
|
||||
</h2>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Disabling_Specials_such_as_XowaCfg">Disabling Specials such as XowaCfg</span>
|
||||
</h3>
|
||||
<p>
|
||||
Launch xowa_server with a command-line flag of <code>http_server.special_pages_safelist</code> and list the Specials you want to keep.
|
||||
</p>
|
||||
<p>
|
||||
For example:
|
||||
</p>
|
||||
<pre>
|
||||
java -jar xowa_linux_64.jar --root_dir /xowa/ --show_license n --show_args n --app_mode http_server --http_server.special_pages_safelist "Random|XowaSearch|AllPages"
|
||||
</pre>
|
||||
<p>
|
||||
This will disable <b>ALL</b> specials except for the following:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://xowa.org/home/wiki/Special:Random" id="xolnki_3" title="Special:Random">Random</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://xowa.org/home/wiki/Special:XowaSearch" id="xolnki_4" title="Special:XowaSearch">XowaSearch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://xowa.org/home/wiki/Special:AllPages%3Ffrom%3DA" id="xolnki_5" title="Special:AllPages?from=A">AllPages</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Disabling_Edit_Page">Disabling Edit Page</span>
|
||||
</h3>
|
||||
<p>
|
||||
Modify the <a href="http://xowa.org/home/wiki/Special:XowaCfg%3Fgrp%3Dxowa.html.css" id="xolnki_6" title="Special:XowaCfg?grp=xowa.html.css">Special:XowaCfg?grp=xowa.html.css</a> page by hiding the edit div.
|
||||
</p>
|
||||
<p>
|
||||
Specifically:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Go to <a href="http://xowa.org/home/wiki/Special:XowaCfg%3Fgrp%3Dxowa.html.css" id="xolnki_7" title="Special:XowaCfg?grp=xowa.html.css">Special:XowaCfg?grp=xowa.html.css</a>
|
||||
</li>
|
||||
<li>
|
||||
Enter in the following within the <code>Custom</code> -> <code>CSS</code> box
|
||||
</li>
|
||||
</ul>
|
||||
<pre>
|
||||
#editform{display:none}
|
||||
</pre>
|
||||
<ul>
|
||||
<li>
|
||||
Save the change by closing the tab or by clicking on a different option (you'll see a check mark icon followed by an undo option)
|
||||
</li>
|
||||
<li>
|
||||
Start http_server and try to go to an <a href="http://xowa.org/home/wiki/Main_Page%3Faction%3Dedit" id="xolnki_8" title="Main Page?action=edit" class="xowa-visited">edit page</a>. It will be blank
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
You can try to hide other elements based on the HTML fragment within <code>page_edit</code> in the <code>/xowa/bin/any/xowa/cfg/app/xowa.gfs</code> file
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Notes">Notes</span>
|
||||
</h2>
|
||||
|
@ -498,7 +498,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Ignore follow items when writing primary reference.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154">https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/555" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/555</a>
|
||||
@ -1387,7 +1387,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Terminate comment if new-line found.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/Three_Villages/2_Shirley">https://en.wikisource.org/wiki/Three_Villages/2_Shirley</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/Three_Villages/2_Shirley" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Three_Villages/2_Shirley</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/437" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/437</a>
|
||||
@ -2203,7 +2203,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Treat keywords as caption if not File namespace or if keyless.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikibooks.org/wiki/C_Sharp_Programming">https://en.wikibooks.org/wiki/C_Sharp_Programming</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/C_Sharp_Programming" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/C_Sharp_Programming</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/303" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/303</a>
|
||||
|
@ -264,7 +264,7 @@
|
||||
(change) File/v2: Video thumbnails don't always show. See: <a href="/site/en.wikipedia.org/wiki/Echidna">http://en.wikipedia.org/wiki/Echidna</a> <a href="/site/en.wikipedia.org/wiki/WWI">http://en.wikipedia.org/wiki/WWI</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) Html: [[File:A.png|frame]] should be rendered as thumb; EX:File:A.png|frame. See: <a href="/site/en.wikibooks.org/wiki/Wikijunior:Solar_System/Mercury">http://en.wikibooks.org/wiki/Wikijunior:Solar_System/Mercury</a>
|
||||
(change) Html: [[File:A.png|frame]] should be rendered as thumb; EX:File:A.png|frame. See: <a href="http://en.wikibooks.org/wiki/Wikijunior:Solar_System/Mercury" rel="nofollow" class="external free">http://en.wikibooks.org/wiki/Wikijunior:Solar_System/Mercury</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) Messages: Updated latest messages from extensions; EX:Cite;Disambiguator;ImageMap;ParserFunctions;Poem;Scribunto;Wikibase;Wikieditor;WikimediaMessages;.
|
||||
@ -299,7 +299,7 @@
|
||||
(add) Package: English Wikiversity 2013-12-16 offline package.
|
||||
</li>
|
||||
<li>
|
||||
(add) DynamicPageList: Improved support for wikibooks, wikiversity, wikinews. See: <a href="/site/en.wikibooks.org/wiki/Subject:Computer_programming">http://en.wikibooks.org/wiki/Subject:Computer_programming</a>
|
||||
(add) DynamicPageList: Improved support for wikibooks, wikiversity, wikinews. See: <a href="http://en.wikibooks.org/wiki/Subject:Computer_programming" rel="nofollow" class="external free">http://en.wikibooks.org/wiki/Subject:Computer_programming</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) Scribunto: Gsub_match_callback should return integer positions as strings, not integers; EX:{{#invoke:Biblio|ouvrage}} . See: <a href="/site/fr.wikipedia.org/wiki/Atoum">http://fr.wikipedia.org/wiki/Atoum</a>
|
||||
@ -310,10 +310,10 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
(fix) [broken since:v0.11.3] Parser: Incorrect parsing of xml attributes with embedded apostrophe / quote; EX:a = "b'c d" -> a = "'b'c d". See: <a href="/site/en.wikisource.org/wiki/Grimm%27s_Household_Tales,_Volume_1">http://en.wikisource.org/wiki/Grimm's_Household_Tales,_Volume_1</a> <a href="/site/en.wikisource.org/wiki/Alice%27s_Adventures_in_Wonderland">http://en.wikisource.org/wiki/Alice's_Adventures_in_Wonderland</a>
|
||||
(fix) [broken since:v0.11.3] Parser: Incorrect parsing of xml attributes with embedded apostrophe / quote; EX:a = "b'c d" -> a = "'b'c d". See: <a href="http://en.wikisource.org/wiki/Grimm's_Household_Tales,_Volume_1" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Grimm's_Household_Tales,_Volume_1</a> <a href="http://en.wikisource.org/wiki/Alice's_Adventures_in_Wonderland" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Alice's_Adventures_in_Wonderland</a>
|
||||
</li>
|
||||
<li>
|
||||
(fix) [broken since:v0.12.2] Parser: Malformed table can cause page to fail (rare); EX:<div>a{|\n|!. See: <a href="/site/en.wikisource.org/wiki/Page:A_Basic_Guide_to_Open_Educational_Resources.pdf/99">http://en.wikisource.org/wiki/Page:A_Basic_Guide_to_Open_Educational_Resources.pdf/99</a>
|
||||
(fix) [broken since:v0.12.2] Parser: Malformed table can cause page to fail (rare); EX:<div>a{|\n|!. See: <a href="http://en.wikisource.org/wiki/Page:A_Basic_Guide_to_Open_Educational_Resources.pdf/99" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Page:A_Basic_Guide_to_Open_Educational_Resources.pdf/99</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) File/v2: Images with thumbtimes do not show. See: <a href="/site/en.wikipedia.org/wiki/World_War_I">http://en.wikipedia.org/wiki/World_War_I</a>
|
||||
@ -346,7 +346,7 @@
|
||||
(change) Parser: Unknown xml tags should show as <unknown></unknown> not <unknown><unknown>. See: <a href="http://wikimediafoundation.org" rel="nofollow" class="external free">http://wikimediafoundation.org</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) Parser: {{#titleparts}} handles negative begin properly; EX:{{#titleparts:A/b|-1|-2}} -> A. See: <a href="/site/en.wikisource.org/wiki/Wikisource:Requests_for_comment/Annotations_and_derivative_works">http://en.wikisource.org/wiki/Wikisource:Requests_for_comment/Annotations_and_derivative_works</a>
|
||||
(change) Parser: {{#titleparts}} handles negative begin properly; EX:{{#titleparts:A/b|-1|-2}} -> A. See: <a href="http://en.wikisource.org/wiki/Wikisource:Requests_for_comment/Annotations_and_derivative_works" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Wikisource:Requests_for_comment/Annotations_and_derivative_works</a>
|
||||
</li>
|
||||
<li>
|
||||
(add) Parser: Added {{#xowa}} for home_wiki.
|
||||
@ -504,7 +504,7 @@
|
||||
(change) Html: Anonymous and Talk links in upper left hand corner suppressed; EX:/xowa/xowa.gfs.
|
||||
</li>
|
||||
<li>
|
||||
(change) File: Wikinews should prioritize local over remote for images. See: <a href="http://en.wikinews.org/wiki/Endangered_'Asian_unicorn'_sighted" rel="nofollow" class="external free">http://en.wikinews.org/wiki/Endangered_'Asian_unicorn'_sighted</a>
|
||||
(change) File: Wikinews should prioritize local over remote for images. See: <a href="/site/en.wikinews.org/wiki/Endangered_%27Asian_unicorn%27_sighted">http://en.wikinews.org/wiki/Endangered_'Asian_unicorn'_sighted</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) Category: Error should not cause page to stop loading.
|
||||
@ -579,7 +579,7 @@
|
||||
(add) Torrents for English Wikipedia images.. See <a href="http://xowa.org/home/wiki/App/Import/English_Wikipedia" id="xolnki_12" title="App/Import/English Wikipedia">App/Import/English_Wikipedia</a> and <a href="http://xowa.org/home/wiki/Dashboard/Image_databases" id="xolnki_13" title="Dashboard/Image databases">Dashboard/Image_databases</a>
|
||||
</li>
|
||||
<li>
|
||||
(fix) [broken since:v0.4.4] Xnde: Incorrect parsing of xml attributes with embedded apostrophe / quote; EX:a = "b'c" -> a = "bc". See: <a href="/site/en.wikisource.org/wiki/Alice%27s_Adventures_in_Wonderland">http://en.wikisource.org/wiki/Alice's_Adventures_in_Wonderland</a>
|
||||
(fix) [broken since:v0.4.4] Xnde: Incorrect parsing of xml attributes with embedded apostrophe / quote; EX:a = "b'c" -> a = "bc". See: <a href="http://en.wikisource.org/wiki/Alice's_Adventures_in_Wonderland" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Alice's_Adventures_in_Wonderland</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -1308,7 +1308,7 @@
|
||||
(done) Import: species wiki was not downloading from Import/Script page {detected by hidp123}.
|
||||
</li>
|
||||
<li>
|
||||
(done) Interwiki: Added wikiversity alias; EX:[[wikiversity:]] {detected by hidp123}. See: <a href="/site/en.wikisource.org/wiki/">http://en.wikisource.org/</a>
|
||||
(done) Interwiki: Added wikiversity alias; EX:[[wikiversity:]] {detected by hidp123}. See: <a href="http://en.wikisource.org/" rel="nofollow" class="external free">http://en.wikisource.org/</a>
|
||||
</li>
|
||||
<li>
|
||||
(done) Wikidata: Special:ItemByTitle was not handling spaces and other url-encoded values {detected by Schnark}. See: www.wikidata.org/wiki/Special:ItemByTitle?site=enwiki&page=Albert+Einstein&submit=Search
|
||||
@ -1369,7 +1369,7 @@
|
||||
(add) Wikidata: Special:ItemByTitle implemented {requested by Schnark}. See: <a href="/site/www.wikidata.org/wiki/Special:ItemByTitle">http://www.wikidata.org/wiki/Special:ItemByTitle</a>
|
||||
</li>
|
||||
<li>
|
||||
(add) Special: Special:RandomRootPage available {requested by Miles}. See: <a href="/site/en.wikisource.org/wiki/Special:RandomRootPage/Main">http://en.wikisource.org/wiki/Special:RandomRootPage/Main</a>
|
||||
(add) Special: Special:RandomRootPage available {requested by Miles}. See: <a href="http://en.wikisource.org/wiki/Special:RandomRootPage/Main" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Special:RandomRootPage/Main</a>
|
||||
</li>
|
||||
<li>
|
||||
(add) Special: Special:Random/Author and Speciale:PaginaCasuale/Autore available. See: <a href="http://it.wikisource.org/wiki/Speciale:PaginaCasuale/Autore" rel="nofollow" class="external free">http://it.wikisource.org/wiki/Speciale:PaginaCasuale/Autore</a>
|
||||
@ -1471,7 +1471,7 @@
|
||||
(fix) Parser: {{PAGENAME}} sometimes defaults incorrectly to "Main Page". See: <a href="http://www.mediawiki.org" rel="nofollow" class="external free">http://www.mediawiki.org</a>
|
||||
</li>
|
||||
<li>
|
||||
(fix) Html: Wikivoyage links on main page should be white {assisted by Schnark}. See: <a href="/site/en.wikivoyage.org/wiki/">http://en.wikivoyage.org</a>
|
||||
(fix) Html: Wikivoyage links on main page should be white {assisted by Schnark}. See: <a href="http://en.wikivoyage.org" rel="nofollow" class="external free">http://en.wikivoyage.org</a>
|
||||
</li>
|
||||
<li>
|
||||
(fix) Sqlite: Search suggest is slow when using for large databases.
|
||||
|
@ -869,7 +869,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Wikivoyage.RelatedArticles: Fix {{#related:Page}} not working (affects many en.v pages showing {{#related}} at bottom); EX:/xowa/bin/any/xowa/cfg/lang/en.gfs. See: <a href="/site/en.wikivoyage.org/wiki/China">https://en.wikivoyage.org/wiki/China</a> <a href="http://xowa.org/home/wiki/Diagnostics/Xtns/Wikivoyage/All" id="xolnki_9" title="Diagnostics/Xtns/Wikivoyage/All">Diagnostics/Xtns/Wikivoyage/All</a>
|
||||
Wikivoyage.RelatedArticles: Fix {{#related:Page}} not working (affects many en.v pages showing {{#related}} at bottom); EX:/xowa/bin/any/xowa/cfg/lang/en.gfs. See: <a href="https://en.wikivoyage.org/wiki/China" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/China</a> <a href="http://xowa.org/home/wiki/Diagnostics/Xtns/Wikivoyage/All" id="xolnki_9" title="Diagnostics/Xtns/Wikivoyage/All">Diagnostics/Xtns/Wikivoyage/All</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -908,19 +908,19 @@
|
||||
File.Offline.v2: Download lowercase title images for case-sensitive wikis (affects many en.d pages missing wikiquote image); EX:[[File:wikiquote.png]]. See: <a href="/site/en.wiktionary.org/wiki/water">https://en.wiktionary.org/wiki/water</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikidata: Add magic word {{wbreponame}} (affects some en.s [[Author:]] pages showing Template:wbreponame). See: <a href="/site/en.wikisource.org/wiki/Author:Minot_Judson_Savage">https://en.wikisource.org/wiki/Author:Minot_Judson_Savage</a>
|
||||
Wikidata: Add magic word {{wbreponame}} (affects some en.s [[Author:]] pages showing Template:wbreponame). See: <a href="https://en.wikisource.org/wiki/Author:Minot_Judson_Savage" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Author:Minot_Judson_Savage</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.File: Support "class" argument in internal link; EX:[[File:A.png|class=custom]]. See: <a href="/site/en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3">https://en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3</a>
|
||||
Parser.File: Support "class" argument in internal link; EX:[[File:A.png|class=custom]]. See: <a href="https://en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3</a>
|
||||
</li>
|
||||
<li>
|
||||
Import.CSS: Handle DynImg.css and xowa file paths (affects 1 en.s page showing large image); EX:.freedImg img[src*="wikimedia"]. See: <a href="/site/en.wikisource.org/wiki/Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species">https://en.wikisource.org/wiki/Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species</a> /xowa/user/anonymous/wiki/en.wikisource.org/html/xowa_common.css
|
||||
Import.CSS: Handle DynImg.css and xowa file paths (affects 1 en.s page showing large image); EX:.freedImg img[src*="wikimedia"]. See: <a href="https://en.wikisource.org/wiki/Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species</a> /xowa/user/anonymous/wiki/en.wikisource.org/html/xowa_common.css
|
||||
</li>
|
||||
<li>
|
||||
Html: Do not url-encode href if link is for a sub-page (affects broken links if subpage has ncrs); EX:[[/Ab]] -> Ab x> A%26#x62.3B. See: <a href="/site/en.wikisource.org/wiki/The_English_Constitution_(1894)">https://en.wikisource.org/wiki/The_English_Constitution_(1894)</a>
|
||||
Html: Do not url-encode href if link is for a sub-page (affects broken links if subpage has ncrs); EX:[[/Ab]] -> Ab x> A%26#x62.3B. See: <a href="https://en.wikisource.org/wiki/The_English_Constitution_(1894)" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_English_Constitution_(1894)</a>
|
||||
</li>
|
||||
<li>
|
||||
Redlinks: Do not redlink links wherein anchor is encoded as numeric character reference (affects valid links showing up as redlinks); EX:[[A#B]] is the same as [[A#B]]. See: <a href="/site/en.wikisource.org/wiki/The_English_Constitution_(1894)">https://en.wikisource.org/wiki/The_English_Constitution_(1894)</a>
|
||||
Redlinks: Do not redlink links wherein anchor is encoded as numeric character reference (affects valid links showing up as redlinks); EX:[[A#B]] is the same as [[A#B]]. See: <a href="https://en.wikisource.org/wiki/The_English_Constitution_(1894)" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_English_Constitution_(1894)</a>
|
||||
</li>
|
||||
<li>
|
||||
Css: Add jumpto div to base page HTML (affects 1 hr.q page showing overlapping text). See: <a href="https://hr.wikiquote.org/wiki/Glavna_stranica" rel="nofollow" class="external free">https://hr.wikiquote.org/wiki/Glavna_stranica</a>
|
||||
@ -946,13 +946,13 @@
|
||||
Wikivoyage.Insider: Replace underscores with spaces (affects nothing known); EX:{{#insider:A_1}} -> A 1.
|
||||
</li>
|
||||
<li>
|
||||
Parser.Xml: Close <u> when 2nd <u> is seen (affects extended underline sections); EX:<u>a<u> -> <u>a</u>. See: <a href="/site/en.wikibooks.org/wiki/Textbook_of_Psychiatry/Alcoholism_and_Psychoactive_Substance_Use_Disorders">https://en.wikibooks.org/wiki/Textbook_of_Psychiatry/Alcoholism_and_Psychoactive_Substance_Use_Disorders</a>
|
||||
Parser.Xml: Close <u> when 2nd <u> is seen (affects extended underline sections); EX:<u>a<u> -> <u>a</u>. See: <a href="https://en.wikibooks.org/wiki/Textbook_of_Psychiatry/Alcoholism_and_Psychoactive_Substance_Use_Disorders" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Textbook_of_Psychiatry/Alcoholism_and_Psychoactive_Substance_Use_Disorders</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource.Page: Do not fail if unclosed <pages> has tilde (affects 1 en.w page failing to load). See: <a href="/site/en.wikipedia.org/wiki/Wikipedia:Requests_for_adminship/Phantomsteve">https://en.wikipedia.org/wiki/Wikipedia:Requests_for_adminship/Phantomsteve</a>
|
||||
</li>
|
||||
<li>
|
||||
Html: Do not show subpages in Wikisource page namespace. See: <a href="/site/en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3">https://en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3</a>
|
||||
Html: Do not show subpages in Wikisource page namespace. See: <a href="https://en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Page:Notes_on_Osteology_of_Baptanodon._With_a_Description_of_a_New_Species.pdf/3</a>
|
||||
</li>
|
||||
<li>
|
||||
Setup: If XOWA fails to load the 1st time, do not fail the 2nd time with a Null Pointer Exception {detected by anonymous}.
|
||||
@ -1090,7 +1090,7 @@
|
||||
Parser.Link: Parse url-encoded strings in redirect link (affects redirect info not showing for two pages in enwiki); EX:#REDIRECT [[A%28B%29]] -> A(B). See: <a href="/site/en.wikipedia.org/wiki/Watcher_(Buffy_the_Vampire_Slayer)">https://en.wikipedia.org/wiki/Watcher_(Buffy_the_Vampire_Slayer)</a> <a href="/site/en.wikipedia.org/wiki/Fantastic_Four:_World%27s_Greatest_Heroes">https://en.wikipedia.org/wiki/Fantastic_Four:_World's_Greatest_Heroes</a>
|
||||
</li>
|
||||
<li>
|
||||
ParserFunctions: Disable displaytitle by default but enable for some wikis. See: <a href="/site/en.wikibooks.org/wiki/Project:Sandbox">https://en.wikibooks.org/wiki/Project:Sandbox</a> <a href="https://zh.wikipedia.org/wiki/Project:Sandbox" rel="nofollow" class="external free">https://zh.wikipedia.org/wiki/Project:Sandbox</a> <a href="/site/en.wikipedia.org/wiki/Project:Sandbox">https://en.wikipedia.org/wiki/Project:Sandbox</a>
|
||||
ParserFunctions: Disable displaytitle by default but enable for some wikis. See: <a href="https://en.wikibooks.org/wiki/Project:Sandbox" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Project:Sandbox</a> <a href="https://zh.wikipedia.org/wiki/Project:Sandbox" rel="nofollow" class="external free">https://zh.wikipedia.org/wiki/Project:Sandbox</a> <a href="/site/en.wikipedia.org/wiki/Project:Sandbox">https://en.wikipedia.org/wiki/Project:Sandbox</a>
|
||||
</li>
|
||||
<li>
|
||||
ParserFunctions: Restrict displaytitle to title name when disabled (affects wrong display title showing up on a page); EX:{{DISPLAYTITLE:Not the page title}} {detected by {unconfirmed}}. See: <a href="https://de.wikibooks.org/wiki/Kochbuch/_Druckversion" rel="nofollow" class="external free">https://de.wikibooks.org/wiki/Kochbuch/_Druckversion</a> (regression:) <a href="/site/de.wikipedia.org/wiki/Gerbera">https://de.wikipedia.org/wiki/Gerbera</a> <a href="/site/en.wikipedia.org/wiki/Concealing-Coloration_in_the_Animal_Kingdom">https://en.wikipedia.org/wiki/Concealing-Coloration_in_the_Animal_Kingdom</a> <a href="/site/en.wikipedia.org/wiki/Gzip">https://en.wikipedia.org/wiki/Gzip</a> <a href="https://fr.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://fr.wikivoyage.org/wiki/Paris</a>
|
||||
@ -1256,10 +1256,10 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Wikivoyage.RelatedSites: Add RelatedSites extension; EX:https://www.mediawiki.org/Extension:RelatedSites. See: <a href="https://de.wikivoyage.org/wiki/Europa" rel="nofollow" class="external free">https://de.wikivoyage.org/wiki/Europa</a> <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
Wikivoyage.RelatedSites: Add RelatedSites extension; EX:https://www.mediawiki.org/Extension:RelatedSites. See: <a href="https://de.wikivoyage.org/wiki/Europa" rel="nofollow" class="external free">https://de.wikivoyage.org/wiki/Europa</a> <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikivoyage.Insider: Add Insider extension; EX:https://www.mediawiki.org/Extension:Insider. See: <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
Wikivoyage.Insider: Add Insider extension; EX:https://www.mediawiki.org/Extension:Insider. See: <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -1464,7 +1464,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
ImageMap: Support clickable image map {requested by hidp123}. See: <a href="/site/en.wikivoyage.org/wiki/">https://en.wikivoyage.org/</a> <a href="/site/en.wikipedia.org/wiki/Alabama">https://en.wikipedia.org/wiki/Alabama</a> <a href="/site/en.wikipedia.org/wiki/Glycolysis">https://en.wikipedia.org/wiki/Glycolysis</a> <a href="/site/en.wikipedia.org/wiki/Acropolis_of_Athens">https://en.wikipedia.org/wiki/Acropolis_of_Athens</a> <a href="/site/en.wikipedia.org/wiki/IBM_PC_keyboard">https://en.wikipedia.org/wiki/IBM_PC_keyboard</a>
|
||||
ImageMap: Support clickable image map {requested by hidp123}. See: <a href="https://en.wikivoyage.org/" rel="nofollow" class="external free">https://en.wikivoyage.org/</a> <a href="/site/en.wikipedia.org/wiki/Alabama">https://en.wikipedia.org/wiki/Alabama</a> <a href="/site/en.wikipedia.org/wiki/Glycolysis">https://en.wikipedia.org/wiki/Glycolysis</a> <a href="/site/en.wikipedia.org/wiki/Acropolis_of_Athens">https://en.wikipedia.org/wiki/Acropolis_of_Athens</a> <a href="/site/en.wikipedia.org/wiki/IBM_PC_keyboard">https://en.wikipedia.org/wiki/IBM_PC_keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
Module.Popups: Show popup text at section if link has anchor (affects hovering over links with an #anchor); EX:note this is a simple version. it won't work on complicated headers until full html is available {requested by Schnark}. See: <a href="/site/de.wikipedia.org/wiki/Gau%C3%9Fsche_Osterformel">https://de.wikipedia.org/wiki/Gaußsche_Osterformel</a> and Sonnengleichung
|
||||
@ -3855,7 +3855,7 @@
|
||||
Scribunto.Regex: Return offset results even when pattern is empty; EX:find("abcdefgh", "", 3) -> (3, 2) not (). See: <a href="/site/en.wikipedia.org/wiki/Fool%27s_mate">https://en.wikipedia.org/wiki/Fool's_mate</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.Xml: Evaluate template arguments inside extension xndes; EX:<poem>{{{1}}}</poem>. See: <a href="/site/en.wikisource.org/wiki/The_Corsair_(Byron,_1814)">https://en.wikisource.org/wiki/The_Corsair_%28Byron,_1814%29</a> <a href="/site/en.wikisource.org/wiki/The_Canterville_Ghost">https://en.wikisource.org/wiki/The_Canterville_Ghost</a>
|
||||
Parser.Xml: Evaluate template arguments inside extension xndes; EX:<poem>{{{1}}}</poem>. See: <a href="https://en.wikisource.org/wiki/The_Corsair_%28Byron,_1814%29" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Corsair_%28Byron,_1814%29</a> <a href="https://en.wikisource.org/wiki/The_Canterville_Ghost" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Canterville_Ghost</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.Xml: Do not fail when parsing recursive <ref>. See: <a href="/site/ja.wikipedia.org/wiki/K%E3%82%BD%E3%83%AA%E3%83%A5%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3">https://ja.wikipedia.org/wiki/Kソリューション</a>
|
||||
@ -3892,7 +3892,7 @@
|
||||
Parser.Table: Create <tr> automatically between <caption> and <td>; EX:{|\n<caption>|b\n|-\n|c\n|}. See: <a href="/site/en.wikipedia.org/wiki/Turks_in_Denmark">https://en.wikipedia.org/wiki/Turks_in_Denmark</a>
|
||||
</li>
|
||||
<li>
|
||||
Poem: Auto-close poem node if unclosed; EX:a<poem>b. See: <a href="/site/en.wikisource.org/wiki/The_Canterville_Ghost">https://en.wikisource.org/wiki/The_Canterville_Ghost</a>
|
||||
Poem: Auto-close poem node if unclosed; EX:a<poem>b. See: <a href="https://en.wikisource.org/wiki/The_Canterville_Ghost" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Canterville_Ghost</a>
|
||||
</li>
|
||||
<li>
|
||||
Gui: Switch to Read mode after navigating to url with ?action=edit; EX:s.w:Earth?action=edit -> click on Read.
|
||||
@ -4341,7 +4341,7 @@
|
||||
Css: Download protocol-relative css urls during import process; EX://it.wikivoyage.org/w/index.php?title=MediaWiki:Mapbanner.css&action=raw&ctype=text/css. See: <a href="http://it.wikivoyage.org" rel="nofollow" class="external free">http://it.wikivoyage.org</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.Table: Handle redundant consecutive tables; EX:{|{| vs <table>{|. See: <a href="/site/it.wikipedia.org/wiki/Main_Page">http://it.wikipedia.org/wiki/Main_Page</a> <a href="/site/en.wikibooks.org/wiki/Wikibooks:Featured_books">http://en.wikibooks.org/wiki/Wikibooks:Featured_books</a>
|
||||
Parser.Table: Handle redundant consecutive tables; EX:{|{| vs <table>{|. See: <a href="/site/it.wikipedia.org/wiki/Main_Page">http://it.wikipedia.org/wiki/Main_Page</a> <a href="http://en.wikibooks.org/wiki/Wikibooks:Featured_books" rel="nofollow" class="external free">http://en.wikibooks.org/wiki/Wikibooks:Featured_books</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.Template: Handle spaces in evaluated template parameter index; EX:{{{ {{#expr:1}} }}} -> {{{ 1 }}}. See: <a href="/site/it.wikipedia.org/wiki/Portale:Giochi_da_tavolo">http://it.wikipedia.org/wiki/Portale:Giochi_da_tavolo</a>
|
||||
@ -4513,7 +4513,7 @@
|
||||
File.Offline: Support lowercase File titles in Wiktionary (commons is uppercase); EX:Media:en-us-free.ogg. See: <a href="http://de.wiktionary.org/wiki/free" rel="nofollow" class="external free">http://de.wiktionary.org/wiki/free</a>
|
||||
</li>
|
||||
<li>
|
||||
File.Offline: Prefer image from local repo, not from remote; EX:Facebook.png. See: <a href="http://en.wikinews.org/wiki/Endangered_'Asian_unicorn'_sighted" rel="nofollow" class="external free">http://en.wikinews.org/wiki/Endangered_'Asian_unicorn'_sighted</a>
|
||||
File.Offline: Prefer image from local repo, not from remote; EX:Facebook.png. See: <a href="/site/en.wikinews.org/wiki/Endangered_%27Asian_unicorn%27_sighted">http://en.wikinews.org/wiki/Endangered_'Asian_unicorn'_sighted</a>
|
||||
</li>
|
||||
<li>
|
||||
Import.CLI: Default pause_at_end to n; EX:app.bldr.pause_at_end = 'n';.
|
||||
@ -4567,7 +4567,7 @@
|
||||
Wikisource.Pages: Support "toc / header"; EX:<pages header=toc/>. See: <a href="/site/fr.wikisource.org/wiki/Lady_Roxana">http://fr.wikisource.org/wiki/Lady_Roxana</a> <a href="/site/fr.wikisource.org/wiki/Voyage_au_centre_de_la_Terre">http://fr.wikisource.org/wiki/Voyage_au_centre_de_la_Terre</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource.Pages: Add "&#32;" to the end of every page; EX:and hescoffs openly at. See: <a href="/site/en.wikisource.org/wiki/The_Yellow_Wall_Paper">http://en.wikisource.org/wiki/The_Yellow_Wall_Paper</a>
|
||||
Wikisource.Pages: Add "&#32;" to the end of every page; EX:and hescoffs openly at. See: <a href="http://en.wikisource.org/wiki/The_Yellow_Wall_Paper" rel="nofollow" class="external free">http://en.wikisource.org/wiki/The_Yellow_Wall_Paper</a>
|
||||
</li>
|
||||
<li>
|
||||
File.Offline: Support thumbnails for djvu / pdf pages. See: <a href="http://pl.wikisource.org/wiki/Synowie_ziemi" rel="nofollow" class="external free">http://pl.wikisource.org/wiki/Synowie_ziemi</a>
|
||||
@ -4596,7 +4596,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Wikisource.Pages: Prepend "\n" if page begins with "*", "{|", etc... See: <a href="/site/en.wikisource.org/wiki/Indoor_and_Outdoor_Gymnastic_Games">http://en.wikisource.org/wiki/Indoor_and_Outdoor_Gymnastic_Games</a>
|
||||
Wikisource.Pages: Prepend "\n" if page begins with "*", "{|", etc... See: <a href="http://en.wikisource.org/wiki/Indoor_and_Outdoor_Gymnastic_Games" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Indoor_and_Outdoor_Gymnastic_Games</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.Xml: Show attributes and closing end tag for <script>; EX:"<script src='a'>b</script>" should not be reduced to "<script>" {detected by Schnark}. See: <a href="/site/de.wikipedia.org/wiki/Content_Security_Policy">http://de.wikipedia.org/wiki/Content_Security_Policy</a>
|
||||
@ -4684,7 +4684,7 @@
|
||||
Wikisource.Pages: Support "Index" attribute by gathering [[Page]] links from [[Index]] page. See: <a href="http://pl.wikisource.org/wiki/Synowie_ziemi" rel="nofollow" class="external free">http://pl.wikisource.org/wiki/Synowie_ziemi</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource: Implement {{#lstx}}. See: <a href="/site/en.wikisource.org/wiki/Proclamation_95">http://en.wikisource.org/wiki/Proclamation_95</a>
|
||||
Wikisource: Implement {{#lstx}}. See: <a href="http://en.wikisource.org/wiki/Proclamation_95" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Proclamation_95</a>
|
||||
</li>
|
||||
<li>
|
||||
Url: Handle titles with question marks {detected by JW01}. See: <a href="/site/en.wikipedia.org/wiki/List_of_Are_You_Being_Served?_episodes">http://en.wikipedia.org/wiki/List_of_Are_You_Being_Served?_episodes</a>
|
||||
@ -4713,7 +4713,7 @@
|
||||
Scribunto: Change mw.title url functions to accept multiple key vals for query args; EX:action=edit, key1=key2. See: <a href="/site/it.wikipedia.org/wiki/Arte">http://it.wikipedia.org/wiki/Arte</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource.Pages: Show references on transcluded <pages>. See: <a href="/site/en.wikisource.org/wiki/Flatland_(first_edition)/This_World">http://en.wikisource.org/wiki/Flatland_(first_edition)/This_World</a>
|
||||
Wikisource.Pages: Show references on transcluded <pages>. See: <a href="http://en.wikisource.org/wiki/Flatland_(first_edition)/This_World" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Flatland_(first_edition)/This_World</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -4729,19 +4729,19 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
DynamicPageList: Change no pages message from "Error!: No results" to "No pages meet this criteria". See: <a href="http://en.wikinews.org/wiki/Portal:Federally_Administered_Tribal_Areas" rel="nofollow" class="external free">http://en.wikinews.org/wiki/Portal:Federally_Administered_Tribal_Areas</a>
|
||||
DynamicPageList: Change no pages message from "Error!: No results" to "No pages meet this criteria". See: <a href="/site/en.wikinews.org/wiki/Portal:Federally_Administered_Tribal_Areas">http://en.wikinews.org/wiki/Portal:Federally_Administered_Tribal_Areas</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource.Pages: Handle pseudo-numeric from / to; EX:<pages index='A' from='1' to='2.'>. See: <a href="/site/en.wikisource.org/wiki/Haworth%27s/Chapter_XIX">http://en.wikisource.org/wiki/Haworth's/Chapter_XIX</a>
|
||||
Wikisource.Pages: Handle pseudo-numeric from / to; EX:<pages index='A' from='1' to='2.'>. See: <a href="http://en.wikisource.org/wiki/Haworth's/Chapter_XIX" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Haworth's/Chapter_XIX</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource.Pages: Handle &quot; in attribute titles; EX:<pages index='&quot;A'>. See: <a href="/site/en.wikisource.org/wiki/Team_Work_Wins">http://en.wikisource.org/wiki/Team_Work_Wins</a>!
|
||||
Wikisource.Pages: Handle &quot; in attribute titles; EX:<pages index='&quot;A'>. See: <a href="http://en.wikisource.org/wiki/Team_Work_Wins" rel="nofollow" class="external free">http://en.wikisource.org/wiki/Team_Work_Wins</a>!
|
||||
</li>
|
||||
<li>
|
||||
Wikisource.Pages: Handle missing from / to; EX:<pages index='A' to='2'>. See: <a href="/site/en.wikisource.org/wiki/History_of_West_Australia/Frank_Herbert_Backhouse">http://en.wikisource.org/wiki/History_of_West_Australia/Frank_Herbert_Backhouse</a>
|
||||
Wikisource.Pages: Handle missing from / to; EX:<pages index='A' to='2'>. See: <a href="http://en.wikisource.org/wiki/History_of_West_Australia/Frank_Herbert_Backhouse" rel="nofollow" class="external free">http://en.wikisource.org/wiki/History_of_West_Australia/Frank_Herbert_Backhouse</a>
|
||||
</li>
|
||||
<li>
|
||||
DynamicPageList: Handle incorrect one line statements; EX:<dynamicpagelist>category=A category=B</dynamicpagelist>. See: <a href="http://en.wikinews.org/wiki/Portal:Austria/Wikipedia" rel="nofollow" class="external free">http://en.wikinews.org/wiki/Portal:Austria/Wikipedia</a>
|
||||
DynamicPageList: Handle incorrect one line statements; EX:<dynamicpagelist>category=A category=B</dynamicpagelist>. See: <a href="/site/en.wikinews.org/wiki/Portal:Austria/Wikipedia">http://en.wikinews.org/wiki/Portal:Austria/Wikipedia</a>
|
||||
</li>
|
||||
<li>
|
||||
Parser.Xml: Handle extension nodes that end with <; EX:<ref><p></p<<ref>. See: <a href="/site/fr.wikisource.org/wiki/Page:S%C3%A9vign%C3%A9_-_Lettres_choisies,_Didot,_1846.djvu/497">http://fr.wikisource.org/wiki/Page:S%C3%A9vign%C3%A9_-_Lettres_choisies,_Didot,_1846.djvu/497</a>
|
||||
@ -4906,7 +4906,7 @@
|
||||
(change) Parser.Time: {{#time:xn}} should not throw error; EX:{{#time:xnH}} {detected by zjzengdongyang}. See: <a href="http://zh-classical.wikipedia.org/wiki/" rel="nofollow" class="external free">http://zh-classical.wikipedia.org/wiki/</a>
|
||||
</li>
|
||||
<li>
|
||||
(change) Parser.Link: Handle links with trailing slash; EX:[[/A/]] [[../A/]] {detected by anonymous}. See: <a href="/site/en.wikibooks.org/wiki/Wikijunior:Alphabet/Q">http://en.wikibooks.org/wiki/Wikijunior:Alphabet/Q</a> <a href="http://fr.wikibooks.org/wiki/Wikijunior:Alphabet_des_pays_du_monde" rel="nofollow" class="external free">http://fr.wikibooks.org/wiki/Wikijunior:Alphabet_des_pays_du_monde</a>
|
||||
(change) Parser.Link: Handle links with trailing slash; EX:[[/A/]] [[../A/]] {detected by anonymous}. See: <a href="http://en.wikibooks.org/wiki/Wikijunior:Alphabet/Q" rel="nofollow" class="external free">http://en.wikibooks.org/wiki/Wikijunior:Alphabet/Q</a> <a href="http://fr.wikibooks.org/wiki/Wikijunior:Alphabet_des_pays_du_monde" rel="nofollow" class="external free">http://fr.wikibooks.org/wiki/Wikijunior:Alphabet_des_pays_du_monde</a>
|
||||
</li>
|
||||
<li>
|
||||
(add) Html: Added full support for MediaWiki's HTML 5 tags: <data>, <mark>, <wbr>, <bdo>; EX:Sanitizer.php {detected by zjzengdongyang}. See: <a href="http://zh.wikipedia.org/wiki/異體字" rel="nofollow" class="external free">http://zh.wikipedia.org/wiki/異體字</a>
|
||||
|
@ -1664,7 +1664,7 @@
|
||||
SWT: Update SWT to v4.5 (affects printing not working); EX:/bin/your_os_name/swt/. See: <a href="http://xowa.org/home/wiki/Dev/SWT" id="xolnki_28" title="Dev/SWT">Dev/SWT</a>
|
||||
</li>
|
||||
<li>
|
||||
XULRunner: Update XULRunner to version 31 (version 24 on Linux) (affects minor formatting issues on a small number of pages; wikis not downloading on some linux distros). See: <a href="http://xowa.org/home/wiki/App/UI/HTML_Browser" id="xolnki_29" title="App/UI/HTML Browser">App/UI/HTML_Browser</a> <a href="/site/en.wikisource.org/wiki/Lubbers_Don%27t_Live">https://en.wikisource.org/wiki/Lubbers_Don't_Live</a>!
|
||||
XULRunner: Update XULRunner to version 31 (version 24 on Linux) (affects minor formatting issues on a small number of pages; wikis not downloading on some linux distros). See: <a href="http://xowa.org/home/wiki/App/UI/HTML_Browser" id="xolnki_29" title="App/UI/HTML Browser">App/UI/HTML_Browser</a> <a href="https://en.wikisource.org/wiki/Lubbers_Don't_Live" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Lubbers_Don't_Live</a>!
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -1910,7 +1910,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
ParserFunctions: Handle {{ns:-1}} for Special namespace (affects Random work and Random author not working in en.s) {detected by and0r}. See: <a href="/site/en.wikisource.org/wiki/">https://en.wikisource.org</a>
|
||||
ParserFunctions: Handle {{ns:-1}} for Special namespace (affects Random work and Random author not working in en.s) {detected by and0r}. See: <a href="https://en.wikisource.org" rel="nofollow" class="external free">https://en.wikisource.org</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -2108,10 +2108,10 @@
|
||||
Wikisource: Update Page / Index namespaces for all wikisource pages (affects non-English wikisource pages not showing content (9 in ko.s)) {detected by gnosygnu.build.warning}. See: <a href="https://ko.wikisource.org/wiki/님의_노래" rel="nofollow" class="external free">https://ko.wikisource.org/wiki/님의_노래</a> <a href="https://ko.wikisource.org/wiki/삼국유사/권제1" rel="nofollow" class="external free">https://ko.wikisource.org/wiki/삼국유사/권제1</a> <a href="https://ko.wikisource.org/wiki/삼국사기/권34" rel="nofollow" class="external free">https://ko.wikisource.org/wiki/삼국사기/권34</a> <a href="https://ko.wikisource.org/wiki/단군론" rel="nofollow" class="external free">https://ko.wikisource.org/wiki/단군론</a>
|
||||
</li>
|
||||
<li>
|
||||
Indicator: Ignore multiple indicators (affects many en.s showing multiple icons in top-right hand corner) {detected by gnosygnu.gui}. See: <a href="/site/en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)">https://en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)</a>
|
||||
Indicator: Ignore multiple indicators (affects many en.s showing multiple icons in top-right hand corner) {detected by gnosygnu.gui}. See: <a href="https://en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)</a>
|
||||
</li>
|
||||
<li>
|
||||
Indicator: Do not show indicators from <page> (affects many en.s mainspace pages showing unnecessary indicators) {detected by gnosygnu.gui}. See: <a href="/site/en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)">https://en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)</a> <a href="/site/en.wikisource.org/wiki/Index:The_Parochial_System_(Wilberforce,_1838).djvu">https://en.wikisource.org/wiki/Index:The_Parochial_System_(Wilberforce,_1838).djvu</a>
|
||||
Indicator: Do not show indicators from <page> (affects many en.s mainspace pages showing unnecessary indicators) {detected by gnosygnu.gui}. See: <a href="https://en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Parochial_System_(Wilberforce,_1838)</a> <a href="https://en.wikisource.org/wiki/Index:The_Parochial_System_(Wilberforce,_1838).djvu" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Index:The_Parochial_System_(Wilberforce,_1838).djvu</a>
|
||||
</li>
|
||||
<li>
|
||||
Javascript: Add TitleRewrite gadget (affects several pt.s pages showing h1 tag in body of text) {detected by anonymous}. See: <a href="https://pt.wikisource.org/wiki/Autor:Florbela_Espanca" rel="nofollow" class="external free">https://pt.wikisource.org/wiki/Autor:Florbela_Espanca</a>
|
||||
@ -2148,10 +2148,10 @@
|
||||
Language: Add new language code: awa (affects none); {detected by gnosygnu.lang.warning}.
|
||||
</li>
|
||||
<li>
|
||||
Wikisource: Ignore \n at end of "to" page number (affects 3 en.s pages not showing content); EX:<pages to="123\n"/> {detected by gnosygnu.build.warning}. See: <a href="/site/en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Boissier,_Marie_Louis_Antoine_Gaston">https://en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Boissier,_Marie_Louis_Antoine_Gaston</a> <a href="/site/en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Boissonade_de_Fontarabie,_Jean_Fran%C3%A7ois">https://en.wikisource.org/wiki/1911_Encyclopædia_Britannica/Boissonade_de_Fontarabie,_Jean_François</a> <a href="/site/en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Boissy_d%27Anglas,_Fran%C3%A7ois_Antoine_de">https://en.wikisource.org/wiki/1911_Encyclopædia_Britannica/Boissy_d'Anglas,_François_Antoine_de</a>
|
||||
Wikisource: Ignore \n at end of "to" page number (affects 3 en.s pages not showing content); EX:<pages to="123\n"/> {detected by gnosygnu.build.warning}. See: <a href="https://en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Boissier,_Marie_Louis_Antoine_Gaston" rel="nofollow" class="external free">https://en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Boissier,_Marie_Louis_Antoine_Gaston</a> <a href="https://en.wikisource.org/wiki/1911_Encyclopædia_Britannica/Boissonade_de_Fontarabie,_Jean_François" rel="nofollow" class="external free">https://en.wikisource.org/wiki/1911_Encyclopædia_Britannica/Boissonade_de_Fontarabie,_Jean_François</a> <a href="https://en.wikisource.org/wiki/1911_Encyclopædia_Britannica/Boissy_d'Anglas,_François_Antoine_de" rel="nofollow" class="external free">https://en.wikisource.org/wiki/1911_Encyclopædia_Britannica/Boissy_d'Anglas,_François_Antoine_de</a>
|
||||
</li>
|
||||
<li>
|
||||
Wikisource: Ignore TOOLBOXEND in sidebar (affects unnecessary log messages) {detected by gnosygnu.gui}. See: <a href="/site/en.wikisource.org/wiki/Main_Page">https://en.wikisource.org/wiki/Main_Page</a>
|
||||
Wikisource: Ignore TOOLBOXEND in sidebar (affects unnecessary log messages) {detected by gnosygnu.gui}. See: <a href="https://en.wikisource.org/wiki/Main_Page" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Main_Page</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -2812,10 +2812,10 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Parser.Xml: Invalidate xml attribute if last attribute and dangling (affects 14 en.s page showing script error); EX:<pages to=> -> invalid x> <pages to>. See: <a href="/site/en.wikisource.org/wiki/The_Nether_World/Chapter_5">https://en.wikisource.org/wiki/The_Nether_World/Chapter_5</a> <a href="/site/en.wikisource.org/wiki/Notes_by_the_Way/Chapter_2">https://en.wikisource.org/wiki/Notes_by_the_Way/Chapter_2</a> -> <a href="/site/en.wikisource.org/wiki/Notes_by_the_Way/Chapter_14">https://en.wikisource.org/wiki/Notes_by_the_Way/Chapter_14</a>
|
||||
Parser.Xml: Invalidate xml attribute if last attribute and dangling (affects 14 en.s page showing script error); EX:<pages to=> -> invalid x> <pages to>. See: <a href="https://en.wikisource.org/wiki/The_Nether_World/Chapter_5" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Nether_World/Chapter_5</a> <a href="https://en.wikisource.org/wiki/Notes_by_the_Way/Chapter_2" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Notes_by_the_Way/Chapter_2</a> -> <a href="https://en.wikisource.org/wiki/Notes_by_the_Way/Chapter_14" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Notes_by_the_Way/Chapter_14</a>
|
||||
</li>
|
||||
<li>
|
||||
Poem: Check for out of bounds error when dangling poem has dangling comment (affects 1 en.s page failing to load). See: <a href="/site/en.wikisource.org/wiki/The_Hebrew_Nation_did_not_write_it">https://en.wikisource.org/wiki/The_Hebrew_Nation_did_not_write_it</a>
|
||||
Poem: Check for out of bounds error when dangling poem has dangling comment (affects 1 en.s page failing to load). See: <a href="https://en.wikisource.org/wiki/The_Hebrew_Nation_did_not_write_it" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Hebrew_Nation_did_not_write_it</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
@ -975,7 +975,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: If {{#pagebanner}} and __TOC__ are on same page, do not have __TOC__ overwrite {{#pagebanner}}.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/UNESCO_World_Heritage_List">https://en.wikivoyage.org/wiki/UNESCO_World_Heritage_List</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/UNESCO_World_Heritage_List" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/UNESCO_World_Heritage_List</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -988,7 +988,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Always reload page when going back / forward on wikinews (do not use cached html).
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki" rel="nofollow" class="external free">https://en.wikinews.org/wiki</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/">https://en.wikinews.org/wiki</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1170,7 +1170,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Implement entity for renderSnak.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Montenegro">https://en.wikivoyage.org/wiki/Montenegro</a> <a href="/site/en.wikivoyage.org/wiki/Mongolia">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Montenegro" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Montenegro</a> <a href="https://en.wikivoyage.org/wiki/Mongolia" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1183,7 +1183,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Hide markup from mapframe / maplink tags.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/London">https://en.wikivoyage.org/wiki/London</a> <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/London" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/London</a> <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1227,7 +1227,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Reuse quantity.unit code for renderSnake.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Mongolia">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Mongolia" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1240,7 +1240,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Ignore assessment function tag.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Mongolia">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Mongolia" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1253,7 +1253,7 @@
|
||||
<span style='font-variant:small-caps'>Example</span>: category={{{2}}}.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki/Egypt" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Egypt</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/Egypt">https://en.wikinews.org/wiki/Egypt</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1263,7 +1263,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki/Egypt" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Egypt</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/Egypt">https://en.wikinews.org/wiki/Egypt</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1312,7 +1312,7 @@
|
||||
<span style='font-variant:small-caps'>Example</span>: Armenica_Ani_map.gif/250px.png.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Ani">https://en.wikivoyage.org/wiki/Ani</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Ani" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Ani</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1340,7 +1340,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikibooks.org/wiki/Algorithms">https://en.wikibooks.org/wiki/Algorithms</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/Algorithms" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Algorithms</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1350,7 +1350,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki/Egypt" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Egypt</a> <a href="https://en.wikinews.org/wiki/Template:Topic_cat/latest" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Template:Topic_cat/latest</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/Egypt">https://en.wikinews.org/wiki/Egypt</a> <a href="/site/en.wikinews.org/wiki/Template:Topic_cat/latest">https://en.wikinews.org/wiki/Template:Topic_cat/latest</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -1833,7 +1833,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikibooks.org/wiki/Subject:XML">https://en.wikibooks.org/wiki/Subject:XML</a> <a href="/site/en.wikibooks.org/wiki/Subject:Religion">https://en.wikibooks.org/wiki/Subject:Religion</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/Subject:XML" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Subject:XML</a> <a href="https://en.wikibooks.org/wiki/Subject:Religion" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Subject:Religion</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -2721,7 +2721,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Support "renderSnak".
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Wikivoyage:Travellers%27_pub">https://en.wikivoyage.org/wiki/Wikivoyage:Travellers'_pub</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Wikivoyage:Travellers'_pub" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Wikivoyage:Travellers'_pub</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<h3>
|
||||
@ -2914,7 +2914,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
Links: <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
Links: <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
@ -3481,7 +3481,7 @@
|
||||
<span style='font-variant:small-caps'>Example</span>: key="a'b" x> key="a".
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/The_formative_period_in_Colby%27s_history">https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -4876,7 +4876,7 @@
|
||||
Core: Parse decimals using US locale, not user locale. Resolves extremely wide pie charts on many de.w pages. {detected by markusmaresch} See: <a href="/site/de.wikipedia.org/wiki/Hausmannst%C3%A4tten">https://de.wikipedia.org/wiki/Hausmannstätten</a>
|
||||
</li>
|
||||
<li>
|
||||
Xtn.Pgbnr: Add {{PAGEBANNER}} extension. Resolves pagebanner not showing up on top of wikivoyage pages. See: <a href="/site/en.wikivoyage.org/wiki/Stonehenge">https://en.wikivoyage.org/wiki/Stonehenge</a> <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a> <a href="/site/en.wikivoyage.org/wiki/Munich">https://en.wikivoyage.org/wiki/Munich</a> <a href="/site/en.wikivoyage.org/wiki/Cumbernauld">https://en.wikivoyage.org/wiki/Cumbernauld</a> <a href="http://xowa.org/home/wiki/Diagnostics/Xtns/Wikivoyage/All" id="xolnki_66" title="Diagnostics/Xtns/Wikivoyage/All">Diagnostics/Xtns/Wikivoyage/All</a>
|
||||
Xtn.Pgbnr: Add {{PAGEBANNER}} extension. Resolves pagebanner not showing up on top of wikivoyage pages. See: <a href="https://en.wikivoyage.org/wiki/Stonehenge" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Stonehenge</a> <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a> <a href="https://en.wikivoyage.org/wiki/Munich" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Munich</a> <a href="https://en.wikivoyage.org/wiki/Cumbernauld" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Cumbernauld</a> <a href="http://xowa.org/home/wiki/Diagnostics/Xtns/Wikivoyage/All" id="xolnki_66" title="Diagnostics/Xtns/Wikivoyage/All">Diagnostics/Xtns/Wikivoyage/All</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -4887,7 +4887,7 @@
|
||||
Css: Remove from core.css #content a:link {color: #0645ad;}. Resolves wikivoyage banner links showing in blue instead of white. See: <a href="/site/en.wikipedia.org/wiki/Stonehenge">https://en.wikipedia.org/wiki/Stonehenge</a>
|
||||
</li>
|
||||
<li>
|
||||
Html: Add 'class="visible"' to content-sub node and 'client-js' to html node. Resolves extra gap at bottom of content-sub on wikivoyage pages. See: <a href="/site/en.wikivoyage.org/wiki/Stonehenge">https://en.wikivoyage.org/wiki/Stonehenge</a>
|
||||
Html: Add 'class="visible"' to content-sub node and 'client-js' to html node. Resolves extra gap at bottom of content-sub on wikivoyage pages. See: <a href="https://en.wikivoyage.org/wiki/Stonehenge" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Stonehenge</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -4975,7 +4975,7 @@
|
||||
Luaj: Handle multi-byte chars in lua variables (resolves script error on a few dozen en.d pages ("attempt to concatenate nil and string")). See: <a href="/site/en.wiktionary.org/wiki/%E3%81%A9%E3%81%86">https://en.wiktionary.org/wiki/どう</a> <a href="/site/en.wiktionary.org/wiki/%EB%A5%BC">https://en.wiktionary.org/wiki/를</a>
|
||||
</li>
|
||||
<li>
|
||||
Hzip: Handle jtidy moving <span class='headline'> outside of <h#> tag in rare combination of <center>, <span>, <div> (resolves a few dozen pages in en.s not showing). See: <a href="/site/en.wikisource.org/wiki/On_the_Vital_Principle/Whole_text">https://en.wikisource.org/wiki/On_the_Vital_Principle/Whole_text</a> <a href="/site/en.wikisource.org/wiki/Avenarius_and_the_Standpoint_of_Pure_Experience/1">https://en.wikisource.org/wiki/Avenarius_and_the_Standpoint_of_Pure_Experience/1</a>
|
||||
Hzip: Handle jtidy moving <span class='headline'> outside of <h#> tag in rare combination of <center>, <span>, <div> (resolves a few dozen pages in en.s not showing). See: <a href="https://en.wikisource.org/wiki/On_the_Vital_Principle/Whole_text" rel="nofollow" class="external free">https://en.wikisource.org/wiki/On_the_Vital_Principle/Whole_text</a> <a href="https://en.wikisource.org/wiki/Avenarius_and_the_Standpoint_of_Pure_Experience/1" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Avenarius_and_the_Standpoint_of_Pure_Experience/1</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@ -4992,7 +4992,7 @@
|
||||
Xtns.Dpl: Write href using full_db not page_txt; EX:Category:A B -> Category:A_B x> A B. See: <a href="/site/en.wikiquote.org/wiki/Wikiquote:Speedy_deletions">https://en.wikiquote.org/wiki/Wikiquote:Speedy_deletions</a>
|
||||
</li>
|
||||
<li>
|
||||
Xtns.Dpl: Encode quotes in href title (resolves broken links if page title has quotes). See: <a href="/site/en.wikibooks.org/wiki/Wikibooks:Alphabetical_classification/All_Books">https://en.wikibooks.org/wiki/Wikibooks:Alphabetical_classification/All_Books</a>
|
||||
Xtns.Dpl: Encode quotes in href title (resolves broken links if page title has quotes). See: <a href="https://en.wikibooks.org/wiki/Wikibooks:Alphabetical_classification/All_Books" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Wikibooks:Alphabetical_classification/All_Books</a>
|
||||
</li>
|
||||
<li>
|
||||
Dumps.HTML: Add support for non-english File namespace (resolves many log messages when generating html dumps for non-english wikis).
|
||||
@ -5155,7 +5155,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
ParserFunctions: Handle <refs> inside {{#tag}} (affects incorrectly placed ref on 1 en.w page); EX:{{#tag:ref|<ref>a</ref>b}}. See: <a href="/site/en.wikipedia.org/wiki/UK">https://en.wikipedia.org/wiki/UK</a> <a href="/site/en.wikisource.org/wiki/The_Canterville_Ghost">https://en.wikisource.org/wiki/The_Canterville_Ghost</a>
|
||||
ParserFunctions: Handle <refs> inside {{#tag}} (affects incorrectly placed ref on 1 en.w page); EX:{{#tag:ref|<ref>a</ref>b}}. See: <a href="/site/en.wikipedia.org/wiki/UK">https://en.wikipedia.org/wiki/UK</a> <a href="https://en.wikisource.org/wiki/The_Canterville_Ghost" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_Canterville_Ghost</a>
|
||||
</li>
|
||||
<li>
|
||||
ParserFunctions: Add {{REVISIONSIZE}} (affects script error on 2 ru.w pages); EX:{{REVISIONSIZE}}. See: <a href="https://ru.wikipedia.org/wiki/Юршор" rel="nofollow" class="external free">https://ru.wikipedia.org/wiki/Юршор</a> <a href="https://ru.wikipedia.org/wiki/Красноярск" rel="nofollow" class="external free">https://ru.wikipedia.org/wiki/Красноярск</a>
|
||||
|
@ -95,7 +95,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Implement entity for renderSnak.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Montenegro">https://en.wikivoyage.org/wiki/Montenegro</a> <a href="/site/en.wikivoyage.org/wiki/Mongolia">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Montenegro" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Montenegro</a> <a href="https://en.wikivoyage.org/wiki/Mongolia" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -108,7 +108,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Hide markup from mapframe / maplink tags.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/London">https://en.wikivoyage.org/wiki/London</a> <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/London" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/London</a> <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -152,7 +152,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Reuse quantity.unit code for renderSnake.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Mongolia">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Mongolia" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -165,7 +165,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Ignore assessment function tag.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Mongolia">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Mongolia" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Mongolia</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -178,7 +178,7 @@
|
||||
<span style='font-variant:small-caps'>Example</span>: category={{{2}}}.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki/Egypt" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Egypt</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/Egypt">https://en.wikinews.org/wiki/Egypt</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -188,7 +188,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki/Egypt" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Egypt</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/Egypt">https://en.wikinews.org/wiki/Egypt</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -237,7 +237,7 @@
|
||||
<span style='font-variant:small-caps'>Example</span>: Armenica_Ani_map.gif/250px.png.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Ani">https://en.wikivoyage.org/wiki/Ani</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Ani" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Ani</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -265,7 +265,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikibooks.org/wiki/Algorithms">https://en.wikibooks.org/wiki/Algorithms</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/Algorithms" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Algorithms</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -275,7 +275,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki/Egypt" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Egypt</a> <a href="https://en.wikinews.org/wiki/Template:Topic_cat/latest" rel="nofollow" class="external free">https://en.wikinews.org/wiki/Template:Topic_cat/latest</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/Egypt">https://en.wikinews.org/wiki/Egypt</a> <a href="/site/en.wikinews.org/wiki/Template:Topic_cat/latest">https://en.wikinews.org/wiki/Template:Topic_cat/latest</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
|
@ -218,7 +218,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: If {{#pagebanner}} and __TOC__ are on same page, do not have __TOC__ overwrite {{#pagebanner}}.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/UNESCO_World_Heritage_List">https://en.wikivoyage.org/wiki/UNESCO_World_Heritage_List</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/UNESCO_World_Heritage_List" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/UNESCO_World_Heritage_List</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
@ -231,7 +231,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Always reload page when going back / forward on wikinews (do not use cached html).
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikinews.org/wiki" rel="nofollow" class="external free">https://en.wikinews.org/wiki</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikinews.org/wiki/">https://en.wikinews.org/wiki</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
|
@ -219,7 +219,7 @@
|
||||
<span style='font-variant:small-caps'>Example</span>: key="a'b" x> key="a".
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/The_formative_period_in_Colby%27s_history">https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history" rel="nofollow" class="external free">https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
|
@ -122,7 +122,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
Links: <a href="/site/en.wikivoyage.org/wiki/Paris">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
Links: <a href="https://en.wikivoyage.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Paris</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
@ -112,7 +112,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Support "renderSnak".
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikivoyage.org/wiki/Wikivoyage:Travellers%27_pub">https://en.wikivoyage.org/wiki/Wikivoyage:Travellers'_pub</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikivoyage.org/wiki/Wikivoyage:Travellers'_pub" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Wikivoyage:Travellers'_pub</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<h3>
|
||||
|
@ -132,7 +132,7 @@
|
||||
</ul>
|
||||
<dl>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikibooks.org/wiki/Subject:XML">https://en.wikibooks.org/wiki/Subject:XML</a> <a href="/site/en.wikibooks.org/wiki/Subject:Religion">https://en.wikibooks.org/wiki/Subject:Religion</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/Subject:XML" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Subject:XML</a> <a href="https://en.wikibooks.org/wiki/Subject:Religion" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Subject:Religion</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
|
@ -601,7 +601,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Treat keywords as caption if not File namespace or if keyless.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikibooks.org/wiki/C_Sharp_Programming">https://en.wikibooks.org/wiki/C_Sharp_Programming</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/C_Sharp_Programming" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/C_Sharp_Programming</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/303" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/303</a>
|
||||
|
@ -414,7 +414,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Terminate comment if new-line found.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/Three_Villages/2_Shirley">https://en.wikisource.org/wiki/Three_Villages/2_Shirley</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/Three_Villages/2_Shirley" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Three_Villages/2_Shirley</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/437" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/437</a>
|
||||
|
@ -363,7 +363,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Ignore follow items when writing primary reference.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154">https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/555" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/555</a>
|
||||
|
@ -297,7 +297,7 @@
|
||||
<a href="xowa-cmd:app.setup.cmds.dump_add_many('en.wikisource.org'%2C%20'latest'%2C%20'pages-articles'%2C%20'wiki.custom').owner.run;">download<img src="file:///C:/xowa/bin/any/xowa/file/app.general/xowa_exec.png"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/site/en.wikisource.org/wiki/">http://en.wikisource.org</a>
|
||||
<a href="http://en.wikisource.org" rel="nofollow" class="external free">http://en.wikisource.org</a>
|
||||
</td>
|
||||
<td>
|
||||
English
|
||||
@ -323,7 +323,7 @@
|
||||
<a href="xowa-cmd:app.setup.cmds.dump_add_many('en.wikibooks.org'%2C%20'latest'%2C%20'pages-articles'%2C%20'wiki.custom').owner.run;">download<img src="file:///C:/xowa/bin/any/xowa/file/app.general/xowa_exec.png"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/site/en.wikibooks.org/wiki/">http://en.wikibooks.org</a>
|
||||
<a href="http://en.wikibooks.org" rel="nofollow" class="external free">http://en.wikibooks.org</a>
|
||||
</td>
|
||||
<td>
|
||||
English
|
||||
@ -401,7 +401,7 @@
|
||||
<a href="xowa-cmd:app.setup.cmds.dump_add_many('en.wikinews.org'%2C%20'latest'%2C%20'pages-articles'%2C%20'wiki.custom').owner.run;">download<img src="file:///C:/xowa/bin/any/xowa/file/app.general/xowa_exec.png"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://en.wikinews.org" rel="nofollow" class="external free">http://en.wikinews.org</a>
|
||||
<a href="/site/en.wikinews.org/wiki/">http://en.wikinews.org</a>
|
||||
</td>
|
||||
<td>
|
||||
English
|
||||
@ -427,7 +427,7 @@
|
||||
<a href="xowa-cmd:app.setup.cmds.dump_add_many('en.wikivoyage.org'%2C%20'latest'%2C%20'pages-articles'%2C%20'wiki.custom').owner.run;">download<img src="file:///C:/xowa/bin/any/xowa/file/app.general/xowa_exec.png"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/site/en.wikivoyage.org/wiki/">http://en.wikivoyage.org</a>
|
||||
<a href="http://en.wikivoyage.org" rel="nofollow" class="external free">http://en.wikivoyage.org</a>
|
||||
</td>
|
||||
<td>
|
||||
English
|
||||
|
@ -209,13 +209,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
en.wikibooks.org
|
||||
en.wikinews.org
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
n
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2019-05-28
|
||||
2019-11-01
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2017-03-20
|
||||
@ -233,13 +233,13 @@
|
||||
v1
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("en.wikibooks.org")'>Import</button>
|
||||
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("en.wikinews.org")'>Import</button>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_ctg_upgrade' onclick='upgrade_category("en.wikibooks.org")'>Category</button>
|
||||
<button class='options_button' id='xowa_ctg_upgrade' onclick='upgrade_category("en.wikinews.org")'>Category</button>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_srh_upgrade' onclick='upgrade_search("en.wikibooks.org")'>Search</button>
|
||||
<button class='options_button' id='xowa_srh_upgrade' onclick='upgrade_search("en.wikinews.org")'>Search</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -285,7 +285,7 @@
|
||||
n
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2019-06-13
|
||||
2019-11-01
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2017-03-20
|
||||
@ -314,37 +314,36 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
en.wikisource.org
|
||||
en.wikispecies.org
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
n
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2019-08-19
|
||||
1969-12-31
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2017-03-20
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
Dump complete
|
||||
<<NULL>>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
sqlite3
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
v0
|
||||
xdat
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
v1
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("en.wikisource.org")'>Import</button>
|
||||
v2
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_ctg_upgrade' onclick='upgrade_category("en.wikisource.org")'>Category</button>
|
||||
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("en.wikispecies.org")'>Import</button>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_srh_upgrade' onclick='upgrade_search("en.wikisource.org")'>Search</button>
|
||||
<button class='options_button' id='xowa_ctg_upgrade' onclick='upgrade_category("en.wikispecies.org")'>Category</button>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_srh_upgrade' onclick='upgrade_search("en.wikispecies.org")'>Search</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -355,7 +354,7 @@
|
||||
n
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2019-03-03
|
||||
2019-11-01
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2017-03-20
|
||||
@ -382,41 +381,6 @@
|
||||
<button class='options_button' id='xowa_srh_upgrade' onclick='upgrade_search("en.wikiversity.org")'>Search</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
en.wikivoyage.org
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
n
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2019-11-01
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
2017-03-20
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
Dump complete
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
sqlite3
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
v0
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
v1
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("en.wikivoyage.org")'>Import</button>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_ctg_upgrade' onclick='upgrade_category("en.wikivoyage.org")'>Category</button>
|
||||
</td>
|
||||
<td class='cell_center'>
|
||||
<button class='options_button' id='xowa_srh_upgrade' onclick='upgrade_search("en.wikivoyage.org")'>Search</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
en.wiktionary.org
|
||||
|
@ -99,7 +99,7 @@
|
||||
Printing was not available. See: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=376358" rel="nofollow" class="external free">https://bugs.eclipse.org/bugs/show_bug.cgi?id=376358</a>
|
||||
</li>
|
||||
<li>
|
||||
A very small minority of pages would not render the same as a browser. For example, <a href="/site/en.wikisource.org/wiki/Lubbers_Don%27t_Live">https://en.wikisource.org/wiki/Lubbers_Don't_Live</a>!
|
||||
A very small minority of pages would not render the same as a browser. For example, <a href="https://en.wikisource.org/wiki/Lubbers_Don't_Live" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Lubbers_Don't_Live</a>!
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Image from <a href="/site/en.wikivoyage.org/wiki/Earth">https://en.wikivoyage.org/wiki/Earth</a>
|
||||
Image from <a href="https://en.wikivoyage.org/wiki/Earth" rel="nofollow" class="external free">https://en.wikivoyage.org/wiki/Earth</a>
|
||||
</li>
|
||||
<li>
|
||||
Icons of "Previous destination of the month" and "Star article"
|
||||
|
@ -466,7 +466,7 @@
|
||||
<span style='font-variant:small-caps'>Resolved by</span>: Ignore follow items when writing primary reference.
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154">https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154</a>
|
||||
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154" rel="nofollow" class="external free">https://en.wikisource.org/wiki/Page:Writings_of_Saint_Patrick,_Apostle_of_Ireland.djvu/154</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<span style='font-variant:small-caps'>Issue</span>: <a href="https://github.com/gnosygnu/xowa/issues/555" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/555</a>
|
||||
|
@ -90,7 +90,7 @@
|
||||
<a href="/site/en.wikipedia.org/wiki/">English Wikipedia</a>
|
||||
</li>
|
||||
<li>
|
||||
The English sister projects: <a href="/site/en.wiktionary.org/wiki/">Wiktionary</a>, <a href="/site/en.wikisource.org/wiki/">Wikisource</a>, <a href="/site/en.wikivoyage.org/wiki/">Wikivoyage</a>, <a href="/site/en.wikiquote.org/wiki/">Wikiquote</a>, <a href="/site/en.wikibooks.org/wiki/">Wikibooks</a>, <a href="/site/en.wikiversity.org/wiki/">Wikiversity</a> and <a href="https://en.wikinews.org" rel="nofollow" class="external text">Wikinews</a>
|
||||
The English sister projects: <a href="/site/en.wiktionary.org/wiki/">Wiktionary</a>, <a href="https://en.wikisource.org" rel="nofollow" class="external text">Wikisource</a>, <a href="https://en.wikivoyage.org" rel="nofollow" class="external text">Wikivoyage</a>, <a href="/site/en.wikiquote.org/wiki/">Wikiquote</a>, <a href="https://en.wikibooks.org" rel="nofollow" class="external text">Wikibooks</a>, <a href="/site/en.wikiversity.org/wiki/">Wikiversity</a> and <a href="/site/en.wikinews.org/wiki/">Wikinews</a>
|
||||
</li>
|
||||
<li>
|
||||
Non-English Wikipedias including <a href="/site/de.wikipedia.org/wiki/">German</a>, <a href="https://es.wikipedia.org" rel="nofollow" class="external text">Spanish</a>, <a href="/site/fr.wikipedia.org/wiki/">French</a>, <a href="/site/it.wikipedia.org/wiki/">Italian</a>, <a href="https://nl.wikipedia.org" rel="nofollow" class="external text">Dutch</a>, <a href="https://pl.wikipedia.org" rel="nofollow" class="external text">Polish</a>, <a href="https://ru.wikipedia.org" rel="nofollow" class="external text">Russian</a>, <a href="https://sv.wikipedia.org" rel="nofollow" class="external text">Swedish</a>, <a href="/site/ja.wikipedia.org/wiki/">Japanese</a>, <a href="https://zh.wikipedia.org" rel="nofollow" class="external text">Chinese</a>, <a href="https://ar.wikipedia.org" rel="nofollow" class="external text">Arabic</a>, <a href="https://la.wikipedia.org" rel="nofollow" class="external text">Latin</a>, and many more.
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<option value='xowa.gui.nightmode' >Gui - Nightmode</option>
|
||||
|
||||
<option value='xowa.wiki.hdumps' selected='selected'>Wiki - HTML Databases</option>
|
||||
<option value='xowa.wiki.hdumps' >Wiki - HTML Databases</option>
|
||||
|
||||
<option value='xowa.wiki.edit' >Wiki - Editing</option>
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
<option value='xowa.bldr.dansguardian' >Import - Dansguardian</option>
|
||||
|
||||
<option value='xowa.html.css' >HTML - CSS</option>
|
||||
<option value='xowa.html.css' selected='selected'>HTML - CSS</option>
|
||||
|
||||
<option value='xowa.html.page' >HTML - Page</option>
|
||||
|
||||
@ -108,41 +108,41 @@
|
||||
<p id='page_help_para'></p>
|
||||
</div>
|
||||
|
||||
<h2>General</h2>
|
||||
<h2>Font</h2>
|
||||
|
||||
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.read_preferred")' title='view more info'> </span>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.css.font.enabled")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.read_preferred__name' class='xocfg_itm_name'>Prefer HTML Databases for Read tab</div>
|
||||
<div id='xowa.html.css.font.enabled__name' class='xocfg_itm_name'>Enabled</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.read_preferred__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.read_preferred")' title="reset to "y""> </span>
|
||||
<div id='xowa.html.css.font.enabled__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.css.font.enabled")' title="reset to "n""> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.wiki.hdumps.read_preferred" data-xocfg-key="xowa.wiki.hdumps.read_preferred" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked"></input></div>
|
||||
<input id="xowa.html.css.font.enabled" data-xocfg-key="xowa.html.css.font.enabled" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox"></input></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.read_preferred__key_box' value='xowa.wiki.hdumps.read_preferred'></input>
|
||||
<input type='hidden' id='xowa.wiki.hdumps.read_preferred__ctx_box' value='app'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.enabled__key_box' value='xowa.html.css.font.enabled'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.enabled__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.read_preferred_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.read_preferred_help_msg' class='xohelp_msg'><p>Choose one of the following:
|
||||
<div id='xowa.html.css.font.enabled_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.css.font.enabled_help_msg' class='xohelp_msg'><p>Choose one of the following
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li> <b>checked</b>: Read tab uses HTML databases. Note that this will be faster, but there may be some inaccuracies. (These inaccuracies are being worked on)
|
||||
<li> <b>checked</b> : Enables custom HTML page font
|
||||
</li>
|
||||
<li> <b>unchecked</b>: Read tab uses Wikitext. Note that this will be slower, but more accurate.
|
||||
<li> <b>unchecked</b> : Disables custom HTML page font. The HTML page font will be the browser default (Arial 16)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -151,117 +151,29 @@
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.html_mode")' title='view more info'> </span>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.css.font.name")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.html_mode__name' class='xocfg_itm_name'>HTML tab mode</div>
|
||||
<div id='xowa.html.css.font.name__name' class='xocfg_itm_name'>Name</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.html_mode__undo' data-xocfg-type='list:xowa.wiki.hdumps.html_mode' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.html_mode")' title="reset to "shown""> </span>
|
||||
<div id='xowa.html.css.font.name__undo' data-xocfg-type='string' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.css.font.name")' title="reset to "Arial""> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<select id="xowa.wiki.hdumps.html_mode" data-xocfg-key="xowa.wiki.hdumps.html_mode" data-xocfg-type="list:xowa.wiki.hdumps.html_mode" accesskey="d" class="xocfg_data__list" size="4">
|
||||
<option value="shown" selected="selected">Shown</option>
|
||||
<option value="swt_browser">SWT Browser</option>
|
||||
<option value="hdump_save">Saved for HTML DB</option>
|
||||
<option value="hdump_load">Loaded by HTML DB</option>
|
||||
</select>
|
||||
</div>
|
||||
<input id="xowa.html.css.font.name" data-xocfg-key="xowa.html.css.font.name" data-xocfg-type="string" accesskey="d" class="xocfg_data__str" type="text" value="Arial"></input></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.html_mode__key_box' value='xowa.wiki.hdumps.html_mode'></input>
|
||||
<input type='hidden' id='xowa.wiki.hdumps.html_mode__ctx_box' value='app'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.name__key_box' value='xowa.html.css.font.name'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.name__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.html_mode_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.html_mode_help_msg' class='xohelp_msg'><p>Choose one of the following to show in HTML tab:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li> <b>Shown</b>: HTML as generated by XOWA
|
||||
</li>
|
||||
<li> <b>SWT browser</b>: HTML as currently shown in SWT browser (useful for Special pages and javascript calls)
|
||||
</li>
|
||||
<li> <b>Saved for HTML DB</b>: HTML as saved in the HTML database. Note that this is for developer purposes only.
|
||||
</li>
|
||||
<li> <b>Loaded for HTML DB</b>: HTML as saved in the HTML database but post-processed with image urls. Note that this is for developer purposes only.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Indicators</h2>
|
||||
|
||||
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.indicators.enabled")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.indicators.enabled__name' class='xocfg_itm_name'>Enabled</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.indicators.enabled__undo' data-xocfg-type='bool' class='xocfg_itm_delete'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.indicators.enabled")' title="reset to "n""> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.wiki.hdumps.indicators.enabled" data-xocfg-key="xowa.wiki.hdumps.indicators.enabled" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked"></input></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.indicators.enabled__key_box' value='xowa.wiki.hdumps.indicators.enabled'></input>
|
||||
<input type='hidden' id='xowa.wiki.hdumps.indicators.enabled__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.indicators.enabled_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.indicators.enabled_help_msg' class='xohelp_msg'><p>Choose one of the following.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li> <b>checked</b> : Shows indicator in top-right corner if page is coming from wikitext or HTML databases
|
||||
</li>
|
||||
<li> <b>unchecked</b> : Shows nothing
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.indicators.html_if_wtxt")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_wtxt__name' class='xocfg_itm_name'>HTML when Wikitext DB</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_wtxt__undo' data-xocfg-type='string' class='xocfg_itm_delete'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.indicators.html_if_wtxt")' title="reset to "<ul><li>WIKITEXT</li></ul>""> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.wiki.hdumps.indicators.html_if_wtxt" data-xocfg-key="xowa.wiki.hdumps.indicators.html_if_wtxt" data-xocfg-type="string" accesskey="d" class="xocfg_data__str" type="text" value=""></input></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.indicators.html_if_wtxt__key_box' value='xowa.wiki.hdumps.indicators.html_if_wtxt'></input>
|
||||
<input type='hidden' id='xowa.wiki.hdumps.indicators.html_if_wtxt__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_wtxt_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_wtxt_help_msg' class='xohelp_msg'><p>HTML to show for Wikitext databases
|
||||
<div id='xowa.html.css.font.name_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.css.font.name_help_msg' class='xohelp_msg'><p>Enter a font family name.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -269,29 +181,91 @@
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.indicators.html_if_html")' title='view more info'> </span>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.css.font.size")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_html__name' class='xocfg_itm_name'>HTML when HTML DB</div>
|
||||
<div id='xowa.html.css.font.size__name' class='xocfg_itm_name'>Size</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_html__undo' data-xocfg-type='string' class='xocfg_itm_delete'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.indicators.html_if_html")' title="reset to "<ul><li>HTML</li></ul>""> </span>
|
||||
<div id='xowa.html.css.font.size__undo' data-xocfg-type='string' class='xocfg_itm_delete'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.css.font.size")' title="reset to "16.0""> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.wiki.hdumps.indicators.html_if_html" data-xocfg-key="xowa.wiki.hdumps.indicators.html_if_html" data-xocfg-type="string" accesskey="d" class="xocfg_data__str" type="text" value="<ul><li style="color:red">HTML</li></ul>"></input></div>
|
||||
<input id="xowa.html.css.font.size" data-xocfg-key="xowa.html.css.font.size" data-xocfg-type="string" accesskey="d" class="xocfg_data__str" type="text" value="16"></input></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.indicators.html_if_html__key_box' value='xowa.wiki.hdumps.indicators.html_if_html'></input>
|
||||
<input type='hidden' id='xowa.wiki.hdumps.indicators.html_if_html__ctx_box' value='app'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.size__key_box' value='xowa.html.css.font.size'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.size__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_html_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.indicators.html_if_html_help_msg' class='xohelp_msg'><p>HTML to show for HTML databases
|
||||
<div id='xowa.html.css.font.size_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.css.font.size_help_msg' class='xohelp_msg'><p>Enter a number representing for a valid font size in pixels.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.css.font.format")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.html.css.font.format__name' class='xocfg_itm_name'>Format</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.html.css.font.format__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.css.font.format")' title="reset to "body {font-family: ~{font_name}; font-size: ~{font_size}px;}""> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<textarea id="xowa.html.css.font.format" data-xocfg-key="xowa.html.css.font.format" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo" rows="4">body {font-family: ~{font_name}; font-size: ~{font_size}px;}</textarea></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.css.font.format__key_box' value='xowa.html.css.font.format'></input>
|
||||
<input type='hidden' id='xowa.html.css.font.format__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.html.css.font.format_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.css.font.format_help_msg' class='xohelp_msg'></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Custom</h2>
|
||||
|
||||
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.css.custom.script")' title='view more info'> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:key -->
|
||||
<div id='xowa.html.css.custom.script__name' class='xocfg_itm_name'>CSS</div>
|
||||
|
||||
<!-- BTN:undo -->
|
||||
<div id='xowa.html.css.custom.script__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.css.custom.script")' title="reset to """> </span>
|
||||
</div>
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<textarea id="xowa.html.css.custom.script" data-xocfg-key="xowa.html.css.custom.script" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo" rows="4"></textarea></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.css.custom.script__key_box' value='xowa.html.css.custom.script'></input>
|
||||
<input type='hidden' id='xowa.html.css.custom.script__ctx_box' value='app'></input>
|
||||
</div>
|
||||
|
||||
<!-- DIV:help -->
|
||||
<div id='xowa.html.css.custom.script_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.css.custom.script_help_msg' class='xohelp_msg'><p>Enter a format for embedding the custom font info in the web page.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -267,7 +267,7 @@
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.app.cfg.previous_grp" data-xocfg-key="xowa.app.cfg.previous_grp" data-xocfg-type="string" accesskey="d" class="xocfg_data__str xocfg_data__readonly" type="text" readonly="true" value="xowa.wiki.hdumps"></input></div>
|
||||
<input id="xowa.app.cfg.previous_grp" data-xocfg-key="xowa.app.cfg.previous_grp" data-xocfg-type="string" accesskey="d" class="xocfg_data__str xocfg_data__readonly" type="text" readonly="true" value="xowa.html.css"></input></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.app.cfg.previous_grp__key_box' value='xowa.app.cfg.previous_grp'></input>
|
||||
@ -383,7 +383,7 @@ Stores most recently viewed page. Used when visiting "Special:XowaCfg"
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<textarea id="xowa.app.startup.tabs.previous_list" data-xocfg-key="xowa.app.startup.tabs.previous_list" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo xocfg_data__readonly" readonly="true">home/wiki/Main_Page?action=edit</textarea></div>
|
||||
<textarea id="xowa.app.startup.tabs.previous_list" data-xocfg-key="xowa.app.startup.tabs.previous_list" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo xocfg_data__readonly" readonly="true">fr.wikisource.org/wiki/Wikisource:Bac_à_sable?action=edit</textarea></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.app.startup.tabs.previous_list__key_box' value='xowa.app.startup.tabs.previous_list'></input>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user