1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141 |
- <!DOCTYPE html>
- <html dir="ltr">
- <head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <title>Options/Popups - XOWA</title>
- <link rel="shortcut icon" href="https://gnosygnu.github.io/xowa/xowa_logo.png" />
- <link rel="stylesheet" href="https://gnosygnu.github.io/xowa/xowa_common.css" type="text/css">
- <style>
- .options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
- .options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
- .options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
- .options_textbox {padding: 2px; border: 1px solid black;}
- .options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
- .options_textarea {padding: 2px; border: 1px solid black;}
- .options_select {padding: 2px; border: 1px solid black;}
- .options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
- .options_checkbox {padding: 2px; border: 1px solid black;}
- .options_readonly {background-color:#F9F9F9;}
- </style>
- <style>
- .optionsButton
- {
- width: 100px;
- height: 40px;
- font-family: 'Segoe UI';
- font-size: 12px;
- margin-left: -5px;
- cursor: pointer;
- background-color: lightgray;
- text-align: center;
- }
- .optionsLink
- {
- color: black !important;
- text-decoration: none;
- }
- .optionsButton.active
- {
- width: 100px;
- height: 40px;
- font-family: 'Segoe UI';
- font-size: 12px;
- margin-left: -5px;
- cursor: pointer;
- background-color: dimgray;
- color: white !important;
- border: solid 1px dimgray;
- }
- .optionsButton.active a
- {
- color: white !important;
- }
- .tabs
- {
- width: 100%;
- margin-top: 10px;
- }
- .tab-links ul
- {
- margin-left: -40px;
- }
- .tab-links li
- {
- margin: 0px 0px 0px 0px;
- float: left;
- list-style: none;
- }
- .tab-links a
- {
- padding: 9px 15px 9px 15px;
- border-radius: 3px 3px 0px 0px;
- background: #f0f0f0;
- font-family: 'Segoe UI';
- font-size: 13px;
- color: black !important;
- text-decoration: none;
- border-radius: 3px;
- border-top: solid 1px gray;
- border-left: solid 1px gray;
- border-right: solid 1px gray;
- }
- .tab-links a:hover
- {
- background: #B0B0B0;
- text-decoration: none;
- }
- li.active a, li.active a:hover
- {
- background: #fff;
- color: #4c4c4c;
- font-weight: bold;
- }
- .tab-content
- {
- padding: 15px;
- border-radius: 3px;
- background: #fff;
- border-top: solid 1px gray;
- margin-top: 5px;
- min-height: 300px;
- }
- </style>
- <style>
- .options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
- .options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
- .options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
- .options_textbox {padding: 2px; border: 1px solid black;}
- .options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
- .options_textarea {padding: 2px; border: 1px solid black;}
- .options_select {padding: 2px; border: 1px solid black;}
- .options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
- .options_checkbox {padding: 2px; border: 1px solid black;}
- .options_readonly {background-color:#F9F9F9;}
- </style>
- <style>
- .optionsButton
- {
- width: 100px;
- height: 40px;
- font-family: 'Segoe UI';
- font-size: 12px;
- margin-left: -5px;
- cursor: pointer;
- background-color: lightgray;
- text-align: center;
- }
- .optionsLink
- {
- color: black !important;
- text-decoration: none;
- }
- .optionsButton.active
- {
- width: 100px;
- height: 40px;
- font-family: 'Segoe UI';
- font-size: 12px;
- margin-left: -5px;
- cursor: pointer;
- background-color: dimgray;
- color: white !important;
- border: solid 1px dimgray;
- }
- .optionsButton.active a
- {
- color: white !important;
- }
- .tabs
- {
- width: 100%;
- margin-top: 10px;
- }
- .tab-links ul
- {
- margin-left: -40px;
- }
- .tab-links li
- {
- margin: 0px 0px 0px 0px;
- float: left;
- list-style: none;
- }
- .tab-links a
- {
- padding: 9px 15px 9px 15px;
- border-radius: 3px 3px 0px 0px;
- background: #f0f0f0;
- font-family: 'Segoe UI';
- font-size: 13px;
- color: black !important;
- text-decoration: none;
- border-radius: 3px;
- border-top: solid 1px gray;
- border-left: solid 1px gray;
- border-right: solid 1px gray;
- }
- .tab-links a:hover
- {
- background: #B0B0B0;
- text-decoration: none;
- }
- li.active a, li.active a:hover
- {
- background: #fff;
- color: #4c4c4c;
- font-weight: bold;
- }
- .tab-content
- {
- padding: 15px;
- border-radius: 3px;
- background: #fff;
- border-top: solid 1px gray;
- margin-top: 5px;
- min-height: 300px;
- }
- </style>
- </head>
- <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
- <div id="mw-page-base" class="noprint"></div>
- <div id="mw-head-base" class="noprint"></div>
- <div id="content" class="mw-body">
- <h1 id="firstHeading" class="firstHeading"><span>Options/Popups</span></h1>
- <div id="bodyContent" class="mw-body-content">
- <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
- <div id="contentSub"></div>
- <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
-
- <div>
- <table>
- <tr>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/Window'>Apps (basic)</a>
- </td>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/Security'>Apps (advanced)</a>
- </td>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/Import'>Wiki</a>
- </td>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/HTML'>HTML</a>
- </td>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/Content_apps'>External apps</a>
- </td>
- <td class='optionsButton active'>
- <a class='optionsLink' href='/wiki/Options/Search_suggest'>Modules</a>
- </td>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/Math'>Extensions</a>
- </td>
- <td class='optionsButton'>
- <a class='optionsLink' href='/wiki/Options/Dev'>Misc</a>
- </td>
- </tr>
- </table>
- </div>
- <div class="tabs">
- <div>
- <ul class='tab-links' style='margin-left:0px;'>
- <li class=''>
- <a href='/wiki/Options/Search_suggest'>Search suggest</a>
- </li>
- <li class=''>
- <a href='/wiki/Options/Search'>Search</a>
- </li>
- <li class='active'>
- <a href='/wiki/Options/Popups'>Popups</a>
- </li>
- </ul>
- </div><br>
- <div class='tab-content'>
- <div id="toc" class="toc">
- <div id="toctitle">
- <h2>
- Contents
- </h2>
- </div>
- <ul>
- <li class="toclevel-1 tocsection-1">
- <a href="#General"><span class="tocnumber">1</span> <span class="toctext">General</span></a>
- </li>
- <li class="toclevel-1 tocsection-2">
- <a href="#Content_.28basic.29"><span class="tocnumber">2</span> <span class="toctext">Content (basic)</span></a>
- </li>
- <li class="toclevel-1 tocsection-3">
- <a href="#Content_.28advanced.29"><span class="tocnumber">3</span> <span class="toctext">Content (advanced)</span></a>
- </li>
- <li class="toclevel-1 tocsection-4">
- <a href="#Window"><span class="tocnumber">4</span> <span class="toctext">Window</span></a>
- </li>
- <li class="toclevel-1 tocsection-5">
- <a href="#Performance"><span class="tocnumber">5</span> <span class="toctext">Performance</span></a>
- </li>
- <li class="toclevel-1 tocsection-6">
- <a href="#Advanced"><span class="tocnumber">6</span> <span class="toctext">Advanced</span></a>
- </li>
- <li class="toclevel-1 tocsection-7">
- <a href="#Notes"><span class="tocnumber">7</span> <span class="toctext">Notes</span></a>
- </li>
- </ul>
- </div>
- <p>
- This page provides options for Popups. Note that configuration changes will apply automatically to new tabs and new pages. However, any currently loaded pages must be reloaded to pick up the new configuration change.
- </p>
- <p>
- You can also test your configuration changes by hovering over this link: <a href="http://xowa.org/wiki/home/page/Main_Page.html" id="xolnki_2" title="Main Page" class="xowa-visited">XOWA Main Page</a>.
- </p>
- <p>
- For more infomation, visit the <a href="http://xowa.org/wiki/home/page/App/Xtn/Html/Popups.html" id="xolnki_3" title="App/Xtn/Html/Popups" class="xowa-visited">Popups help page</a>
- </p>
- <div style='float:right; margin-right:10px; margin-top:5px;'>
- <p>
- <a href="xowa-cmd:app.user.prefs.save();" accesskey='s'><img src='file:///C:/xowa/bin/any/xowa/file/app.window/save.png' width="16" height="16">Save</a>
- </p>
- </div><br>
-
- <h2>
- <span class="mw-headline" id="General">General</span>
- </h2>
- <table class='options_table'>
- <tr>
- <td class='options_row_label'>
- Enabled: <sup id="cite_ref-enabled_0-0" class="reference"><a href="#cite_note-enabled-0">[1]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.enabled" type="checkbox" class='options_checkbox' id='xowa_prop_0' checked='checked'>
- </td>
- </tr>
- </table>
- <h2>
- <span class="mw-headline" id="Content_.28basic.29">Content (basic)</span>
- </h2>
- <table class='options_table'>
- <tr>
- <td class='options_row_label'>
- Number of words to show at start: <sup id="cite_ref-show_init_word_count_1-0" class="reference"><a href="#cite_note-show_init_word_count-1">[2]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.show_init_word_count" class="options_textbox" style="width: 80px;" id='xowa_prop_1' value='128'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Number of words to show for "more": <sup id="cite_ref-show_more_word_count_2-0" class="reference"><a href="#cite_note-show_more_word_count-2">[3]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.show_more_word_count" class="options_textbox" style="width: 80px;" id='xowa_prop_2' value='192'>
- </td>
- </tr>
- </table>
- <h2>
- <span class="mw-headline" id="Content_.28advanced.29">Content (advanced)</span>
- </h2>
- <table class='options_table'>
- <tr>
- <td class='options_row_label'>
- Automatically show "all" if page is less than: <sup id="cite_ref-show_all_if_less_than_3-0" class="reference"><a href="#cite_note-show_all_if_less_than-3">[4]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.show_all_if_less_than" class="options_textbox" style="width: 80px;" id='xowa_prop_3' value='-1'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Read forward til header: <sup id="cite_ref-read_til_stop_fwd_4-0" class="reference"><a href="#cite_note-read_til_stop_fwd-4">[5]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.read_til_stop_fwd" class="options_textbox" style="width: 80px;" id='xowa_prop_4' value='32'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Read backward til header: <sup id="cite_ref-read_til_stop_bwd_5-0" class="reference"><a href="#cite_note-read_til_stop_bwd-5">[6]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.read_til_stop_bwd" class="options_textbox" style="width: 80px;" id='xowa_prop_5' value='16'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Stop if header is found after: <sup id="cite_ref-stop_if_hdr_after_6-0" class="reference"><a href="#cite_note-stop_if_hdr_after-6">[7]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.stop_if_hdr_after" class="options_textbox" style="width: 80px;" id='xowa_prop_6' value='96'>
- </td>
- </tr>
- </table>
- <h2>
- <span class="mw-headline" id="Window">Window</span>
- </h2>
- <table class='options_table'>
- <tr>
- <td class='options_row_label'>
- Number of milliseconds before showing popup: <sup id="cite_ref-win_show_delay_7-0" class="reference"><a href="#cite_note-win_show_delay-7">[8]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.win_show_delay" class="options_textbox" style="width: 80px;" id='xowa_prop_7' value='600'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Number of milliseconds before hiding popup: <sup id="cite_ref-win_hide_delay_8-0" class="reference"><a href="#cite_note-win_hide_delay-8">[9]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.win_hide_delay" class="options_textbox" style="width: 80px;" id='xowa_prop_8' value='400'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Maximum width of window: <sup id="cite_ref-win_max_w_9-0" class="reference"><a href="#cite_note-win_max_w-9">[10]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.win_max_w" class="options_textbox" style="width: 80px;" id='xowa_prop_9' value='-1'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Maximum height of window: <sup id="cite_ref-win_max_h_10-0" class="reference"><a href="#cite_note-win_max_h-10">[11]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.win_max_h" class="options_textbox" style="width: 80px;" id='xowa_prop_10' value='-1'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Maximum width of window when "show all": <sup id="cite_ref-win_show_all_max_w_11-0" class="reference"><a href="#cite_note-win_show_all_max_w-11">[12]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.win_show_all_max_w" class="options_textbox" style="width: 80px;" id='xowa_prop_11' value='800'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Show popup when link is focused: <sup id="cite_ref-win_bind_focus_blur_12-0" class="reference"><a href="#cite_note-win_bind_focus_blur-12">[13]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.win_bind_focus_blur" type="checkbox" class='options_checkbox' id='xowa_prop_12'>
- </td>
- </tr>
- </table>
- <h2>
- <span class="mw-headline" id="Performance">Performance</span>
- </h2>
- <table class='options_table'>
- <tr>
- <td class='options_row_label'>
- Template token max: <sup id="cite_ref-tmpl_tkn_max_13-0" class="reference"><a href="#cite_note-tmpl_tkn_max-13">[14]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.tmpl_tkn_max" class="options_textbox" style="width: 80px;" id='xowa_prop_13' value='8192'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Template keeplist: <sup id="cite_ref-tmpl_keeplist_14-0" class="reference"><a href="#cite_note-tmpl_keeplist-14">[15]</a></sup>
- </td>
- <td>
- <textarea xowa_prop="xowa.api.html.modules.popups.tmpl_keeplist" class="options_textarea" style="width: 600px; height: 500px;" accesskey=',' id='xowa_prop_14'>
- en.wikipedia.org|formatnum;age;age_in_days;age_in_years_and_days*;nts;number_table_sorting*;as_of;oldstyledatedy;gregorian_serial_date;currentminute;currentsecond;dmca;spaced_ndash;trim;month*;convert*;worldpop*;ipa*;lang*;nowrap*;h:*;mvar;math;vgy;audio;iso_639_name;transl;translate;linktext;zh;nihongo*;japanese_name;ko-hhrm;mp|
- </textarea>
- </td>
- </tr>
- </table>
- <h2>
- <span class="mw-headline" id="Advanced">Advanced</span>
- </h2>
- <table class='options_table'>
- <tr>
- <td class='options_row_label'>
- Allowed namespaces: <sup id="cite_ref-ns_allowed_15-0" class="reference"><a href="#cite_note-ns_allowed-15">[16]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.ns_allowed" class="options_textbox" style="width: 260px;" id='xowa_prop_15' value=''>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Ignore HTML elements with the following ids: <sup id="cite_ref-xnde_ignore_ids_16-0" class="reference"><a href="#cite_note-xnde_ignore_ids-16">[17]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.xnde_ignore_ids" class="options_textbox" style="width: 260px;" id='xowa_prop_16' value='coordinates'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Number of bytes to read each pass: <sup id="cite_ref-scan_len_17-0" class="reference"><a href="#cite_note-scan_len-17">[18]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.scan_len" class="options_textbox" style="width: 80px;" id='xowa_prop_17' value='1024'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Maximum number of bytes to read: <sup id="cite_ref-scan_max_18-0" class="reference"><a href="#cite_note-scan_max-18">[19]</a></sup>
- </td>
- <td>
- <input xowa_prop="xowa.api.html.modules.popups.scan_max" class="options_textbox" style="width: 80px;" id='xowa_prop_18' value='32768'>
- </td>
- </tr>
- <tr>
- <td class='options_row_label'>
- Popup HTML format default: <sup id="cite_ref-html_fmtr_popup_19-0" class="reference"><a href="#cite_note-html_fmtr_popup-19">[20]</a></sup>
- </td>
- </tr>
- </table>
- <h2>
- <span class="mw-headline" id="Notes">Notes</span>
- </h2>
- <ol class="references">
- <li id="cite_note-enabled-0">
- <span class="mw-cite-backlink"><a href="#cite_ref-enabled_0-0">^</a></span> <span class="reference-text">Controls popup functionality (default is <code>checked</code>)</span>
- <ul>
- <li>
- <span class="reference-text"><b>checked</b> to show popups when hovering over links</span>
- </li>
- <li>
- <span class="reference-text"><b>unchecked</b> to not show popups when hovering over links</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-show_init_word_count-1">
- <span class="mw-cite-backlink"><a href="#cite_ref-show_init_word_count_1-0">^</a></span> <span class="reference-text">Number of words to show in popup (default is <code>128</code>)<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">For slower machines, decrease the number of words to 32. Note that the number must be greater than 0.</span>
- </li>
- <li>
- <span class="reference-text">For faster machines, increase the number of words as per your liking.</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-show_more_word_count-2">
- <span class="mw-cite-backlink"><a href="#cite_ref-show_more_word_count_2-0">^</a></span> <span class="reference-text">Number of additional words to show when "show more" is clicked (default is <code>192</code>)<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">For slower machines, decrease the number of words to 32. Note that the number must be greater than 0.</span>
- </li>
- <li>
- <span class="reference-text">For faster machines, increase the number of words as per your liking.</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-show_all_if_less_than-3">
- <span class="mw-cite-backlink"><a href="#cite_ref-show_all_if_less_than_3-0">^</a></span> <span class="reference-text">Automatically show the entire article if article is less than these number of bytes (default is <code>-1</code>) (recommended is <code>4096</code>)<br>
- This feature is intended for small articles whose entire text...</span>
- <ul>
- <li>
- <span class="reference-text">Will always be parsed quickly</span>
- </li>
- <li>
- <span class="reference-text">Will generally show in one window without a horizontal scroll bar.</span>
- </li>
- </ul><span class="reference-text">It allows a complete preview of small articles without having to click "more" or "all"<br>
- To deactivate this feature, set the number to -1</span>
- </li>
- <li id="cite_note-read_til_stop_fwd-4">
- <span class="mw-cite-backlink"><a href="#cite_ref-read_til_stop_fwd_4-0">^</a></span> <span class="reference-text">Number of extra words to read forward to look for a header (default is <code>32</code>)<br>
- This option tries to stop the popup text right before a header.</span>
- <ul>
- <li>
- <span class="reference-text">the advantage is that the popup will not stop a few words short of the header</span>
- </li>
- <li>
- <span class="reference-text">the disadvantage is that the size of the popup is irregular. i.e.: sometimes it returns 128 words, sometimes 140, sometimes 150, etc<br>
- </span>
- </li>
- </ul><span class="reference-text">To deactivate this option, set it to -1.<br>
- Technical details follow.</span>
- <hr>
- <span class="reference-text">The approach works in the following manner:</span>
- <ul>
- <li>
- <span class="reference-text">Reads forward an additional # of words</span>
- </li>
- <li>
- <span class="reference-text">If a header is found within the # of words, it extends the popup text to the last word before the header</span>
- </li>
- <li>
- <span class="reference-text">If a header is not found, it returns the original # of words</span>
- </li>
- </ul><span class="reference-text">For example:</span>
- <ul>
- <li>
- <span class="reference-text">An article contains <code>01 02 03 04 05 06 07 ==08== 09</code></span>
- </li>
- <li>
- <span class="reference-text">Show-init is set to 5</span>
- </li>
- <li>
- <span class="reference-text">Read-fwd is set to 4</span>
- </li>
- <li>
- <span class="reference-text">The initial number of words is read and collects 5 words: <code>01 02 03 04 05</code></span>
- </li>
- <li>
- <span class="reference-text">The parser then reads forward 4 more words: <code>06 07 ==08== 09</code></span>
- </li>
- <li>
- <span class="reference-text">It finds a header at <code>==08==</code></span>
- </li>
- <li>
- <span class="reference-text">It then extends the selction to the word just before the header: <code>01 02 03 04 05 06 07</code></span>
- </li>
- <li>
- <span class="reference-text">Note that if <code>==08==</code> was just <code>08</code>, then it would just have returned the original: <code>01 02 03 04 05</code></span>
- </li>
- </ul>
- </li>
- <li id="cite_note-read_til_stop_bwd-5">
- <span class="mw-cite-backlink"><a href="#cite_ref-read_til_stop_bwd_5-0">^</a></span> <span class="reference-text">Number of words to read backward to remove header at end (default is <code>16</code>)<br>
- This option tries to stop a header from appearing at the end of the popup text.</span>
- <ul>
- <li>
- <span class="reference-text">the advantage is that a popup will not end at a header with just a few words after it.</span>
- </li>
- <li>
- <span class="reference-text">the disadvantage is that sometimes the number of words returned will be less originally requested. i.e.: 128 was requested, but only 112 is returned</span>
- </li>
- </ul><span class="reference-text">To deactivate this option, set it to -1<br>
- Technical details follow.</span>
- <hr>
- <span class="reference-text">The approach works in the following manner:</span>
- <ul>
- <li>
- <span class="reference-text">Reads backwards a # of words from the end of the popup</span>
- </li>
- <li>
- <span class="reference-text">If a header is found within the # of words, it truncates the output to the text before the header</span>
- </li>
- <li>
- <span class="reference-text">If a header is not found, it returns the original # of words</span>
- </li>
- </ul><span class="reference-text">For example:</span>
- <ul>
- <li>
- <span class="reference-text">An article contains <code>01 02 03 04 05 06 07 ==08== 09</code></span>
- </li>
- <li>
- <span class="reference-text">Show-init is set to 9</span>
- </li>
- <li>
- <span class="reference-text">Read-bwd is set to 4</span>
- </li>
- <li>
- <span class="reference-text">The initial number of words is read and collects 9 words: <code>01 02 03 04 05 06 07 ==08== 09</code></span>
- </li>
- <li>
- <span class="reference-text">The parser then reads backwards 4 words: <code>06 07 ==08== 09</code></span>
- </li>
- <li>
- <span class="reference-text">It finds a header at <code>==08==</code></span>
- </li>
- <li>
- <span class="reference-text">It then truncates the popup to the word just before the header: <code>01 02 03 04 05 06 07</code></span>
- </li>
- <li>
- <span class="reference-text">Note that if <code>==08==</code> was just <code>08</code>, then it would just have returned the original: <code>01 02 03 04 05 06 07 08 09</code></span>
- </li>
- </ul>
- </li>
- <li id="cite_note-stop_if_hdr_after-6">
- <span class="mw-cite-backlink"><a href="#cite_ref-stop_if_hdr_after_6-0">^</a></span> <span class="reference-text">Stops reading if a header is found after # of words (default is <code>96</code>)<br>
- This option will stop reading if a header is found after the # of words. It is useful for increasing the probability that a popup will end at a header.</span>
- <ul>
- <li>
- <span class="reference-text">the advantage is that a popup can be made to stop at a header. If you never want the popup to show a header, set the value to 1.</span>
- </li>
- <li>
- <span class="reference-text">the disadvantage is that sometimes the number of words returned will be less originally requested. i.e.: 128 was requested, but only 96 is returned</span>
- </li>
- </ul><span class="reference-text">To deactivate this option, set it to -1. This will always show as much content as possible<br>
- Technical details follow.</span>
- <hr>
- <span class="reference-text">The following is a simplified example:</span>
- <ul>
- <li>
- <span class="reference-text">An article contains <code>01 02 03 04 05 ==06== 07 08 09 ==10== 11 12 13 14 15 16</code></span>
- </li>
- <li>
- <span class="reference-text">Show-init is set to 16</span>
- </li>
- <li>
- <span class="reference-text">Stop-hdr is set to 8</span>
- </li>
- <li>
- <span class="reference-text">The parser starts reading words</span>
- </li>
- <li>
- <span class="reference-text">Once it finds a header, it checks if it is greater than stop-hdr</span>
- <ul>
- <li>
- <span class="reference-text"><code>==06==</code> is found, but it is less than 8. The parser continues.</span>
- </li>
- <li>
- <span class="reference-text"><code>==10==</code> is found, and it is greater than 8. The parser stops there and returns <code>01 02 03 04 05 ==06== 07 08 09</code></span>
- </li>
- </ul>
- </li>
- </ul><span class="reference-text">Note the following variations:</span>
- <ul>
- <li>
- <span class="reference-text">If stop-hdr was set to 1, then it would have stopped at <code>==06==</code> and returned <code>01 02 03 04 05</code></span>
- </li>
- <li>
- <span class="reference-text">If stop-hdr was set to 14, then it would have returned the entire text: <code>01 02 03 04 05 ==06== 07 08 09 ==10== 11 12 13 14 15 16</code></span>
- </li>
- </ul><span class="reference-text">Note that the the read-bwd setting is still applied after the stop-hdr setting.</span>
- </li>
- <li id="cite_note-win_show_delay-7">
- <span class="mw-cite-backlink"><a href="#cite_ref-win_show_delay_7-0">^</a></span> <span class="reference-text">Number of milliseconds to wait before showing popup (default is <code>600</code>)<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">A higher number prevents accidental hovers over links while moving the mouse / scrolling the page</span>
- </li>
- <li>
- <span class="reference-text">A lower number allows faster popup display</span>
- </li>
- </ul><span class="reference-text">Note that popup data will only be retrieved after the popup starts showing. For example:</span>
- <ul>
- <li>
- <span class="reference-text">If the show delay is set to 2 seconds</span>
- </li>
- <li>
- <span class="reference-text">and a popup takes 1 second to retrieve the html</span>
- </li>
- <li>
- <span class="reference-text">then the total time till the popup is visible is 3 seconds, not 2 (2 seconds to wait before showing + 1 second to retrieve data)</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-win_hide_delay-8">
- <span class="mw-cite-backlink"><a href="#cite_ref-win_hide_delay_8-0">^</a></span> <span class="reference-text">Number of milliseconds to wait before hiding popup (default is <code>600</code>)<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">A higher number allows the popup to linger longer on the screen before disappearing.</span>
- </li>
- <li>
- <span class="reference-text">A lower number hides the popup faster</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-win_max_w-9">
- <span class="mw-cite-backlink"><a href="#cite_ref-win_max_w_9-0">^</a></span> <span class="reference-text">Maximum width of popup in pixels (default is <code>-1</code>)<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">-1 indicates no maximum width</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-win_max_h-10">
- <span class="mw-cite-backlink"><a href="#cite_ref-win_max_h_10-0">^</a></span> <span class="reference-text">Maximum height of popup in pixels (default is <code>-1</code>)<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">-1 indicates no maximum height</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-win_show_all_max_w-11">
- <span class="mw-cite-backlink"><a href="#cite_ref-win_show_all_max_w_11-0">^</a></span> <span class="reference-text">Maximum width of popup in pixels when show all is clicked (default is <code>-1</code>) (recommended is <code>800</code>)<br>
- This option was added because:</span>
- <ul>
- <li>
- <span class="reference-text">The normal popup window is generally smaller (500 pixels)</span>
- </li>
- <li>
- <span class="reference-text">Show all often returns a lot of article text which looks constrained within a 500 pixel window</span>
- </li>
- <li>
- <span class="reference-text">A "Show all" maxiumum width allows for automatic switching to a wider window for the larger article content</span>
- </li>
- </ul><span class="reference-text">Note that -1 indicates no maximum width, which defaults to about 500 pixels</span>
- </li>
- <li id="cite_note-win_bind_focus_blur-12">
- <span class="mw-cite-backlink"><a href="#cite_ref-win_bind_focus_blur_12-0">^</a></span> <span class="reference-text">Shows popup when link receives focus (tabbed into) (default is <code>false</code>)<br>
- This option allows keyboard users to use popups whenever a link is focused. Specifically:</span>
- <ul>
- <li>
- <span class="reference-text">A link can be focused by pressing tab on the keyboard until a dotted focus box surrounds the desired link.</span>
- </li>
- <li>
- <span class="reference-text">A link can be focused by finding and then selecting:</span>
- <ul>
- <li>
- <span class="reference-text">Find a word on the page. For example, press Ctrl + F and type "r i b". This will highlight the Scribunto link</span>
- </li>
- <li>
- <span class="reference-text">Press Ctrl + G and then Ctrl + G again. This will focus the Scribunto link and show the popup for it.</span>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- <li id="cite_note-tmpl_tkn_max-13">
- <span class="mw-cite-backlink"><a href="#cite_ref-tmpl_tkn_max_13-0">^</a></span> <span class="reference-text">Maximum length of template token (in bytes) to evaluate (default is <code>8192</code>)<br>
- This option allows faster popups, but at the cost of accuracy:</span>
- <ul>
- <li>
- <span class="reference-text"><b>Fast but sometimes inaccurate</b>: For slow machines or wikis that use templates heavily, decrease the number. Note that setting the number to 0 means "never evaluate templates". If popups are slow, try setting the number to 0, and see if the results are satisfactory.</span>
- </li>
- <li>
- <span class="reference-text"><b>Slow but always accurate</b>: For fast machines or wikis that do not use templates heavily, increase the number. Note that setting the number to 2,147,483,647 means "always evaluate templates". You can also use "-1" as a shortcut for "2,147,483,647". If popups have garbled text or are missing words, try setting the number to -1.</span>
- </li>
- </ul>
- <hr>
- <span class="reference-text">A more detailed explanation follows:<br>
- </span>
- <hr>
- <p>
- <span class="reference-text">Templates are wikitext of the form <code>{{Name|Arg_1|Arg_2|...}}</code>. They are used throughout a wiki to perform functions ranging from unit conversion (like converting kilometers to miles), or generating large pieces of HTML (like rendering entire InfoBoxes). However, these templates are the "slowest" pieces of wikitext to parse, particularly if they call other templates or Scribunto</span>
- </p>
- <p>
- <span class="reference-text">Ideally, popups should skip templates that produce structural html (like infoboxes), while still trying to render templates that do smaller functions (like converting units). This option attempts a heuristic that says "if the template is long, assume it's an infobox and should be skipped". It counts the total number of bytes in a template, and skips it if it's greater than the max. For example, <code>{{Name|Arg_1}}</code> has a length of 10, and will be skipped if the max length is set to 8. If the max length is set to 16, then the template won't be skipped.</span>
- </p>
- <p>
- <span class="reference-text">This option is imperfect, but should work well enough on most cases. Note that Navigation Popups does something similar by skipping template text, but without any configuration. (always set to 0).</span>
- </p>
- </li>
- <li id="cite_note-tmpl_keeplist-14">
- <span class="mw-cite-backlink"><a href="#cite_ref-tmpl_keeplist_14-0">^</a></span> <span class="reference-text">Specifies templates to be shown in popup (default is <code>see below</code>)<br>
- This is a performance optimization for English Wikipedia. It only evaluates listed templates.<br>
- The format is as follows</span>
- <ul>
- <li>
- <span class="reference-text">Each rule is in a separate line</span>
- </li>
- <li>
- <span class="reference-text">Each rule has three parts</span>
- <ul>
- <li>
- <span class="reference-text">Wiki domain: Wiki which will be affected by rule</span>
- </li>
- <li>
- <span class="reference-text">Keep-names: Names of templates which will be shown in popup. Note that these names:</span>
- <ul>
- <li>
- <span class="reference-text">Are semi-colon separated (<code>;</code>)</span>
- </li>
- <li>
- <span class="reference-text">Match any case of the title. For example, "NAme", matches "NAME", "name", "naME", etc.</span>
- </li>
- <li>
- <span class="reference-text">Match space or underscore. For example, "two_words" matches "two_words" and "two words"</span>
- </li>
- <li>
- <span class="reference-text">Have one of the following three match patterns</span>
- <ul>
- <li>
- <span class="reference-text">Exact name: For example, "name" matches only "name", and all lowercase/uppercase variants</span>
- </li>
- <li>
- <span class="reference-text">Name at start: For example, "name*" will match anything starting with "name" such as "Names"</span>
- </li>
- <li>
- <span class="reference-text">Name at end: For example, "*name" will match anything ending with "name" such as "Fullname"</span>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- <li>
- <span class="reference-text">Unless-names: Names of templates which should not be included, even if the keep-name is matched. For example, <code>en.wikipedia.org|name*|name_to_always_skip</code> will match any template that starts with "name" unless the template is named "name_to_always_skip". Note that unless-names have the same rules as keep-names (semi-colon separator; wildcards)<br>
- </span>
- </li>
- </ul>
- </li>
- </ul><span class="reference-text">To disable this option, replaces the keep-names with a *. For example: <code>en.wikipedia.org|*|</code></span>
- <hr>
- <span class="reference-text"><b>Default option</b></span>
- <pre style='overflow:auto'>
- <span class="reference-text">en.wikipedia.org|formatnum;age_in_days;as_of;gregorian_serial_date;currentminute;currentsecond;dmca;spaced_ndash;trim;month*;convert*;worldpop*;ipa*;lang*;nowrap*;h:*;vgy;iso_639_name;transl;translate;linktext;zh;nihongo;japanese_name;ko-hhrm;|
- </span>
- </pre>
- </li>
- <li id="cite_note-ns_allowed-15">
- <span class="mw-cite-backlink"><a href="#cite_ref-ns_allowed_15-0">^</a></span> <span class="reference-text">Restrict popups to certain namespaces (default is <code> </code>)<br>
- This option allows popups to be suppressed for namespaces that would ordinarily generate no content. For example, Portal pages are often contained in a table / div, whereas Module pages are code.<br>
- Note the following:</span>
- <ul>
- <li>
- <span class="reference-text">Only namespace names are valid. See the table below for examples of valid names</span>
- </li>
- <li>
- <span class="reference-text">Multiple names must be separated with the pipe character (<code>|</code>). For example, <code>(Main)|Help</code></span>
- </li>
- <li>
- <span class="reference-text">Namespaces names are the canonical English names of the namespace, except for "(Main)"</span>
- </li>
- <li>
- <span class="reference-text">Non-English names will work, but are not supported. For example, <code>Aide</code> would only allow the Help namespace in French wikis, wheras <code>Help</code> will allow the Help namespace across all wikis.</span>
- </li>
- <li>
- <span class="reference-text">Invalid names are ignored</span>
- </li>
- <li>
- <span class="reference-text">Deactivate this feature by blanking the field</span>
- </li>
- </ul>
- <table class='wikitable'>
- <tr>
- <th>
- Title
- </th>
- </tr>
- <tr>
- <td>
- (Main)
- </td>
- </tr>
- <tr>
- <td>
- User
- </td>
- </tr>
- <tr>
- <td>
- Project
- </td>
- </tr>
- <tr>
- <td>
- File
- </td>
- </tr>
- <tr>
- <td>
- MediaWiki
- </td>
- </tr>
- <tr>
- <td>
- Template
- </td>
- </tr>
- <tr>
- <td>
- Help
- </td>
- </tr>
- <tr>
- <td>
- Category
- </td>
- </tr>
- <tr>
- <td>
- Special
- </td>
- </tr>
- </table>
- </li>
- <li id="cite_note-xnde_ignore_ids-16">
- <span class="mw-cite-backlink"><a href="#cite_ref-xnde_ignore_ids_16-0">^</a></span> <span class="reference-text">Ignore html elements that have the following ids (default is <code>coordinates</code>)<br>
- This feature is intended for English Wikipedia which has a <code>{{Coordinates}}</code> tag at the top of most geographical articles (for example, <a href="http://en.wikipedia.org/wiki/North_Pole" rel="nofollow" class="external text">North Pole</a>)<br>
- Without this option, a Coordinates span would be visible in the top right of the popup, which....</span>
- <ul>
- <li>
- <span class="reference-text">Counts against the popup's number of words</span>
- </li>
- <li>
- <span class="reference-text">Does not provide significant summary information for the article</span>
- </li>
- </ul><span class="reference-text">Usage notes:</span>
- <ul>
- <li>
- <span class="reference-text">Any HTML element with a listed id will not be shown in the popup. For example, <code><span id='coordinates'>0 N 90 E</span></code> will not show b/c the html element (<code>span</code>) has a listed id (<code>coordinates</code>)</span>
- </li>
- <li>
- <span class="reference-text">To add multiple ids, separate ids with the <code>|</code> character. For example, <code>coordinates|some_other_id</code>.</span>
- </li>
- <li>
- <span class="reference-text">Listed ids are case-insensitive if ASCII, but case-sensitive otherwise. There is no difference between <code>coordinates</code> and <code>Coordinates</code>. There is a difference between <code>é</code> and <code>É</code></span>
- </li>
- <li>
- <span class="reference-text">To deactivate this feature, set the value to <code> </code> (empty)<br>
- </span>
- </li>
- </ul>
- </li>
- <li id="cite_note-scan_len-17">
- <span class="mw-cite-backlink"><a href="#cite_ref-scan_len_17-0">^</a></span> <span class="reference-text">Number of bytes to read for each pass (default is <code>1024</code>)<br>
- This number represents the number of bytes the popup parser reads at a time. For example, it will read the first 1024 bytes of the article, and if it doesn't find 64 words, it continues to read sections of 1024 bytes until it does.<br>
- </span>
- <ul>
- <li>
- <span class="reference-text">Lower numbers may be better for slower machines. Note that the number must be greater than 0.</span>
- </li>
- <li>
- <span class="reference-text">Higher numbers may be better for faster machines. Experiment as necessary.</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-scan_max-18">
- <span class="mw-cite-backlink"><a href="#cite_ref-scan_max_18-0">^</a></span> <span class="reference-text">Maximum number of bytes to read (default is <code>32768</code>)<br>
- </span>
- <p>
- <span class="reference-text">This number represents the maximum number of bytes the popup parser reads before it gives up. Note that if the parser gives up, then no text will be returned for the preview.</span>
- </p>
- <p>
- <span class="reference-text">This setting should only apply to badly formatted articles. For example consider a page that has a comment with 100,000 5 letter words (<code><!-- 100,000 5 letter words --></code>). This page will be considered to have 0 words, even though it has a page length of 500,000. Rather than read the entire 500,000 bytes, the popup parser will stop after 32,768.</span>
- </p>
- <ul>
- <li>
- <span class="reference-text">Lower numbers may be better for slower machines, but it would have a higher chance of returning empty popups. Note that the number must be greater than 0.</span>
- </li>
- <li>
- <span class="reference-text">Higher numbers may be better for faster machines. To force the popup parser to read the entire page until it finds the minimum number of words, set the value to a high number like 2,147,483,647</span>
- </li>
- </ul>
- </li>
- <li id="cite_note-html_fmtr_popup-19">
- <span class="mw-cite-backlink"><a href="#cite_ref-html_fmtr_popup_19-0">^</a></span> <span class="reference-text">Set the HTML format of the popup window. (default is <code>See HTML format default</code> )<br>
- This controls the actual HTML that is generated in the popup window. Note the following:</span>
- <ul>
- <li>
- <span class="reference-text">The format is basically text substitution, with anything between <code>~{</code> and <code>}</code> substituted for the current page values.</span>
- </li>
- <li>
- <span class="reference-text">This is only provided for experimental / testing purposes. The format may change in future versions.</span>
- </li>
- <li>
- <span class="reference-text">To modify this value do the following:</span>
- <ul>
- <li>
- <span class="reference-text">Backup your xowa_user_cfg.gfs: <code>/xowa/user/anonymous/app/data/cfg/xowa_user_cfg.gfs</code></span>
- </li>
- <li>
- <span class="reference-text">Edit this page</span>
- </li>
- <li>
- <span class="reference-text">Find the commented table rows / cells and uncomment them</span>
- </li>
- <li>
- <span class="reference-text">Save the page. You will now see an editable textarea with the format</span>
- </li>
- <li>
- <span class="reference-text">Make any changes to the editable textarea and click Save. Hover over a link to view the results.</span>
- </li>
- </ul>
- </li>
- </ul><span class="reference-text"><br>
- When you're done, you should restore your original copy of xowa_user_cfg.gfs. If you don't restore your copy, you will end up keeping your custom change, and will never pick up any future fixes / changes to the format.</span>
- </li>
- </ol>
- </div>
- </div>
-
- </div>
- </div>
- </div>
- <div id="mw-head" class="noprint">
- <div id="left-navigation">
- <div id="p-namespaces" class="vectorTabs">
- <h3>Namespaces</h3>
- <ul>
- <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
- </ul>
- </div>
- </div>
- </div>
- <div id='mw-panel' class='noprint'>
- <div id='p-logo'>
- <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
- </div>
- <div class="portal" id='xowa-portal-home'>
- <h3>XOWA</h3>
- <div class="body">
- <ul>
- <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
- <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
- <li><a href="http://xowa.org/wiki/home/page/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
- <li><a href="http://xowa.org/wiki/home/page/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
- </ul>
- </div>
- </div>
- <div class="portal" id='xowa-portal-stargin'>
- <h3>Getting started</h3>
- <div class="body">
- <ul>
- <li><a href="http://xowa.org/wiki/home/page/App/Setup/System_requirements.html" title='Get XOWA's system requirements'>Requirements</a></li>
- <li><a href="http://xowa.org/wiki/home/page/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
- <li><a href="http://xowa.org/wiki/home/page/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
- <li><a href="http://xowa.org/wiki/home/page/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
- <li><a href="http://xowa.org/wiki/home/page/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
- </ul>
- </div>
- </div>
- <div class="portal" id='xowa-portal-help'>
- <h3>Help</h3>
- <div class="body">
- <ul>
- <li><a href="http://xowa.org/wiki/home/page/Help/About.html" title='Get more information about XOWA'>About</a></li>
- <li><a href="http://xowa.org/wiki/home/page/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
- <li><a href="http://xowa.org/wiki/home/page/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
- <li><a href="http://xowa.org/wiki/home/page/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
- </ul>
- </div>
- </div>
-
- <div class="portal" id='xowa-portal-blog'>
- <h3>Blog</h3>
- <div class="body">
- <ul>
- <li><a href="http://xowa.org/wiki/home/page/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
- </ul>
- </div>
- </div>
- <div class="portal" id='xowa-portal-links'>
- <h3>Links</h3>
- <div class="body">
- <ul>
- <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
- <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
- <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
- </ul>
- </div>
- </div>
- <div class="portal" id='xowa-portal-donate'>
- <h3>Donate</h3>
- <div class="body">
- <ul>
- <li><a href="https://archive.org/donate/index.php" title="Support archive.org!">archive.org</a></li><!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning-center-fire-please-help-rebuild/ -->
- <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
- <!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
- </ul>
- </div>
- </div>
- </div>
- </body>
- </html>
|