Skip to content

Commit 405e052

Browse files
Merge pull request #2519 from keymanapp/auto/A19S29-merge-master-into-staging
auto: A19S29 merge master into staging
2 parents 73832c4 + d3b7f10 commit 405e052

47 files changed

Lines changed: 45803 additions & 100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## START STANDARD SITE BUILD SCRIPT INCLUDE
33
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
44
readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
5-
readonly BOOTSTRAP_VERSION=v1.0.11
5+
readonly BOOTSTRAP_VERSION=v1.0.12
66
if ! [ -f "$BOOTSTRAP" ] || ! source "$BOOTSTRAP"; then
77
curl -H "Cache-Control: no-cache" --fail --silent --show-error -w "curl: Finished attempt to download %{url}" "https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh" -o "$BOOTSTRAP.tmp" || exit 1
88
source "$BOOTSTRAP.tmp"

developer/19.0/guides/lexical-models/distribute/packages.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,34 @@ welcome.htm
3636
is also the entry point for help when accessed via Keyman's help
3737
system or Keyman Configuration.
3838

39-
## Step 1) Share the lexical model package file
39+
## Sharing the lexical model through Keyman Cloud
4040

41-
Once the lexical model package .kmp file is created, you can share them
42-
via external storage devices (USB drive, SD card, etc). If that is not
43-
an option, you can upload the .kmp file to a public facing website. For
44-
this example, the lexical model package for SENĆOŦEN is being uploaded:
41+
Follow the [Keyman Cloud Lexical Models Repository guide](/developer/lexical-models) for
42+
instructions on how to make your lexical model available through Keyman Cloud,
43+
where it will become seamlessly available to all users of Keyman.
4544

46-
1. nrc.str.sencoten.model.kmp (the lexical model package .kmp file)
45+
## Sharing the lexical model through other channels
4746

48-
## Step 2) Create a link to the KMP file
47+
Using Keyman Cloud is the recommended and simplest model of distribution, as it
48+
is generally seamless for end users. However, it is also possible to distribute
49+
a lexical model package through other mechanisms:
4950

50-
Once all the files have been uploaded, you will need to provide a link
51-
to the lexical model package .kmp file for your device to download and
52-
install. This can either be a link on a web page, or a link in an email.
53-
In this tutorial, a very simple .html web page with a link to the
54-
nrc.str.sencoten.kmp file is created:
51+
### Step 1) Share the lexical model package file
52+
53+
Once the lexical model package .model.kmp file is created, you can share them
54+
via external storage devices (USB drive, SD card, etc). If that is not an
55+
option, you can upload the .model.kmp file to a public facing website. For this
56+
example, the lexical model package for SENĆOŦEN is being uploaded:
57+
58+
1. nrc.str.sencoten.model.kmp (the lexical model package .model.kmp file)
59+
60+
### Step 2) Create a link to the lexical model KMP file
61+
62+
Once all the files have been uploaded, you will need to provide a link to the
63+
lexical model package .model.kmp file for your device to download and install.
64+
This can either be a link on a web page, or a link in an email. In this
65+
tutorial, a very simple .html web page with a link to the
66+
nrc.str.sencoten.model.kmp file is created:
5567

5668
```html
5769
<html>
@@ -65,6 +77,6 @@ nrc.str.sencoten.kmp file is created:
6577

6678
The link must be in the format `http://` or `https://`
6779

68-
Upload the web page to your public facing website. Once done, you can
69-
install the lexical model package onto your mobile devices by
70-
downloading the .kmp from your device's internet browser.
80+
Upload the web page to your public facing website. Once done, you can install
81+
the lexical model package onto your mobile devices by downloading the .model.kmp
82+
from your device's internet browser.

developer/19.0/guides/lexical-models/distribute/tutorial/step-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ documentation is accessible to the end user.
2121

2222
Once you have tested the package to your satisfaction, it is time to
2323
distribute it. We recommend submitting your lexical model package to the
24-
[Keyman Lexical Models Repository](https://github.com/keymanapp/lexical-models)
24+
[Keyman Lexical Models Repository](/developer/lexical-models)
2525

2626
## Distributing a package on your own website
2727

0 commit comments

Comments
 (0)