From 2802fca9997503c4541517f1ee8a40faf9d853d8 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Wed, 5 Feb 2025 13:33:39 +0700 Subject: [PATCH] chore: remove very old keymanweb 2.0 home --- developer/keymanweb/index.2.0.php | 164 +----------------------------- 1 file changed, 1 insertion(+), 163 deletions(-) diff --git a/developer/keymanweb/index.2.0.php b/developer/keymanweb/index.2.0.php index a2dbdd8c..f3d82dcc 100644 --- a/developer/keymanweb/index.2.0.php +++ b/developer/keymanweb/index.2.0.php @@ -1,164 +1,2 @@ 'KeymanWeb | Source Code and Development', - 'css' => ['template.css','dev.css','prism.css'], - 'showMenu' => true - ]); - - // Hard coded now, because we cannot easily query for legacy 2.0 versions - $build = "2.0.473"; -?> - - - -

KeymanWeb Source Code and Development

- -

Note: Please see KeymanWeb documentation for information on the latest version.

- -

- KeymanWeb 2.0 is an Open Source input method system for the web, supporting both desktops and touch devices. Keyboard layouts for - use with KeymanWeb can be created with the free download Keyman Developer (Windows). -

- -

Add KeymanWeb (minified version) to a Website

- -

KeymanWeb can be added to your website with just a few lines of code. The following example sources both the core engine and two keyboard -layouts from the Keyman Cloud CDN; the code can be hosted on your own servers just as easily.

- -

View code snippet versions: -

- -s_keyman_com . "/kmw/engine/$build"; - - if($type === 'src') { - $s = <<