Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sil_tanguat] Initial creation #2625

Merged
merged 4 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions release/sil/sil_tanguat/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Tanguat (SIL) Change History
====================

1.0 (2024-03-22)
----------------
* Created by SIL International
21 changes: 21 additions & 0 deletions release/sil/sil_tanguat/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright © 2024 SIL International

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:

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

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.
29 changes: 29 additions & 0 deletions release/sil/sil_tanguat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Tanguat (SIL) keyboard
==============

Description
-----------
This keyboard is designed for the Tanguat language of PNG

Links
-----
Keyboard Homepage: https://keyman.com/keyboards/sil_tanguat

Copyright
---------
See [LICENSE.md](LICENSE.md)

Supported Platforms
-------------------
* Windows
* macOS
* Linux
* Web
* iPhone
* iPad
* Android phone
* Android tablet
* Mobile devices
* Desktop devices
* Tablet devices

8 changes: 8 additions & 0 deletions release/sil/sil_tanguat/sil_tanguat.kpj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<KeymanDeveloperProject>
<Options>
<Version>2.0</Version>
<CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
<CheckFilenameConventions>True</CheckFilenameConventions>
</Options>
</KeymanDeveloperProject>
42 changes: 42 additions & 0 deletions release/sil/sil_tanguat/source/help/sil_tanguat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php
$pagename = 'Tanguat (SIL) Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>


<h1>Start Using Tanguat (SIL)</h1>

<p>
This keyboard is designed for the Tanguat language of PNG
</p>

<p>To type <b>ñ</b>, use <b>c</b>.</p>
<p>To type <b>ə</b>, use <b>f</b>.</p>

<p>To type <b>Ñ</b>, use <b>C</b>.</p>
<p>To type <b>Ə</b>, use <b>F</b>.</p>

<p>To type <b>c</b>, use <b>]</b>.</p>
<p>To type <b>f</b>, use <b>[</b>.</p>

<p>To type <b>C</b>, use <b>}</b>.</p>
<p>To type <b>F</b>, use <b>{</b>.</p>

<p>To type <b>[</b>, use <b>right-alt</b> <b>[</b>.</p>
<p>To type <b>[</b>, use <b>right-alt</b> <b>]</b>.</p>

<p>To type <b>{</b>, use <b>shift</b> <b>right-alt</b> <b>{</b> .</p>
<p>To type <b>}</b>, use <b>shift</b> <b>right-alt</b> <b>}.</p>

<h1>Keyboard Layout</h1>

<!-- Insert Keyboard Layout Images or HTML here -->

<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift rightalt rightalt-shift'>
</div>

<h2>Mobile/Tablet Keyboard Layout</h2>
<div id='osk-phone' data-states='default shift numeric'>
</div>
24 changes: 24 additions & 0 deletions release/sil/sil_tanguat/source/readme.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tanguat (SIL)</title>
<style type="text/css">
p { font: 10pt Tahoma; }
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
h2 { font: bold 12pt Tahoma; color: #4444cc; }
</style>
</head>
<body>

<h1>Tanguat (SIL)</h1>

<p>
This keyboard is designed for the Tanguat language of PNG
</p>

<p>Copyright © SIL International</p>

</body>
</html>
Binary file added release/sil/sil_tanguat/source/sil_tanguat.ico
Binary file not shown.