hiroshi / Unofficial-Google-Wave-Notifier
- Source
- Commits
- Network (6)
- Issues (12)
- Downloads (15)
- Wiki (3)
- Graphs
-
Tree:
bc5fa91
commit bc5fa91561f3f2c405a3507b9954c9343ef59ad3
tree 597101133185419975f71d000d15b96cca981f96
parent 93658b41ab0499f909fd5c1f99586ac352c97990
tree 597101133185419975f71d000d15b96cca981f96
parent 93658b41ab0499f909fd5c1f99586ac352c97990
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 18 01:05:14 -0700 2009 | |
| |
CHANGELOG | ||
| |
Defaults.plist | Tue Oct 20 00:37:16 -0700 2009 | |
| |
English.lproj/ | ||
| |
Info.plist | ||
| |
Makefile | ||
| |
README | ||
| |
TODO | ||
| |
google-wave-notifier.rb | ||
| |
google-wave-notifier.xcodeproj/ | ||
| |
google-wave-notifier_Prefix.pch | Sun Oct 18 01:05:14 -0700 2009 | |
| |
main.m | ||
| |
version.plist | Sun Oct 18 01:05:14 -0700 2009 | |
| |
wave.png | Tue Oct 20 07:04:44 -0700 2009 |
README
Unofficial Google Wave Notifier for mac ======================================= This is a Mac OS X menubar notification application. It notifies unread blips (messages) at your account of Google Wave, like (official) Google Notifier does for GMail and Calender. Supported environments ---------------------- * Mac OS X Leopard (intel and ppc) # my own platforms, so I test on them. * Mac OS X Snow Leopard (32bit and 64bit) # I have a report from my friend. Acknowledgement --------------- I learned how to get inbox information at wave.google.com from "Google Wave Add-on for Firefox" by Chad Smith http://thatsmith.com/2009/10/google-wave-add-on-for-firefox I thank him. Notes for feature compatibility against Google Wave --------------------------------------------------- If they change the interface I use to access Google Wave, this app will fail. Anatomy (for Developer) ----------------------- The outer part of the application is written in Objective-C using Cocoa Framework as usual. However, the inner part which accessing to the Google Wave is written in Ruby. I call the former "the app" and the later "the script". The app periodically executes the script as a subprocess, like a following diagram. 1. app --(execute subprocess)--> script --(https request)--> Google Wave 2. app <--(plist via pipe)-- script <--(html including json via https response)-- Google Wave That' it. I mean that the core part is written in ruby, so you can use it for windows or other (if ruby itself is not a problem). License (MIT License) --------------------- Copyright (c) 2009 Hiroshi Saito Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

