Skip to content
Snippets Groups Projects
Commit 79c83f0e authored by kairo's avatar kairo
Browse files

make XML-based news official, remove test versions

parent 71ce0813
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
<link rel="top" href="./" title="SeaMonkey Project">
<!-- link rel="up" href="./" title="Home" -->
<script type="text/javascript" src="/download.js"></script>
<title>The SeaMonkey&reg; Project</title>
</head>
<body>
<div class="key-point">
<div id="product-desc" class="product-seamonkey">
<h2><img src="/images/seamonkey_logo.gif" height="105" width="340" alt="[% releasename %]"></h2>
<p>
Web-browser, advanced e-mail and newsgroup client, IRC chat client, and
HTML editing made simple -- all your Internet needs in one application.
</p>
<ul>
<li><a href="doc/features">Features</a></li>
<li><a href="[% relnotes %]">Release Notes</a><!-- /
<a href="seamonkey-faq" title="frequently asked questions">FAQ</a> --></li>
</ul>
</div>
<div id="product-side">
<div class="download">
<h3>Download Now</h3>
<b>[% releasename %]</b>
<ul>
<li id="download-win" class=""><a href="[% download_win %]"
title="[% download_win_mb * 2.44 %] min @ 56k/s"
id="download-win-link">Windows,
<span id="download-win-lang">English</span>
([% download_win_mb %] MB)</a></li>
<li id="download-linux" class=""><a href="[% download_linux %]"
title="[% download_linux_mb * 2.44 %] min @ 56k/s"
id="download-linux-link">Linux GTK2,
<span id="download-linux-lang">English</span>
([% download_linux_mb %] MB)</a></li>
<li id="download-mac" class=""><a href="[% download_mac %]"
title="[% download_mac_mb * 2.44 %] min @ 56k/s"
id="download-mac-link">Mac OS X,
<span id="download-mac-lang">English</span>
([% download_mac_mb %] MB)</a></li>
<li id="download-other" class="other"><a href="[% download_more %]">Other
Systems &amp; Languages</a></li>
<!-- 2.44 min/MB @ 56 k/s -->
</ul>
</div>
</div>
</div>
<script type="text/javascript">
<!--
highlightDownload("download");
// -->
</script>
<h1>The SeaMonkey<sup>&reg;</sup> Project</h1>
<p>
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 &amp; newsgroup client,
HTML editor, IRC chat and web development tools, SeaMonkey is sure to appeal to
advanced users, web developers and corporate users.
</p>
<p>
<a href="http://www.mozilla.org/" class="mozillapower"><img
src="/images/powered_by_mozilla_small.png" height="31" width="122"
alt="powered by Mozilla"></a>
Under the hood, SeaMonkey uses much of the same
<a href="http://www.mozilla.org/">Mozilla</a> source code which powers such
successful siblings as Firefox, Thunderbird, Camino, Sunbird and Miro.
Legal backing is provided by the
<a href="http://www.mozilla.org/foundation/">Mozilla Foundation</a>.
</p>
<h2><a href="news">Project News</a></h2>
[%- USE date(format = '%B %e, %Y', locale = 'en_US') -%]
[% USE newsfeed = XML::Simple(
'news.xml'
ForceArray = ['entry']
KeyAttr = ['']
)
%]
[% INCLUDE nfeed;
BLOCK nfeed;
FOREACH nentry IN newsfeed.entry;
IF nentry.showfront;
USE noon = String("12:00:00 ");
"<h4 class=\"newsdate\">"; date.format(noon.append(nentry.id.split('-').reverse.join(':'))); "</h4>\n";
"<p><strong>$nentry.headline</strong>";
IF nentry.subline;
"\n<br>$nentry.subline";
END;
"</p>\n";
IF nentry.shortcontent && nentry.shortcontent.type == "html";
"$nentry.shortcontent.content\n";
"\n<a href=\"news#$nentry.id\" class=\"cont\">Full article...</a>\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;
%]
<h2>The SeaMonkey Suite</h2>
<p>
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
<a href="http://www.mozilla.org/">Mozilla project</a>.
</p>
<ul>
<li>The <a href="doc/features#browser">Internet browser</a> at the core of
the SeaMonkey suite uses the same rendering engine as its sibling Mozilla Firefox,
with popular features like tabbed browsing, popup blocking, find as you type
and a lot of other functionality for a smooth web experience.</li>
<li>SeaMonkey's <a href="doc/features#mail">Mail and Newsgroups</a> client
shares lots of code with Mozilla Thunderbird and features adaptive Junk mail
filtering, labels and mail views, multiple accounts, S/MIME, address books
with LDAP support and is ready for both private and corporate use.</li>
<li>Additonal components include an easy-to-use
<a href="doc/features#composer">HTML Editor</a>, the ChatZilla IRC chat
application and web development tools like a DOM Inspector and a JavaScript
debugger.</li>
<li>If that's still not enough, SeaMonkey can be extended with numerous
<a href="https://addons.mozilla.org/seamonkey/">Add-Ons</a> that provide
additional functionality and customization for a complete Internet
experience.</li>
</ul>
</body>
</html>
\ No newline at end of file
......@@ -86,6 +86,11 @@
<h2><a href="news">Project News</a></h2>
<h4>November 5th, 2007</h4>
<p><strong>SeaMonkey 1.1.6 Available</strong></p>
[%- USE date(format = '%B %e, %Y', locale = 'en_US') -%]
[% USE newsfeed = XML::Simple(
'news.xml'
ForceArray = ['entry']
KeyAttr = ['']
)
%]
......@@ -91,14 +96,13 @@
<p>
The SeaMonkey project has been made aware of several small problems in
displaying certain web pages in the last release and therefore released a new
version of its all-in-one internet suite. SeaMonkey 1.1.6 fixes only those
smaller problems, in addition to security problems that were fixed in previous
versions.
</p>
<p>
SeaMonkey 1.1.6 is <a href="http://www.seamonkey-project.org/releases/">available
for free download</a> from the open source project's website at
<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
</p>
[% INCLUDE nfeed;
BLOCK nfeed;
FOREACH nentry IN newsfeed.entry;
IF nentry.showfront;
USE noon = String("12:00:00 ");
"<h4 class=\"newsdate\">"; date.format(noon.append(nentry.id.split('-').reverse.join(':'))); "</h4>\n";
"<p><strong>$nentry.headline</strong>";
IF nentry.subline;
"\n<br>$nentry.subline";
END;
"</p>\n";
......@@ -104,5 +108,18 @@
<a href="news#2007-11-05" class="cont">Full article...</a>
IF nentry.shortcontent && nentry.shortcontent.type == "html";
"$nentry.shortcontent.content\n";
"\n<a href=\"news#$nentry.id\" class=\"cont\">Full article...</a>\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;
%]
<h2>The SeaMonkey Suite</h2>
<p>
......
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
<link rel="top" href="./" title="SeaMonkey Project">
<link rel="up" href="./" title="SeaMonkey Project">
<title>SeaMonkey News</title>
</head>
<body>
<h1>SeaMonkey Project News</h1>
[%- USE date(format = '%B %e, %Y', locale = 'en_US') -%]
[% USE newsfeed = XML::Simple(
'news.xml'
ForceArray = ['entry']
KeyAttr = ['']
)
%]
[% INCLUDE nfeed;
BLOCK nfeed;
FOREACH nentry IN newsfeed.entry;
USE noon = String("12:00:00 ");
"<h4 class=\"newsdate\"><a name=\"$nentry.id\">"; date.format(noon.append(nentry.id.split('-').reverse.join(':'))); "</a></h4>\n";
"<h2>$nentry.headline</h2>\n";
IF nentry.subline;
"<h3>$nentry.subline</h3>\n";
END;
IF nentry.content.type == "html";
"$nentry.content.content\n";
ELSE;
"Sorry, the entry text is not available.\n";
END;
END;
END;
%]
</body>
</html>
This diff is collapsed.
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