Limitations of Ported Editions of RAM-CMS
This document describes the limitations of each ported edition of
RAM-CMS. Eventually this document should become obsolete, but for now
it is required.
ASP Edition
- Last updated time doesn't work, "unknown" is always returned
for [[updated]]
- HTTP compression doesn't work yet (setting compress=true in config.asp
has no effect)
- Incomplete BBCode support - complex BBCode doesn't work yet
Perl / mod_perl Edition
- HTTP compression doesn't work yet (setting $compress=1 in config.pl has
no effect)
- mod_perl 2.x doesn't seem to work (mod_perl 1.x works fine)
PHP Edition
The PHP Edition is the original edition, and is technically not a port,
thus this edition will never hve limitations, since this is where new
development occurs first.