summaryrefslogtreecommitdiff
path: root/about/news.html
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-07-18 14:23:43 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-07-18 14:23:43 +0100
commit1310062609eb9636e8803fa0fc980b2221831ecc (patch)
treee931459d52e3db0cab299415211b644f0fbe2d3b /about/news.html
parent72f300a1dddbc24c28586bf9fe107367ec3b7739 (diff)
downloadnetsurf-website-1310062609eb9636e8803fa0fc980b2221831ecc.tar.gz
netsurf-website-1310062609eb9636e8803fa0fc980b2221831ecc.tar.bz2
Use HTTPS scheme for CI and bug tracker URLs.
Diffstat (limited to 'about/news.html')
-rw-r--r--about/news.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/about/news.html b/about/news.html
index ad30ed8..db81384 100644
--- a/about/news.html
+++ b/about/news.html
@@ -44,9 +44,9 @@
<ul class="sitelinks">
<li><a href="//wiki.netsurf-browser.org/">Development wiki</a></li>
<li><a href="//source.netsurf-browser.org/">Git repository viewer</a></li>
-<li><a href="http://ci.netsurf-browser.org/">Continuous Integration</a></li>
-<li><a href="http://bugs.netsurf-browser.org/">Bug report system</a></li>
-<li><a href="http://ci.netsurf-browser.org/jenkins/view/Categorized/job/docs-netsurf/doxygen/">Code documentation</a></li>
+<li><a href="https://ci.netsurf-browser.org/">Continuous Integration</a></li>
+<li><a href="https://bugs.netsurf-browser.org/">Bug report system</a></li>
+<li><a href="https://ci.netsurf-browser.org/jenkins/view/Categorized/job/docs-netsurf/doxygen/">Code documentation</a></li>
</ul>
</div>
@@ -73,7 +73,7 @@
<dd>Over the last couple of weeks Michael has been able to work full time on NetSurf, and more particularly, its LibDOM and LibCSS components. At <a href="http://www.codethink.co.uk/">Codethink</a> there is an arrangement whereby engineers may fill time between projects by making contributions to certain open source projects. A <a href="https://listmaster.pepperfish.net/pipermail/netsurf-dev-netsurf-browser.org/2016-February/003831.html">write-up of the work done</a> has been posted to our mailing list. Thanks Codethink!</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2015/11/i-am-not-number-i-am-free-man.html">Developer weekend</a> <span>04 Nov 2015</span></dt>
<dd>Some of NetSurf's developers met up at <a href="http://www.codethink.co.uk/">Codethink</a>'s office in Manchester. The main focus of the event was to make some progress on JavaScript event handling. In additon, much time was spent squashing bugs. For more details, see Vince's <a href="http://vincentsanders.blogspot.co.uk/2015/11/i-am-not-number-i-am-free-man.html">write-up</a>.</dd>
-<dt><a href="http://ci.netsurf-browser.org/">Development builds now using Duktape</a> <span>12 Aug 2015</span></dt>
+<dt><a href="https://ci.netsurf-browser.org/">Development builds now using Duktape</a> <span>12 Aug 2015</span></dt>
<dd>We have replaced the old version of SpiderMonkey that we used to use as our JavaScript engine with <a href="http://duktape.org/">Duktape</a>, a lightweight engine which is more in keeping with NetSurf's goals. While we're testing our new JavaScript implementation we are forcing it on all the time in development builds. We'll return the &quot;JavaScript Enabled&quot; option to being choices-controlled when we're happy we're back to feature/stability parity.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2015/07/netsurf-developers-and-order-of-phoenix.html">Developer weekend</a> <span>27 Jul 2015</span></dt>
<dd>NetSurf's core developers met up at <a href="http://www.codethink.co.uk/">Codethink</a>'s office in Manchester to make some progress on a couple of the big areas we've been planning for some time. We made a start at changing to use <a href="http://duktape.org/">Duktape</a> as the JavaScript engine, and started outlining the shape of our <a href="//source.netsurf-browser.org/libnslayout.git/">new layout engine</a>. For more details, see Vince's <a href="http://vincentsanders.blogspot.co.uk/2015/07/netsurf-developers-and-order-of-phoenix.html">write-up</a>.</dd>
@@ -91,16 +91,16 @@
<dd>NetSurf won the award for &quot;best non-commercial product&quot; at the 2012/2013 RISC OS Awards. Thanks to everyone that voted for us!</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2014/01/netsurf-developer-workshop-redux.html">NetSurf developer workshop report</a> <span>06 Jan 2014</span></dt>
<dd>The NetSurf core developers gathered in Cambridge at the start of the year, and managed to do a considerable amount of work across various areas of the project. See the <a href="http://vincentsanders.blogspot.co.uk/2014/01/netsurf-developer-workshop-redux.html">developer workshop report</a> for more details. Thanks to <a href="http://www.collabora.com/">Collabora</a> for hosting the event.</dd>
-<dt><a href="http://bugs.netsurf-browser.org/">New bug report system launched</a> <span>17 Dec 2013</span></dt>
+<dt><a href="https://bugs.netsurf-browser.org/">New bug report system launched</a> <span>17 Dec 2013</span></dt>
<dd>We have created a new bug reporting system and transferred most of the existing reports from the old SourceForge powered bug tracker. Let us know if you have any trouble with the new system. The NetSurf project no longer uses SourceForge, and any issues raised there will go unseen.</dd>
<dt><a href="http://vlists.pepperfish.net/pipermail/netsurf-dev-netsurf-browser.org/2013-December/003230.html">LibCSS selection performance boost</a> <span>02 Dec 2013</span></dt>
-<dd>A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent <a href="http://ci.netsurf-browser.org/builds/">development builds</a> of NetSurf include this improvement.</dd>
+<dd>A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent <a href="https://ci.netsurf-browser.org/builds/">development builds</a> of NetSurf include this improvement.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2013/11/error-analysis-is-sweet-spot-for.html">Static analysis of the NetSurf codebase</a> <span>22 Nov 2013</span></dt>
-<dd>NetSurf and several of our libraries have recently been added to the <a href="https://scan.coverity.com/">Coverity Scan</a> service for open-source projects. It has enabled us to identify and fix quite a few bugs over a very short period. We also have the Clang static analyser set up as part of our <a href="http://ci.netsurf-browser.org/">CI system</a>. For more information on the utilisation of static analysis by the NetSurf project, take a look at <a href="http://vincentsanders.blogspot.co.uk/2013/11/error-analysis-is-sweet-spot-for.html">this article</a>.</dd>
-<dt><a href="http://ci.netsurf-browser.org/builds/">Summary of recent development</a> <span>16 Oct 2013</span></dt>
+<dd>NetSurf and several of our libraries have recently been added to the <a href="https://scan.coverity.com/">Coverity Scan</a> service for open-source projects. It has enabled us to identify and fix quite a few bugs over a very short period. We also have the Clang static analyser set up as part of our <a href="https://ci.netsurf-browser.org/">CI system</a>. For more information on the utilisation of static analysis by the NetSurf project, take a look at <a href="http://vincentsanders.blogspot.co.uk/2013/11/error-analysis-is-sweet-spot-for.html">this article</a>.</dd>
+<dt><a href="https://ci.netsurf-browser.org/builds/">Summary of recent development</a> <span>16 Oct 2013</span></dt>
<dd>Some of the recent changes made to NetSurf have included a rewritten core treeview widget. It fixes bugs, provides a nicer look &amp; feel, and yields an improvement to startup time. The Global History, Hotlist (Bookmarks), Cookie Manager, and SSL Certificate Inspection treeviews have all been rewritten with the new treeview. Another recent change is the addition of undo and redo support to NetSurf's textarea widget.</dd>
<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="http://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>
+<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>
<dt><a href="http://www.wakefieldshow.org.uk/">NetSurf at the Wakefield Show</a> <span>23 Mar 2013</span></dt>
@@ -113,8 +113,8 @@
<dd>We've rewritten NetSurf's textarea support, so composing webmail, forum posting, and form filling should be more reliable now. Support for text selection and other behaviour is improved.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2013/01/gource.html">Project development visulisations</a> <span>01 Jan 2013</span></dt>
<dd>Vince has produced <a href="http://code.google.com/p/gource/">Gource</a> animations that show the development of our project graphically. The videos habe been uploaded to <a href="http://www.youtube.com/playlist?list=PLDdL0LpD7UK69yb6iB6NyhxK1QJNnlzZJ">YouTube</a>.</dd>
-<dt><a href="http://ci.netsurf-browser.org/builds/">Early JavaScript builds available</a> <span>13 Dec 2012</span></dt>
-<dd>While there is a very long way to go before NetSurf becomes a fully JavaScript-capable browser, brave users may like to try the JavaScript enabled test builds from our <a href="http://ci.netsurf-browser.org/builds/">autobuilder</a>.</dd>
+<dt><a href="https://ci.netsurf-browser.org/builds/">Early JavaScript builds available</a> <span>13 Dec 2012</span></dt>
+<dd>While there is a very long way to go before NetSurf becomes a fully JavaScript-capable browser, brave users may like to try the JavaScript enabled test builds from our <a href="https://ci.netsurf-browser.org/builds/">autobuilder</a>.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2012/11/another-netsurf-developer-workshop.html">Development progress</a> <span>05 Nov 2012</span></dt>
<dd>The NetSurf Developers held another <a href="http://vincentsanders.blogspot.co.uk/2012/11/another-netsurf-developer-workshop.html">workshop</a> over the weekend. During the event we were able to consolidate several aspects of the browser after the previous <a href="/projects/libdom/">LibDOM</a> integration. LibDOM's performance was optimised, and the remaining usage of LibXML was removed from NetSurf. Thanks to <a href="http://www.collabora.com/">Collabora</a> who kindly hosted the workshop.</dd>
<dt><a href="//source.netsurf-browser.org/">Moved from SVN to Git</a> <span>15 Jul 2012</span></dt>