mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
fix_cli_for_fsdb_make_v1a
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
<span class="mw-headline" id="Customizing_shortcuts">Customizing shortcuts</span>
|
||||
</h2>
|
||||
<p>
|
||||
XOWA also allows customization of shortcuts by modifying the custom gfs file. See: <a href="/wiki/Special:XowaCfg%3Fgrp%3Dxowa.app.startup" id="xolnki_2" title="Special:XowaCfg?grp=xowa.app.startup" class="xowa-visited">Options: App - Startup</a>
|
||||
XOWA also allows customization of shortcuts by modifying the custom gfs file. See: <a href="/wiki/Special:XowaCfg%3Fgrp%3Dxowa.app.startup" id="xolnki_2" title="Special:XowaCfg?grp=xowa.app.startup">Options: App - Startup</a>
|
||||
</p>
|
||||
<p>
|
||||
Shortcuts should be chosen wisely. In particular, using "http", "https" and "file" as a shortcut is heavily discouraged. Similarly, "Category", "Talk", "Help", "Template", "Wikipedia" and other wiki namespaces should be avoided.
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
<span class="mw-headline" id="CSS">CSS</span>
|
||||
</h3>
|
||||
<p>
|
||||
Colors for all HTML content are specified through the CSS. By default, XOWA uses a global css at C:\xowa\bin\any\xowa\html\css\nightmode\xowa_night.css.
|
||||
Colors for all HTML content are specified through the CSS. By default, XOWA uses a global css at C:\xowa_release\bin\any\xowa\html\css\nightmode\xowa_night.css.
|
||||
</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Generating_a_night-mode_CSS_from_scratch">Generating a night-mode CSS from scratch</span>
|
||||
@@ -164,7 +164,7 @@
|
||||
Click the "Show CSS" link
|
||||
</li>
|
||||
<li>
|
||||
Copy the CSS and place it in C:\xowa\bin\any\xowa\html\css\nightmode\xowa_night.css.
|
||||
Copy the CSS and place it in C:\xowa_release\bin\any\xowa\html\css\nightmode\xowa_night.css.
|
||||
</li>
|
||||
<li>
|
||||
Remove any line that starts with "@-moz-document"
|
||||
@@ -181,13 +181,13 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Wiki-specific</b>: XOWA first checks for a night-mode CSS in this location: C:\xowa\user\anonymous\wiki\your_wiki_name\html\xowa_night.css
|
||||
<b>Wiki-specific</b>: XOWA first checks for a night-mode CSS in this location: C:\xowa_release\user\anonymous\wiki\your_wiki_name\html\xowa_night.css
|
||||
</li>
|
||||
<li>
|
||||
<b>User global</b>: If XOWA doesn't find a wiki-specific file, it checks for a user-defined global file here: C:\xowa\user\anonymous\app\overrides\bin\any\xowa\html\css\nightmode\xowa_night.css.
|
||||
<b>User global</b>: If XOWA doesn't find a wiki-specific file, it checks for a user-defined global file here: C:\xowa_release\user\anonymous\app\overrides\bin\any\xowa\html\css\nightmode\xowa_night.css.
|
||||
</li>
|
||||
<li>
|
||||
<b>XOWA global</b>: If XOWA still doesn't find a CSS file, it uses the global file that is distributed with the XOWA application package here: C:\xowa\bin\any\xowa\html\css\nightmode\xowa_night.css
|
||||
<b>XOWA global</b>: If XOWA still doesn't find a CSS file, it uses the global file that is distributed with the XOWA application package here: C:\xowa_release\bin\any\xowa\html\css\nightmode\xowa_night.css
|
||||
</li>
|
||||
</ul>
|
||||
<dl>
|
||||
@@ -244,13 +244,17 @@
|
||||
</p>
|
||||
<div id="catlinks" class="catlinks">
|
||||
<div id="mw-normal-catlinks" class="mw-normal-catlinks">
|
||||
Categories:
|
||||
<a href="/wiki/Special:Categories" title="Special:Categories">Category</a>:
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/wiki/Category:Global_config" class="internal" title="Global config">Global config</a>
|
||||
<a href="/wiki/Category:Global_config" title="Category:Global config">Global config</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories:
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user