Changes between Version 2 and Version 3 of DynamicDatasources


Ignore:
Timestamp:
04/12/06 14:08:30 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicDatasources

    v2 v3  
    77Pack these classes up in a jar, write a sensible manifest and put them in ~/.gnowsis-beta/datasources 
    88 
     9An example MANIFEST.MF:  
     10 
     11{{{ 
     12Manifest-Version: 1.0 
     13Created-By: 1.4.2_09 (Apple Computer, Inc.) 
     14Gnowsis-DS-CrawlerFactory: org.gnowsis.data.datasource.rss.RSSCrawlerFactory 
     15Gnowsis-DS-DataSourceFactory: org.gnowsis.data.datasource.rss.RSSDataSourceFactory 
     16Gnowsis-DS-ConfigPanel: org.gnowsis.data.datasource.rss.RSSConfigPanel 
     17Gnowsis-DS-Icon: /org/gnowsis/data/datasource/rss/rssicon.png 
     18Gnowsis-DS-Label: RSS Datasource 
     19Gnowsis-DS-URI: http://example.org/RSSDatasource 
     20Gnowsis-DS-Desc: A datasource for crawling RSS feeds. 
     21}}} 
     22 
     23Note that blank lines are not allowed.  
     24