Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions developer/engine/web/18.0/guide/__index.txt

This file was deleted.

4 changes: 2 additions & 2 deletions developer/language/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ any(diacritickey) + any(vowel) > index(vowel,2) index(diacriticCombining,1)
```

The following example shows how the index statement can be used in the left hand
side of a rule. If a repeating vowel is found, then this rule puts a circumflex
side of a rule. If a repeating vowel is found, then this rule adds a circumflex
on top of both vowels when <key>^</key> is pressed.

```
store(vowel) "aeiou"
store(vowelcirc) "âêîôû"
any(vowel) index(vowel,1) + "^" > index(vowelcirc,1)
any(vowel) index(vowel,1) + "^" > index(vowelcirc,1) index(vowelcirc,1)
```

## Platforms
Expand Down
Binary file not shown.
109 changes: 109 additions & 0 deletions keyboard/athinkra_mwangwego/1.1/athinkra_mwangwego.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<?php
$pagename = "Mwangwego Keyboard";
$pagetitle = "The Athinkra Mwangwego Keyboard";
$pagestyle = <<<END
img.indented { text-indent: 10%}

table.flat { border-spacing: 0; margin: 0.5em 0 }
table.flat td, table.kb th { border: thin solid #666; text-align: center ; padding: 0.3em }
table.flat { border-bottom: hidden }
table.flat { empty-cells: show }
table.flat th { text-align: center; border: thin solid #666; background-color: #e0dacf }
table.flat caption { margin: 0.5em 0 0 0 }

td.divide { border-left: 1px solid black }
td.flat-bottom { border-bottom: 1px solid black }
td.flat-top { border-top: 1px solid black }
.note { background: #ffa }
.note-emph { background: #ffa; font-style: italic }
.question-unanswered { background: #ffa; font-style: italic; color: #ff0000 }
.question-answered { background: #bfffa0; font-style: italic; text-decoration: line-through }
body { max-width: 1200px }

table.kb th, table.kb td { padding: 0.3em }
table.kb th:first-child { background-color: #e0dacf; }
table.kb tr:first-child { background-color: #e0dacf; font-weight:bold; }
table.kb tr:first-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff }
table.kb tr:first-child th:last-child { background-color: #ffffff; border-right-color: #ffffff; border-top-color: #ffffff }
table.kb th { background-color: #e0dacf; border-left-color: #ffffff }
table.kb td, table.kb th { border: thin solid #666; text-align: center }
table.kb th { text-align: center; background-color: #d7d0b9 }
table.kb { border-bottom: hidden }
table.kb { empty-cells: show }
table.kb caption { margin: 0.5em 0 0 0 }
table.kb tr:last-child { text-align: center; background-color: #d7d0b9; font-weight:bold; }
table.kb tr:last-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-bottom-color: #ffffff }
dd {margin: 0 0 1em; padding: 0}

table.punct th { font-weight: bold; padding: 0.3em }
table.punct td { font-weight: normal; padding: 0.3em }
table.punct th:first-child { background-color: #e0dacf; }
table.punct tr:first-child { background-color: #e0dacf; }
table.punct tr:first-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff }
table.punct th { background-color: #e0dacf; border-left-color: #ffffff }
table.punct td, table.punct th { border: thin solid #666; text-align: center }
table.punct th { text-align: center; background-color: #d7d0b9 }
table.punct { border-bottom: hidden }
table.punct { empty-cells: show }

table.zaima th { font-weight: bold; padding: 0.3em }
table.zaima td { font-weight: normal; padding: 0.3em }
table.zaima th:first-child { background-color: #e0dacf;}
table.zaima tr:first-child th { background-color: #e0dacf; }
table.zaima tr:first-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff }
table.zaima th { background-color: #e0dacf; border-left-color: #ffffff }
table.zaima td, table.zaima th { border: thin solid #666; text-align: center }
table.zaima th { text-align: center; background-color: #d7d0b9 }
table.zaima { border-bottom: hidden }
table.zaima { empty-cells: show }

code {
display: inline-block;
width: 50px;
border: 1px solid #000;
text-align: center;
}
END;
require_once('header.php');
?>


<h1>Mwangwego Keyboard</h1>

<h2><a id="abstract" name="abstract"></a>Introduction</h2>

<p style="text-align: justify;">
This is a keyboard for typing Malawi languages in the Mwangwego script.
The <a target="_blank" href="Mwangwego-Typing-English.pdf">pdf manual</a> reviews typing in full detail.
</p>

<h3>Caveats</h3>
<p style="text-align: justify;">
This is an <i><b>experimental</b></i> keyboard for the Mwangwego script. It requires the included “Mwangwego Book” font which
in turn encodes the script under its provisional encoding for Unicode 19. See the typing manual for full details
of the typing rules. Since this keyboard uses a provisional encoding, those codepoints can change. Any documents
created using this keyboard could become obsolete if the codepoint assignments change.
</p>

<hr/>

<h2>License</h2>

<p>This keyboard is copyright © Athinkra. It is distributed under the MIT free software license:</p>

<div style="margin-left: 1em;">
<table>
<tr>
<td style="border: thin solid #666; text-align: justify; padding-left: 5px; padding-right: 5px;" width="700px">
<h5>The MIT License (MIT)</h5>

<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>

<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>

<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</td>
</tr>
</table>
</div>

Loading