1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

blog_new_job_

This commit is contained in:
gnosygnu
2017-04-02 12:03:46 -04:00
parent 891ce4b0d2
commit 328c8aadbe
239 changed files with 2833 additions and 8418 deletions

View File

@@ -75,25 +75,25 @@
</ul>
</div>
<h2>
<span class="mw-headline" id="Overview">Overview</span>
<span class="mw-headline" id="Overview">Overview</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Overview" title="Edit section: Overview" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
The XOWA GUI application embeds a web browser to show the wiki pages.
</p>
<h2>
<span class="mw-headline" id="HTTP_Server">HTTP Server</span>
<span class="mw-headline" id="HTTP_Server">HTTP Server</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=HTTP_Server" title="Edit section: HTTP_Server" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
XOWA HTTP Server does not use the embedded XOWA web browser.
</p>
<h2>
<span class="mw-headline" id="Android">Android</span>
<span class="mw-headline" id="Android">Android</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Android" title="Edit section: Android" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
XOWA droid uses the built in WebView that comes with Android.
</p>
<h2>
<span class="mw-headline" id="SWT">SWT</span>
<span class="mw-headline" id="SWT">SWT</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=SWT" title="Edit section: SWT" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
XOWA uses SWT for its Web Browser across all 3 major operating systems: Windows, Linux, Mac OS X.
@@ -110,10 +110,10 @@ app.gui {
More information on the 3 modes are below
</p>
<h3>
<span class="mw-headline" id="Mozilla_.28XULRunner.29">Mozilla (XULRunner)</span>
<span class="mw-headline" id="Mozilla_.28XULRunner.29">Mozilla (XULRunner)</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Mozilla_.28XULRunner.29" title="Edit section: Mozilla_.28XULRunner.29" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<h4>
<span class="mw-headline" id="Background">Background</span>
<span class="mw-headline" id="Background">Background</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Background" title="Edit section: Background" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h4>
<p>
<a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner" rel="nofollow" class="external text">XULRunner</a> is a runtime package provided by Mozilla that can be used to build Firefox-like applications. It can be deployed in a standalone package that does not interfere with any installed versions of Firefox.
@@ -134,7 +134,7 @@ app.gui {
}
</pre>
<h4>
<span class="mw-headline" id="ESR_limitation">ESR limitation</span>
<span class="mw-headline" id="ESR_limitation">ESR limitation</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=ESR_limitation" title="Edit section: ESR_limitation" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h4>
<p>
Mozilla Firefox has Extended Support Releases (ESRs). These start at version 10 and occur at 7-step intervals: 10, 17, 24, 31, 38.
@@ -143,7 +143,7 @@ app.gui {
Each version of SWT limits compatibility to a specific XULRunner ESR. For SWT version 4.5, the highest XULRunner is 31. Also, non-ESR versions are not allowed. For example, SWT will fail if using XULRunner v30.
</p>
<h3>
<span class="mw-headline" id="WebKit">WebKit</span>
<span class="mw-headline" id="WebKit">WebKit</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=WebKit" title="Edit section: WebKit" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
SWT can also be configured to use the system's default WebKit browser. In most cases, this relates directly to Safari and is easiest done on a Mac OS X system. It can be done for Linux / Windows, but further steps need to be taken. See <a href="https://www.eclipse.org/swt/faq.php#howusewebkit" rel="nofollow" class="external free">https://www.eclipse.org/swt/faq.php#howusewebkit</a>
@@ -176,7 +176,7 @@ app.gui {
Note this may not work on systems with proper webkit support.
</p>
<h3>
<span class="mw-headline" id="None">None</span>
<span class="mw-headline" id="None">None</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=None" title="Edit section: None" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
SWT can also be configured to use the system's browser through the keyword "none". For all intents and purposes, this basically applies to using Internet Explorer on Windows machines.
@@ -185,10 +185,10 @@ app.gui {
XOWA does not support Internet Explorer. It may do so in the future, but it would be dependent on the ease of the Javascript / CSS integration.
</p>
<h2>
<span class="mw-headline" id="Current_state_of_the_SWT_HTML_Browser_by_operating_systems">Current state of the SWT HTML Browser by operating systems</span>
<span class="mw-headline" id="Current_state_of_the_SWT_HTML_Browser_by_operating_systems">Current state of the SWT HTML Browser by operating systems</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Current_state_of_the_SWT_HTML_Browser_by_operating_systems" title="Edit section: Current_state_of_the_SWT_HTML_Browser_by_operating_systems" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<h3>
<span class="mw-headline" id="Windows">Windows</span>
<span class="mw-headline" id="Windows">Windows</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Windows" title="Edit section: Windows" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
As of v2.6.5, XOWA uses XUL Runner 24 for both Windows 32 bit and Windows 64.
@@ -206,7 +206,7 @@ app.gui {
Neither WebKit nor None are supported on Windows.
</p>
<h3>
<span class="mw-headline" id="Mac_OS_X">Mac OS X</span>
<span class="mw-headline" id="Mac_OS_X">Mac OS X</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Mac_OS_X" title="Edit section: Mac_OS_X" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
As of v2.6.3, XOWA uses WebKit for Mac OS X.
@@ -221,7 +221,7 @@ app.gui {
The None mode is not supported on Mac OS X
</p>
<h3>
<span class="mw-headline" id="Linux">Linux</span>
<span class="mw-headline" id="Linux">Linux</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/HTML_Browser?action=edit&amp;section_key=Linux" title="Edit section: Linux" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
As of v2.6.5, XOWA uses XULRunner 24 with Linux.