[OT] CMS recommendation for these criteria...?
Robert Clipsham
robert at octarineparrot.com
Tue Jul 27 16:12:27 PDT 2010
On 27/07/10 21:58, Nick Sabalausky wrote:
> I was going to try to whip up a simple thing myself, but I'm thinking if
> there's something that'll already do what I need, why bother? So, does
> anyone know of a CMS or blog system they can recommend that can be easily
> set up to fit these requirements?:
>
> - Works on Linux x86 / Apache 1.3.
> - Uses either PHP5 or CGI.
> - Uses MySQL (or even just flat files).
> - Allows me to easily put up posts/articles.
> - Public comments on the posts/articles.
> - Anonymous comments, BUT requires a CAPTCHA for them (I've had nothing but
> trouble with any other form of anti-spam).
> - Everything is fully-functional without JS (Although, if the admin panel is
> the only thing that requires JS, I can deal with that.)
> - Passwords are never sent in the clear, even with JS off (I have an SSL
> cert, so https is no problem, plus I'm not worried about https overhead).
> - Doesn't have that session sidejacking exploit.
> - Naturally, all the basic expected stuff, like editing posts, deleting bad
> comments, etc.
>
>
http://tangocms.org/ is my personal preference, but then I'm bias,
there's a good few hundred LoC in there by me!
A couple of notes:
- I've never tried it without js, but looking at my site/the demo site
it doesn't use any js for most pages... The only places it seems to use
it are in the AdminCP
- SSL isn't enabled by default, you can tweak that though
Should do everything else you need, if you need a hand give me a bell :)
--
Robert
http://octarineparrot.com/
More information about the Digitalmars-d
mailing list