[xwiki-users] CamelCase
On wikimatrix.org I read CamelCase is optional feature in xwiki. How can I switch it on ? What I shoud do when I need translate xwiki user interface to Slovak language ? Frantisek Kall
Hi Frantisek, On Feb 13, 2008, at 3:41 PM, Frantisek Kall wrote:
On wikimatrix.org I read CamelCase is optional feature in xwiki. How can I switch it on ?
hmmm not sure we have that, maybe someone has written such a plugin or feature. We do have something a bit similar here: http://code.xwiki.org/xwiki/bin/view/Plugins/AcronymToLinkPlugin So it would be easy to write a similar plugin, you would only need to change very little code to do that I think.
What I shoud do when I need translate xwiki user interface to Slovak language ?
See http://dev.xwiki.org/xwiki/bin/view/Community/Contributing Thanks -Vincent
Frantisek Kall wrote:
On wikimatrix.org <http://wikimatrix.org> I read CamelCase is optional feature in xwiki. How can I switch it on ?
1. Extract the file radeox_markup_xwiki.properties from <webapp-root>/xwiki/WEB-INF/lib/xwiki-core-*.jar into <webapp-root>/xwiki/WEB-INF/classes/ 2. Edit /xwiki/WEB-INF/classes/radeox_markup_xwiki.properties and replace filter.link.match=\\[(.+?)\\] with filter.link.match=\\b([A-Z][a-z0-9_]*(?:[A-Z][a-z0-9_]*)+)\\b 3. Restart XWiki Now you have support for CamelCase, but the WYSIWYG editor will not be able to work with these kind of links.
What I shoud do when I need translate xwiki user interface to Slovak language ?
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Sergiu, What would be great is if instead of replying to questions you create a FAQ entry or some documentation on xwiki.org and give a link. That would allow our knowledge base to grow. This would be a great FAQ. Thanks -Vincent On Feb 14, 2008, at 12:07 AM, Sergiu Dumitriu wrote:
Frantisek Kall wrote:
On wikimatrix.org <http://wikimatrix.org> I read CamelCase is optional feature in xwiki. How can I switch it on ?
1. Extract the file radeox_markup_xwiki.properties from <webapp-root>/xwiki/WEB-INF/lib/xwiki-core-*.jar into <webapp-root>/xwiki/WEB-INF/classes/
2. Edit /xwiki/WEB-INF/classes/radeox_markup_xwiki.properties and replace filter.link.match=\\[(.+?)\\] with filter.link.match=\\b([A-Z][a-z0-9_]*(?:[A-Z][a-z0-9_]*)+)\\b
3. Restart XWiki
Now you have support for CamelCase, but the WYSIWYG editor will not be able to work with these kind of links.
What I shoud do when I need translate xwiki user interface to Slovak language ?
participants (3)
-
Frantisek Kall -
Sergiu Dumitriu -
Vincent Massol