欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
XWiki
第1行: | 第1行: | ||
XWiki是一个强大的Java开源的Wiki引擎. XWiki 逐渐发展为一个通用的Web构建平台. | XWiki是一个强大的Java开源的Wiki引擎. XWiki 逐渐发展为一个通用的Web构建平台. | ||
+ | |||
+ | [[Image:xwikiservices.png|right|thumb|XWiki as a Platform]] | ||
+ | In the same manner that Eclipse is a generic platform for developing applications, XWiki is a platform for developing any type of collaborative web applications.You can view it as an Application Server offering high level services relevant to developing collaborative applications. Example of such services are: Versioning service, Document service, Storage service, Attachment service, Authentication/Authorization service, WYSIWYG editing service, Wiki Service, and more | ||
==功能== | ==功能== | ||
第39行: | 第42行: | ||
[http://orionl.blogspot.com/2007/10/clustering-xwiki.html Clustering XWiki] | [http://orionl.blogspot.com/2007/10/clustering-xwiki.html Clustering XWiki] | ||
==NetBeans== | ==NetBeans== | ||
+ | ==Blogs on XWiki== | ||
+ | *[http://massol.myxwiki.org/xwiki/bin/view/Blog/ Vincent Massol] | ||
+ | *[http://www.ludovic.org/xwiki/bin/view/Main/WebHome Anca Luca] | ||
+ | *[http://jerome.myxwiki.org/ Jerome Velociter] | ||
+ | ==User== | ||
+ | *http://www.bestventes.com/ | ||
+ | *[http://curriki.org/ Online educational course creation and sharing] | ||
+ | more user: http://www.xwiki.org/xwiki/bin/view/References/ | ||
==相关链接== | ==相关链接== | ||
*http://www.xwiki.org/ | *http://www.xwiki.org/ |
2009年2月21日 (六) 15:45的版本
XWiki是一个强大的Java开源的Wiki引擎. XWiki 逐渐发展为一个通用的Web构建平台.
In the same manner that Eclipse is a generic platform for developing applications, XWiki is a platform for developing any type of collaborative web applications.You can view it as an Application Server offering high level services relevant to developing collaborative applications. Example of such services are: Versioning service, Document service, Storage service, Attachment service, Authentication/Authorization service, WYSIWYG editing service, Wiki Service, and more
目录 |
功能
- 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
PostgreSQL
GlassFish
Bundling GlassFish v3 Prelude XWiki
Migrating MediaWiki
From MediaWiki to XWiki. Part I, Part II, Part III
Clustering
NetBeans
Blogs on XWiki
User
more user: http://www.xwiki.org/xwiki/bin/view/References/