bug 299633 - Rebrand unix README (SeaMonkey-only), r=Neil a=asa

This commit is contained in:
kairo%kairo.at 2005-07-05 10:58:14 +00:00
parent 1bc8b45b62
commit 8852044976

View File

@ -1,37 +1,37 @@
====================================================
Mozilla Read Me
SeaMonkey Read Me
====================================================
Mozilla is subject to the terms detailed in the license agreement accompanying it.
SeaMonkey is subject to the terms detailed in the license agreement accompanying it.
This Read Me file contains information about system requirements and installation instructions for the Linux builds of Mozilla.
This Read Me file contains information about system requirements and installation instructions for the Linux builds of SeaMonkey.
For more info on Mozilla, see www.mozilla.org. To submit bugs or other feedback, see the Navigator QA menu and check out Bugzilla at http://bugzilla.mozilla.org/ for links to known bugs, bug-writing guidelines, and more. You can also get help with Bugzilla by pointing your IRC client to #mozillazine at irc.mozilla.org.
For more info on SeaMonkey, see http://www.mozilla.org/projects/seamonkey/. To submit bugs or other feedback, see the Navigator QA menu and check out Bugzilla at http://bugzilla.mozilla.org/ for links to known bugs, bug-writing guidelines, and more. You can also get help with Bugzilla by pointing your IRC client to #mozillazine at irc.mozilla.org.
====================================================
Getting Mozilla
Getting SeaMonkey
====================================================
You can download nightly builds of Mozilla from the Mozilla.org FTP site at
You can download nightly builds of SeaMonkey from the mozilla.org FTP site at
http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/
For the very latest builds, see
http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest/
Keep in mind that nightly builds, which are used by Mozilla.org developers for testing, may be buggy. If you are looking for a more polished version of Mozilla, Mozilla.org releases Milestone builds of Mozilla every six weeks or so that you can download from
Keep in mind that nightly builds, which are used by mozilla.org developers for testing, may be buggy. If you are looking for a more polished version of SeaMonkey, the SeaMonkey project releases builds of SeaMonkey regularly that you can download from
http://www.mozilla.org/releases/
http://www.mozilla.org/projects/seamonkey/
Be sure to read the Mozilla release notes for information on known problems and installation issues with Mozilla. The release notes can be found at the preceding URL along with the milestone releases themselves.
Be sure to read the SeaMonkey release notes for information on known problems and installation issues with SeaMonkey. The release notes can be found at the preceding URL along with the releases themselves.
Note: Please use Talkback builds whenever possible. These builds allow transmission of crash data back to Mozilla developers, improved crash analysis, and posting of crash information to our crash-data newsgroup.
Note: Please use Talkback builds whenever possible. These builds allow transmission of crash data back to SeaMonkey and Mozilla developers, improved crash analysis, and posting of crash information to our crash-data newsgroup.
====================================================
@ -56,7 +56,7 @@ Note that the installation instructions use the bash shell. If you're not using
Install into a clean (new) directory. Installing on top of previously released builds may cause problems.
Note: These instructions do not tell you how to build Mozilla. For info on building the Mozilla source, see
Note: These instructions do not tell you how to build SeaMonkey. For info on building SeaMonkey from the mozilla.org source code, see
http://www.mozilla.org/source.html
@ -64,57 +64,59 @@ Note: These instructions do not tell you how to build Mozilla. For info on buil
Installation Instructions
-------------------------------
Note: If you install in the default directory (which is usually /usr/local/mozilla), or any other directory where only the root user normally has write-access, you must start Mozilla first as root before other users can start the program. Doing so generates a set of files required for later use by other users. However, do not use sudo to run the installer as root because that can damage your profile.
Note: If you install in the default directory (which is usually /usr/local/seamonkey), or any other directory where only the root user normally has write-access, you must start SeaMonkey first as root before other users can start the program. Doing so generates a set of files required for later use by other users. However, do not use sudo to run the installer as root because that can damage your profile.
To install Mozilla by downloading the Mozilla installer, follow these steps:
To install SeaMonkey by downloading the SeaMonkey installer, follow these steps:
1. Create a directory named mozilla (mkdir mozilla) and change to that directory (cd mozilla).
1. Create a directory named seamonkey (mkdir seamonkey) and change to that directory (cd seamonkey).
2. Click the link on the site you're downloading Mozilla from to download the installer file (called mozilla-i686-pc-linux-gnu-installer.tar.gz) to your machine.
2. Click the link on the site you're downloading SeaMonkey from to download the installer file (called seamonkey-x.xx.en-US.linux-i686.installer.tar.gz or similar) to your machine.
3. Change to the mozilla directory (cd mozilla) and decompress the archive with the following command:
3. Change to the seamonkey directory (cd seamonkey) and decompress the archive with the following command:
tar zxvf moz*.tar.gz
tar zxvf sea*.tar.gz
The installer is now located in a subdirectory of Mozilla named mozilla-installer.
The installer is now located in a subdirectory of seamonkey named seamonkey-installer.
4. Change to the mozilla-installer directory (cd mozilla-installer) and run the installer with the ./mozilla-installer command.
4. Change to the seamonkey-installer directory (cd seamonkey-installer) and run the installer with the ./seamonkey-installer command.
5. Follow the instructions in the install wizard for installing Mozilla.
5. Follow the instructions in the install wizard for installing SeaMonkey.
Note: If you have a slower machine, be aware that the installation may take some time. In this case, the installation progress may appear to hang indefinitely, even though the installation is still in process.
6. To start Mozilla, change to the directory where you installed it and run the ./mozilla command.
6. To start SeaMonkey, change to the directory where you installed it and run the ./seamonkey command.
To install Mozilla by downloading the tar.gz file:
To install SeaMonkey by downloading the tar.gz or tar.bz2 file:
1. Create a directory named "mozilla" (mkdir mozilla) and change to that directory (cd mozilla).
Note: if you're using a tar.bz2 file, replace all ocurrences of .gz in the following instructions with .bz2
2. Click the link on the site you're downloading Mozilla from to download the non-installer (mozilla*.tar.gz) file into the mozilla directory.
1. Create a directory named "seamonkey" (mkdir seamonkey) and change to that directory (cd seamonkey).
3. Change to the mozilla directory (cd mozilla) and decompress the file with the following command:
2. Click the link on the site you're downloading SeaMonkey from to download the non-installer (seamonkey*.tar.gz) file into the seamonkey directory.
tar zxvf moz*.tar.gz
3. Change to the seamonkey directory (cd seamonkey) and decompress the file with the following command:
tar zxvf sea*.tar.gz
This creates a "mozilla" directory under your mozilla directory.
This creates a "seamonkey" directory under your seamonkey directory.
4. Change to the mozilla directory (cd mozilla).
4. Change to the seamonkey directory (cd seamonkey).
5. Run Mozilla with the following run script:
5. Run SeaMonkey with the following run script:
./mozilla
./seamonkey
To hook up Mozilla complete with icon to the GNOME Panel, follow these steps:
To hook up SeaMonkey complete with icon to the GNOME Panel, follow these steps:
1. Click the GNOME Main Menu button, open the Panel menu, and then open the Add to Panel submenu and choose Launcher.
2. Right-click the icon for Mozilla on the Panel and enter the following command:
directory_name./mozilla
2. Right-click the icon for SeaMonkey on the Panel and enter the following command:
directory_name./seamonkey
where directory_name is the name of the directory you downloaded mozilla to. For example, the default directory that Mozilla suggests is /usr/local/mozilla.
where directory_name is the name of the directory you downloaded SeaMonkey to. For example, the default directory that SeaMonkey suggests is /usr/local/seamonkey.
3. Type in a name for the icon, and type in a comment if you wish.
@ -122,4 +124,4 @@ where directory_name is the name of the directory you downloaded mozilla to. For
directory_name/icons/mozicon50.xpm
where directory name is the directory where you installed Mozilla. For example, the default directory is /usr/local/mozilla/icons/mozicon50.xpm.
where directory name is the directory where you installed SeaMonkey. For example, the default directory is /usr/local/seamonkey/icons/mozicon50.xpm.