5 messages in com.googlegroups.bloggerdevRe: [bloggerDev] Re: Posting and... C...
FromSent OnAttachments
Stojance10 Feb 2007 14:34 
Frank Mantek12 Feb 2007 03:14 
Stojance Dimitrovski12 Feb 2007 05:45 
Stojance Dimitrovski12 Feb 2007 13:40 
Frank Mantek13 Feb 2007 01:35 
Subject:Re: [bloggerDev] Re: Posting and... C# with Mono
From:Frank Mantek (fman@gmail.com)
Date:02/13/2007 01:35:44 AM
List:com.googlegroups.bloggerdev

What kind of documentation are you looking for?

- there is a makefile usable under mac/linux in the root directory of the .net client, called makefile. Assuming you have MONO installed, that should just rebuild everything on your system

- if you go to the LIB/Release directory and type MONO readsample.exe http://www.google.com/calendar/feeds/default <username> <password> that should show you your current calendar entries...

Is this sufficient to get you started? To then look on how to connect to blogger, you pretty much take the blogger sample code (which is the only VB.NET sample) and the calendar sample code and just port the VB sample code to C# so that you can run it under MONO. You should also look at the unittests, there are tests for blogger written in C#.

Let me know if that helps...

Hmmm... I can't seem to find some documentation about how to do this. Can you kinda refer me to some documentation? It know that it's quite simple but I just can't find any.

Thanks.