XWiki

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第27行: 第27行:
 
  character-set-server = utf8
 
  character-set-server = utf8
 
  collation-server = utf8_general_ci
 
  collation-server = utf8_general_ci
more detail: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
+
more detail:  
 
+
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
 +
http://l10n.xwiki.org/xwiki/bin/view/XE/
 +
http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources
 
==相关链接==
 
==相关链接==
 
*http://www.xwiki.org/
 
*http://www.xwiki.org/

2009年2月21日 (六) 04:57的版本

XWiki是一个强大的Java开源的Wiki引擎. XWiki 逐渐发展为一个通用的Web构建平台.

目录

功能

  • Wiki syntax (uses Radeox engine)
  • Content management (view/edit/preview/save)
  • Version Control
  • Attachments
  • Rights Management
  • Full-text Search

Start

Admin/admin

中文

need change encoding in web.xml and xwiki.cfg…

xwiki.encoding=UTF-8 // in xwiki.cfg
<param-value>UTF-8</param-value> // in web.xml

hibernate.cfg.xml

<property name="connection.useUnicode">true</property>
<property name="connection.characterEncoding">UTF-8</property>

velocity.properties

input.encoding=UTF-8
output.encoding=UTF-8 

MySQL

[client]
default-character-set=utf8
[mysqld]
default-character-set=utf8
character-set-server = utf8
collation-server = utf8_general_ci

more detail:

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
http://l10n.xwiki.org/xwiki/bin/view/XE/
http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources

相关链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱