Share

LayManSys

File Release Notes and Changelog

Release Name: 0.1.1

Notes:
LayManSys Demo Package
======================

Copyright (C) 2005 Robert Bienert <robertbienert@users.sourceforge.net>

About
-----
This package is for testing LayManSys, seeing some possibilities how
the framework can be used, playing with it or even as a good starting
point for your own LayManSys installation. For this, I decided releasing
the files in THIS (on only in this) package under the liberal BSD
License, see the file LICENSE for details. (The LayManSys library itself
is, independent from licensing this package, covered by the LGPL.)

Changes
-------
Please see the CHANGELOG for details about the differences between this
release and earlier ones.

Installation
------------
This package is designed to work "next to your LayManSys installation".
This means, when you installed LayManSys under
/path/to/laymansys-VERSION/, so the LayManSys library is located in
/path/to/laymansys-VERSION/lib/, than unzip this packages contents in
/path/to/laymansys-VERSION/demo/. The only thing you than have to do
before getting started is filling the database.php file with your
database connection settings.

Running the Examples
--------------------
After installing the demo, you should be able playing with it either
by pointing your browser to the right location or using php on the
command line. For the command line variant, there is a handy Makefile,
so you only need typing ``make'' in your shell and seconds later there
should be the results as HTML files.

Documentation
-------------
The LayManSys documentation can be found in the doc subdirectory of your
LayManSys installation and the RDF specification is currently ONLY
online under http://laymansys.sourceforge.net/rdf/.

See Also
--------
For more details about LayManSys, please have a look at its homepage,
http://laymansys.sourceforge.net/.

-- 
This file $Id: README,v 1.2 2005/10/24 15:58:21 robertbienert Exp $


Changes: LayManSys Demo - Changelog ========================== Version 0.1.1 Changes: ---------------------- * added an example script for testing the error handling, failure.php Version 0.1.0 Changes: ---------------------- * There is now an example for how to use a dynamic navigation with LayManSys. The navigation function is in nav.php, the example is named dynamic-nav.php. -- This file $Id: CHANGELOG,v 1.2 2005/10/30 12:40:21 robertbienert Exp $