summaryrefslogtreecommitdiffstats
path: root/input-methods/scim-inscript
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh00@gmail.com>2007-11-03 13:02:58 -0400
committerSanthosh Thottingal <santhosh00@gmail.com>2007-11-03 13:02:58 -0400
commit4b3b23400b0384c385e9beeee6007026542f4ca7 (patch)
tree23aa17d52def84a763d517c49a9b6ff866da6398 /input-methods/scim-inscript
parent49580bf92860d0e2df036cf2e294f6b26528a5d2 (diff)
downloadAnjaliOldLipi.git-4b3b23400b0384c385e9beeee6007026542f4ca7.tar.gz
AnjaliOldLipi.git-4b3b23400b0384c385e9beeee6007026542f4ca7.tar.xz
AnjaliOldLipi.git-4b3b23400b0384c385e9beeee6007026542f4ca7.zip
commtting the project folders and placeholder folders
Diffstat (limited to 'input-methods/scim-inscript')
-rw-r--r--input-methods/scim-inscript/Makefile33
-rw-r--r--input-methods/scim-inscript/Malayalam-inscript.pngbin0 -> 1003 bytes
-rw-r--r--input-methods/scim-inscript/Malayalam-inscript.txt.in205
3 files changed, 238 insertions, 0 deletions
diff --git a/input-methods/scim-inscript/Makefile b/input-methods/scim-inscript/Makefile
new file mode 100644
index 0000000..8d34009
--- /dev/null
+++ b/input-methods/scim-inscript/Makefile
@@ -0,0 +1,33 @@
+SCIM_TABLES_DIR=/usr/share/scim/tables
+SCIM_ICONS_DIR=/usr/share/scim/icons
+
+SRC_DIR=.
+BIN_DIR=.
+ICON_DIR=.
+
+SCIM_MAKE_TABLE=scim-make-table
+
+compile: compile-Malayalam-inscript
+
+compile-Malayalam-inscript: $(BIN_DIR)/Malayalam-inscript.bin
+
+install: install-Malayalam-inscript
+uninstall: uninstall-Malayalam-inscript
+
+install-Malayalam-inscript: compile-Malayalam-inscript
+ cp $(BIN_DIR)/Malayalam-inscript.bin $(SCIM_TABLES_DIR)
+ cp $(ICON_DIR)/Malayalam-inscript.png $(SCIM_ICONS_DIR)
+
+uninstall-Malayalam-inscript:
+ rm $(SCIM_TABLES_DIR)/Malayalam-inscript.bin
+ rm $(SCIM_ICONS_DIR)/Malayalam-inscript.png
+
+
+clean:
+ rm -f $(BIN_DIR)/*
+
+$(BIN_DIR)/Malayalam-inscript.bin: $(SRC_DIR)/Malayalam-inscript.txt.in
+ mkdir -p $(BIN_DIR)
+ sed -e \\'s,@SCIM_ICONDIR@,$(SCIM_ICONS_DIR),g\\' $(SRC_DIR)/Malayalam-inscript.txt.in > $(BIN_DIR)/Malayalam-inscript.txt
+ $(SCIM_MAKE_TABLE) $(BIN_DIR)/Malayalam-inscript.txt -b -o $(BIN_DIR)/Malayalam-inscript.bin
+ rm $(BIN_DIR)/Malayalam-inscript.txt
diff --git a/input-methods/scim-inscript/Malayalam-inscript.png b/input-methods/scim-inscript/Malayalam-inscript.png
new file mode 100644
index 0000000..a1b53f4
--- /dev/null
+++ b/input-methods/scim-inscript/Malayalam-inscript.png
Binary files differ
diff --git a/input-methods/scim-inscript/Malayalam-inscript.txt.in b/input-methods/scim-inscript/Malayalam-inscript.txt.in
new file mode 100644
index 0000000..74cf2f5
--- /dev/null
+++ b/input-methods/scim-inscript/Malayalam-inscript.txt.in
@@ -0,0 +1,205 @@
+### File header must not be modified
+### This file must be encoded into UTF-8.
+### This file is derived from iiimf unitLE's Malayalam inscript layout.
+### Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
+SCIM_Generic_Table_Phrase_Library_TEXT
+VERSION_1_0
+
+### Begin Table definition.
+BEGIN_DEFINITION
+
+### An unique id to distinguish this table among others.
+### Use uuidgen to generate this kind of id.
+UUID = bf93c7c0-de16-4ebb-a348-2709f330d074
+
+### A unique number indicates the version of this file.
+### For example the last modified date of this file.
+### This number must be less than 2^32.
+SERIAL_NUMBER = 20050901
+
+ICON = /usr/share/scim/icons/Malayalam-inscript.png
+
+### The default name of this table
+NAME = Inscript
+
+### The local names of this table
+NAME.ml_IN = ഇന്‍സ്ക്രിപ്റ്റ്
+
+### Supported languages of this table
+LANGUAGES = ml
+
+### The author of this table
+AUTHOR = Jens Petersen <petersen@redhat.com>
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Ml
+
+### If true then the first candidate phrase
+### will be selected automatically during inputing.
+AUTO_SELECT = TRUE
+
+### If true then a multi wildcard will be appended
+### at the end of inputing string automatically.
+AUTO_WILDCARD = FALSE
+
+### If true then the result string will be committed to client automatically.
+### This should be used with AUTO_SELECT = TRUE.
+AUTO_COMMIT = TRUE
+
+### If true then the inputted string will be automatically splitted during inputing.
+AUTO_SPLIT = TRUE
+
+### If true then the phrases' frequencies will be adjusted dynamically.
+DYNAMIC_ADJUST = FALSE
+
+### If true then the preedit area will be filled up by the current candidate phrase automatically.
+AUTO_FILL = TRUE
+
+### Whether to discard invalid key automatically.
+### This takes effact only when AUTO_FILL and AUTO_COMMIT is true.
+DISCARD_INVALID_KEY = TRUE
+
+### If true then the lookup table will always be shown if there is any candidate phrase.
+### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left.
+ALWAYS_SHOW_LOOKUP = FALSE
+
+### Enable full width punctuation property
+USE_FULL_WIDTH_PUNCT = FALSE
+
+### Use full width punctuation by default
+DEF_FULL_WIDTH_PUNCT = FALSE
+
+### Enable full width letter property
+USE_FULL_WIDTH_LETTER = FALSE
+
+### Use full width letter by default
+DEF_FULL_WIDTH_LETTER = FALSE
+
+### The maxmium length of a key.
+MAX_KEY_LENGTH = 1
+
+### Valid input chars.
+VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*()_-+=|\~`:;"'{[}]<,>./
+
+### Single wildcard char, can have multiple chars.
+###SINGLE_WILDCARD_CHAR = ?
+
+### Multi wildcard char.
+###MULTI_WILDCARD_CHAR = *
+
+### The key strokes to split inputted string.
+###SPLIT_KEYS = quoteright
+
+### The key strokes to commit the convert result to client.
+COMMIT_KEYS = space
+
+### The key strokes to forward the inputted string to client.
+FORWARD_KEYS = VoidSymbol
+
+### The key strokes to select candidiate phrases.
+SELECT_KEYS = VoidSymbol
+
+### The key strokes to page up the lookup table.
+PAGE_UP_KEYS = VoidSymbol
+
+### The key strokes to page down the lookup table.
+PAGE_DOWN_KEYS = VoidSymbol
+
+END_DEFINITION
+
+### Begin Table data.
+BEGIN_TABLE
+! !
+1 ൧
+@ @
+2 ൨
+3 ൩
+$ $
+4 ൪
+% %
+5 ൫
+^ ^
+6 ൬
+7 ൭
+* *
+8 ൮
+( (
+9 ൯
+) )
+0 ൦
+_ ഃ
+- -
++ ഋ
+= ൃ
+Q ഔ
+q ൌ
+W ഐ
+w ൈ
+E ആ
+e ാ
+R ഈ
+r ീ
+T ഊ
+t ൂ
+Y ഭ
+y ബ
+U ങ
+u ഹ
+I ഘ
+i ഗ
+O ധ
+o ദ
+P ഝ
+p ജ
+{ ഢ
+[ ഡ
+} ഞ
+] ‍ #zwj
+A ഓ
+a ോ
+S ഏ
+s േ
+D അ
+d ്
+F ഇ
+f ി
+G ഉ
+g ു
+H ഫ
+h പ
+J റ
+j ര
+K ഖ
+k ക
+L ഥ
+l ത
+: ഛ
+; ച
+" ഠ
+' ട
+| |
+\ ‌ #ZWNJ
+~ ഒ
+` ൊ
+Z എ
+z െ
+X ​ ​#zws
+x ം
+C ണ
+c മ
+V V
+v ന
+B ഴ
+b വ
+N ള
+n ല
+M ശ
+m സ
+< ഷ
+, ,
+> >
+. .
+/ യ
+# ്ര
+& ക്ഷ
+END_TABLE