Перейти к файлу
Gonzalo Paniagua Javier 7583328084 Use a temp file instead of buffering in-memory
When disabling HttpWebRequest buffering, use a temporary file instead
	of a MemoryStream. Enable automatic decompression of the response in
	all requests.
2010-08-23 20:34:12 -04:00
docs Fix makefile.am 2010-08-20 22:55:37 -04:00
sample Updated to avoid warning. 2010-08-23 20:32:07 -04:00
src Use a temp file instead of buffering in-memory 2010-08-23 20:34:12 -04:00
.gitignore Ignore generated files 2010-08-20 23:03:52 -04:00
AUTHORS Initial check-in 2006-07-27 20:04:08 +00:00
COPYING Initial check-in 2006-07-27 20:04:08 +00:00
ChangeLog 2007-05-09 Stephane Delcroix <stephane@delcroix.org> 2007-05-09 08:53:40 +00:00
Makefile.am Initial check-in 2006-07-27 20:04:08 +00:00
NEWS Initial check-in 2006-07-27 20:04:08 +00:00
README README 2006-07-27 20:25:49 +00:00
autogen.sh Initial check-in 2006-07-27 20:04:08 +00:00
configure.ac 2007-03-28 Stephane Delcroix <stephane@delcroix.org> 2007-03-28 15:02:37 +00:00

README

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