File Release Notes and Changelog
Release Name: 1.0RC1
Notes:
This is the first beta version of XWeb. It is
considered feature-complete for 1.0 and has been
tested on different systems.
Some feature highlights:
- creates multiple layouts from one set of XML
input files
- creates buttons and banners with SVG or the
internal renderer
- adding/removing pages is just adding a single
line in the make file, the navigation gets
automatically updated
- adds copied files or results of command line
processes to the website
This is all done by using XML and a command line
interface, a simple text editor and a Java
Runtime Environment are all you need.
The beta stadius refers to the backend only, the
frontends are still prototypes. Since the main
purpose for writing XWeb was the scripting
ability it is now released as beta, the frontends
will be part of later releases.
Changes:
(compared to 0.4)
- support for mulitiple layouts added
- new option '--silent' turns of log messages
- no stack trace printed on error unless
'--debug' given