[2004-07-29] Welcome to the Museum This directory contains zipfiles with Nucleus releases prior to v2.0 (before Nucleus was released) The files provided here are for reference only. They're not to be used on any production site. the pre-v0.9 directory contains some versions of Nucleus that were never released (the first official version was v0.9). The Nucleus v0.01 file in that directory is a version of Nucleus before the switch to MySQL was made. In that version, data is in XML files. Install: -------- For official releases, see the included documentation. For unofficial releases, there's a README.txt included that should get you started License: -------- Be aware that none of the versions prior to v2.0beta was released under a GPL license. For info on the license, see the included documentation. PHP configuration: ------------------ Several of these releases have PHP code that does not work on all PHP configurations. If you run into problems, check these settings in php.ini (remember to change the values again afterwards if you make changes) short_open_tag = On asp_tags = Off allow_call_time_pass_reference = On error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR register_globals = On register_long_arrays = On [PHP5 setting] magic_quotes_gpc = Off magic_quotes_runtime = Off