// Fckeditor Plugin for Habari, no more things need to say, just download it HERE
写这个东西主要是原以为现有的jWYSIWYG和NicEdit都不支持直接编辑html的source,写好之后发现原来NicEdit是支持的,并且现在也有现成的TinyMCE插件 @#$%^$%^&*&#。。。
不过既然写好了就发出来吧,下载点这里
---------------------------------
其它Habari的编辑器
jWYSIWYG: 一个简单到不能再简单的所见即所得编辑器 LINK
NicEdit: 功能比jWYSIWYG强,关于如何试用全面板请接着往下看,强烈推荐 LINK
TinyMCE: 老牌的编辑器了,功能超强, 不过太强就显得臃肿了 LINK
Fckeditor: 与TinyMCE齐名 LINK
其他标记语言:
Textile: 用过Textpattern的都晓得 LINK
Markdown:LINK
markItUp!: LINK
---------------------------------
打开NicEdit的全面板:
NicEdit插件还在开发中,目前的代码可以看出是准备加这些configure的,相信以后的版本可以直接配置而不需要修改代码,着急的同学可以暂时先用下面的方法凑合一下:
编辑NicEdit.plugin.php,找到
new nicEditor({$options}).panelInstance('content');
改成
new nicEditor({fullPanel : true}).panelInstance('content');
老习惯了, 每换一次blog程序就先去找找能够同步email发布post的插件, wp有人做了, txp没有, 就自己写了一个, 换到habari貌似也没有类似的东西, 继续自己动手...
功能什么的都和以前的txp版本差不多, 下面是说明:
Lastest Version: 0.2
History:
Changes in 0.2:
- Compatible with SVN r2802
- Add a little of information in mail header
- Fix End-Of-Line in Linux environment
- Encode message body with Base64
Post Mailer Version 0.1
Description:
This plugin is used to mail a copy of post new published to indicated email addresses. So you can use it to publish posts on other BSPs (Live Space, Blogger and the ones which support email publish) at the same time when you publish a post on habari.
Usage:
- Install and active it, and of course, set up your email publish function of your BSPs
- Click 'Configure'
- Set the email addresses.
- Set the title and body of mail, you can use the tag %title%, %body%, %author% and %link% to replace the title, the content, the author name and the link of the article. NOTICE:
the format is RAW html
link and body are NOT allowed in mail title - Go to write a new post to introduce this little thing
Download HERE
不是textpattern不好, 用久了就想换换新的玩儿
其实一直都有关注chyrp. chyrp是一个很精简的blog引擎, 简单到连comment, tag, category之类的东西都需要插件来实现. 搬家有点麻烦, 直接从textpattern导入总是乱码, 只好先从txp导入到wp, 然后从wp导出xml再导入到chyrp.
先说一下从wp到chyrp需要注意的:
要导入tag和category自然需要先启用tag和category的module. tag插件有注册wp文章导入的trigger, 但是却是将wp的post的category作为tag导入. 如果用wp2.3以上支持tag的版本就需要改下脚本了. 之后放弃chyrp所以没有留下备份, 不多说了. 至于为什么放弃chyrp, 是因为chyrp的性能实在是不敢恭维, 普通浏览还凑合, 留言的时候几乎无法忍受
chyrp之后尝试了b2evolution. 从b2evolution到wp几乎不需要修改任何东西便可以完美导入. 不过就我一个小小的单用户blog, 用b2evolution这么一个强大的多用户blog系统真是有些浪费. 个人比较不喜欢那些个冗余的功能
从b2evolution出来就瞄上了habari.
habari从wp导入是数据库直接导入, 速度要快很多, 0.4版本不清楚, 不过最新的svn 0.5alpha对tag和category的导入支持都做到了, 唯一需要修改的还是以往的乱码问题, set names utf8搞定. 需要注意的是habari并不支持category, 所以提供了选项导入category为tag, 或者干脆舍弃原有的category
habari的后台选项还不够完整, 除了站名和副标题以外基本就没什么了, 而时区和字符集选项都还只是摆设.
habari并不支持类似wordpress的permlink设置, 所以想要保持原有permlink的同学需要装一个 RN Custom Permalink.
另外为了保持wp,txp的使用习惯, 需要一个 Comment Notifier 插件做留言提醒
默认的habari没有blogroll功能, 所以还要一个 Blogroll 插件, 用feedburner和feedsky的建议装 Feedburner 做feed转向
刚换过来没几个小时就有spam上门了, 所以...看来Akismet也是必要的
