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

@@ -18,13 +18,13 @@
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<h2>
<span class="mw-headline" id="Credits">Credits</span>
<span class="mw-headline" id="Credits">Credits</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/HTTP_Server?action=edit&amp;section_key=Credits" title="Edit section: Credits" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
Considerable thanks goes to Mattze96 for proposing and developing the HTTP server.
</p>
<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/Xtn/Browser/HTTP_Server?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>
As of v0.12.1, XOWA now includes an HTTP server in addition to a TCP server. The TCP server is used by the Firefox Add-On (See <a href="http://xowa.org/home/wiki/App/Xtn/Browser/XOWA_viewer.html" id="xolnki_2" title="App/Xtn/Browser/XOWA viewer">App/Xtn/Browser/XOWA_viewer</a>).
@@ -36,10 +36,10 @@
Note that the HTTP server is currently in an alpha stage, but should improve with coming releases. If you have any comments or feedback, please see <a href="https://sourceforge.net/p/xowa/discussion/general/thread/fa4baf84/" rel="nofollow" class="external free">https://sourceforge.net/p/xowa/discussion/general/thread/fa4baf84/</a>
</p>
<h2>
<span class="mw-headline" id="Usage">Usage</span>
<span class="mw-headline" id="Usage">Usage</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/HTTP_Server?action=edit&amp;section_key=Usage" title="Edit section: Usage" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<h3>
<span class="mw-headline" id="Other_browsers">Other browsers</span>
<span class="mw-headline" id="Other_browsers">Other browsers</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/HTTP_Server?action=edit&amp;section_key=Other_browsers" title="Edit section: Other_browsers" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
To use the XOWA HTTP server in another browser, do the following:
@@ -53,7 +53,7 @@
</li>
</ul>
<h3>
<span class="mw-headline" id="Across_the_network">Across the network</span>
<span class="mw-headline" id="Across_the_network">Across the network</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/HTTP_Server?action=edit&amp;section_key=Across_the_network" title="Edit section: Across_the_network" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
To use the XOWA HTTP server in a server setting, do the following:
@@ -67,7 +67,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Notes">Notes</span>
<span class="mw-headline" id="Notes">Notes</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/HTTP_Server?action=edit&amp;section_key=Notes" title="Edit section: Notes" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ol class="references">
<li id="cite_note-port_80-0">

View File

@@ -24,7 +24,7 @@
Note that XOWA uses two ports for communications: an inbound port (defaults to 55000) and an outbound port (defaults to 55001). This may change in later implementations.
</p>
<h2>
<span class="mw-headline" id="Test_setup">Test setup</span>
<span class="mw-headline" id="Test_setup">Test setup</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/TCP_Server?action=edit&amp;section_key=Test_setup" title="Edit section: Test_setup" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ul>
<li>
@@ -52,7 +52,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Server_notes">Server notes</span>
<span class="mw-headline" id="Server_notes">Server notes</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/TCP_Server?action=edit&amp;section_key=Server_notes" title="Edit section: Server_notes" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
There are three arguments related to server mode
@@ -96,7 +96,7 @@
</dd>
</dl>
<h2>
<span class="mw-headline" id="Console_notes">Console notes</span>
<span class="mw-headline" id="Console_notes">Console notes</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/TCP_Server?action=edit&amp;section_key=Console_notes" title="Edit section: Console_notes" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
There are four arguments related to the console app

View File

@@ -59,16 +59,16 @@
</ul>
</div>
<h2>
<span class="mw-headline" id="Credits">Credits</span>
<span class="mw-headline" id="Credits">Credits</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Credits" title="Edit section: Credits" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
Considerable thanks goes to treck for proposing and developing the XOWA viewer addon.
</p>
<h2>
<span class="mw-headline" id="Installation">Installation</span>
<span class="mw-headline" id="Installation">Installation</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Installation" title="Edit section: Installation" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<h3>
<span class="mw-headline" id="Pale_Moon">Pale Moon</span>
<span class="mw-headline" id="Pale_Moon">Pale Moon</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Pale_Moon" title="Edit section: Pale_Moon" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
As of Firefox version 43, unsigned addons are no longer supported. See <a href="https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox" rel="nofollow" class="external free">https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox</a> The XOWA Firefox Addon should be signed in the future, but in the meantime, you can use the open-source alternative Pale Moon as a substitute:
@@ -88,7 +88,7 @@
</li>
</ul>
<h3>
<span class="mw-headline" id="Firefox">Firefox</span>
<span class="mw-headline" id="Firefox">Firefox</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Firefox" title="Edit section: Firefox" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h3>
<p>
Note that you will need a version earlier than 43, or a developer / nightly build
@@ -102,7 +102,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Toolbar">Toolbar</span>
<span class="mw-headline" id="Toolbar">Toolbar</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Toolbar" title="Edit section: Toolbar" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
The Add-on installs an XOWA toolbar button called "XOWA Home". Users can enable it by doing the following:
@@ -119,7 +119,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Features_and_Limitations">Features and Limitations</span>
<span class="mw-headline" id="Features_and_Limitations">Features and Limitations</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Features_and_Limitations" title="Edit section: Features_and_Limitations" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
The XOWA viewer is a work in progress. XOWA needs to make changes to communicate with Firefox over TCP (right now it communicates directly with the embedded browser)
@@ -184,7 +184,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Config">Config</span>
<span class="mw-headline" id="Config">Config</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Config" title="Edit section: Config" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
The addon has several options that can be configured.
@@ -212,7 +212,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Developer:_Source_code">Developer: Source code</span>
<span class="mw-headline" id="Developer:_Source_code">Developer: Source code</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Developer:_Source_code" title="Edit section: Developer:_Source_code" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
The source code is available under the Mozilla Public License at <a href="https://github.com/piotrex/XOWA-Addon" rel="nofollow" class="external text">gitub</a>.
@@ -221,7 +221,7 @@
It is also contained in the Addon itself. You can unzip the .xpi and examine any of the underlying files. The code is in javascript and there are no binary dependencies.
</p>
<h2>
<span class="mw-headline" id="Developer:_Install">Developer: Install</span>
<span class="mw-headline" id="Developer:_Install">Developer: Install</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/Xtn/Browser/XOWA_viewer?action=edit&amp;section_key=Developer:_Install" title="Edit section: Developer:_Install" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ul>
<li>