Short: Multi Lingual Graphic Word Processor Author: Michael Haephrati Uploader: Michael Haephrati Type: text/misc Version: 3.0 Replaces: 2.0 Requires: AmigaDos any version Architecture: m68k-amigaos >= 3.1.0 I have developed Rashumon on October 1990. I am distributing the demo version again. Please write to me in case you have any comments. Thanks, Michael Haephrati, Target Eye Limited michael@targeteye.biz How the source code looks like: /* ================================================ = Rashumon: Hebrew - English Word Processor. = = = = by Michael Haephrati, HarmonySoft (c)1990 = = = = Version: 0.01 October, 1990 = = = = File: 't.c' - main file. = = Compiler: Aztec 3.6 = = Compiling: cc +L -s -E180 t.c = = = ================================================ */ #include "intuition/intuition.h" #include "intuition/intuitionbase.h" #include "libraries/diskfont.h" #include "libraries/dosextens.h" #include "graphics/gfxmacros.h" #include "graphics/gfxbase.h" #include "exec/memory.h" #include "workbench/workbench.h" #include "workbench/startup.h" #include "devices/narrator.h" #include "libraries/translator.h" #include "stdio.h" #include "ctype.h" #include "gad.h" #include "rashumon.h"