зеркало из https://github.com/mozilla/gecko-dev.git
Add new files not in the build.
This commit is contained in:
Родитель
e540d30d39
Коммит
f50797d473
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
||||
|
||||
<!DOCTYPE RDF SYSTEM "chrome://sidebar/locale/sidebar-rdf.dtd" >
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Seq about="urn:sidebar:master-panel-list">
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:sidebar:panel:whats-related">
|
||||
<NC:title>&sidebar.whats-related.label;</NC:title>
|
||||
<NC:content>chrome://related/content/related-panel.xul</NC:content>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:sidebar:panel:tinderbox">
|
||||
<NC:title>&sidebar.tinderbox.label;</NC:title>
|
||||
<NC:content>http://cvs-mirror.mozilla.org/webtools/tinderbox/SeaMonkey/panel.html</NC:content>
|
||||
<NC:sandbox/>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:sidebar:panel:bookmarks">
|
||||
<NC:title>&sidebar.bookmarks.label;</NC:title>
|
||||
<NC:content>chrome://bookmarks/content/bm-panel.xul</NC:content>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
</RDF:Seq>
|
||||
</RDF:RDF>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
||||
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Seq about="urn:sidebar:current-panel-list">
|
||||
<RDF:li resource="urn:sidebar:panel:whats-related" />
|
||||
<RDF:li resource="urn:sidebar:panel:tinderbox" />
|
||||
<RDF:li resource="urn:sidebar:panel:bookmarks" />
|
||||
</RDF:Seq>
|
||||
</RDF:RDF>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
||||
|
||||
<!DOCTYPE RDF SYSTEM "chrome://sidebar/locale/sidebar-rdf.dtd" >
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Seq about="urn:sidebar:master-panel-list">
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:sidebar:panel:whats-related">
|
||||
<NC:title>&sidebar.whats-related.label;</NC:title>
|
||||
<NC:content>chrome://related/content/related-panel.xul</NC:content>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:sidebar:panel:tinderbox">
|
||||
<NC:title>&sidebar.tinderbox.label;</NC:title>
|
||||
<NC:content>http://cvs-mirror.mozilla.org/webtools/tinderbox/SeaMonkey/panel.html</NC:content>
|
||||
<NC:sandbox/>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:sidebar:panel:bookmarks">
|
||||
<NC:title>&sidebar.bookmarks.label;</NC:title>
|
||||
<NC:content>chrome://bookmarks/content/bm-panel.xul</NC:content>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
</RDF:Seq>
|
||||
</RDF:RDF>
|
|
@ -0,0 +1,193 @@
|
|||
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
||||
|
||||
<!DOCTYPE RDF SYSTEM "chrome://sidebar/locale/sidebar-registry-rdf.dtd" >
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Seq about="urn:sidebar:master-panel-list">
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.weather.label;">
|
||||
<NC:title>&sidebar.panel.weather.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=weather</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=weather</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.reuters.label;">
|
||||
<NC:title>&sidebar.panel.reuters.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=reuters</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=reuters</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.horoscopes.label;">
|
||||
<NC:title>&sidebar.panel.horoscopes.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=horoscopes</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=horoscopes</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.localnews.label;">
|
||||
<NC:title>&sidebar.panel.localnews.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=localnews</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=localnews</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.sports.label;">
|
||||
<NC:title>&sidebar.panel.sports.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=sports</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=sports</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.whiteyellowpages.label;">
|
||||
<NC:title>&sidebar.panel.whiteyellowpages.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=whiteyellowpages</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=whiteyellowpages</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.travel.label;">
|
||||
<NC:title>&sidebar.panel.travel.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=travel</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=travel</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.search.label;">
|
||||
<NC:title>&sidebar.panel.search.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=search</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=search</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.memberdirectory.label;">
|
||||
<NC:title>&sidebar.panel.memberdirectory.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=memberdirectory</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=memberdirectory</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.netcenter.label;">
|
||||
<NC:title>&sidebar.panel.netcenter.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=netcenter</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=netcenter</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.newsedge.label;">
|
||||
<NC:title>&sidebar.panel.newsedge.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=newsedge</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=newsedge</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.addressbook.label;">
|
||||
<NC:title>&sidebar.panel.addressbook.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=addressbook</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=addressbook</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.announcements.label;">
|
||||
<NC:title>&sidebar.panel.announcements.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=announcements</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=announcements</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.bookmarks.label;">
|
||||
<NC:title>&sidebar.panel.bookmarks.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=bookmarks</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=bookmarks</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.calculator.label;">
|
||||
<NC:title>&sidebar.panel.calculator.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=calculator</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=calculator</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.calendar.label;">
|
||||
<NC:title>&sidebar.panel.calendar.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=calendar</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=calendar</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.delivery.label;">
|
||||
<NC:title>&sidebar.panel.delivery.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=delivery</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=delivery</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.fishcam.label;">
|
||||
<NC:title>&sidebar.panel.fishcam.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=fishcam</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=fishcam</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.localevent.label;">
|
||||
<NC:title>&sidebar.panel.localevent.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=localevent</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=localevent</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.localmovie.label;">
|
||||
<NC:title>&sidebar.panel.localmovie.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=localmovie</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=localmovie</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.maps.label;">
|
||||
<NC:title>&sidebar.panel.maps.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=maps</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=maps</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.netcenterservices.label;">
|
||||
<NC:title>&sidebar.panel.netcenterservices.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=netcenterservices</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=netcenterservices</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="&sidebar.panel.netscape.label;">
|
||||
<NC:title>&sidebar.panel.netscape.label;</NC:title>
|
||||
<NC:content>http://my.netscape.com/sidebar/wrapper.tmpl?service=netscape</NC:content>
|
||||
<NC:customize>http://my.netscape.com/setup_frameset.tmpl?mn_yes=1&services=netscape</NC:customize>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
</RDF:Seq>
|
||||
</RDF:RDF>
|
Загрузка…
Ссылка в новой задаче