Today we released the package 3.0.0-beta1 of Campsite, after a long
development process. It's not yet fully done, there are still some features
to implement. Here is the complete list:
- finishing up the list statements (list subtitles)
- rewrite the image display script (article image display doesn't work
yet)
- rewrite the indexing engine
- rewrite the event managers
- finish the test cases
- write the template language convertor
- update the sample packages
- update the context class to allow plugins to add new attributes
- write the manual
- write the site backup/restore scripts
This package contains some sample templates together with the corresponding
database which you can install by following the steps in the INSTALL file.
Unlike 2.2-2.7 versions 3.0 does not support multiple instances anymore.
This means that for each instance you want to run you have to install
Campsite in a new virtual host. The install process is much simpler and the
dependencies are much fewer: we removed the C++ code so every dependency
related to it vanished. No more compiling
There is a new dependency related to PHP: APC (Alternative PHP Cache).
Please go to this page to learn how to install it: http://php.net/apc .
Troubles with htaссess with mod_rewrite: No More Endless Loops!
Original: RewriteRule . /index.php [L]
LOGS:
[Wed Oct 31 10:57:49 2007] [error] [client 127.0.0.1] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.