summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathyush Thota <prathyushthota@gmail.com>2009-03-19 20:14:13 +0530
committerPrathyush Thota <prathyushthota@gmail.com>2009-03-19 20:14:43 +0530
commitb68b0e2f5519863b293e6e2949f0bd567507650d (patch)
tree9a93aa283d8bb4bdd9e8483a272cbc27c49fbbd7
parent56ee77ba4f32e5868cd4c7dd756c9a2906610ea8 (diff)
downloadpentadactyl-b68b0e2f5519863b293e6e2949f0bd567507650d.tar.gz
Removed extra media page and content pane from install.rdf
-rwxr-xr-xxulmus/install.rdf41
1 files changed, 1 insertions, 40 deletions
diff --git a/xulmus/install.rdf b/xulmus/install.rdf
index 68e17ae6..7dccc3a8 100755
--- a/xulmus/install.rdf
+++ b/xulmus/install.rdf
@@ -7,16 +7,7 @@
<em:name>xulmus@vimperator.org</em:name>
<em:version>0.1</em:version>
<em:creator>Prathyush Thota</em:creator>
-
-
- <em:description>VIM for SongBird brothers.</em:description>
-
-
-
-
-
-
-
+ <em:description>Makes Songbird behave like Vim and CMus.</em:description>
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
@@ -24,35 +15,5 @@
<em:maxVersion>1.1.0pre</em:maxVersion>
</Description>
</em:targetApplication>
-
-
-
-
-
- <!-- Register a pane to be displayed below the service sidebar.
- See http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Display_Panes -->
- <songbird:displayPane>
- <Description>
- <songbird:contentTitle>xulmus</songbird:contentTitle>
- <songbird:contentUrl>chrome://xulmus/content/pane.xul</songbird:contentUrl>
- <songbird:contentIcon>chrome://xulmus/skin/pane-icon.png</songbird:contentIcon>
- <songbird:defaultWidth>200</songbird:defaultWidth>
- <songbird:defaultHeight>100</songbird:defaultHeight>
- <songbird:suggestedContentGroups>servicepane</songbird:suggestedContentGroups>
- <songbird:showOnInstall>true</songbird:showOnInstall>
- </Description>
- </songbird:displayPane>
-
-
-
- <!-- Register a custom media page.
- See http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Building_Media_Views -->
- <songbird:mediaPage>
- <Description>
- <songbird:contentTitle>xulmus</songbird:contentTitle>
- <songbird:contentUrl>chrome://xulmus/content/media-page.xul</songbird:contentUrl>
- </Description>
- </songbird:mediaPage>
-
</Description>
</RDF>