[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [syndication] Re: WebParts



Ah. I was just looking for an RSS file. *sigh*

A while back there was talk about standard ways to indicate that an RSS file is
available. I'm beginning to think that the best way to do this is with a
multi-pronged approach:

* a link tag or meta tag
  <link type="application/rss+xml" href="...">
  or whaterver
* a content-type for RSS files, so user-agents can start to figure out how to  
 handle them
* a convention of a well-recognized logo linking to a page explaining the rss  
 file(s)'s availability.


Quoting Bill Kearney <wkearney99@hotmail.com>:

> --- In syndication@y..., Mark Nottingham <mnot@m...> wrote:
> > Anybody know what these are?
> > See:
> >   http://www.dotnetwire.com/syndication/
> 
> It's nothing more than an XML file basically redirecting the window 
> pane to an outside website.
> 
> The contents of the part:
> 
> <?xml version="1.0"?>
> <WebPart xmlns="urn:schemas-microsoft-com:webpart:">
>   <Title>.netWire News Headlines</Title>
>   <Description>.netWire Headlines of .NET resources</Description>
>   <Content><![CDATA[<script language="javascript" 
> src="http://www.dotnetwire.com/newsfeed/";></script>]]></Content>
> 
>   <AllowMinimize>1</AllowMinimize>
>   <AllowRemove>1</AllowRemove>
>   <CacheBehavior>AllUsers</CacheBehavior>
>   <CacheTimeout>60</CacheTimeout>
>   <DetailLink>http://www.dotnetwire.com/syndication/</DetailLink>
>   <FrameState>Normal</FrameState>
>   <HasFrame>1</HasFrame>
>   <LastModified>Mon, 30 Apr 2001 00:00:00 GMT</LastModified>
>   <Namespace>dotnetwire</Namespace>
>   <PartOrder>1</PartOrder>
>   <PartStorage></PartStorage>
>   <Zone>Center</Zone>
> </WebPart>
> 
> Constructing one for other feeds would be trivial.
> 
> -Bill Kearney
> 
> 
> 
>  
> 
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/ 
> 
> 
>