Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ktoso/githubdiff

An Gmail Contextual Gadget, that allows viewing diffs if an commit url is mentioned in the email.
https://github.com/ktoso/githubdiff

Last synced: 29 days ago
JSON representation

An Gmail Contextual Gadget, that allows viewing diffs if an commit url is mentioned in the email.

Awesome Lists containing this project

README

        

INFO:
This is just an simple - but working - "Google Contextual Gadget".
It *extends Gmail* to allow fetching GitHub diff's if an apropriate link is found.
You might think of it as an "Proof of Concept" - as it's clearly just a quick hack to get it done in one night ;-)

HOW TO INSTALL:
It can be installed by your own into gmail, if you're running on Google Apps -
just by creating an new Application on the Market and then adding it to your Account.

If you'd like me to polish and publish this to the Google Enterprise Market -
you'd have to fund me the publish fee, 100$... ;-)

****************************************************************
* It's by no means production ready *
* - as it's just a fun "hack" done in one night! :-) *
****************************************************************

SCREENSHOT AND MOVIE:
The gadget can be seen in action on youtube: http://www.youtube.com/watch?v=bJIhKxNDNKg
Or just as plain screenshot: http://github.com/ktoso/GitHubDiff/blob/master/screenshot.png

DOCUMENTATION:
Contextual Gadgets: http://code.google.com/apis/gmail/gadgets/contextual/
jQuery - getJSON: http://api.jquery.com/jQuery.getJSON/
GitHub API - http://develop.github.com/p/commits.html

LICENSE:
The source is MIT licensed, feel free to use it as a base for your own projects etc.
It's nothing particulary well written etc ;-)