Re: Questions regarding CCM integration and CMS functionality
Richard Li <[email protected]> Thu, 27 May 2004 08:17:32 -0400
| Newsgroups | gmane.linux.redhat.ccm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Dirk, >* Has someone tried to integrate CCM with Jetspeed (Jetspeed is a must in this > project)? If yes, how did you do it? Is there a well-defined API nowadys, do > you have to build one, or do you touch the respective database objects > directly? > > Not that I know of. We do have a portlet API that lets you define portlets, though, and you can render them to XML. That said, why are you using Jetspeed instead of Pluto (which gives you JSR 168)? >* Multilingual support. Last time I programmed with CCM, there was a *lot* of > hard-coded strings (and formats) allover the place. Has someone delivered a > multilingual CMS site *with* Japanese and Corean? Has someone built a > content translation workflow or does stock CCM even have one these days? > > 99% of the strings are now pulled into property files, i.e., if you encounter a string that's not globalized, that should be a bug. There are no localizations for Japanese or Korean available. >* What do CMS editors use as their editor? Which one is supported/supported > best in CCM? > > HTMLArea is now integrated. Other people just upload using whatever HTML editor they feel like. >* What about the content versioning ? Is it possible to create branches and > merge content versions ? > > The metadata for the above is stored in the database. There is no UI or API. I suspect, though, that if you want real branches and content versions, you're better off with a SCM system. How many users really want to understand the concept of branches and merging, and do you really have content structured such that multiple people might be working on different versions of the same piece of content ;-)? >* WEBDAV support ? > > Nope. Richard -- Redhat-ccm-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/redhat-ccm-list Archives: https://www.redhat.com/pipermail/redhat-ccm-list/