Subject: CVS commit: wip/googlecl
From: Ryo ONODERA
Date: 2011-03-10 14:35:51
Message id: E1Pxg2C-0002g0-K5@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import googlecl-0.9.12 as wip/googlecl.

GoogleCL brings Google services to the command line.
We currently support the following Google services:
    * Blogger
          $ google blogger post --title "foo" "command line \ 
posting"
    * Calendar
          $ google calendar add "Lunch with Jim at noon tomorrow"
    * Contacts
          $ google contacts list Bob name,email > the_bobs.csv
    * Docs
          $ google docs edit "Shopping list"
    * Finance
          $ google finance create-txn "Savings Portfolio" NASDAQ:GOOG Buy
    * Picasa
          $ google picasa create "Cat Photos" ~/photos/cats/*.jpg
    * Youtube
          $ google youtube post --category Education killer_robots.avi


Files:
RevisionActionfile
1.1importwip/googlecl/Makefile
1.1importwip/googlecl/distinfo
1.1importwip/googlecl/PLIST
1.1importwip/googlecl/DESCR
1.1importwip/googlecl/patches/patch-src_googlecl_authentication.py