the webon project uses PHP5 (only 5 and not 4) and PostgreSQL, which is fast and secure. With webon web-site owners can easily create and maintain webpages with less effort and with much satisfaction..
Installation:
#!/bin/sh
echo $LANG
cp DB.php /usr/share/php
cp System.php /usr/share/php
cp PEAR*.php /usr/share/php
cp Config_File.class.php /usr/share/php
cp Smarty.class.php /usr/share/php
cp Smarty_Compiler.class.php /usr/share/php
mkdir /usr/share/php/DB
cp -ar DB/* /usr/share/php/DB
mkdir /usr/share/php/PEAR
cp -ar PEAR/* /usr/share/php/PEAR
mkdir /usr/share/php/internals
cp -ar internals/* /usr/share/php/internals
echo "Copied DB.php to /usr/share/php"
exit 0
Product's homepage
Requirements:
· PHP
· PostgreSQL
What's New in This Release: [ read full changelog ]
· Now you can start your rss with rss logo.
· I also fixed installation script.