Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SeaMonkey Website
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SeaMonkey
SeaMonkey Website
Commits
4e37d4c17f22
Commit
4e37d4c17f22
authored
16 years ago
by
kairo
Browse files
Options
Downloads
Patches
Plain Diff
release 1.1.10
parent
b94ed9b85a58
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/config.tmpl
+1
-1
1 addition, 1 deletion
lib/config.tmpl
lib/sitemap.xml
+31
-1
31 additions, 1 deletion
lib/sitemap.xml
src/news.en.xml
+46
-1
46 additions, 1 deletion
src/news.en.xml
src/releases/index.en.html
+114
-109
114 additions, 109 deletions
src/releases/index.en.html
with
192 additions
and
112 deletions
lib/config.tmpl
+
1
−
1
View file @
4e37d4c1
...
...
@@ -9,7 +9,7 @@
[% toplink = './' %]
[% END %]
[% releaseversion = '1.1.
9
' %]
[% releaseversion = '1.1.
10
' %]
[% releasename = "SeaMonkey $releaseversion" %]
[% relnotes = "${toplink}releases/seamonkey$releaseversion/" %]
[% download_win = "http://download.mozilla.org/?product=seamonkey-$releaseversion&os=win&lang=en-US" %]
...
...
This diff is collapsed.
Click to expand it.
lib/sitemap.xml
+
31
−
1
View file @
4e37d4c1
...
...
@@ -13,7 +13,37 @@
<page
url=
"news"
title=
"News"
id=
"news"
/>
<page
url=
"releases/"
title=
"Download &amp; Releases"
id=
"releases"
>
<page
url=
"releases/index"
title=
"1.1.7"
id=
"1.1.7"
hide=
"true"
>
<page
url=
"releases/index"
title=
"1.1.10"
id=
"1.1.10"
hide=
"true"
>
<page
url=
"releases/seamonkey1.1.10/"
title=
"Release Notes"
id=
"seamonkey1.1.10"
>
<page
url=
"releases/seamonkey1.1.10/README"
title=
"What's New"
id=
"seamonkey1.1.10-readme"
>
<page
url=
"releases/seamonkey1.1.10/changelog"
title=
"Rough Changelog"
id=
"seamonkey1.1.10-changelog"
/>
</page>
<page
url=
"releases/seamonkey1.1.10/installation"
title=
"Installation Instructions"
id=
"seamonkey1.1.10-install"
/>
<page
url=
"releases/seamonkey1.1.10/installation-extras"
title=
"Java, Plug-ins, and Other Extras"
id=
"seamonkey1.1.10-extras"
/>
<page
url=
"releases/seamonkey1.1.10/known-issues"
title=
"Known Issues"
id=
"seamonkey1.1.10-issues"
/>
</page>
</page>
<page
url=
"releases/1.1.9"
title=
"1.1.9"
id=
"1.1.9"
hide=
"true"
>
<page
url=
"releases/seamonkey1.1.9/"
title=
"Release Notes"
id=
"seamonkey1.1.9"
>
<page
url=
"releases/seamonkey1.1.9/README"
title=
"What's New"
id=
"seamonkey1.1.9-readme"
>
<page
url=
"releases/seamonkey1.1.9/changelog"
title=
"Rough Changelog"
id=
"seamonkey1.1.9-changelog"
/>
</page>
<page
url=
"releases/seamonkey1.1.9/installation"
title=
"Installation Instructions"
id=
"seamonkey1.1.9-install"
/>
<page
url=
"releases/seamonkey1.1.9/installation-extras"
title=
"Java, Plug-ins, and Other Extras"
id=
"seamonkey1.1.9-extras"
/>
<page
url=
"releases/seamonkey1.1.9/known-issues"
title=
"Known Issues"
id=
"seamonkey1.1.9-issues"
/>
</page>
</page>
<page
url=
"releases/1.1.8"
title=
"1.1.8"
id=
"1.1.8"
hide=
"true"
>
<page
url=
"releases/seamonkey1.1.8/"
title=
"Release Notes"
id=
"seamonkey1.1.8"
>
<page
url=
"releases/seamonkey1.1.8/README"
title=
"What's New"
id=
"seamonkey1.1.8-readme"
>
<page
url=
"releases/seamonkey1.1.8/changelog"
title=
"Rough Changelog"
id=
"seamonkey1.1.8-changelog"
/>
</page>
<page
url=
"releases/seamonkey1.1.8/installation"
title=
"Installation Instructions"
id=
"seamonkey1.1.8-install"
/>
<page
url=
"releases/seamonkey1.1.8/installation-extras"
title=
"Java, Plug-ins, and Other Extras"
id=
"seamonkey1.1.8-extras"
/>
<page
url=
"releases/seamonkey1.1.8/known-issues"
title=
"Known Issues"
id=
"seamonkey1.1.8-issues"
/>
</page>
</page>
<page
url=
"releases/1.1.7"
title=
"1.1.7"
id=
"1.1.7"
hide=
"true"
>
<page
url=
"releases/seamonkey1.1.7/"
title=
"Release Notes"
id=
"seamonkey1.1.7"
>
<page
url=
"releases/seamonkey1.1.7/README"
title=
"What's New"
id=
"seamonkey1.1.7-readme"
>
<page
url=
"releases/seamonkey1.1.7/changelog"
title=
"Rough Changelog"
id=
"seamonkey1.1.7-changelog"
/>
...
...
This diff is collapsed.
Click to expand it.
src/news.en.xml
+
46
−
1
View file @
4e37d4c1
...
...
@@ -7,7 +7,52 @@
-->
<newsfeed
title=
"SeaMonkey News"
url=
"http://seamonkey-project.org/news"
>
<entry
id=
"2008-03-25"
showfront=
"true"
>
<entry
id=
"2008-07-02"
showfront=
"true"
>
<headline>
SeaMonkey 1.1.10 Released
</headline>
<content
type=
"html"
xml:lang=
"en"
>
<![CDATA[<p>
Today, the SeaMonkey project released a new version of its all-in-one internet
suite. SeaMonkey 1.1.10 closes
<a
href=
"http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.10"
>
several
security vulnerabilities
</a>
and fixes several smaller problems found in
previous versions. With that, SeaMonkey stays at the same level of security as
its sibling Firefox 2, which is issuing updates for the same problems this week
as well.
</p>
<p>
The SeaMonkey team urges users of older SeaMonkey versions, including the
SeaMonkey 1.0.x series, which no longer receives security updates, to upgrade.
Additionally, the team continues to strongly urge people still using the old
Mozilla Suite or Netscape 4, 6 or 7 to upgrade to the new SeaMonkey 1.1.10
version.
All these older software packages suffer from a large and steadily increasing
number of security vulnerabilities because they are no longer being maintained.
SeaMonkey 1.1.10 is a modern, drop-in replacement, providing the same familiar
suite functionality with additional features and fully up to date security.
</p>
<p>
SeaMonkey 1.1.10 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>
]]>
</content>
<shortcontent
type=
"html"
xml:lang=
"en"
>
<![CDATA[<p>
Today, the SeaMonkey project released a new version of its all-in-one internet
suite. SeaMonkey 1.1.10 closes
<a
href=
"http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.10"
>
several
security vulnerabilities
</a>
and fixes several smaller problems found in
previous versions.
</p>
<p>
SeaMonkey 1.1.10 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>
]]>
</shortcontent>
</entry>
<entry
id=
"2008-03-25"
>
<headline>
SeaMonkey 1.1.9 Security Release
</headline>
<content
type=
"html"
xml:lang=
"en"
>
<![CDATA[<p>
...
...
This diff is collapsed.
Click to expand it.
src/releases/index.en.html
+
114
−
109
View file @
4e37d4c1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment