Parlez-vous CMS?
June 23, 2005 12:03 PM
Subscribe
Looking for a CMS that handles multi-lingual sites natively - my research isn't getting me very far.
Sorry for the length...
We have a website where the content in English changes daily. My challenge is to prevent it from getting stale in other languages.
Right now all content is stored in massive XML files (managed only by a source control system) and display is handled by jsp pages. When one little thing changes in one of these files I have to either manually cut and paste it into another file for translation (and do that again in X number of languages on the back side) or send out the entire file and pay for the translation vendor to essentially do this for me. I want to avoid both of these scenarios. I'm using translation memory already - but it isn't enough on its own.
My vision is to store web site content in smaller page or even paragraph sized chunks in a database. I want to query this chunk database once a week and find all the content that is new or changed since a certain date (ideally this would have a gui but if its command line - I’m ok with that). I then want an easyish way to export these text chunks (likely with some kind of chunk id) and then when they are back from translation - an easyish enough way to upload my shiney new French and German chunks into the database.
Ideally - I'd like this in the context of all the regular CMS functionality like templates, versioning, workflow and distributed authoring that we could use for the main English site. I am against big expensive software implementations. I'd love a solution that was hosted that could do this - but would take either a commercial or open source solution that wasn't bloaty and evil. Anyone tackle this problem without spending a bajillion dollars on software and services? It just doesn't seem that hard but all of my research isn't getting me very far.
posted by Wolfie to computers & internet (6 comments total)
Drupal is free, clean, and fast, but you do need a spot of knowledge to get it installed and running.
posted by ulotrichous at 12:25 PM on June 23, 2005