source: trunk/greenorg/macros/plugins.dm@ 7649

Last change on this file since 7649 was 7637, checked in by mdewsnip, 20 years ago

Modified support page to have commercialization information; new "new facilities" page; new "plugins" page; new FAQ entry "what plugins are available?".

  • Property svn:keywords set to Author Date Id Revision
File size: 3.9 KB
Line 
1package plugins
2
3_content_ {
4
5_pageheading_(Plugins)
6
7<p>Greenstone incorporates plugins for many different file formats, listed below. But we are always looking for more! If there is a specific plugin you would like us to write on a contractual basis then <a href="mailto:[email protected]">contact us</a>. Also, we welcome contributions of
8code to enable us to extend Greenstone. A list of plugins we would like appears <a href="#below">below</a>.
9
10_pageheading_(Existing plugins in Greenstone v2.51)
11
12<table style="border: thin solid #C0C0C0; padding: 0.5em; margin: 0 1em;" rules="all" summary="">
13<tr><th>Plugin name</th><th>Description</th></tr>
14
15<tr><td valign=top>BibTexPlug.pm</td><td>BibTex files</td></tr>
16<tr><td valign=top>DBPlug.pm</td><td>Generic database files
17(requires additional Perl setup)</td></tr>
18<tr><td valign=top>EMAILPlug.pm</td><td>Saved email files (not MS OutLook format though)</td></tr>
19<tr><td valign=top>ExcelPlug.pm</td><td>Microsoft Excel files</td></tr>
20<tr><td valign=top>FOXPlug.pm</td><td>FOX database files</td></tr>
21<tr><td valign=top>HTMLPlug.pm</td><td>HTML files</td></tr>
22<tr><td valign=top>ISISPlug.pm</td><td>ISIS database files</td></tr>
23<tr><td valign=top>ImagePlug.pm</td><td>JPEG, GIF etc see <a href="http://www.imagemagick.org/www/formats.html">http://www.imagemagick.org/www/formats.html</a>
24</td></tr>
25<tr><td valign=top>LaTeXPlug.pm</td><td>LaTeX files</td></tr>
26<tr><td valign=top>MARCPlug.pm</td><td>MARC metadata</td></tr>
27<tr><td valign=top>MP3Plug.pm</td><td>MP3 audio files</td></tr>
28<tr><td valign=top>OAIPlug.pm</td><td>Open Archives data</td></tr>
29<tr><td valign=top><em>to be added</em></td><td>Ogg Vorbis Files</td></tr>
30<tr><td valign=top>PDFPlug.pm</td><td>PDF files</td></tr>
31<tr><td valign=top>PPTPlug.pm</td><td>Microsoft Powerpoint</td></tr>
32<tr><td valign=top>PSPlug.pm</td><td>Postscript</td></tr>
33<tr><td valign=top>ProCitePlug.pm</td><td>ProCite files</td></tr>
34<tr><td valign=top>RTFPlug.pm</td><td>RTF files</td></tr>
35<tr><td valign=top>ReferPlug.pm</td><td>Refer files</td></tr>
36<tr><td valign=top>SRCPlug.pm</td><td>Source code (C/C++, Perl, Shell)</td></tr>
37<tr><td valign=top>TEXTPlug.pm</td><td>Plain text (.txt)</td></tr>
38<tr><td valign=top>WordPlug.pm</td><td>Microsoft Word documents</td></tr>
39<tr><td valign=top>XMLPlug.pm</td><td>XML files</td></tr>
40<tr><td valign=top>ZIPPlug.pm</td><td>Unzips tar, jar, zip, gzip and bz files and sends content down plugin pipeline</td></tr>
41</table>
42
43<a name="below"/>
44_pageheading_(Potential New Plugins)
45
46<strong>Documents/Office formats:</strong>
47<ul>
48<li>OpenOffice file formats,
49<ul>
50<li>Writer (.sxw)</li>
51<li>Calc (.sxd)</li>
52<li>Impress (.sxi)</li>
53<li>Draw (.sxd)</li>
54</ul></li>
55<li>StarOffice formats (.sdc, .sdw etc)</li>
56<li>Kword (all Koffice formats)</li>
57<li>AbiWord</li>
58<li>Wordperfect</li>
59</ul>
60
61<strong>Video:</strong>
62<ul>
63<li>MPEG</li>
64<li>Quicktime (.mov)</li>
65<li>AVI (Audio Video Interleave), Microsoft video</li>
66<li>Real Media formats</li>
67</ul>
68
69<strong>Audio:</strong>
70<ul>
71<li>Windows Media Audio (.wma)</li>
72<li>Windows audio (.wav)</li>
73<li>Sun Audio (.au)</li>
74<li>Audio Interchange File Format (.aiff)</li>
75<li>MIDI (.mid)</li>
76<li>MIDI karoke (.kar)</li>
77<li>CD Audio (.cda)</li>
78<li>Shorten (.shn)</li>
79</ul>
80
81<strong>Bibliographic:</strong>
82<ul>
83<li>Endnote</li>
84</ul>
85
86
87<strong>Images:</strong>
88<ul>
89<li>DjVu (.djvu)</li>
90<li>Photoshop (.psd)</li>
91<li>PaintShopPro (.psp)</li>
92</ul>
93
94<strong>Macinstosh archives:</strong>
95<ul>
96<li>.hqx Mac archive</li>
97<li>.sit</li>
98<li>Self extracting Archive (.sea)</li>
99</ul>
100
101<strong>Others:</strong>
102<ul>
103<li>Scalable Graphics Format (.svg)</li>
104<li>Synchronized Multimedia Integration Language SMIL (.smil)</li>
105<li>Macromedia Flash (.fla)</li>
106<li>Macromedia shockwave (.swf)</li>
107<li>OpenGL</li>
108<li>VRML/X3D</li>
109<li>TrueType fonts (TTF)</li>
110</ul>
111}
Note: See TracBrowser for help on using the repository browser.