summaryrefslogtreecommitdiff
path: root/Compose
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-03-26 06:20:02 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-03-26 06:20:02 +0000
commit247804ab31712586ac205ab9c3da00c2c1cfd0a5 (patch)
tree20d16bcf0bf0e1d4549cfc85a057990575690d6e /Compose
parentf2e08433b15ef308313105c49f2ea18e366e1831 (diff)
downloadneo-layout-247804ab31712586ac205ab9c3da00c2c1cfd0a5.tar.gz
neo-layout-247804ab31712586ac205ab9c3da00c2c1cfd0a5.tar.bz2
neo-layout-247804ab31712586ac205ab9c3da00c2c1cfd0a5.zip
Datei in compose.sh umbenannt
git-svn-id: https://svn.neo-layout.org@1762 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose')
-rwxr-xr-xCompose/eigene_Compose_erstellen/linux36
1 files changed, 0 insertions, 36 deletions
diff --git a/Compose/eigene_Compose_erstellen/linux b/Compose/eigene_Compose_erstellen/linux
deleted file mode 100755
index 98fb2f3..0000000
--- a/Compose/eigene_Compose_erstellen/linux
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-pfad=..
-
-# Compose-Module
-anzahl=4
-
-m[1]=mathephysik # Modul
-b[1]="mathematische und physikalische Zeichen (≥ ∉ ℏ ℃)" # Beschreibung
-d[1]=Compose_math_and_physics.neo # Datei
-
-m[2]=griechisch
-b[2]="griechische Buchstaben (A ἀ)"
-d[2]=Compose_greek.neo
-
-m[3]=rom
-b[3]="römische Zahlen >12 (große Datei!) (1868→ⅿⅾⅽⅽⅽⅼⅹⅴⅰⅰⅰ)"
-d[3]=Compose_many_roman_numericals.neo
-
-m[4]=klingonisch
-b[4]="klingonische Zahlen (große Datei!) (1984→wa'SaD Hutvatlh chorghmaH loS)"
-d[4]=Compose_many_klingon_numericals.neo
-
-m[0]=standard
-d[0]=Compose.neo
-
-
-menu=`kdialog --title Compose-Module --checklist " Wählen Sie die optionalen Compose-Module von Neo aus, die Sie verwenden möchten. " ${m[1]} "${b[1]}" off ${m[2]} "${b[2]}" off ${m[3]} "${b[3]}" off ${m[4]} "${b[4]}" off`
-auswahl=`echo \"${m[0]}\" $menu`
-
-
-rm $pfad/XCompose
-for i in $(seq 0 $anzahl)
-do
- echo $auswahl | grep ${m[$i]} > /dev/null && cat $pfad/${d[$i]} >> $pfad/XCompose
-done \ No newline at end of file