SIKIGAMI UIA Sikigami User Interface Agent (a part of Sikigami) 2001/JUL/08 Sikigami Project AXE, Inc. www.sikigami.com sg@axe-inc.co.jp 0) Preface This Sikigami UIA will be a frontend of Sikigami-AI (artificial Intelligence). But, it is simple friend of desktop, now. :-) "Sikigami" is a GUI environment for Mobile Linux, developing by AXE,Inc. http://www.sikigami.com/ 1)compiling a) X window handling routines in the extracted directry scm5d2/sikiuia/ you simply type "make". % make for testing; you execute a "aho" % ./aho "aho" may be launched; it is a test verion written in "C". It has no quitting method, please type "^C" to kill "aho". b) Scheme in the extracted directry scm5d2/ you simply type "make". % make "uscm" apperes after make. uscm is the Scheme interpriter for Skigami-UIA. To start UIA, you type as follows. % ./uscm nisedeme This may invoke Demon-girl. To start Penguin-girl, you type as follows. % ./uscm nisepene note) If you moved slib directry after Sikigami-UIA, then you must remove "scm5d2/slibcat" file. "slibcat" will be genarated automagically. 3)installation You may not install this version. :-) 4) User setting You must setting following, to use mail-check function. You make a file ".sikiuiarc" in your home directry. Access mode of that file MUST 600 (Only owner can read/write). % chmod 600 ~/.sikiuiarc You describe as follows in ".sikiuiarc". --- .sikiuiarc (define *pop-user* UserName) (define *pop-passwd* Password) (define *pop-host* MailHostAddress) --- end UserName : User Accont Name (String) Password : Password (String) MailHostAddress : MailHost's IP-address in List --- example (define *pop-user* "take") (define *pop-passwd* "uso-uso") (define *pop-host* '(127 0 0 1)) --- 5) Current UIA presentation nisedeme : Demon girl nisepene : Penguin girl nisehatenae: Question Mark 6) URL SIKIGAMI HomePage : http://www.sikigami.com/ SIKGAIMI UIA Page : http://www.sikigami.com/uia/ AXE,Inc. HomePage : http://www.axe-inc.co.jp/ ---EOF