-
Feed with embedded custom links
-
FeedBurner
Allows feeds to be displayed in HTML or compatible format.
-
FeedFlare
Adds custom links based on feed item information.
Learn more about the FeedFlare API.
FeedFlare testing scratchpad.
-
Feed with BitTorrent enclosures
-
Original
http://friendfeed.com/rooms/opensciinfo-bittorrent?format=atom
-
Output
-
Example display
-
Add and configure feed
Enable from optimize menu
-
SmartCast
- Increases compatibility with various podcast or multimedia enclosures. Use default options.
-
SmartFeed
- Some feed readers prefer certain versions of RSS and Atom.
-
FeedFlare
An XML snippet that uses feed item values to create custom links in the description.
FeedFlares can be added directly from a URL and applied to any feed.
-
BitLet
BitLet Download
Browser based Java applet to download torrent files
http://pastebin.ca/raw/1226774
<FeedFlareUnit>
<Catalog>
<Title>BitLet Download</Title>
<Description>A link to download enclosure BitTorrent file using BitLet.org</Description>
</Catalog>
<FeedFlare>
<Text>BitLet Download</Text>
<Link href="http://www.bitlet.org/download?torrent=${a:link[(@rel='enclosure')]/@href}"/>
</FeedFlare>
</FeedFlareUnit> -
BitLet stream
BitLet Stream
Browser based Java applet to stream mp3 and ogg music files
http://pastebin.ca/raw/1226829
<FeedFlareUnit>
<Catalog>
<Title>BitLet Stream</Title>
<Description>Stream music from BitTorrent file using BitLet.org</Description>
</Catalog>
<FeedFlare>
<Text>BitLet Stream</Text>
<Link href="http://www.bitlet.org/music/play?torrent=${a:link[(@rel='enclosure')]/@href}"/>
</FeedFlare>
</FeedFlareUnit> -
BitLet stream dynamic
More about dynamic FeedFlare
BitLet Stream
Browser based Java applet to stream mp3 and ogg music files, link appears for posts in the category "Music
http://pastebin.ca/raw/1227586<FeedFlareUnit>
<Catalog>
<Title>BitLet Stream Music</Title>
<Description>Stream using BitLet.org if category is Music</Description>
</Catalog>
<DynamicFlare href="http://bitletfeedflarestreamif.appjet.net/?category=${a:category[1]/@term}&url=${a:link[(@rel='enclosure')]/@href}"/>
</FeedFlareUnit>
-
TorrentRelay
TorrentRelay Download
Server processes the torrent and lets the user download the files like regular web downloads
http://pastebin.ca/raw/1226765
<FeedFlareUnit>
<Catalog>
<Title>TorrentRelay Download</Title>
<Description>A link to download the BitTorrent enclosure files using TorrentRelay.com</Description>
</Catalog>
<FeedFlare>
<Text>TorrentRelay Download</Text>
<Link href="http://www3.torrelay.com/fresh/online.pl?url=${a:link[(@rel='enclosure')]/@href}" />
</FeedFlare>
</FeedFlareUnit> -
TorrentRelay mobile
TorrentRelay Mobile Download
Provides a slimmer web page format for downloading the torrent on mobile device browsers
http://pastebin.ca/raw/1226785
<FeedFlareUnit>
<Catalog>
<Title>TorrentRelay Mobile Download</Title>
<Description>A link to download an enclosure BitTorrent file using TorrentRelay.com mobile download.</Description>
</Catalog>
<FeedFlare>
<Text>TorrentRelay Mobile Download</Text>
<Link href="http://www3.torrelay.com/fresh/online.pl?url=${a:link[(@rel='enclosure')]/@href}&ajax_uploader=yes"/>
</FeedFlare>
</FeedFlareUnit> -
ImageShack
ImageShack Download
Provides a web page to download the torrent files, requires free registration.
http://pastebin.ca/raw/1227565
<FeedFlareUnit>
<Catalog>
<Title>ImageShack Download</Title>
<Description>A link to download an enclosure BitTorrent file using ImageShack.com torrent download.</Description>
</Catalog>
<FeedFlare>
<Text>ImageShack Download</Text>
<Link href="http://tor.imageshack.us/tor/?andthen=1&url=${a:link[(@rel='enclosure')]/@href}&submit=GO&action=geturl"/>
</FeedFlare>
</FeedFlareUnit>