» «

RSS订阅


    抓虾    pageflakes
    Rojo    google reader
    netvibes    my yahoo
    newsgator    blogdtnes
    鲜果    哪吒
    有道

DokuWiki 2.10版本发布

来源: LUPA开源社区
发布时间: 2007-08-21 14:35 作者: webmaster 来源: 本站原创 版权申明

字体: | 上一篇 下一篇 | 打印


文章来源于http://www.lupaworld.com

我已经把最新的在2007-06-26发布的稳定版本的dokuwiki嵌入xoops了。这个新的模块是基于D.J.在‘dokuwiki for xoops’的2.01和2.02版本上的伟大工作。

DokuWiki 2.10 for Xoops的下载链接

Xoopsforge上的bug修复论坛

改进

  1. 这是一个从dokuwiki版本2006-03-09到2007-06-26的更新。自从那个时候,整个dokuwiki的结构已经有了巨大的改变。我不仅在考虑bug修复,安全更新,而且还在考虑主要是dokuwiki处理插件(划分为管理/帮助/动作/语法/汇报插件)上的功能性的改进。一个更改日志可以在这里找到。
  2. 因为是最新的稳定版的dokuwiki,xoops用户可以使用几乎所有目前的dokuwiki插件
  3. 这些附加的插件是在xoops模块里的:盒子,讨论区,RSS种子,include,索引菜单,linebreak,注释,页面列表,移动页面和标签。更多信息
  4. 我已经添加一个xoops_pagetitle的修改来使得wiki更吸引搜索引擎
  5. 我已经修复了一个小的2.02bug感谢xoops.org上的用户:peekay。这个bug妨碍匿名站点访问者查看图片

Questions

Can I add discussion to the wiki ?

Discussion is now a dokuwiki plugin. You can enable site-wide discussion in lib/plugins/discussion/conf/default.php or you can add per-page discussion manually like this: ~~DISCUSSION~~ More info

Where is the spellchecker ?

Spell checking has greatly improved in the latest dokuwiki release. You can follow these guidelines to activate.

I can't see the quickbuttons in the editor ?

This could be due to a javascript error. Please delete all files in xoops_root/cache/ and xoops_root/templates_c and make sure xoops debug is disabled (as it should be on production sites)!

Upgrading

It shouldn't be too difficult to upgrade to dokuwiki 2.10. Users that upgrade should just ignore the 'uploads' folder in the zip-archive. Before uploading the 'dokuwiki' folder in 'modules', they have to change two lines in conf/local.php:
$conf['metadir'] = $conf['savedir'].'/meta/'; //edit jayjay: avoid clutter!
becomes
$conf['metadir'] = $conf['savedir'];

and

$conf['lockdir'] = $conf['savedir'].'/locks/'; //edit jayjay: avoid clutter!
becomes
$conf['lockdir'] = $conf['savedir'];

People that used the old 'discussion' hack in 'dokuwiki for xoops 2.02' should be able to convert it to the new discussion plugin

Kind regards,

jayjay

文章来源于http://www.lupaworld.com

声明:LUPA开源社区刊登此文只为传递信息,并不表示赞同或者反对。

查看全部评论(0)我来说两句 直接向LUPA提出您的宝贵建议

-5 -3 -1 - +1 +3 +5