svn path=/trunk/google-sharp/; revision=63060
This commit is contained in:
Gonzalo Paniagua Javier 2006-07-27 20:25:49 +00:00
Родитель 520b5706cd
Коммит 1f82fbb1ae
1 изменённых файлов: 24 добавлений и 0 удалений

24
README
Просмотреть файл

@ -0,0 +1,24 @@
Last updated: 2006-07-27
README for google-sharp
---------------------------
Google-sharp is a .NET library that lets you log in to Google services and use
them programatically. Currently only Picasaweb is supported.
When connected to a picasaweb account, you can create albums and browse,
download or upload pictures.
* Directory Layout
------------------
docs/
Monodoc documentation for the library
sample/
Sample programs using the library
src/
Source files for the library
Maintainer: gonzalo@ximian.com