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

Last change on this file since 10708 was 10566, checked in by kjdon, 19 years ago

updated the list of plugins for 2.61

  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 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.61)
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>Extract records from databases
17(requires additional Perl setup)</td></tr>
18<tr><td valign=top>DSpacePlug.pm</td><td>Processes DSpace archive format</td></tr>
19<tr><td valign=top>EMAILPlug.pm</td><td>Saved email files (not MS OutLook format though)</td></tr>
20<tr><td valign=top>ExcelPlug.pm</td><td>Microsoft Excel files</td></tr>
21<tr><td valign=top>FOXPlug.pm</td><td>FOX database files</td></tr>
22<tr><td valign=top>FavouritesPlug.pm</td><td>Internet Explorer Favourites files</td></tr>
23<tr><td valign=top>HTMLPlug.pm</td><td>HTML files</td></tr>
24<tr><td valign=top>ISISPlug.pm</td><td>ISIS database files</td></tr>
25<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>
26</td></tr>
27<tr><td valign=top>LaTeXPlug.pm</td><td>LaTeX files</td></tr>
28<tr><td valign=top>MARCPlug.pm</td><td>MARC metadata</td></tr>
29<tr><td valign=top>METSPlug.pm</td><td>Greenstone format METS files</td></tr>
30<tr><td valign=top>MP3Plug.pm</td><td>MP3 audio files</td></tr>
31<tr><td valign=top>OAIPlug.pm</td><td>Open Archives data</td></tr>
32<tr><td valign=top>OggVorbisPlug.pm</td><td>Ogg Vorbis Files</td></tr>
33<tr><td valign=top>PagedImgPlug.pm</td><td>Sequences of image files (formats as for ImagePlug), with optional associated plain text</td></tr>
34<tr><td valign=top>PDFPlug.pm</td><td>PDF files</td></tr>
35<tr><td valign=top>PPTPlug.pm</td><td>Microsoft Powerpoint</td></tr>
36<tr><td valign=top>PSPlug.pm</td><td>Postscript</td></tr>
37<tr><td valign=top>ProCitePlug.pm</td><td>ProCite files</td></tr>
38<tr><td valign=top>RealMediaPlug.pm</td><td>RealMedia files</td></tr>
39<tr><td valign=top>ReferPlug.pm</td><td>Refer files</td></tr>
40<tr><td valign=top>RogPlug.pm</td><td>.rog or .mdb files</td></tr>
41<tr><td valign=top>SRCPlug.pm</td><td>Source code (C/C++, Perl, Shell)</td></tr>
42<tr><td valign=top>TEXTPlug.pm</td><td>Plain text (.txt)</td></tr>
43<tr><td valign=top>WordPlug.pm</td><td>Microsoft Word documents</td></tr>
44<tr><td valign=top>XMLPlug.pm</td><td>XML files</td></tr>
45<tr><td valign=top>ZIPPlug.pm</td><td>Unzips tar, jar, zip, gzip and bz files and sends content down plugin pipeline</td></tr>
46</table>
47
48<a name="below"/>
49_pageheading_(Potential New Plugins)
50
51<strong>Documents/Office formats:</strong>
52<ul>
53<li>AbiWord</li>
54<li>Gnumeric Spreadsheet</li>
55<li>Kword (all Koffice formats)</li>
56<li>OpenOffice file formats:
57<ul>
58<li>Writer (.sxw)</li>
59<li>Calc (.sxd)</li>
60<li>Impress (.sxi)</li>
61<li>Draw (.sxd)</li>
62</ul></li>
63<li>StarOffice formats (.sdc, .sdw etc)</li>
64<li>Wordperfect</li>
65</ul>
66
67<strong>Video:</strong>
68<ul>
69<li>MPEG</li>
70<li>Quicktime (.mov)</li>
71<li>AVI (Audio Video Interleave), Microsoft video</li>
72</ul>
73
74<strong>Audio:</strong>
75<ul>
76<li>Windows Media Audio (.wma)</li>
77<li>Windows audio (.wav)</li>
78<li>Sun Audio (.au)</li>
79<li>Audio Interchange File Format (.aiff)</li>
80<li>MIDI (.mid)</li>
81<li>MIDI karoke (.kar)</li>
82<li>CD Audio (.cda)</li>
83<li>Shorten (.shn)</li>
84</ul>
85
86<strong>Bibliographic:</strong>
87<ul>
88<li>Endnote</li>
89</ul>
90
91
92<strong>Images:</strong>
93<ul>
94<li>DjVu (.djvu)</li>
95<li>Photoshop (.psd)</li>
96<li>PaintShopPro (.psp)</li>
97</ul>
98
99<strong>Macintosh archives:</strong>
100<ul>
101<li>.hqx Mac archive</li>
102<li>.sit</li>
103<li>Self extracting Archive (.sea)</li>
104</ul>
105
106<strong>Others:</strong>
107<ul>
108<li>Scalable Graphics Format (.svg)</li>
109<li>Synchronized Multimedia Integration Language SMIL (.smil)</li>
110<li>Macromedia Flash (.fla)</li>
111<li>Macromedia shockwave (.swf)</li>
112<li>OpenGL</li>
113<li>VRML/X3D</li>
114<li>TrueType fonts (TTF)</li>
115</ul>
116}
Note: See TracBrowser for help on using the repository browser.