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

[korean_rr] remove non-functional Windows target #2345

Merged
merged 5 commits into from
Aug 30, 2023
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
4 changes: 4 additions & 0 deletions release/k/korean_rr/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Korean RR Keyboard Change History
===========================================

1.3 (17 Aug 2023)
-----
* Change target to web only (since not functional on Windows)

1.2 (20 May 2020)
-----
* Move to "release" with source
Expand Down
2 changes: 1 addition & 1 deletion release/k/korean_rr/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2010-2020 SIL International
Copyright (c) 2010-2023 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
Expand Down
8 changes: 3 additions & 5 deletions release/k/korean_rr/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Korean RR Keyboard
============================

(c) 2010-2020 SIL International

Version 1.2
(c) International

__DESCRIPTION__
This keyboard is designed for entering the Korean language, supporting both the
Expand All @@ -20,9 +18,9 @@ Home: https://keyman.com/keyboards/korean_rr

Supported Platforms
-------------------
* Windows
* Web

To Do
-----
* The .keyman-touch-layout is left in the repo for use in the future.
* The .keyman-touch-layout is left in the repo for use in the future.
* welcome.htm uses 'php' elements that disappear when rendered as HTML. If support for Windows is restored, this will need to be addressed.
10 changes: 3 additions & 7 deletions release/k/korean_rr/source/korean_rr.kmn
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ store(&KMW_EMBEDJS) 'korean_ime.js'

c store(HelpFile) 'welcome.htm'
store(&KMW_HELPTEXT) '<div><a href="http://help.keymanweb.com/go?keyboard=Keyboard_korean_rr" target="KeymanWebHelp">Help on this keyboard</a></div><div id=' U+0027 'Keyboard_Korean_IME' U+0027 '></div>'
store(&COPYRIGHT) '© 2010-2020 SIL International'
c store(&WINDOWSLANGUAGES) 'x0412'
c store(&LANGUAGE) 'x0412'
c store(&ETHNOLOGUECODE) 'kor'
c store(&TARGETS) 'any'
store(&COPYRIGHT) '© 2010-2023 SIL International'
c store(&LAYOUTFILE) 'korean_rr.keyman-touch-layout'
store(&KEYBOARDVERSION) '1.2'
store(&TARGETS) 'windows web'
store(&KEYBOARDVERSION) '1.3'
store(&TARGETS) 'web'

begin Unicode > use(combineJamo)

Expand Down
8 changes: 4 additions & 4 deletions release/k/korean_rr/source/korean_rr.kps
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Info>
<Version URL=""></Version>
<Name URL="">Korean RR</Name>
<Copyright URL="">© 2010-2020 SIL International</Copyright>
<Copyright URL="">© 2010-2023 SIL International</Copyright>
</Info>
<Files>
<File>
Expand All @@ -28,10 +28,10 @@
<FileType>.kvk</FileType>
</File>
<File>
<Name>..\build\korean_rr.kmx</Name>
<Name>..\build\korean_rr.js</Name>
<Description>Keyboard Korean RR</Description>
<CopyLocation>0</CopyLocation>
<FileType>.kmx</FileType>
<FileType>.js</FileType>
</File>
<File>
<Name>welcome\IME1.png</Name>
Expand Down Expand Up @@ -104,7 +104,7 @@
<Keyboard>
<Name>Korean RR</Name>
<ID>korean_rr</ID>
<Version>1.2</Version>
<Version></Version>
<Languages>
<Language ID="ko">Korean</Language>
</Languages>
Expand Down