| 9 | An example MANIFEST.MF: |
| 10 | |
| 11 | {{{ |
| 12 | Manifest-Version: 1.0 |
| 13 | Created-By: 1.4.2_09 (Apple Computer, Inc.) |
| 14 | Gnowsis-DS-CrawlerFactory: org.gnowsis.data.datasource.rss.RSSCrawlerFactory |
| 15 | Gnowsis-DS-DataSourceFactory: org.gnowsis.data.datasource.rss.RSSDataSourceFactory |
| 16 | Gnowsis-DS-ConfigPanel: org.gnowsis.data.datasource.rss.RSSConfigPanel |
| 17 | Gnowsis-DS-Icon: /org/gnowsis/data/datasource/rss/rssicon.png |
| 18 | Gnowsis-DS-Label: RSS Datasource |
| 19 | Gnowsis-DS-URI: http://example.org/RSSDatasource |
| 20 | Gnowsis-DS-Desc: A datasource for crawling RSS feeds. |
| 21 | }}} |
| 22 | |
| 23 | Note that blank lines are not allowed. |
| 24 | |