[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: WebParts
--- 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
- References:
- WebParts
- From: Mark Nottingham <mnot@mnot.net>