Hi,
it is the first time I found myself using xowiki for a job. From time to time I have tried to approach it, because I think it is the summa of everything OpenACS is capable of and could be the right tool for a lot of applications we ended up building by hand.
This time I've started plain, as a regular user, following the tutorial in the docs. Don't know what could possibly be different, but this time I have found everything very easy to understand and was capable of building a multi language webpage, with menu from categories and multimedia in a short time.
Putting hands on it made me reflect about some little enhancements that could be implemented with small effort in my opinion.
1) The categories includelet: I have found weird that the default title for this includelet is "categories" and not the localized name of the category tree it is showing. I had to put the name by hand in every page. Also, the locale of the includelet should default to the one of the page I am seeing, while I had to specify it explicitly every time.
2) Audio integration: under Chrome (at least), audio integration comes out weird, like it is falling back to HTML5 player, but into a wrongly sized iframe. Also, the autostart parameter seems to don't have effect, and the song keeps firing every time I open the page. I think we could check for browser version and when one supports HTML5, use that, keeping the "embed" implementation just for older ones.
3) Localization of pages: let's say I have created a page called "page1" in the italian language. I have added into the page the markup to add its english version, but this doesn't exist yet. When I click on the small flag in my page, I'm redirected tho the creation of the english version. This is ok, but I think such new page should be initialized with the contents from the italian version (or the one from the default locale, if exists). Of course I can copy/paste from it opening another tab, but 99% of the times I just need to change the text in the page, while a lot of stuff, like images, tables and so on, stays the same. What do you think about it?