File Release Notes and Changelog
Notes:
da bouchout Tribioune v0.2 Copyright Quentin Anciaux 2004
=====================
This project contains the source code for da bouchout Tribioune.
da bouchout Tribioune is made with Yawda.
Installing and Building da bouchout Tribioune
=============================================
I use eclipse for building the sources. I will soon update it to an ANT build script.
Testing da bouchout Tribioune
=============================
If you don't use mysql, copy your jdbc driver in 'tool/board/WEB-INF/yawda-lib/jdbc'. (!!important!!!)
Create a schema for the application in your database, and run the file 'board.sql'. This file is for mysql,
but if you open the file 'src/cayenne.xml' with the cayenne modeler, you will be able to get the script for your
database type. You must also modify the connection properties in the cayenne datanode file. It is located in
'WEB-INF/app-lib/boardDataNode.driver.xml.
Then copy the directory 'tool/board' in the webapps of tomcat.
Then go at the following URL :
http://host:port/board/index.do
http://host:port/board/pdfVersion.do for the pdf version :-D
http://host:port/board/rtfVersion.do for the rtf version :-D
http://host:port/board/xmlVersion.do for the xml utf-8 version (this xml is compatible with pycc : http://chrisix.free.fr/dotclear/)
http://host:port/board/xmlIsoVersion.do for the xml iso-8859-15 version (this xml is compatible with most coincoin programs see : http://chrisix.free.fr/dotclear/)
It output the board in the xml format supported by major coincoin programs (http://chrisix.free.fr/dotclear/).
http://linuxfr.org/board/ <=== These two sites are excellent board.
http://woof.lu/board/ <===
Quentin Anciaux
<quentin.anciaux@advalvas.be>
This software is GPL.
It contains GPL'ed code from Bruno Lowagie.
- iText : http://www.lowagie.com/iText/
It contains Apache Licensed code from the Apache Foundation.
- jakarta-commons : http://jakarta.apache.org/commons/
- Struts : http://jakarta.apache.org/struts/
- Velocity : http://jakarta.apache.org/velocity/
- log4j : http://jakarta.apache.org/log4j/
It contains code from the ObjectStyle group.
- Cayenne : http://objectstyle.org/cayenne/
It contains GPL'ed code from the Mozilla Foundation.
- Rhino : http://www.mozilla.org/rhino/
Changes: