Menu

Tree [36844a] default tip /
 History

Read Only access


File Date Author Commit
 js 2007-07-23 jerroleth jerroleth [9b5060] voting works
 l10n 2007-10-05 Grauw Grauw [a9f1d4] swap quotation and question to match en-GB and ...
 plugins 2007-07-14 Grauw Grauw [45859f] Change the way templates are loaded, from ‘base...
 scripts 2008-03-05 Grauw Grauw [53da7c] make sure only MIME-type is returned, and not e...
 style 2007-07-24 jerroleth jerroleth [094365] poll results display with simple svg graphs
 templates 2007-07-24 jerroleth jerroleth [094365] poll results display with simple svg graphs
 .hgtags 2009-03-21 Grauw Grauw [36844a] Added tag release-0.1 for changeset 76272162c368
 .htaccess 2007-07-02 Grauw Grauw [6060cd] make install work again (weirdness)
 config.php 2007-07-01 Grauw Grauw [ebc2f9] The good stuff:
 index.php 2007-07-14 Grauw Grauw [be9bd4] use same require_once syntax as elsewhere
 lgpl.txt 2006-06-22 roland1 roland1 [741191] added some basic documentation and the license ...
 quick-install.txt 2006-07-01 jerroleth jerroleth [7ce0aa] naming conflict install.txt and install (script)
 readme.txt 2006-07-25 jerroleth jerroleth [5cb4e8] Made links relative (to allow usage in a subdir...
 routes.php 2007-07-22 jerroleth jerroleth [a90074] Split users and groups to userlist and grouplist

Read Me

FUJI FORUM README

== License ==

The Fuji Forum is released under the terms of the LGPL license. You can find a
copy of this license in the lgpl.txt file.

== Requirements ==

Before you install the Fuji Forum, the following needs to be installed first:

* Apache Webserver (see www.apache.org). You need to turn on the mod_rewrite 
  function in the Apache config file (see the Apache manual for more
  details).

* PHP 5. Because the Fuji Forum uses advanced PHP features, PHP 5 is required. You 
need to disable the short_open_tag option.

* A database server, one of MySQL, PostgreSQL or Microsoft SQL server. The
  Fuji Forum has been tested on MySQL 5.

== Release notes ==

* The Fuji Forum has been tested to work correctly with the Mozilla Firefox
  browser. It is not guaranteed to work in other browsers like Microsoft
  Internet Explorer and Opera. Please note that ActiveX components have to
  be turned on in Internet Explorer to make the AJAX technology work.

== Features ==

* AJAX user interface
* Seamless history and bookmarking functionality
* RSS and Atom feeds
* WML and XHTML access for mobile devices
* Multi-language (translations: en-GB, nl-NL, fr-FR)
* Editing with BBCode
* Users list

Technical features:

* Object-oriented
* Templating system
* Permissions system
* REST architecture
* Well-formed XHTML, sent as application/xhtml+xml if supported
* GZIP compression support