Posts Tagged with habari

Habari Plugin: Post Mailer


老习惯了, 每换一次blog程序就先去找找能够同步email发布post的插件, wp有人做了, txp没有, 就自己写了一个, 换到habari貌似也没有类似的东西, 继续自己动手...

功能什么的都和以前的txp版本差不多, 下面是说明:

Lastest Version: 0.2

History:

Changes in 0.2:

  1. Compatible with SVN r2802
  2. Add a little of information in mail header
  3. Fix End-Of-Line in Linux environment
  4. 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:

  1. Install and active it, and of course, set up your email publish function of your BSPs
  2. Click 'Configure'
  3. Set the email addresses.
  4. 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
  5. Go to write a new post to introduce this little thing :D

Download HERE

再换 - habari


不是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也是必要的