1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0"?>
- <!--
- Digg Sidebar - Shows Digg stories in the Firefox sidebar in real time.
- Copyright (C) 2008 Abhinav Sarkar <abhinav dot sarkar at gmail dot com>
-
- This file is a part of Digg Sidebar.
-
- Digg Sidebar is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- Digg Sidebar is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Digg Sidebar. If not, see <http://www.gnu.org/licenses/>.
- -->
- <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
- xmlns:NC="http://home.netscape.com/NC-rdf#"
- xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <RDF:Description RDF:about="rdf:#$55wJ23"
- em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
- em:minVersion="3.0"
- em:maxVersion="3.6alpha1" />
- <RDF:Description RDF:about="urn:mozilla:install-manifest"
- em:id="diggsidebar@abhinavsarkar.net"
- em:name="Digg Sidebar"
- em:version="0.7"
- em:creator="Abhinav Sarkar"
- em:description="Shows Digg stories in real time in firefox sidebar."
- em:homepageURL="http://code.google.com/p/digg-sidebar/"
- em:iconURL="chrome://diggsidebar/content/image/digg_this.png">
- <em:targetApplication RDF:resource="rdf:#$55wJ23"/>
- </RDF:Description>
- </RDF:RDF>
|