argotic

Open Source Licensing Options for ASP.NET MVC Application?

I'm working on a personal project in ASP.NET MVC that I plan on making open source. In the past, I've open-sourced quite a few PHP scripts and UNIX-based stuff. For those, I typically went with a BSD/Apache style license, unless I was including a library that prevented it. On the Linux/PHP side of things, that usually meant something tha...

Argotic Syndication Framework

Hey! Does anyone know of any tutorials for this framework? Whats the opinion on the use of this for extracting data from an RSS Feed? Good or bad? ...

Argotic Syndication Framework v. System.ServiceModel.Syndication

I'm investigating the Argotic Syndication Framework, and I'm pretty impressed so far. However, a lot of the current implementation--at least for RSS and Atom--seem pretty comparable to System.ServiceModel.Syndication. Does anyone have any opinions as to one over the other? ...

Argotic Feed Framework, get Author Names from RssFeed Object

Hi, Argotic framework provided AtomFeed class that has Authors property for getting Authors for certain, Blog / Webites generating feed. public Collection<AtomPersonConstruct> Authors { get; } On the other side I cannot find Property for RssFeed class which could be used to extract Authors for certain blog / webite, generating feed....

Argotic Syndication framework

Is it me or is the documentation for the argotic framework API impossible to find..? The source is available so surely the documented API should be .. Anybody know where this is? Thanks alot, ...

C# Library for Publishing and Consuming ActivityStrea.ms?

Hi, I was just wondering if there was a C# client library for publishing & consuming ActivityStrea.ms feeds. As far as I know, the Argotic framework is extensible and can be made to read ActivityStrea.ms, but I was hoping to find a more concrete/complete solution. Thanks, Brian ...

Argotic and YahooMediaSyndacationExtension problem (url encoded)

I'm using the Argotic syndacation framework to write an RSS feed, and I've found a strange behaviour, that may be a bug. I want to add, trough the YahooMediaSyndicationExtension, a <media:thumbnail /> tag to link a 200 pixel miniature of a certain item, and to build the miniature I used an image handler that requires the width specified...