DESCRIPTION:
============

Cyclotis is a database enabling to translators to work at same time on the same document.
This is not a full computer-assisted-translation (CAT) tool,
but a resource to be plugged into your favorite CAT client interface.

This package contains a web/html interface for users to create, delete and display parameters about existing memories.

INSTALLATION:
=============

This is written using Perl framework named 'Dancer'. Look at http://www.perldancer.org/
and install Dancer library, with Database plugin, Perl-DBI and Perl-DBD::Pg 
Users of debian can install the package libdancer-perl, which will check for dependancies.

USAGE:
======

First you must configure the application using config.yml
You can use one of the samples if you want, but you need to rename it to config.yml to have it working.
As the given samples show you, the application is totally agnostic about the meaning of $ variables:
choose whatever you want depending on your organisation.
Sample named 'config-combine-sample.yml' shows that this is also possible to support one or more set of parameters
which finally are shortcuts to build other ones.

Once installed, run web-creator-html.pl on a server. This includes a web server which listens on given port
(default 3000, unless you run it via any alternate server, such as Starman)
You can change the port via '-p' parameter.

Then users can use their favorite web browser to run the application.

LICENSE:
========

Please read the file LICENSE for the very last version of conditions applied to this code.

