    OpaL Markup Language Content System
    Copyright (C) 2000  Ola Lundqvist
    $Id: README,v 1.6 2002/02/04 09:47:31 ola Exp $
    For full COPYRIGHT notice see the COPYING document.

    If you want more information about the program or updated versions,
    visit the official homepage at:
      http://www.opal.dhs.org/programs/omlcs
    or contact the author at:
      opal@lysator.liu.se


DESCRIPTION:
------------
Markup language converter to html.

OpaL Markup Language Content System is a extended html-like language defined
in xml. The oml parser is written in php with the help of the xml module. It
supports quite a lot of features and makes writing of content lot easier
because it can fetch data from other files in a automated way.

FEATURES:
---------
* Numering of chapters.
* Descriptionlists.
* Link indexes that fetches data from the link location.
* Easy to write language, extendable with html.
* Web forum. The problem is that the database format is not documented
  and I have to reverse engineer my own database and source code to
  document it. It is a known problem and I just have to have the time.
* You can also automate the updation of web pages using makeomlcs. It
  is runned as a cronjob every hour but can be changed in the cron.d file.

Observe that all files that are included can be placed in /etc/omlcs to
override the default behaviour. This way you can change or extend the behaviour
of omlcs without the need of changing the source package.
