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

@@ -45,7 +45,7 @@
</ul>
</div>
<h2>
<span class="mw-headline" id="General_characteristics">General characteristics</span>
<span class="mw-headline" id="General_characteristics">General characteristics</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Details?action=edit&amp;section_key=General_characteristics" title="Edit section: General_characteristics" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
A gfs file has the following general characteristics:
@@ -69,13 +69,13 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Comments">Comments</span>
<span class="mw-headline" id="Comments">Comments</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Details?action=edit&amp;section_key=Comments" title="Edit section: Comments" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
Comments can be indicated by the conventional C comments of <code>//</code> or <code>/**/</code>. For example, any text between <code>/*</code> and <code>*/</code> is ignored.
</p>
<h2>
<span class="mw-headline" id="Whitespace">Whitespace</span>
<span class="mw-headline" id="Whitespace">Whitespace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Details?action=edit&amp;section_key=Whitespace" title="Edit section: Whitespace" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
Whitespace is not significant. There is no difference between the following commands.
@@ -111,7 +111,7 @@ app
Note that tabs (ASCII 9) and carriage returns (ASCII 13) are permitted but not recommended.
</p>
<h2>
<span class="mw-headline" id="Quotes">Quotes</span>
<span class="mw-headline" id="Quotes">Quotes</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Details?action=edit&amp;section_key=Quotes" title="Edit section: Quotes" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ul>
<li>
@@ -139,7 +139,7 @@ en.wikipedia.org
</dd>
</dl>
<h2>
<span class="mw-headline" id="Booleans">Booleans</span>
<span class="mw-headline" id="Booleans">Booleans</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Details?action=edit&amp;section_key=Booleans" title="Edit section: Booleans" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
Booleans can be indicated in different forms as per the following table:
@@ -205,7 +205,7 @@ en.wikipedia.org
Note that for brevity's sake, <code>'y'</code> and <code>'n'</code> will be used.
</p>
<h2>
<span class="mw-headline" id="Integers">Integers</span>
<span class="mw-headline" id="Integers">Integers</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Details?action=edit&amp;section_key=Integers" title="Edit section: Integers" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<p>
Integers can be indicated with or without quotes. Note that without quotes is recommended.

View File

@@ -18,7 +18,7 @@
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<h2>
<span class="mw-headline" id="Changing_a_keyboard_shortcut">Changing a keyboard shortcut</span>
<span class="mw-headline" id="Changing_a_keyboard_shortcut">Changing a keyboard shortcut</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Examples?action=edit&amp;section_key=Changing_a_keyboard_shortcut" title="Edit section: Changing_a_keyboard_shortcut" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ul>
<li>
@@ -65,7 +65,7 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="Changing_the_HTML_view">Changing the HTML view</span>
<span class="mw-headline" id="Changing_the_HTML_view">Changing the HTML view</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Examples?action=edit&amp;section_key=Changing_the_HTML_view" title="Edit section: Changing_the_HTML_view" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ul>
<li>

View File

@@ -18,7 +18,7 @@
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<h2>
<span class="mw-headline" id="Syntax">Syntax</span>
<span class="mw-headline" id="Syntax">Syntax</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/Config_files/Syntax?action=edit&amp;section_key=Syntax" title="Edit section: Syntax" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
</h2>
<ul>
<li>