An open API service indexing awesome lists of open source software.

https://github.com/takeyuweb/mt-plugin-statssample

MovableType 6.0 のプラグインによる SiteStats 拡張サンプルです。
https://github.com/takeyuweb/mt-plugin-statssample

Last synced: over 1 year ago
JSON representation

MovableType 6.0 のプラグインによる SiteStats 拡張サンプルです。

Awesome Lists containing this project

README

          

Stats Sample
===========

* Author:: Yuichi Takeuchi
* Website:: http://takeyu-web.com/
* Copyright:: Copyright 2013 Yuichi Takeuchi
* License:: Public Domain (Unlicense)

MovableType 6.0 のプラグインによる SiteStats 拡張のサンプルです。

このように、日付をキーとする連想配列を返すだけで、簡単にダッシュボード上にグラフを表示できます。

たとえば、ECサイトであれば注文数、ソーシャルメディアを利用していればその反応を表示するようにすればちょっと便利に使えます。

これはサンプルなので適当に、その日のエラーログ数を表示させてみました。

## サンプル内容

* `condition` ハンドラによる描画ON/OFF
* `handler` ハンドラによる描画用データ作成
* プラグイン設定変更時のキャッシュのクリア

##Contributing to Stats Sample

Fork, fix, then send me a pull request.

##Copyright
© 2013 Yuichi Takeuchi, released under the public domain