11 | | An example MANIFEST.MF: |
12 | | |
13 | | {{{ |
14 | | Manifest-Version: 1.0 |
15 | | Created-By: 1.4.2_09 (Apple Computer, Inc.) |
16 | | Gnowsis-DS-CrawlerFactory: org.gnowsis.data.datasource.rss.RSSCrawlerFactory |
17 | | Gnowsis-DS-DataSourceFactory: org.gnowsis.data.datasource.rss.RSSDataSourceFactory |
18 | | Gnowsis-DS-ConfigPanel: org.gnowsis.data.datasource.rss.RSSConfigPanel |
19 | | Gnowsis-DS-Icon: /org/gnowsis/data/datasource/rss/rssicon.png |
20 | | Gnowsis-DS-Label: RSS Datasource |
21 | | Gnowsis-DS-Desc: A datasource for crawling RSS feeds. |
22 | | }}} |
23 | | |
24 | | Note that blank lines are not allowed. |
| 51 | |
| 52 | = Making your datasource play with Gnowsis = |
| 53 | |
| 54 | == ConfigPanel == |
| 55 | |
| 56 | == Manifest == |
| 57 | |
| 58 | An example MANIFEST.MF: |
| 59 | |
| 60 | {{{ |
| 61 | Manifest-Version: 1.0 |
| 62 | Created-By: 1.4.2_09 (Apple Computer, Inc.) |
| 63 | Gnowsis-DS-CrawlerFactory: org.gnowsis.data.datasource.rss.RSSCrawlerFactory |
| 64 | Gnowsis-DS-DataSourceFactory: org.gnowsis.data.datasource.rss.RSSDataSourceFactory |
| 65 | Gnowsis-DS-ConfigPanel: org.gnowsis.data.datasource.rss.RSSConfigPanel |
| 66 | Gnowsis-DS-Icon: /org/gnowsis/data/datasource/rss/rssicon.png |
| 67 | Gnowsis-DS-Label: RSS Datasource |
| 68 | Gnowsis-DS-Desc: A datasource for crawling RSS feeds. |
| 69 | }}} |
| 70 | |
| 71 | Note that blank lines are not allowed. |
| 72 | |
| 73 | == Deployment == |
| 74 | |