AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

KlipFolio - news/info/process/update/ ... ticker [freeware]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
Beastmaster
Guest





PostPosted: Sat Apr 10, 2004 2:02 pm    Post subject: KlipFolio - news/info/process/update/ ... ticker [freeware] Reply with quote

That looks realy cool ! Cool

Serence™ KlipFolio™ is a free information awareness and notification application for Windows. It's quick to install and easy to use. KlipFolio lets you configure and monitor a wide variety of real-time information services on your desktop--like weather, stocks, breaking news, RSS feeds and auctions. These information services are called Klips, and there are hundreds of them available at KlipFarm ... [more]

-----

Or, why not use AHK to ...

Quote:
create KlipFood Using .FOOD

The .food format currently uses the following structure to provide textual hyperlinks to KlipFolio's interface. The <klipfood>, <item>, <title>, <link> and <note> tags must conform to the following structure:

<klipfood>
<item>
<title>This is a headline</title>
<link>http://www.yourserver.com/article1.html</link>
<note>More information about this item</note>
</item>
</klipfood>

Your file can contain as many items as you want. Just repeat the code (from <item> to </item>) and change the data contained within the <title> and <link> tags. Each item represents a headline within your Klip's interface and the optional <note> provides extra information about a given headline.

An easy way to get started is to open the template.food file contained in the Klip Dev Kit. Replace the data between the <klipfood></klipfood> tags with your own (removing the comments if you like) and save the file with an appropriate filename.

There a variety of server-side tools available that can be configured to dynamically create .food files from various sources (databases, .cfm, .asp, .php, etc.) More information on how to do this will be provided as time goes by.

NOTE: When dynamically generating .food using server-side tools, the file that is output need not have the .food extension, but it MUST contain the <klipfood></klipfood> tags.


Additional Features of .FOOD KlipFood

All of these tags and attributes must appear between the <klipfood> and </klipfood> tags.

Remove old items automatically "<purge>"

Should you want your Klip to automatically remove old items each time the KlipFood is updated (for example: you may not want yesterday's items to appear to your Klip users), simply include <purge>0</purge> This forces KlipFolio to only display the items contained in your latest .food file - all older items will be removed.

Change the Klip icon on each refresh "<kicon>"

Your KlipFood can force your Klip to get a different icon by including the URL for the new icon between <kicon> and </kicon>. When a user's copy of your Klip refreshes its KlipFood, it reads the URL from <kicon> and tries to download and display it.

Ensure that a specific item is updated "<item iid=..."

Your KlipFood can give a unique name to each item in order to update it during a later refresh. The "iid" attribute is an attribute of the <item> tag and contains a unique name for that item. Your Klip stores each item's iid for future reference. If your Klip encounters KlipFood that contains an item which has the exact same iid as an item it already has, both the title and link of the old item are replaced with the title and link of the new item.

The iid attribute is essential if your Klip is designed to display forum or message board topics and the number of comments or threads it contains. Each time the thread count rises, the headline will be updated rather than a new one added to the Klip.


There are also other formats supported ... [more] Very Happy

For your eyes only (James Bond): Image
Back to top
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon Apr 12, 2004 6:35 pm    Post subject: Reply with quote

i just tried it, its nice... thanx for telling about it.
(been using trillian's news plugin till now. but this seems better)
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group