Slashzilla 
| resources: | Home FAQs Mailing List Installation Feedback Source Code Bugs Screenshots |
|---|
What's New
- Slashzilla v0.05 available
Developers
Note: Spam-bot blocker active. When e-mailing using these links, be sure to change the e-mail address as appropriate.
Manual Installation
These instructions are not valid for Firebird. If you are using Firebird a manual install is not necessary.To manually add Slashzilla to your sidebar:
- Open the panels.rdf file associated with your profile. The location of this file for various OSes is listed below. (Thanks go to Robert J. Accettura)
OS Location Linux ~/.mozilla/[Profile Name]/[random string].slt/panels.rdf Windows 2000/XP C:\Documents and Settings\[Windows Login Name]\Application Data\Mozilla\Profiles\[Profile Name]\[random string].slt\panels.rdf Windows NT %USERPROFILE%\Application Data\Mozilla\Profiles\[Profile Name]\[random string].slt\panels.rdf Windows 95/98/Me C:\Windows\Application Data\Mozilla\Profiles\[Profile Name]\[random string].slt\panels.rdf Mac OS 9 Documents:Mozilla:[User Profile]:[random string].slt:panels.rdf Mac OS X ~/Library/Mozilla/Profiles/[Profile Name]/[random string].slt/panels.rdf - Add the line below that is in red to the <RDF:Seq about="rdf:#$E0EvB"> section of panels.rdf. (Note that the text "#$E0EvB" will differ on each machine.)
<RDF:Seq about="rdf:#$E0EvB">
<RDF:li resource="urn:sidebar:panel:whats-related"/>
<RDF:li resource="urn:sidebar:panel:search"/>
<RDF:li resource="urn:sidebar:panel:bookmarks"/>
<RDF:li resource="urn:sidebar:panel:history"/>
<RDF:li resource="urn:sidebar:3rdparty-panel:chrome://slashzilla/content/slashzilla.xul"/>
</RDF:Seq> - Add the lines in red below to the <RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#" xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> section in panels.rdf.
<RDF:Description about="urn:sidebar:panel:whats-related"
NC:title="What's Related"
NC:content="chrome://communicator/content/related/related-panel.xul" />
<RDF:Description about="urn:sidebar:3rdparty-panel:chrome://slashzilla/content/slashzilla.xul"
NC:title="Slashzilla"
NC:content="chrome://slashzilla/content/slashzilla.xul" />
<RDF:Description about="urn:sidebar:panel:search"
NC:title="Search"
NC:content="chrome://communicator/content/search/search-panel.xul" />
- Restart your browser. You should now see the Slashzilla panel on your sidebar.