![[% releasename %]](/images/seamonkey_logo.png)
Web-browser, advanced e-mail, newsgroup and feed client, IRC chat, and
HTML editing made simple—all your Internet needs in one application.
Download Now
[% releasename %]
The SeaMonkey® Project
The SeaMonkey project is a community effort to develop the SeaMonkey
all-in-one internet application suite (see below).
Such a software suite was previously made popular by Netscape and Mozilla,
and the SeaMonkey project continues to develop and deliver high-quality updates
to this concept. Containing an Internet browser, email & newsgroup client
with an included web feed reader, HTML editor, IRC chat and web development
tools, SeaMonkey is sure to appeal to advanced users, web developers and
corporate users.
Under the hood, SeaMonkey uses much of the same
Mozilla source code which powers such
successful siblings as Firefox, Thunderbird, Camino, Sunbird and Miro.
Legal backing is provided by the
Mozilla Foundation.
[%- USE date(format = '%B %e, %Y', locale = 'en_US') -%]
[% USE newsfeed = XML::Simple(
'news.en.xml'
ForceArray = ['entry']
KeyAttr = ['']
)
%]
[% INCLUDE nfeed;
BLOCK nfeed;
FOREACH nentry IN newsfeed.entry;
IF nentry.showfront && nentry.showfront == "true";
USE noon = String("12:00:00 ");
""; date.format(noon.append(nentry.id.split('-').reverse.join(':'))); "
\n";
"$nentry.headline";
IF nentry.subline;
"\n
$nentry.subline";
END;
"
\n";
IF nentry.shortcontent && nentry.shortcontent.type == "html";
"$nentry.shortcontent.content\n";
"\nFull article...\n";
ELSE;
IF nentry.content.type == "html";
"$nentry.content.content\n";
ELSE;
"Sorry, the entry text is not available.\n";
END;
END;
END;
END;
END;
%]
The SeaMonkey Suite
SeaMonkey has inherited the successful all-in-one concept of the original
Netscape Communicator and continues that product line based on the modern,
cross-platform architecture provided by the
Mozilla project.
- The Internet browser at the core of
the SeaMonkey suite uses the same rendering engine and application platform
as its sibling Mozilla Firefox, with popular features like tabbed browsing,
feed detection, popup blocking, smart location bar, find as you type
and a lot of other functionality for a smooth web experience.
- SeaMonkey's Mail and Newsgroups client
shares lots of code with Mozilla Thunderbird and features adaptive Junk mail
filtering, tags and mail views, web feeds reading, tabbed messaging, multiple
accounts, S/MIME, address books with LDAP support and is ready for both
private and corporate use.
- Additional components include an easy-to-use
HTML Editor, the ChatZilla IRC chat
application and web development tools like a DOM Inspector and a JavaScript
debugger.
- If that's still not enough, SeaMonkey can be extended with numerous
Add-Ons that provide
additional functionality and customization for a complete Internet
experience.