Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0 (home page)Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0 (home page)Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

On this page

Step 2: Editing .htm files for the package

When Keyman Developer created your lexical model project, it will have created some of these files to go in the package. You will still need to edit some of these templated files for the package.

readme.htm

A short description of the package, its use restrictions, and what it includes. Try to keep the readme under 10 lines long. The readme should be an html file for optimal formatting.

The intention of readme.htm is to describe why a user would want to install the lexical model.

Create the HTML file in any HTML editor.

Note, if your HTML editor puts images into a subfolder, you will need to edit the HTML source so that all files are in the same folder -- the package builder will not maintain subfolders. You can easily edit the HTML source in Keyman Developer.

Also, if your welcome or readme files use embedded external images, stylesheets, javascript or other files, you will need to add these files to your package as well.

welcome.htm

When including an introductory help file in your package, you must keep the name of the file "welcome.htm". This file will be displayed before the lexical model is installed. Make sure that you design your HTML file so that it can be viewed on a mobile device - avoid extra wide tables or wide fixed width elements.

After package installation, the welcome.htm will also be accessible from the lexical model info pages.

The intention of welcome.htm is to provide instructions on getting started with your lexical model.

If you create documents in other formats, for example PDF or printable documentation, you should link to that in the welcome.htm.

Step 3: Checking a package and adding files