Version 4 (modified by grimnes, 19 years ago) (diff) |
---|
Adding new datasources to Gnowsis is easy, a new datasource needs to define at minimum three classes:
- A class implementing Aperture:DataSourceFactory
- A class implementing Aperture:CrawlerFactory a
- A class extending Gnowsis:ConfigPanel
The factory classes have to have constructors that take no parameters, so that we can instantiate them with class.newInstance().
Pack these classes up in a jar, write a sensible manifest and put them in ~/.gnowsis-beta/datasources
An example MANIFEST.MF:
Manifest-Version: 1.0 Created-By: 1.4.2_09 (Apple Computer, Inc.) Gnowsis-DS-CrawlerFactory: org.gnowsis.data.datasource.rss.RSSCrawlerFactory Gnowsis-DS-DataSourceFactory: org.gnowsis.data.datasource.rss.RSSDataSourceFactory Gnowsis-DS-ConfigPanel: org.gnowsis.data.datasource.rss.RSSConfigPanel Gnowsis-DS-Icon: /org/gnowsis/data/datasource/rss/rssicon.png Gnowsis-DS-Label: RSS Datasource Gnowsis-DS-Desc: A datasource for crawling RSS feeds.
Note that blank lines are not allowed.
Attachments (2)
- Picture 1.png (55.1 KB) - added by grimnes 19 years ago.
- Picture 2.png (50.2 KB) - added by grimnes 19 years ago.
Download all attachments as: .zip