summaryrefslogtreecommitdiff
path: root/about/news.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2023-12-28 19:46:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2023-12-28 19:46:12 +0000
commit4bcb9f56e2aad0b14d86c3218f8a4f34e4083e7d (patch)
treea2592dc244e2362cd823c23f5e1c7280b8d4d93d /about/news.html
parent4dd2af47629c03e4b42a4b8710262cadb5462cdc (diff)
downloadnetsurf-website-4bcb9f56e2aad0b14d86c3218f8a4f34e4083e7d.tar.gz
netsurf-website-4bcb9f56e2aad0b14d86c3218f8a4f34e4083e7d.tar.bz2
Use HTTPS for download links
Diffstat (limited to 'about/news.html')
-rw-r--r--about/news.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/about/news.html b/about/news.html
index 01fe389..f8c38b7 100644
--- a/about/news.html
+++ b/about/news.html
@@ -108,7 +108,7 @@
<dt><a href="http://vincentsanders.blogspot.co.uk/2013/09/strive-for-continuous-improvement.html">Continuous Integration experiences</a> <span>05 Sep 2013</span></dt>
<dd>We've been running our Jenkins based <a href="https://ci.netsurf-browser.org/">Continuous Integration (CI)</a> system for a year now. It now builds NetSurf and our libraries for multiple architecture, operating systems and with different compilers. It runs static analysis, automated testing, produces test coverage reports, code documentation and more. Vince has written up <a href="http://vincentsanders.blogspot.co.uk/2013/09/strive-for-continuous-improvement.html">our experiences</a> with the CI system.</dd>
<dt><a href="http://www.netsurf-browser.org/downloads/">NetSurf 3.0 released</a> <span>20 Apr 2013</span></dt>
-<dd>NetSurf 3.0 contains many changes over the 2.x release series. The biggest difference is the use of our new Document Object Model library, <a href="http://www.netsurf-browser.org/projects/libdom/">LibDOM</a>. This new library is a foundation that paves the way for us to implement a fully dynamic layout engine in the future. Other improvements in NetSurf 3.0 include completely new textarea support, ability to fetch and parse CSS in parallel with HTML documents, extensive behind-the-scenes refactoring, and a host of smaller changes and fixes. A more complete listing is available in the <a href="http://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt">Change Log</a>.</dd>
+<dd>NetSurf 3.0 contains many changes over the 2.x release series. The biggest difference is the use of our new Document Object Model library, <a href="http://www.netsurf-browser.org/projects/libdom/">LibDOM</a>. This new library is a foundation that paves the way for us to implement a fully dynamic layout engine in the future. Other improvements in NetSurf 3.0 include completely new textarea support, ability to fetch and parse CSS in parallel with HTML documents, extensive behind-the-scenes refactoring, and a host of smaller changes and fixes. A more complete listing is available in the <a href="https://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt">Change Log</a>.</dd>
<dt><a href="http://www.wakefieldshow.org.uk/">NetSurf at the Wakefield Show</a> <span>23 Mar 2013</span></dt>
<dd>The NetSurf developers will be exhibiting at the Wakefield RISC OS trade show on Saturday 20th April. Please visit our stand to discuss issues, future plans, or just to meet the developers.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2013/03/man-cannot-discover-new-oceans-unless.html">Developer guide &ndash; 2: Working with the codebase and community</a> <span>07 Mar 2013</span></dt>