mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
Merge pull request #684 from keymanapp/developer-tweak-project-package-help-text
Tweak wording around packages to note support for iOS and Android. Rename Mac OS X to macOS
This commit is contained in:
commit
cd0f968302
2 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="https://keyman.com/go/developer/10.0/help-keyboards">Share source and add to Keyman keyboard repositories</a></li>
|
||||
<li><a href="https://keyman.com/go/developer/10.0/help-packages">Windows and Mac distribution</a></li>
|
||||
<li><a href="https://keyman.com/go/developer/10.0/help-packages">Windows and macOS distribution</a></li>
|
||||
<li><a href="https://keyman.com/go/developer/10.0/help-mobile">iPhone, iPad and Android distribution</a></li>
|
||||
<li><a href="https://keyman.com/go/developer/10.0/keymanweb">Web soft keyboard</a></li>
|
||||
<li><a href="https://keyman.com/go/developer/10.0/keyman-engine-home">Keyman Engine</a></li>
|
||||
|
|
@ -33,9 +33,9 @@
|
|||
<ul>
|
||||
<li>Add your keyboard to the Keyman Keyboard Repositories. In order to do this, you must share the source code of your keyboard.
|
||||
<b>Recommended option!</b>   <a href='https://keyman.com/go/developer/10.0/help-keyboards'>Learn more</a></li>
|
||||
<li>Share a package file yourself: just give a .kmp file to any Keyman Desktop or Keyman for Mac user and they can install it. Or put the .kmp file onto a website for users to download.
|
||||
<li>Share a package file yourself: just give a .kmp file to any Keyman user, on Windows, macOS, iOS or Android and they can install it. Or put the .kmp file onto a website for users to download.
|
||||
<a href='https://keyman.com/go/developer/10.0/help-packages'>Learn more</a></li>
|
||||
<li>Share a touch keyboard with any Keyman for Android or Keyman for iPhone and iPad user.
|
||||
<li>Sharing package files to mobile devices can be more complex. Learn about specific techniques for distribution to mobile devices.
|
||||
<a href='https://keyman.com/go/developer/10.0/help-mobile'>Learn more</a></li>
|
||||
<li>Add your keyboard to a website using KeymanWeb
|
||||
<a href='https://keyman.com/go/developer/10.0/keymanweb'>Learn more</a></li>
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
<div class="pagetext">
|
||||
<h2>Package keyboards with fonts and documentation</h2>
|
||||
|
||||
<p>After creating a keyboard, you should create a package to make it easier to install on Windows or Mac OS X. A package can include multiple
|
||||
<p>After creating a keyboard, you should create a package in order to distribute the keyboard to all Windows, macOS, iOS and Android. A package can include multiple
|
||||
keyboards, fonts, a welcome page, documentation and shortcuts.</p>
|
||||
|
||||
<p>A package can be installed into Keyman Desktop or Keyman for Mac OS X, and uploaded to the Keyman website to share with others.</p>
|
||||
<p>A package can be installed into any of the end user Keyman apps, and uploaded to the Keyman website to share with others.</p>
|
||||
|
||||
<p>Learn more about distributing your packages and keyboards on the Distribution tab.</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue