summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/plugin/README_plugin.txt9
-rw-r--r--src/plugin/install.rdf19
-rwxr-xr-xsrc/plugin/make_xpi.sh22
-rw-r--r--src/plugin/plugin.c199
-rw-r--r--src/plugin/plugin.h29
-rw-r--r--src/plugin/test.html17
6 files changed, 295 insertions, 0 deletions
diff --git a/src/plugin/install.rdf b/src/plugin/install.rdf
new file mode 100644
index 0000000..552cc56
--- a/dev/null
+++ b/src/plugin/install.rdf
@@ -0,0 +1,19 @@
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+ <Description about="urn:mozilla:install-manifest">
+ <em:id>vistool@donpellegrino.com</em:id>
+ <em:name>Influenza Sequence Mapping Project Visualization Tool</em:name>
+ <em:version>1.0</em:version>
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>1.5</em:minVersion>
+ <em:maxVersion>3.6.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ <em:creator>Don Pellegrino</em:creator>
+ <em:homepageURL>http://cluster.ischool.drexel.edu/~st96wym4/flumap/</em:homepageURL>
+ <em:description>Tool for interactive exploration of data from the Influenza Sequence Mapping Project.</em:description>
+ <!-- Add update links here -->
+ </Description>
+</RDF>

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.