Guikachu 0.2
============

Guikachu is a GNOME application for graphical editing of resource
files for PalmOS-based pocket computers (get it?). It is written by
Gerg rdi <cactus@cactus.rulez.org>. Check out
http://cactus.rulez.org/projects/guikachu/ for up-to-date informations.

Requirements
------------
Guikachu uses GTK-- and GNOME-- for its user interface. File I/O is
implemented with the libxml package. Dialog windows are loaded via
libglade. You will need the versions of these packages available in
the GNOME 1.4 bundle.
To actually create the PalmOS resource files, you will also need PilRC
(part of the GNU PalmOS SDK) to compile the .rpc files produced by
Guikachu.

Installation
------------
Untar the Guikachu source tarball somewhere, and start 'make':

 $ tar xzvf guikachu-0.2.tar.gz
 $ cd guikachu-0.2
 $ ./configure
 
See the INSTALL file for general help on the `configure' script.
If everything is just fine, you can install and try it

 # make install
 $ guikachu

Features
--------
	* Libxml-based I/O (no DTD yet for .guikachu files)
	* Exporting to PilRC .rcp files (compile with pilrc -H)
	* String resources
	* Dialog resources
	* Menu resources
	* Per-application resources (e.g. version number, icon)

Yet to come:
	* User interface improvements (e.g. context menus)
	* Form editor
	* Picture resources, application icons
	* Documentation
	* Sample file with sample GNU PalmOS SDK-based application
	* General bug-hunting, robustness


Changes in this version
-----------------------
Extended the dialog editor to support the HELP property.
Support for the following per-application resources: icon name,
version and vendor ID.
