Mediawiki ckeditor

来自linux中国网wiki
跳到导航 跳到搜索

VisualEditor

还是这个好啦 有空搞一下

https://www.howtoing.com/how-to-install-visualeditor-for-mediawiki-on-centos-7

VisualEditor安装笔记

https://www.mediawiki.org/wiki/VisualEditor/Installation_on_a_shared_host

https://www.mediawiki.org/wiki/Extension:VisualEditor

https://www.mediawiki.org/wiki/Help:VisualEditor/User_guide/zh#%E9%96%8B%E5%95%9F%E8%A6%96%E8%A6%BA%E5%8C%96%E7%B7%A8%E8%BC%AF%E5%99%A8



git clone https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor.git 

wget --no-check-certificate https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor/archive/CKeditor_v45.zip

安装
cp -r WYSIWYG/ /data/www/dowiki/mediawiki/extensions/WYSIWYG vim LocalSettings.php

#add 
require_once "$IP/extensions/WYSIWYG/WYSIWYG.php"; 


restart php and is ok now

#other可能有用的其它 

cp extensions/WYSIWYG/WikiEditor/modules/ext.wikiEditor.js   extensions/WikiEditor/modules/ext.wikiEditor.js


安装SemanticMediaWiki

https://excellmedia.dl.sourceforge.net/project/semediawiki/semediawiki/Semantic%20MediaWiki%202.3.1/Semantic%20MediaWiki%202.3.1%20%28%2Bdependencies%29.zip
Step2

在LocalSettings.php中加入代码:

require_once "$IP/extensions/SemanticMediaWiki/SemanticMediaWiki.php";
enableSemantics( 'example.org' );
step3

在MediaWiki的页面: "Special:SMWAdmin"进行如下操作

点击: "Initialise or upgrade tables" 按钮来安装数据库

点击: "Start updating data"按钮

ok,SemanticMediaWiki安装成功了。

解决了undefined function的问题。


troubleshooting

搞了几次 今天不小心成功了,不过感觉不好用,在点击源码回来后会带很多HTML tag 最早是在yh用的,还是自己的教程靠谱

see also

https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor#short-installation-instructions

https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor

https://www.mediawiki.org/wiki/Extension:WYSIWYG

MediaWiki中添加CKEditor的过程

http://blog.linuxchina.net/?p=2881

http://ilyon.cn/wiki/353.html