 PlanFacile (Easy plan, in french) is a small tool to help people to
 write a document on a particular subject.
 Copyright (C) 2005  Julien BRUGUIER

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 of the License.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA


DESCRIPTION:

PlanFacile is a compiler which generates a document from a mindmap using ideas
linked by dependencies.


INSTALL:

The PlanFacile compiler can use some data files in order to compile sources with
the #standard command. First, the compiler searches in the user environment (the
file indicated by the PLANFACILE environment variable, and the file
~/.planfacile/standard.plf), and then in the system environment. This system
environment is defined at install time, by the configure script, with the
--datadir and/or --prefix option.
Then, the PlanFacile compiler will always try to open the file at the location
given at install time. In order to avoid user issues, make sure that the files
of the system environment are installed at the right location.

At install time, if your version of flex and bison are not the right ones, and
if you do not want to modify the source code, just add --disable-parser-build
option to your configure command line.

You can also change the names of the documentation and standard definitions
directories, with the DOCDIR and STDDEFSDIR environment variables. By default,
the name "planfacile" is used, but you can specify another one using the
configure script. For example :
./configure DOCDIR=planfacile-2.0 STDDEFSDIR=planfacile-2.0 --prefix=/usr

USE:

If the #standard command can not open any file, there is probably a problem with
the system environment of PlanFacile. In this case, use the user environment in
order to override the default behaviour of the compiler, and warn the system
administrator.


BUG:

If the compiler terminates on a segmentation fault or an exception (in that
case, a special output is displayed), please send an email to
planfacile@gmail.com, with 'BUG REPORT' as subject, a short description of the
problem, with, in attachment, the source code (if not confidential) and the
verbose output. (level 4, given by -vvvv option)

