开发者

Simple multilingual CMS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I have been searching for a while now for a dead simple CMS with multi-langua开发者_如何学Pythonge support. The ideal candidate is very lean and offers the possibility to set up different languages for different domains. It's OK if the language support is provided by a plugin/extension.

For example I want example.com to point to English and example.fr should be French. With different URI-mappings for SEO.

It can be developed in either of PHP, Ruby or Python and has to be open source.

Any tips?

Thank you

EDIT / MORE DETAILS

What I want is a CMS that is as simple to use and grasp for a client as Radiant is, but with tabs on each resource that can translate articles to different languages.

Languages have to be able to use multiple domains, one for each language.

I want to easily use the same article for more than one language as well as have articles (e.g. blog posts or news stories) that are only connected to one language.

The CMS should be very light in core functionality (like Radiant, unlike Drupal/Joomla) but be easily extendable with plugins.


My requirements (or let's say the requirements of clients): PHP, MySQL, shared hosting.

After a long research and testing period I finally found Processwire CMS. Using their tutorial over here I got the multilingual feature running in a couple of minutes. Just install the modules for "Languages Support" and "Multi-Language". Then you can define languages under Setup > Languages. Afterwards when editing or creating a page, the defined languages will appear in the page settings. For each language you will find a custom textarea for instance.

I also found Bolt CMS and their github thread about multilingual support which points to an extension that looks also feasable providing multi-language support.

Hope that helps.


Update 09/2016:

We used ProcessWire to develop one of our sites and it is fantastic. The concept of combining Fields with Templates (in DB and as PHP file) gives enormous flexibility. And the multilingual part gets extremely easy. You just change the field with type Text to TextLanguage, specify the languages you want to use under >Setup >Languages, and they appear above the textfield and can be switched:

Simple multilingual CMS? [closed]

From my recent experience I can say that this is the best implementation of a multilingual CMS.


I've looked for a PHP based CMS which supports multilingual text content, but I couldn't find solution that meets my needs.

From my experience I suggest to use Django CMS it is very easy if you know Django basics and it supports mulitlanguage content nicely.


I suggest SilverStripe CMS

http://www.silverstripe.org

And for the support of different domains take a look at the Subsites Module for SSCMS http://doc.silverstripe.org/modules:subsites

The SSCMS is based on Sapphire Framework, it is very easy to extend and customize the functionality.


FrogCMS is described as the PHP version of Radiant. I didn't use it myself but it looks pretty simple. The drawback is that its development seems to be stalled.

From my experience I'd recommend you to try out Silverstripe.


You can go for three times award-winning, the Joomla.

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.


In my experience: Wordpress + wpml


It's not a prepackaged CMS but Globalize http://github.com/joshmh/globalize2 gives you great power and flexibility in internationalizing a Ruby on Rails application.


I'd recommend Ubiquo + ubiquo_i18n plugin

http://guides.ubiquo.me/edge/ubiquo_i18n.html

The CMS interface easily allows what you are trying to accomplish: you can have one article translated into other languages, or simply maintain different articles per language.

Disclaimer: I'm one of the developers :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜