Reputation: 4913
We are looking for a way to publish articles in different languages, including differences in writing direction (RTL/LTR) and of course character sets. The maintainer of the current site works with Mambo/Joomla, but has already found severe restrictions in terms of extensibility.
A similar question has already been asked, but I will add feature and system requirements.
Feature-wise, we need the following functionality:
mysite.com/article/23423/my-cool-title?lang=ar
).At the level of system requirements, we have thought of the following alternatives:
We are looking for a complete CMS, that can easily be extended and administrated, or a framework that covers most of the functionality. Please consider that we have already read through the answers on the previously mentioned question.
Thank you,
Kariem
Upvotes: 2
Views: 2109
Reputation: 61
Checkout django-blocks. Has multi-language Menu, Flatpages and even has a simple Shopping Cart!!
Upvotes: 0
Reputation: 96
Drupal could very easily meet your needs on the LAMP stack. As of Drupal 6 almost everything you need is available. You can have:
Upvotes: 3
Reputation: 1775
Have you looked at Django-CMS ?
I don't think it will have everything you mention out of the box, but most of it is there and the rest you can add yourself.
Upvotes: 3
Reputation: 101149
I'm not aware of anything that meets your requirements currently available on App Engine. You could customize something like Bloog, though.
Upvotes: 0