18 Aug 2009 07:11
18 Aug 2009 07:07
[openi18n-im:01646] Re: Welcome to our (openi18n-im ML) You are added automatically
Naveen Kumar <nav007 <at> gmail.com>
2009-08-18 05:07:55 GMT
2009-08-18 05:07:55 GMT
Hi All,
I have released a iiimf based
keymap for inputting mathematical texts. Please refer to it at the
following URLs:
Project URL:
http://code.google.com/p/mathwriter/
My blogpost on mathwriter:
http://moebiuscurve.livejournal.com/25527.html
Video Link on how to use mathwriter:
http://www.youtube.com/watch?v=UzJLeJgid9U
Please do tell me if you find this keymap useful.
Thanks & regards
Naveen Kumar
Assistant Software Engineer
Open Source Software Division( http://ossrc.org.in/ )
C-DAC Mumbai ( http://www.cdacmumbai.in/ )
Mobile : +91 9987231547
( http://naveenk.wikidot.com )
On Tue, Aug 18, 2009 at 3:32 AM, <openi18n-im-admin <at> openi18n.org> wrote:
Caution: If you reply this mail, the recipient is mailing list!
post articles <openi18n-im <at> openi18n.org>
commands <openi18n-im-ctl <at> openi18n.org>
maintainer <openi18n-im-admin <at> openi18n.org>
Welcome to our mailing list <openi18n-im <at> openi18n.org> !
This mail contains the fundamental usage of the mailing list server.
1 How to use this server
Plaese send commands in the mail body not subject to the address
<openi18n-im-ctl <at> openi18n.org>.
The command syntax is as follows:
help
mget last:10 mp
Plaese send the "help" to the address <openi18n-im-ctl <at> openi18n.org> for help and
server functions overview
help
to get general information on this list
guide
If you want to make a contact with the mailing list maintainer, please
e-mail to
openi18n-im-admin <at> openi18n.org
ML server exists to descrease routine works by maintainers. Please try
to use server functions as could as possible.
openi18n-im <at> openi18n.org Maintainer
openi18n-im-admin <at> openi18n.org
9 Apr 2009 09:30
[openi18n-im:01644] What's the current status of the IIIMF project ?
Konstantin Andreev <andreev <at> swemel.ru>
2009-04-09 07:30:31 GMT
2009-04-09 07:30:31 GMT
Hello. This mail list is being inactive since 07 Oct 2006, and the website http://openi18n.org seems to be down since beginning of 2007. Is the anybody still working on the IIIMF project, and where can I find further information for it ? Current status, up-to-date documentation and so on ? Thank you in advance, -- Konstantin Andreev. Software engineer, Swemel JSC.
19 Apr 2007 20:29
[openi18n-im:01643] testing spam filter
Hideki Hiura <hiura <at> openi18n.org>
2007-04-19 18:29:53 GMT
2007-04-19 18:29:53 GMT
All, I was not aware that the SPAMmers have been sending SPAMs to this list by using my email address to bypass the "subscriber only posting" protection, as those SPAMs are filtered and never reached to my inbox. The typical SPAMs are something like this. Subject: [openi18n-im:01642] Looking for qualitative w4tches? Go to Prest1ge Repl1cas From: "Bart Kiser" <hiura <at> openi18n.org> Date: Thu, 19 Apr 2007 11:04:18 -0500 I verified the archive and found that the messages 1606-1642 are all SPAMs. Hope this helps. Thanks! Hideki
9 Oct 2006 20:16
[openi18n-im:01605] GIM 0.5 - simple input methods for GTK+
Mark Leisher <mleisher <at> crl.nmsu.edu>
2006-10-09 18:16:54 GMT
2006-10-09 18:16:54 GMT
http://crl.nmsu.edu/~mleisher/gim.html WARNING: This distribution is only useful for people who know how to build and install GTK+. It may or may not become part of GTK in the future. Who knows. Some of you have already heard this rant, but to make a long story short, I've been irritated with what I consider awkward and overly complicated input method systems the past 10-15 years. I didn't complain about it much because I didn't have anything better to offer. Now I do. This is going out some non-GTK lists because I know there are people curious about stuff like this that might not be on the GTK lists. Besides, this system is pretty simple to adapt to a non-GTK environment. This is the first alpha release to get basic bugs out. GIM 0.5 has been tested only on Slackware boxes and only with GTK+ 2.7.4 and 2.9.2. With luck, it will probably work with most versions of GTK+ that have the GtkIMContext class. The code is about 109K at the moment, but the next generation should be a lot smaller because input methods will be compiled to a simple binary format. What is missing: 1. There is no nice GUI tool to configure your input methods. That is coming soon. 2. Table-based input methods for Chinese and Japanese. That is coming sooner. 3. A virtual keyboard that interacts with GIM. That is coming later. Most of the code is already written, just for another GUI toolkit. 4. A large number of input methods are waiting to be converted to GIM format. They will be released as I get them done. So have fun with it and let me know of any problems or additions. -- -- ------------------------------------------------------------------------ Mark Leisher Computing Research Lab We find comfort among those who New Mexico State University agree with us, growth among those Box 30001, MSC 3CRL who don't. Las Cruces, NM 88003 -- Frank A. Clark
7 Oct 2006 18:35
[openi18n-im:01604] fix the problem in iiimgcf
<abek <at> terre-sys.com>
2006-10-07 16:35:31 GMT
2006-10-07 16:35:31 GMT
Hi. I found the problem about inputing in gedit on Fedora core4, quite some times ago. I've fixed up the problem in iiimgcf, and have committed into trunk. Could you check it out? The problem, it seems that key event processed doubly when I input in gedit on Fedora Core4. I think, it is due to imappropriate processing key release event forwarded from server. -- -- Kenji ABE <abek <at> terre-sys.com>
15 May 2006 11:00
[openi18n-im:01593] 'im-sdk/branches/exp-remake-hotkey-impl' branch
<abek <at> terre-sys.com>
2006-05-15 09:00:03 GMT
2006-05-15 09:00:03 GMT
I have commit a branch 'im-sdk/branches/exp-remake-hotkey-impl'
to im-sdk repository.
This is a trial to remake hotkey implementation.
The changes are:
* reconstruct hotkey profile management classes.
* reconstruct hotkey event handling class.
* change hotkey event data structure between server and LE.
* modify language selcting operation. (Ctrl+Shift+SPACE)
* select current language initially.
* change language lookup choice selection normally.
(UP, DOWN, SPACE key)
I would like to replace trunk hotkey implementation with this.
Please, evaluate this branch and give me your comments.
--
--
Kenji ABE <abek <at> terre-sys.com>
22 Feb 2006 04:22
[openi18n-im:01590] Branch r11_4-win32
Yuuhei_Teramoto <teramoto_yh <at> ybb.ne.jp>
2006-02-22 03:22:53 GMT
2006-02-22 03:22:53 GMT
Hi I have commited a branch to im-sdk repository. im-sdk/branches/r11_4-win32. This is win32 port of r11(2004-08-11) . The purpose of this branch is realizing simple hindi IM with unit engine on Windows(Xp). I'll make some modification to this branch later. -------- Yuuhei Teramoto. mailto:teramoto_yh <at> ybb.ne.jp
21 Feb 2006 04:04
[openi18n-im:01588] someone asks bug report
Hiroshi Miura <miura <at> da-cha.org>
2006-02-21 03:04:55 GMT
2006-02-21 03:04:55 GMT
Hi, Someone complains about IIIMF on Fedora Core4 in some LUG ML. Do you have any suggestion? I'm sorry I cannot reproduce it, because I do not have a FC4 environment now. ------------- The most urgent problem is that the iiimfd daemon, which came with FDC4, seems to be interacting badly with the Firefox 1.04 which also came with FDC4. Every so often, while clicking on a link or the Back arrow in Firefox, everything freezes while kswap0 frantically pounds the disk and iiimfd swells until it takes my whole 1Gb of swap. Once I was able to kill it, but other times I couldn't and had to power down. -- HIroshi Miura
15 Feb 2006 14:26
[openi18n-im:01585] HANGUL_KEYBOARD_TYPE patch
Yong-iL Joh <tolkien <at> mizi.com>
2006-02-15 13:26:33 GMT
2006-02-15 13:26:33 GMT
I'm using "sebeol 390 keyboard type" for hangul input. When I'm using iiimf, I must change /usr/lib/im/locale/ko_KR/hangul.conf for my hangul input. but, this notebook is pubilc use. so, I can't change system-wide setting. there is a de-facto standard of selecting hangul keyboard type, "HANGUL_KEYBOARD_TYPE". # or use export HANGUL_KEYBOARD_TYPE=... # dubeol: 2 # sebeol final: 3FINAL # sebeol 390: 390 # sebeol no-shift: 3NOSHIFT here is a patch. -- Joh, Yong-iL E-mail: j.tolkien <at> gmail.com tolkien <at> mizi.com
--- iiimf-12.2/leif/hangul/hangul.conf~ 2003-08-29 21:15:45.000000000 +0900
+++ iiimf-12.2/leif/hangul/hangul.conf 2006-02-15 21:48:54.000000000 +0900
<at> <at> -6,3 +6,9 <at> <at>
# sebeol 390: 39
# sebeol no-shift: 3s
keyboard = 2
+
+# or use export HANGUL_KEYBOARD_TYPE=...
+# dubeol: 2
+# sebeol final: 3FINAL
+# sebeol 390: 390
+# sebeol no-shift: 3NOSHIFT
--- iiimf-12.2/leif/hangul/composer.c~ 2005-04-14 00:30:34.000000000 +0900
+++ iiimf-12.2/leif/hangul/composer.c 2006-02-15 21:48:41.000000000 +0900
<at> <at> -1510,6 +1510,7 <at> <at>
hangul_load_config(void)
{
const char *conf_filename = HANGUL_CONFIG_FILENAME;
+ char *env_keyboard_type = getenv("HANGUL_KEYBOARD_TYPE");
FILE *conf_file;
char key[64];
char value[512];
<at> <at> -1520,6 +1521,24 <at> <at>
config.keyboard = keyboard_map_2;
config.composer = hangul_composer_2;
+ if (env_keyboard_type != NULL) {
+ strncpy(value, env_keyboard_type, 10);
+ if (strcmp(value, "2") == 0) {
+ config.keyboard = keyboard_map_2;
+ config.composer = hangul_composer_2;
+ } else if (strcmp(value, "390") == 0) {
+ config.keyboard = keyboard_map_390;
+ config.composer = hangul_composer_3;
+ } else if (strcmp(value, "3FINAL") == 0) {
+ config.keyboard = keyboard_map_3final;
+ config.composer = hangul_composer_3;
+ } else if (strcmp(value, "3NOSHIFT") == 0) {
+ config.keyboard = keyboard_map_3sun;
+ config.composer = hangul_composer_3;
+ }
+ return;
+ }
+
conf_file = fopen(conf_filename, "r");
if (conf_file == NULL) {
perror(conf_filename);
--- iiimf-12.2/leif/hangul/ChangeLog~ 2006-02-15 21:52:32.000000000 +0900
+++ iiimf-12.2/leif/hangul/ChangeLog 2006-02-15 21:52:17.000000000 +0900
<at> <at> -1,3 +1,9 <at> <at>
+2006-02-15 Yong-iL Joh <tolkien <at> mizi.com>
+
+ * composer.c (HANGUL_KEYBOARD_TYPE): user may set 3beolshik
+
+ * hangul.conf (HANGUL_KEYBOARD_TYPE): add comment
+
2005-04-13 Jens Petersen <petersen <at> redhat.com>
* Makefile.am (hangul_la_CFLAGS): Use IM_LEIFDIR instead of
2 Feb 2006 04:14
[openi18n-im:01581] How do I get account of IIIMF repository.
Yuuhei_Teramoto <teramoto_yh <at> ybb.ne.jp>
2006-02-02 03:14:57 GMT
2006-02-02 03:14:57 GMT
Hi I'm Yuuhei Teramoto in Japan. In 2005, I ported some part of im-sdk r11.4 to WindowsXp in order to realize Hindi input method on Windows. And I should commit the source codes to IIIMF repository as a blanch. I've got a favor to ask repository administrator. At first, please tell me how to get account of IIIMF repository. Sorry for my poor Engilish. --------------------------------------------- Yuuhei Teramoto. mailto:teramoto_yh <at> ybb.ne.jp
RSS Feed