Klip
From Wikipedia, the free encyclopedia
Klip is an XML file that contains markup, styles and JavaScript that provides the Klipfolio desktop dashboard platform with rules for the retrieval, interpretation, and presentation of arbitrary information sources such as web pages, RSS feeds, and proprietary XML back-ends. The Klip file extension is ".klip".
When opened in Klipfolio, a Klip is rendered as a small window that displays text and image content. The size, position and visibility of the Klip on-screen is managed by the user. Settings particular to each Klip can be found in a "Klip Setup" dialog.
Klips are considered by most to be widgets, and KlipFolio a widget engine. There are thousands of different Klips available as free downloads at Klipfolio.com. Klips proivde all manner of information such as weather conditions, news headlines, stock quotes etc. The consumer version of KlipFolio is freeware and can be downloaded, installed, and used by anyone that cares to do so.
Contents |
[edit] Example usage
This very simple example can be written using a plain text or XML editor.
<?xml version="1.0"?> <klip> <identity> <title>My Klip</title> <description>Your Description here....</description> <author>The author of the Klip</author> <keywords>15 keywords maximum to upload to KlipFarm the Klip directory</keywords> </identity> <locations> <contentsource>http://mydomain.com/myxml.xml</contentsource> <icon>http://mydomain.com/myicon.jpg</icon> <banner>http://mydomain.com/mybanner.gif</banner> </locations> <setup> <refresh>15</refresh> </setup> </klip>
Saving it as first.klip will allow you to open it using KlipFolio.