Created
May 22, 2012 06:02
-
-
Save yandod/2766952 to your computer and use it in GitHub Desktop.
Plugin Catalog for CandyCane
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cc_nyancat":{ | |
"id":"cc_nyancat", | |
"name":"Nyan down chart rocks!", | |
"description":"This is demonstration of plugin system.", | |
"url":"https:\/\/github.com\/downloads\/yandod\/cc_nyancat\/cc_nyancat-v0.3.1.zip", | |
"author":"yandod", | |
"author_url":"https:\/\/github.com\/yandod", | |
"version":"0.3.1" | |
}, | |
"cc_emoji":{ | |
"id":"cc_emoji", | |
"name":"CandyCane Emoji Plugin", | |
"description":"You can use EMOJI in your ticket description and similar place.", | |
"url":"https:\/\/github.com\/ha1t\/candycane-emoji\/zipball\/master", | |
"author":"ha1t", | |
"author_url":"https:\/\/github.com\/ha1t", | |
"version":"0.1" | |
}, | |
"cc_emoji":{ | |
"id":"cc_emoji", | |
"name":"CandyCane Emoji Plugin", | |
"description":"You can use EMOJI in your ticket description and similar place.", | |
"url":"https:\/\/github.com\/ha1t\/candycane-emoji\/zipball\/master", | |
"author":"ha1t", | |
"author_url":"https:\/\/github.com\/ha1t", | |
"version":"0.1" | |
}, | |
"cc_weather":{ | |
"id":"cc_weather", | |
"name":"Weather news Plugin", | |
"description":"you can see weather news at news section.", | |
"url":"https:\/\/github.com\/downloads\/yandod\/cc_weather\/cc_weather-v0.2-0-geaf0b66.zip", | |
"author":"yandod", | |
"author_url":"https:\/\/github.com\/yandod", | |
"version":"0.2" | |
}, | |
"cc_gal":{ | |
"id":"cc_gal", | |
"name":"Gal Moji Plugin", | |
"description":"Let's talk like Japanese gal on CandyCane", | |
"url":"https:\/\/github.com\/downloads\/hamaco\/candycane-gal\/candycane-gal-0.1.zip", | |
"author":"hamaco", | |
"author_url":"https:\/\/github.com\/hamaco", | |
"version":"0.0.1" | |
}, | |
"cc_facebook":{ | |
"id":"cc_facebook", | |
"name":"Facebook Plugin", | |
"description":"supporting candycane login via facebook account.", | |
"url":"https:\/\/github.com\/downloads\/yandod\/CcFacebook\/CcFacebook-v0.5.zip", | |
"author":"yandod", | |
"author_url":"https:\/\/github.com\/yandod", | |
"version":"0.5" | |
} | |
} |
I just made this as work.. this way requires very manual operation. this should become some service at some time.
then formar to be re-consider
google auth ( https://github.com/ha1t/candycane-google-auth ) 動くようになったので登録してもらおうと思ってコード追いかけたらここに辿り着いたんですが、バージョン番号もここにあるんですね。
このgistを自動でアップデートしていける仕組みを作るのがとりあえずのやり方としては楽なのかなー?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it make sense for you to use composer format instead? CakePHP is moving in that direction...