From 0e5bc0ce6cda7537e305aeb30d0a881cc4c768f0 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 20 Jul 2007 06:50:35 +0000 Subject: [PATCH] New file. --- im/eo-h-f.mim | 81 +++++++++++++++++++++++++++++++++++++ im/eo-h.mim | 75 ++++++++++++++++++++++++++++++++++ im/eo-install.txt | 52 ++++++++++++++++++++++++ im/eo-plena.mim | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++ im/eo-q.mim | 75 ++++++++++++++++++++++++++++++++++ im/eo-x.mim | 75 ++++++++++++++++++++++++++++++++++ 6 files changed, 475 insertions(+) create mode 100644 im/eo-h-f.mim create mode 100644 im/eo-h.mim create mode 100644 im/eo-install.txt create mode 100644 im/eo-plena.mim create mode 100644 im/eo-q.mim create mode 100644 im/eo-x.mim diff --git a/im/eo-h-f.mim b/im/eo-h-f.mim new file mode 100644 index 0000000..3996011 --- /dev/null +++ b/im/eo-h-f.mim @@ -0,0 +1,81 @@ +;;; Copyright (C) 2007 Joop Kiefte (LaPingvino) +;;; +;;; This file is part of the m17n contrib; a sub-part of the m17n +;;; library. +;;; +;;; The m17n library is free software; you can redistribute it and/or +;;; modify it under the terms of the GNU Lesser General Public License +;;; as published by the Free Software Foundation; either version 2.1 of +;;; the License, or (at your option) any later version. +;;; +;;; The m17n library is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with the m17n library; if not, write to the Free +;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;;; Boston, MA 02110-1301, USA. +;;; +;;;
  • eo-h-f.mim +;;; +;;; Inputmethod for Esperanto // Enigmetodo por Esperanto + +(input-method eo h-fundamente) + +(title "eo-h-f") + +(description "Meant for writing Esperanto-letters using Zamenhof's fundamental system.") + +(map + (trans + +("ch" "ĉ") +("gh" "ĝ") +("hh" "Ä¥") +("jh" "ĵ") +("sh" "ŝ") +("au" "aÅ­") +("eu" "eÅ­") +("Ch" "Ĉ") +("Gh" "Ĝ") +("Hh" "Ĥ") +("Jh" "Ä´") +("Sh" "Ŝ") +("Au" "AÅ­") +("Eu" "EÅ­") +("CH" "Ĉ") +("GH" "Ĝ") +("HH" "Ĥ") +("JH" "Ä´") +("SH" "Ŝ") +("AU" "AŬ") +("EU" "EŬ") +("chh" "ch") +("ghh" "gh") +("hhh" "hh") +("jhh" "jh") +("shh" "sh") +("auu" "au") +("euu" "eu") +("Chh" "Ch") +("Ghh" "Gh") +("Hhh" "Hh") +("Jhh" "Jh") +("Shh" "Sh") +("Auu" "Au") +("Euu" "Eu") +("CHH" "CH") +("GHH" "GH") +("HHH" "HH") +("JHH" "JH") +("SHH" "SH") +("AUU" "AU") +("EUU" "EU") + )) + +(state + (init + (trans))) + diff --git a/im/eo-h.mim b/im/eo-h.mim new file mode 100644 index 0000000..d8e2a11 --- /dev/null +++ b/im/eo-h.mim @@ -0,0 +1,75 @@ +;;; Copyright (C) 2007 Joop Kiefte (LaPingvino) +;;; +;;; This file is part of the m17n contrib; a sub-part of the m17n +;;; library. +;;; +;;; The m17n library is free software; you can redistribute it and/or +;;; modify it under the terms of the GNU Lesser General Public License +;;; as published by the Free Software Foundation; either version 2.1 of +;;; the License, or (at your option) any later version. +;;; +;;; The m17n library is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with the m17n library; if not, write to the Free +;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;;; Boston, MA 02110-1301, USA. +;;; +;;;
  • eo-h.mim +;;; +;;; Inputmethod for Esperanto // Enigmetodo por Esperanto + +(input-method eo h-sistemo) + +(title "eo-h") + +(description "Meant for writing Esperanto-letters adding h's.") + +(map + (trans + +("ch" "ĉ") +("gh" "ĝ") +("hh" "Ä¥") +("jh" "ĵ") +("sh" "ŝ") +("uh" "Å­") +("Ch" "Ĉ") +("Gh" "Ĝ") +("Hh" "Ĥ") +("Jh" "Ä´") +("Sh" "Ŝ") +("Uh" "Ŭ") +("CH" "Ĉ") +("GH" "Ĝ") +("HH" "Ĥ") +("JH" "Ä´") +("SH" "Ŝ") +("UH" "Ŭ") +("chh" "ch") +("ghh" "gh") +("hhh" "hh") +("jhh" "jh") +("shh" "sh") +("uhh" "uh") +("Chh" "Ch") +("Ghh" "Gh") +("Hhh" "Hh") +("Jhh" "Jh") +("Shh" "Sh") +("Uhh" "Uh") +("CHH" "CH") +("GHH" "GH") +("HHH" "HH") +("JHH" "JH") +("SHH" "SH") +("UHH" "UH") + )) + +(state + (init + (trans))) + diff --git a/im/eo-install.txt b/im/eo-install.txt new file mode 100644 index 0000000..94563a7 --- /dev/null +++ b/im/eo-install.txt @@ -0,0 +1,52 @@ +Ĉi tie sekvas paŝoj por instali la IME-dosieron en via Linuks-sistemo + += Dependaĵoj = + +Apud la dosieroj en ĉi tiu pakaĵo, vi bezonos SCIM. +Instalu jenon kaj ĉiujn ceterajn ties dependaĵojn: + * scim + * scim-m17n + * m17n-db + * scim-gtk2-immodule (Dank'al Antono kaj ash_rabbi. Pro ŝajna eraro en Debian povas esti ke vi bezonas elŝuti kaj instali ĉi tiun aparte...) + += Kiel instali? = + + * Instalu la supre menciitajn pakaĵojn kaj ties dependaĵojn. (Povas daÅ­ri iom. AlmenaÅ­ per Ubuntu mi estis preta post mallonge, ĉar ĉio troveblas en ĝia pakaĵaro.) + * Metu la mim-dosierojn kiujn vi volas uzi en /usr/share/m17n aÅ­ en /usr/local/share/m17n , kiu ajn haveblas en via sistemo. [root-rajtoj necesas] + * Startu la programon scim kaj agordu ĝin laÅ­ la sube menciitaj paŝoj por uzi la ĝustas IME-on. Verŝajne vi por tio bezonas plurfoje restarti la sistemon. + += Agordi SCIM por Esperanta tajpado = + + * Startu SCIM per la komando scim. ({Alt+F2} scim {Enigklavo}) + * Dekstre alklaku la nun aperintan piktogramon de klavaro (tiu estas de SCIM). + * Elektu SCIM Setup + * Iru al IMEngine > Global Setup + * Alklaku Disable All + * Iru al Other kaj tie elektu la aranĝon kun eo en la nomo + * Apliku kaj Akceptu + * Restartu la sistemon per {Ctrl+Alt+Backspace} + * Provu ĉu funkcias (vi povas ŝalti la enigmetodon per {Ctrl+Spaco} aÅ­ se vi havas Korean klavaron, per la Hanja-klavo.) + * Eventuale ankoraÅ­foje restartu la sistemon ({Ctrl+Alt+Backspace}) + +Multan plezuron! + +----- +Copyright (C) 2007 Joop Kiefte (LaPingvino) + +This file is part of the m17n contrib; a sub-part of the m17n +library. + +The m17n library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License +as published by the Free Software Foundation; either version 2.1 of +the License, or (at your option) any later version. + +The m17n library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with the m17n library; if not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. diff --git a/im/eo-plena.mim b/im/eo-plena.mim new file mode 100644 index 0000000..5f4ae88 --- /dev/null +++ b/im/eo-plena.mim @@ -0,0 +1,117 @@ +;;; Copyright (C) 2007 Joop Kiefte (LaPingvino) +;;; +;;; This file is part of the m17n contrib; a sub-part of the m17n +;;; library. +;;; +;;; The m17n library is free software; you can redistribute it and/or +;;; modify it under the terms of the GNU Lesser General Public License +;;; as published by the Free Software Foundation; either version 2.1 of +;;; the License, or (at your option) any later version. +;;; +;;; The m17n library is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with the m17n library; if not, write to the Free +;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;;; Boston, MA 02110-1301, USA. +;;; +;;;
  • eo-plena.mim +;;; +;;; Inputmethod for Esperanto // Enigmetodo por Esperanto + +(input-method eo plena) + +(title "EK-sistemo") + +(description "Meant for writing Esperanto-letters with the fundamental system and the X-system, like the default of EK.") + +(map + (trans + +("cx" "ĉ") +("gx" "ĝ") +("hx" "Ä¥") +("jx" "ĵ") +("sx" "ŝ") +("ux" "Å­") +("Cx" "Ĉ") +("Gx" "Ĝ") +("Hx" "Ĥ") +("Jx" "Ä´") +("Sx" "Ŝ") +("Ux" "Ŭ") +("CX" "Ĉ") +("GX" "Ĝ") +("HX" "Ĥ") +("JX" "Ä´") +("SX" "Ŝ") +("UX" "Ŭ") +("cxx" "cx") +("gxx" "gx") +("hxx" "hx") +("jxx" "jx") +("sxx" "sx") +("uxx" "ux") +("Cxx" "Cx") +("Gxx" "Gx") +("Hxx" "Hx") +("Jxx" "Jx") +("Sxx" "Sx") +("Uxx" "Ux") +("CXX" "CX") +("GXX" "GX") +("HXX" "HX") +("JXX" "JX") +("SXX" "SX") +("UXX" "UX") +("ch" "ĉ") +("gh" "ĝ") +("hh" "Ä¥") +("jh" "ĵ") +("sh" "ŝ") +("au" "aÅ­") +("eu" "eÅ­") +("Ch" "Ĉ") +("Gh" "Ĝ") +("Hh" "Ĥ") +("Jh" "Ä´") +("Sh" "Ŝ") +("Au" "AÅ­") +("Eu" "EÅ­") +("CH" "Ĉ") +("GH" "Ĝ") +("HH" "Ĥ") +("JH" "Ä´") +("SH" "Ŝ") +("AU" "AŬ") +("EU" "EŬ") +("chh" "ch") +("ghh" "gh") +("hhh" "hh") +("jhh" "jh") +("shh" "sh") +("auu" "au") +("euu" "eu") +("Chh" "Ch") +("Ghh" "Gh") +("Hhh" "Hh") +("Jhh" "Jh") +("Shh" "Sh") +("Auu" "Au") +("Euu" "Eu") +("CHH" "CH") +("GHH" "GH") +("HHH" "HH") +("JHH" "JH") +("SHH" "SH") +("AUU" "AU") +("EUU" "EU") + )) + +(state + (init + (trans))) + diff --git a/im/eo-q.mim b/im/eo-q.mim new file mode 100644 index 0000000..f49a910 --- /dev/null +++ b/im/eo-q.mim @@ -0,0 +1,75 @@ +;;; Copyright (C) 2007 Joop Kiefte (LaPingvino) +;;; +;;; This file is part of the m17n contrib; a sub-part of the m17n +;;; library. +;;; +;;; The m17n library is free software; you can redistribute it and/or +;;; modify it under the terms of the GNU Lesser General Public License +;;; as published by the Free Software Foundation; either version 2.1 of +;;; the License, or (at your option) any later version. +;;; +;;; The m17n library is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with the m17n library; if not, write to the Free +;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;;; Boston, MA 02110-1301, USA. +;;; +;;;
  • eo-q.mim +;;; +;;; Inputmethod for Esperanto // Enigmetodo por Esperanto + +(input-method eo q-sistemo) + +(title "eo-q") + +(description "Meant for writing Esperanto-letters adding q's.") + +(map + (trans + +("cq" "ĉ") +("gq" "ĝ") +("hq" "Ä¥") +("jq" "ĵ") +("sq" "ŝ") +("uq" "Å­") +("Cq" "Ĉ") +("Gq" "Ĝ") +("Hq" "Ĥ") +("Jq" "Ä´") +("Sq" "Ŝ") +("Uq" "Ŭ") +("CQ" "Ĉ") +("GQ" "Ĝ") +("HQ" "Ĥ") +("JQ" "Ä´") +("SQ" "Ŝ") +("UQ" "Ŭ") +("cqq" "cq") +("gqq" "gq") +("hqq" "hq") +("jqq" "jq") +("sqq" "sq") +("uqq" "uq") +("Cqq" "Cq") +("Gqq" "Gq") +("Hqq" "Hq") +("Jqq" "Jq") +("Sqq" "Sq") +("Uqq" "Uq") +("CQQ" "CQ") +("GQQ" "GQ") +("HQQ" "HQ") +("JQQ" "JQ") +("SQQ" "SQ") +("UQQ" "UQ") + )) + +(state + (init + (trans))) + diff --git a/im/eo-x.mim b/im/eo-x.mim new file mode 100644 index 0000000..02bded4 --- /dev/null +++ b/im/eo-x.mim @@ -0,0 +1,75 @@ +;;; Copyright (C) 2007 Joop Kiefte (LaPingvino) +;;; +;;; This file is part of the m17n contrib; a sub-part of the m17n +;;; library. +;;; +;;; The m17n library is free software; you can redistribute it and/or +;;; modify it under the terms of the GNU Lesser General Public License +;;; as published by the Free Software Foundation; either version 2.1 of +;;; the License, or (at your option) any later version. +;;; +;;; The m17n library is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with the m17n library; if not, write to the Free +;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;;; Boston, MA 02110-1301, USA. +;;; +;;;
  • eo-x.mim +;;; +;;; Inputmethod for Esperanto // Enigmetodo por Esperanto + +(input-method eo x-sistemo) + +(title "eo-x") + +(description "Meant for writing Esperanto-letters adding x's (the X-system).") + +(map + (trans + +("cx" "ĉ") +("gx" "ĝ") +("hx" "Ä¥") +("jx" "ĵ") +("sx" "ŝ") +("ux" "Å­") +("Cx" "Ĉ") +("Gx" "Ĝ") +("Hx" "Ĥ") +("Jx" "Ä´") +("Sx" "Ŝ") +("Ux" "Ŭ") +("CX" "Ĉ") +("GX" "Ĝ") +("HX" "Ĥ") +("JX" "Ä´") +("SX" "Ŝ") +("UX" "Ŭ") +("cxx" "cx") +("gxx" "gx") +("hxx" "hx") +("jxx" "jx") +("sxx" "sx") +("uxx" "ux") +("Cxx" "Cx") +("Gxx" "Gx") +("Hxx" "Hx") +("Jxx" "Jx") +("Sxx" "Sx") +("Uxx" "Ux") +("CXX" "CX") +("GXX" "GX") +("HXX" "HX") +("JXX" "JX") +("SXX" "SX") +("UXX" "UX") + )) + +(state + (init + (trans))) + -- 1.7.10.4