Skip to content
Snippets Groups Projects
Commit 3813624e authored by kairo's avatar kairo
Browse files

add sysreq and install/uninstall content based on FF relnotes and SeaMonkey READMEs

parent 879e317d
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,6 @@
<h1>Installation and Uninstallation</h1>
<h2>Installation</h2>
<div class="section">
<p>
......@@ -20,4 +22,23 @@
<p>
TBD
Please note that installing SeaMonkey&nbsp;2 will overwrite your existing
installation of SeaMonkey. You won't lose any of your bookmarks, browsing
history or mail and news messages, but some of your extensions and other add-ons
might not work until updates for them are made available.
</p>
</div>
<h2>Uninstallation</h2>
<div class="section">
<p>
You can remove SeaMonkey&nbsp;2 through the <tt>Control Panel</tt> in the
<tt>Start Menu</tt> on Windows, by removing the <tt>SeaMonkey</tt> application
on OS X, or by removing the <tt>seamonkey</tt> folder on Linux.
</p>
<p>
Removing SeaMonkey&nbsp;2 won't remove your bookmarks, web browsing history,
mail and news messages, extensions or other add-ons. This data is stored in your
<em>profile folder</em>, which is located in one of the following locations
depending on your operating system:
</p>
......@@ -22,4 +43,31 @@
</p>
<table style="font-size: small;" border="1" cellspacing="0">
<tbody><tr>
<td><img src="/img/ico-win.png" alt=""> Windows Vista</td>
<td>Users\&lt;UserName&gt;\AppData\Roaming\Mozilla\SeaMonkey</td>
</tr>
<tr>
<td><img src="/img/ico-win.png" alt=""> Windows 2000, XP, Server 2003</td>
<td>Documents and Settings\&lt;UserName&gt;\Application Data\Mozilla\SeaMonkey</td>
</tr>
<tr>
<td><img src="/img/ico-osx-uni.png" alt=""> Mac&nbsp;OS&nbsp;X</td>
<td>~/Library/Application Support/SeaMonkey</td>
</tr>
<tr>
<td><img src="/img/ico-tux.png" alt=""> Linux and Unix systems</td>
<td>~/.mozilla/seamonkey</td>
</tr></tbody>
</table>
<p>
Any version of SeaMonkey 2 or higher that you install after removing
SeaMonkey&nbsp;3 will continue to use the data from this profile folder.
Note that SeaMonkey 1.x does not share this location of the profile folder and
uses data from an independent location.
</p>
</div>
</body>
</html>
......@@ -17,9 +17,81 @@
<h1>System Requirements</h1>
<p>
TBD
</p>
<h2>Windows</h2>
<div class="section">
<h3>Operating Systems</h3>
<ul>
<li>Windows 2000</li>
<li>Windows XP</li>
<li>Windows Server 2003</li>
<li>Windows Vista</li>
</ul>
<h3>Minimum Hardware</h3>
<ul>
<li>Pentium 233 MHz (<em>Recommended:</em> Pentium 500MHz or greater)</li>
<li>128 MB RAM</li>
<li>50 MB of free hard drive space</li>
</ul>
</div>
<h2>Mac</h2>
<div class="section">
<h3>Operating Systems</h3>
<ul>
<li>Mac OS X 10.4 and later</li>
</ul>
<h3>Minimum Hardware</h3>
<ul>
<li>Macintosh computer with an Intel x86 or PowerPC G3, G4, or G5
processor</li>
<li>256 MB RAM</li>
<li>200 MB of free hard drive space</li>
</ul>
</div>
<h2>Linux</h2>
<div class="section">
<h3>Software Requirements</h3>
Please note that Linux distributors may provide packages for your
distribution which have different requirements.
<ul>
<li>The following library versions (or compatible) are required:
<ul>
<li>GTK+ 2.10 or higher</li>
<li>GLib 2.12 or higher</li>
<li>Pango 1.14 or higher</li>
<li>X.Org 1.0 or higher</li>
<li>fontconfig</li>
<li>libstdc++ 6</li>
</ul>
</li>
<li>For optimal functionality, we recommend the following libraries or
packages:
<ul>
<li>NetworkManager 0.7 or higher</li>
<li>DBus 1.0 or higher</li>
<li>HAL 0.5.8 or higher</li>
<li>GNOME 2.16 or higher</li>
</ul>
</li>
<li>The following distributions should provide everything needed:
<ul>
<li>Red Hat Enterprise Linux 5 (or later)</li>
<li>Fedora Core 6 (or later)</li>
<li>ubuntu 6.10 ("Edgy") (or later)</li>
<li>Debian "Lenny" (testing)</li>
<li>openSUSE 10.2 (or later)</li>
</ul>
</li>
</ul>
<h3>Minimum Hardware</h3>
<ul>
<li>Pentium 233 MHz (<em>Recommended:</em> Pentium 500MHz or greater)</li>
<li>128 MB RAM</li>
<li>50 MB of free hard drive space</li>
</ul>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment