<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Antoine Griffard</title><subtitle type="html">Code Less, Think More</subtitle><id>http://weblogs.asp.net/antoinegriffard/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/antoinegriffard/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/antoinegriffard/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2007-10-04T17:59:17Z</updated><entry><title>Argotic Syndication Framework 2007.1 Released</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/antoinegriffard/archive/2007/10/04/argotic-syndication-framework-2007-1-released.aspx" /><id>http://weblogs.asp.net/antoinegriffard/archive/2007/10/04/argotic-syndication-framework-2007-1-released.aspx</id><published>2007-10-04T15:59:17Z</published><updated>2007-10-04T15:59:17Z</updated><content type="html">&lt;p&gt;The latest version of the &lt;a href="http://www.codeplex.com/Argotic/Release/ProjectReleases.aspx"&gt;Argotic Syndication Framework&lt;/a&gt; has been released. &lt;a href="http://www.codeplex.com/Argotic/Release/ProjectReleases.aspx?ReleaseId=7457"&gt;Download the 2007.1 release of the framework&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;The Argotic Syndication Framework is a Microsoft .NET class library framework that enables developers to easily consume and generate web content syndication services from within their own applications&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;strong&gt;Overview of framework features:&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Easily consume and/or generate syndicated content from within .NET client and web applications. &lt;/li&gt;    &lt;li&gt;Supports consumption and inclusion of 17 of the most common specifications used to extend syndicated content. &lt;/li&gt;    &lt;li&gt;Implements an extensible syndication extension model that allows users to easily develop their own pluggable syndication extensions. &lt;/li&gt;    &lt;li&gt;Supports asynchronous consumption of syndicated content resources. &lt;/li&gt;    &lt;li&gt;Automatic detection of syndication extensions utilized by syndication resources. &lt;/li&gt;    &lt;li&gt;Supports consumption of secure/authentication restricted syndication resources. &lt;/li&gt;    &lt;li&gt;Provides a format agnostic means of consuming syndication feeds. &lt;/li&gt;    &lt;li&gt;Supports HTTP 1.0/1.1 conditional GET retrieval of syndication resources to reduce bandwidth usage. &lt;/li&gt;    &lt;li&gt;Implements a provider model that provides a uniform interface between syndication services and data sources, allowing users to choose almost any storage media. &lt;/li&gt;    &lt;li&gt;Designed to be called by partially trusted code.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;The framework provides full implementations of the following syndication formats:&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php"&gt;Atom Syndication Format 1.0&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.opml.org/spec2"&gt;Outline Processor Markup Language (OPML) 2.0&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html"&gt;Really Simple Discovery (RSD) 1.0&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.rssboard.org/rss-specification"&gt;Really Simple Syndication (RSS) 2.0&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;The framework is capable of consuming the following legacy syndication formats:&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html"&gt;Atom Syndication Format 0.3&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.opml.org/spec"&gt;Outline Processing Markup Language (OPML) 1.0&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://archipelago.phrasewise.com/display?page=oldsite/1486.html"&gt;Really Simple Discoverability (RSD) 0.6&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://web.resource.org/rss/1.0/spec"&gt;RDF Site Summary (RSS) 1.0&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.purplepages.ie/RSS/netscape/rss0.90.html"&gt;RDF Site Summary (RSS) 0.90&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://backend.userland.com/rss092"&gt;Really Simple Syndication (RSS) 0.92&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://backend.userland.com/rss091"&gt;Really Simple Syndication (RSS) 0.91&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;The framework provides full implementations of the following commonly used syndication extensions:&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.itunes.com/dtds/podcast-1.0.dtd"&gt;Apple iTunes&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.w3.org/2003/01/geo/wgs84_pos#"&gt;Basic Geocoding Vocabulary&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://backend.userland.com/blogChannelModule"&gt;BlogChannel&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://backend.userland.com/creativeCommonsRssModule"&gt;Creative Commons Licensing&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://purl.org/dc/elements/1.1/"&gt;Dublin Core Metadata Element Set&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://purl.org/syndication/history/1.0"&gt;Feed History&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://purl.org/atompub/rank/1.0"&gt;Feed Ranking&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://livejournal.org/rss/lj/1.0/"&gt;LiveJournal&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/schemas/rss/core/2005"&gt;Microsoft Simple List Extensions (SLE)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/schemas/sse"&gt;Microsoft Simple Sharing Extensions (SSE)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.pheed.com/pheed/"&gt;Pheed Photography&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://madskills.com/public/xml/rss/module/pingback/"&gt;Pingback&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://purl.org/rss/1.0/modules/content/"&gt;RDF Site Summary Content&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://purl.org/rss/1.0/modules/slash/"&gt;RDF Site Summary Slash&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://madskills.com/public/xml/rss/module/trackback/"&gt;Trackback&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://wellformedweb.org/CommentAPI/"&gt;Well-Formed Web Comment API&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://search.yahoo.com/mrss"&gt;Yahoo Media&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4334895" width="1" height="1"&gt;</content><author><name>agriffard</name><uri>http://weblogs.asp.net/members/agriffard.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/antoinegriffard/archive/tags/ASP.NET/default.aspx" /></entry></feed>