Jaiku Plugin for Habari


0 Comments

簡介

此 Plugin 讓你在 blog 上顯示你的 Jaiku 最新動態。

安裝

  1. 解壓縮檔案。
  2. 將 jaiku 資料夾放到 /user/plugins 資料夾中,然後到 Habari 管理介面中啟用它。
  3. 將下面這行貼到你的 Theme 中。

    <?php if ( Plugins::is_loaded('Jaiku') ) $theme->jaiku(); ?>
    

設定 / 自訂

啟用後,請按下 Configure 來設定此 Plugin ,有這些項目需要輸入:

  • Jaiku username – 你在 Jaiku 的使用者名稱/帳號。
  • Presences to show – 設定要顯示幾個 presences 。
  • Cache expiry in seconds – 設定暫存檔保存多久,單位是秒。

如果你要修改 HTML 呈現的結果,可以將 jaiku.php 複製到你的 Theme 資料夾中並修改這個檔案。

下載

更新紀錄

  • 0.3.1 (2008-07-25) – 處理要求逾時及非預期的回應(通常發生於 Jaiku 伺服器錯誤時)。
  • 0.3 (2008-06-10) – 可設定要顯示幾個 presences 。
  • 0.2.1 (2008-06-09) – 檢驗使用者輸入的資料是否正確。
  • 0.2 (2008-06-04) – 更新為新的 FormUI 的寫法。
  • 0.1.1 (2008-06-04) – 移除一些不必要的程式碼。
  • 0.1 (2008-05-29) – 初次釋出。

Introduction

This plugin show your latest presences on your blog.

Installation

  1. Extract the file.
  2. Put the folder ‘jaiku’ to /user/plugins and activate it.
  3. Copy and paste the following line to your theme.

    <?php if ( Plugins::is_loaded('Jaiku') ) $theme->jaiku(); ?>
    

Configuration & Customization

After activated it, click Configure button to setup the plugin.

  • Jaiku username – Place your Jaiku username here.
  • Presences to show – Number of presences to show.
  • Cache expiry in seconds – Number of second after the call that the cache will expire.

You can copy ‘jaiku.php’ to your theme directory and modify the HTML output.

Download

Changelog

  • 0.3.1 (2008-07-25) – Better handling request timeout or unexpected response.
  • 0.3 (2008-06-10) – Now you can show multiple presences.
  • 0.2.1 (2008-06-09) – Validate user inputs.
  • 0.2 (2008-06-04) – Updated to work with the new FormUI.
  • 0.1.1 (2008-06-04) – Remove some unnecessary functions.
  • 0.1 (2008-05-29) – Initial release.

Leave a Reply

Your comment may not display immediately due to spam filtering. Please wait for moderation.