Note about Default layout
------------------------
The default layout is found by Camas in 
server/etc/include/camas/layouts/default.

This directory is actually a link setup by the Camas installer. This link 
MUST NOT be changed because the install script will overwrite it.
The best solution is, if you want to change this layout and keeping the name
'Default', to change the configuration in the Camas Default Layout in the
Caudium InterFace (CIF).

Description of some files
------------------------

 o defaultlayout.rxml : layout used as default. Can be used as reference
                        for creating ugly "imho-style" templates.


 o camascforms/       : for Camas 1.2 only that works without this nasty
                        <imho_*> tags

 o linkeotheme/       : A theme for CAMAS. Downloadable on 
                        http://camas.caudium.net/ and handled by Linkeo.
			Please check http://www.linkeo.com/ for more 
			informations.

 o simplest/          : 
                        A theme for CAMAS using CAMAS tags and entities.
                        This theme is not intented for production but only
			for educational purposes.
			Please keep it as simple as possible, with really
			basic, commented HTML code, and please modify it
			only if you add a tag or an entity to CAMAS code.

 o caudium-www-style/ : A theme for CAMAS using Camas Tags and entities.
 			This theme is full featured and more beautifull than
			the simplest one. It is currently used as the default
			one.

Note to vim users    : You can have syntax coloration by adding this to your
		       ~/.vimrc:
		       augroup filetype
			  au BufRead *.rxml                     set ft=xml
		       augroup END

$Id: README,v 1.1.2.1 2004/01/16 15:54:18 grendel Exp $
