Code Monkey home page Code Monkey logo

duoshuo-mediawiki's Introduction

duoshuo-mediawiki

多说 extension for mediawiki,官方主页:dev.duoshuo.com

安装步骤

  1. 多说网注册一个站点,记录下域名(ShortName)和密钥(Secret)
  2. 将Duoshuo目录复制到你的MediaWiki的extensions目录下
  3. 在MediaWiki的LocalSettings.php文件末尾增加三行代码:

请将下面的"你的多说域名"替换为你的实际多说域名(不包括.duoshuo.com部分,必须为小写),“你的多说密钥”替换成你实际的多说密钥。

require_once("$IP/extensions/Duoshuo/Duoshuo.php");
$wgDuoshuoShortName = '你的多说域名';
$wgDuoshuoSecret = '你的多说密钥';

注意事项

你可以在编辑页面时,使用<duoshuo></duoshuo>手动插入评论框

安装完成之后,所有内容页面底部都会出现多说评论框,以下页面不会出现多说评论框:

  • 首页
  • 讨论页面
  • 特殊页面
  • 新创建尚未保存的页面
  • 页面的打印版本
  • MediaWiki, Template和Category命名空间下的页面

Contact

本插件由多说网维护,如果你有什么疑问或者建议,欢迎发邮件给zhenyu (at) duoshuo.com,或者在新浪微博上私信@多说网

Showcases

Changelog

0.2 (2013-03-18)

  1. 支持JWT方式的单点登录
  2. 使用Apache License 2.0
  3. 兼容mediawiki 1.16 等低版本mediawiki

0.1 (2012-08-05)

  1. 自动插入多说脚本
  2. 多语言支持

duoshuo-mediawiki's People

Contributors

shen2 avatar zoglun avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.