Stay Tuned (little off topic)

Started by newdep, September 03, 2004, 02:14:21 PM

Previous topic - Next topic

newdep

RSS i growing bigger and bigger.. and as NewLisp has its own nice RSS feed

you can add it to this nice (windows only) tool -> http://www.klipfarm.com/farm.php">http://www.klipfarm.com/farm.php



Below a newlisp.klip example.. adjust the way you want for the lates Newlisp Rss feeds.... 8.1.5 is released ;-)



Actualy i just discovered that you dont need the feed .klip below, simple

add newlisp to the feeder ;-) What a wonderfull world..:-)



<!--  COPYRIGHT AND TRADEMARK NOTICE



The Klip File Format is copyright 2001-2003, Serence Inc.

Klip and associated marks are trademarks of Serence Inc.

All rights reserved.



http://www.serence.com/site.php?action=ser_legal,legal_tmip">http://www.serence.com/site.php?action= ... legal_tmip">http://www.serence.com/site.php?action=ser_legal,legal_tmip



Please note that information you enter here will be available to the public



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

When you're done writing your Klip, feel free to remove these comments to

reduce the size of the file you distribute to your users.



And don't forget to rename your .klip file from "template.klip" to something

more descriptive.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



-->





<klip>

   

   <owner>



      <author>

         newlisp.org

      </author>



      <copyright>

         © newdep 2004.

      </copyright>



      <email>

         at newlisp.org

      </email>



      <web>

         http://newlisp.org">http://newlisp.org

      </web>



   </owner>



   <identity>

      

      <title>

         <!--

         the title of this Klip to display in KlipFolio

         -->

         NewLisp News

      </title>

      

      <uniqueid>

         <!--

         an identifier that is unique to this Klip goes here.

         we suggest you choose some text that is unlikely to be used by

         any other Klip author

         -->

                  © newdepsnewlispfeed

      </uniqueid>

      

      <version>

         <!--

         a version number to help you keep track of your Klip as it changes

         -->

         0.1

      </version>

      

      <lastmodified>

         <!--

         the date this Klip was last modified yyyy.mm.dd:hhmm

         -->

         2004.09.03:2015

      </lastmodified>



      <description>

         <!--

         a short description of this Klip

         -->

         NewLisp NEWS

      </description>



      <keywords>

         <!--

         a space delimited list of keywords for matching your klip during a

         search the order of the keywords is relevant no more than 15

         keywords will be processed

         -->

         List newlisp AI GNU linux Windows

      </keywords>



   </identity>

   

   <locations>



      <defaultlink>

         <!--

         a url pointing to a page relevant to this Klip

         activated when a user clicks on your Klip's icon

         -->

         http://newlisp.org/index.cgi?page=News">http://newlisp.org/index.cgi?page=News

      </defaultlink>



      <contentsource>

         <!--

         a url pointing to the KlipFood source (.RSS, .RDF, or .FOOD) this

                        Klip uses to find new data. This data can be provided via PHP,

                        ASP, TXT, or whatever your server happens to serve.

         -->

         http://newlisp.org/rss.cgi?News">http://newlisp.org/rss.cgi?News

      </contentsource>



      <icon>

         <!--

         a url pointing to this Klip's default 16x16 gif or jpeg icon      

         -->

      </icon>



      <banner>

         <!--

         a url pointing to this Klip's 234x60 gif or jpeg banner                  

         -->

      </banner>



      <help>

         <!--

         a url pointing to online help specific to this Klip

         -->

      </help>



      <kliplocation>

         <!--

         a url where new versions of this Klip can be found.

         KlipFolio periodically checks for updates to your Klip at this url         

         -->

      </kliplocation>   



   </locations>

   

   <setup>



      <refresh>

         <!--

         how often, in minutes, this Klip should check for new data

         -->

         10

      </refresh>



      <referer>

         <!--

         if required, specify text here to help you track your Klip's usage

         this text is sent as an HTTP referer (see RFC 1945 for details)

         -->

                  Klipfolio

      </referer>



      <country>

         <!--

         the two character ISO country code which identifies where your

         Klip comes from.  See the dev guide for a list of codes

         -->

         us

      </country>



      <language>

         <!--

         the two character ISO language code which identifies what language

         your Klip uses.  See the dev guide for a list of codes

         -->

         us

      </language>



      <codepage>

         <!--

         only required if you need to override the default codepage

         used by your language choice

         -->

      </codepage>



   </setup>



   <!-- Messages Section

   Include this section in your Klip to show a different message while your

   Klip loads or has no data to display -->

   

   <messages>

      <loading>

         Lisping data...

      </loading>

      <nodata>

         No items to display.

      </nodata>

   </messages>





</klip>
-- (define? (Cornflakes))