Mobile app version of vmapp.org
Login or Join
Chiappetta492

: What to choose for a multilingual site with support for Markdown and commenting I want to publish articles at a multilingual site. I want to be able to write an article in two languages and

@Chiappetta492

Posted in: #Domains #Drupal #LookingForAScript #Markdown #Multilingual

I want to publish articles at a multilingual site.


I want to be able to write an article in two languages and have them available on separate URLs:


thesite.foo/english-breakfast
thesite.com/engelsk-frukost

If the users web browser is set to English I'd like to show a small notice at the top of the Swedish version with a link to the English one. The link should have an appropriate rel attribute for a translation (search for hreflang at diveintohtml5.org/semantics.html). There should be a way to list all articles belonging to these sets: Swedish only, English only, Swedish versions + English only, English versions + Swedish only. I'd like to publish these as four RSS-feeds. And I would like to have two versions of the main site, one in Swedish (showing Swedish versions + English only) and one in English (showing English versions).
I shall be able to write the articles using Markdown, as that is the formatting language I find most convenient.
There should be a way for users to comment. And some kind of way for me to protect myself against comment spam.


I am leaning towards learning Drupal. I suspect I'll have to code this behavior myself as a module. To be frank I'd rather work with Java. Is Drupal the way to go? Or is there something more suitable for this project?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Chiappetta492

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

I use Wordpress with the plug in WPML (Wordpress Multilingual) for every multilingual site i build for my clients. Its amazing!

Especially if you pay for the pro version. Then you can even create translator users and rent professional translators directly through the plug inn interface!

the best thing about it is that it has allot of options while mentaining an easy to use interface.

10% popularity Vote Up Vote Down


 

@BetL925

With WordPress:

After installing WordPress, download this plugin and play with it. It should be able to do everything you need (look at the plugin description to judge):

qTranslate

With Drupal:

Drupal is a great CMS. When a client of mine needed multi-lingual/localized content, I used Drupal. There are modules for translation and localization, and the instructions on those modules will teach you more than I could just by typing it out here.

Check out modules for Drupal here:

Drupal Modules

On that site, if you choose the category "multilingual" from the top, you'll get tons of modules you can go through, all rated and reviewed and for free use with Drupal. Tons of information, everything you could need, for sure.

I'm a Drupal/WordPress developer and designer, and I'm pretty sure the WordPress option would be much easier and user-friendly for you... but either route you take, you'll be fine!

Good luck!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme