From 1310062609eb9636e8803fa0fc980b2221831ecc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 18 Jul 2018 14:23:43 +0100 Subject: Use HTTPS scheme for CI and bug tracker URLs. --- about/awards.html | 6 +++--- about/index.html | 8 ++++---- about/licence.html | 6 +++--- about/news.html | 22 +++++++++++----------- about/screenshots/index.html | 4 ++-- about/team.html | 6 +++--- about/thanks.html | 6 +++--- contact/index.html | 8 ++++---- developers/contribute.html | 6 +++--- developers/gsoc/2008ideas.html | 6 +++--- developers/gsoc/2009ideas.html | 6 +++--- developers/gsoc/2014ideas.html | 8 ++++---- developers/gsoc/index.html | 6 +++--- developers/index.html | 8 ++++---- developers/publicity.html | 6 +++--- documentation/develop.html | 8 ++++---- documentation/guide.html | 6 +++--- documentation/index.html | 6 +++--- documentation/info.html | 12 ++++++------ documentation/nstheme.html | 6 +++--- documentation/progress.html | 6 +++--- documentation/resinstall.html | 6 +++--- documentation/roinfo.html | 6 +++--- documentation/translations.html | 8 ++++---- downloads/amiga/index.html | 8 ++++---- downloads/atari/index.html | 8 ++++---- downloads/beos/index.html | 8 ++++---- downloads/extras.html | 6 +++--- downloads/gtk/index.html | 6 +++--- downloads/index.html | 6 +++--- downloads/macosx/index.html | 8 ++++---- downloads/riscos/index.html | 8 ++++---- downloads/source/index.html | 6 +++--- downloads/themes/index.html | 6 +++--- downloads/windows/index.html | 8 ++++---- index.html | 6 +++--- webmasters/index.html | 6 +++--- 37 files changed, 133 insertions(+), 133 deletions(-) diff --git a/about/awards.html b/about/awards.html index 64f642a..0e226db 100644 --- a/about/awards.html +++ b/about/awards.html @@ -44,9 +44,9 @@ diff --git a/about/index.html b/about/index.html index 4d9a917..7407d6e 100644 --- a/about/index.html +++ b/about/index.html @@ -44,9 +44,9 @@ @@ -83,7 +83,7 @@

Project History

-

The NetSurf project was started in April 2002 in response to a discussion of the deficiencies of the RISC OS browsers that were available at the time. NetSurf has been developed continuously ever since. The latest features and bug fixes have always been available immediately to users through the project's autobuilder. NetSurf had become the most widely used browser on RISC OS well before NetSurf's first release, version 1.0, on 17th May 2007. Development builds have continued to be more widely used than release versions by RISC OS users.

+

The NetSurf project was started in April 2002 in response to a discussion of the deficiencies of the RISC OS browsers that were available at the time. NetSurf has been developed continuously ever since. The latest features and bug fixes have always been available immediately to users through the project's autobuilder. NetSurf had become the most widely used browser on RISC OS well before NetSurf's first release, version 1.0, on 17th May 2007. Development builds have continued to be more widely used than release versions by RISC OS users.

Screenshot of an ancient NetSurf version. An old version from April 2004 displaying the Drobe web site in March 2009.

diff --git a/about/licence.html b/about/licence.html index 2e9871e..f964b43 100644 --- a/about/licence.html +++ b/about/licence.html @@ -44,9 +44,9 @@ 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 @@ @@ -73,7 +73,7 @@
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 Codethink there is an arrangement whereby engineers may fill time between projects by making contributions to certain open source projects. A write-up of the work done has been posted to our mailing list. Thanks Codethink!
Developer weekend 04 Nov 2015
Some of NetSurf's developers met up at Codethink'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 write-up.
-
Development builds now using Duktape 12 Aug 2015
+
Development builds now using Duktape 12 Aug 2015
We have replaced the old version of SpiderMonkey that we used to use as our JavaScript engine with Duktape, 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 "JavaScript Enabled" option to being choices-controlled when we're happy we're back to feature/stability parity.
Developer weekend 27 Jul 2015
NetSurf's core developers met up at Codethink'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 Duktape as the JavaScript engine, and started outlining the shape of our new layout engine. For more details, see Vince's write-up.
@@ -91,16 +91,16 @@
NetSurf won the award for "best non-commercial product" at the 2012/2013 RISC OS Awards. Thanks to everyone that voted for us!
NetSurf developer workshop report 06 Jan 2014
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 developer workshop report for more details. Thanks to Collabora for hosting the event.
-
New bug report system launched 17 Dec 2013
+
New bug report system launched 17 Dec 2013
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.
LibCSS selection performance boost 02 Dec 2013
-
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 development builds of NetSurf include this improvement.
+
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 development builds of NetSurf include this improvement.
Static analysis of the NetSurf codebase 22 Nov 2013
-
NetSurf and several of our libraries have recently been added to the Coverity Scan 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 CI system. For more information on the utilisation of static analysis by the NetSurf project, take a look at this article.
-
Summary of recent development 16 Oct 2013
+
NetSurf and several of our libraries have recently been added to the Coverity Scan 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 CI system. For more information on the utilisation of static analysis by the NetSurf project, take a look at this article.
+
Summary of recent development 16 Oct 2013
Some of the recent changes made to NetSurf have included a rewritten core treeview widget. It fixes bugs, provides a nicer look & 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.
Continuous Integration experiences 05 Sep 2013
-
We've been running our Jenkins based Continuous Integration (CI) 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 our experiences with the CI system.
+
We've been running our Jenkins based Continuous Integration (CI) 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 our experiences with the CI system.
NetSurf 3.0 released 20 Apr 2013
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, LibDOM. 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 Change Log.
NetSurf at the Wakefield Show 23 Mar 2013
@@ -113,8 +113,8 @@
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.
Project development visulisations 01 Jan 2013
Vince has produced Gource animations that show the development of our project graphically. The videos habe been uploaded to YouTube.
-
Early JavaScript builds available 13 Dec 2012
-
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 autobuilder.
+
Early JavaScript builds available 13 Dec 2012
+
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 autobuilder.
Development progress 05 Nov 2012
The NetSurf Developers held another workshop over the weekend. During the event we were able to consolidate several aspects of the browser after the previous LibDOM integration. LibDOM's performance was optimised, and the remaining usage of LibXML was removed from NetSurf. Thanks to Collabora who kindly hosted the workshop.
Moved from SVN to Git 15 Jul 2012
diff --git a/about/screenshots/index.html b/about/screenshots/index.html index 4714e5f..d98c493 100644 --- a/about/screenshots/index.html +++ b/about/screenshots/index.html @@ -44,8 +44,8 @@ diff --git a/about/team.html b/about/team.html index 0b088d0..ff4bac0 100644 --- a/about/team.html +++ b/about/team.html @@ -44,9 +44,9 @@ diff --git a/about/thanks.html b/about/thanks.html index ae281f9..d7aac45 100644 --- a/about/thanks.html +++ b/about/thanks.html @@ -44,9 +44,9 @@ diff --git a/contact/index.html b/contact/index.html index c5e19b4..99c292a 100644 --- a/contact/index.html +++ b/contact/index.html @@ -35,9 +35,9 @@ @@ -59,7 +59,7 @@

User support tracker

-
NetSurf Bug Report System
+
NetSurf Bug Report System
If you run into problems using NetSurf, please read the guidelines for reporting bugs and submit them to our bug tracker.
diff --git a/developers/contribute.html b/developers/contribute.html index 43b4cf1..660db92 100644 --- a/developers/contribute.html +++ b/developers/contribute.html @@ -40,9 +40,9 @@ diff --git a/developers/gsoc/2008ideas.html b/developers/gsoc/2008ideas.html index d888bb6..4ea156a 100644 --- a/developers/gsoc/2008ideas.html +++ b/developers/gsoc/2008ideas.html @@ -39,9 +39,9 @@ diff --git a/developers/gsoc/2009ideas.html b/developers/gsoc/2009ideas.html index 991819d..b806cfb 100644 --- a/developers/gsoc/2009ideas.html +++ b/developers/gsoc/2009ideas.html @@ -39,9 +39,9 @@ diff --git a/developers/gsoc/2014ideas.html b/developers/gsoc/2014ideas.html index d57ba4b..480bd96 100644 --- a/developers/gsoc/2014ideas.html +++ b/developers/gsoc/2014ideas.html @@ -39,9 +39,9 @@ @@ -63,7 +63,7 @@
  • Build NetSurf and enjoy using it. (Ask on IRC if you need help.)
  • Join our IRC channel #netsurf on Freenode and introduce yourself. Also, subscribe to the developer mailing list.
  • Get familiarised with the source code – read the code documentation.
  • -
  • Consider submitting a patch to fix an issue on our bug tracker.
  • +
  • Consider submitting a patch to fix an issue on our bug tracker.
  • Ideally students will have a dialogue with us about what they intend to do, before they make their application.
  • diff --git a/developers/gsoc/index.html b/developers/gsoc/index.html index 49f8deb..b1e9937 100644 --- a/developers/gsoc/index.html +++ b/developers/gsoc/index.html @@ -39,9 +39,9 @@ diff --git a/developers/index.html b/developers/index.html index ef6335a..a3f7bf6 100644 --- a/developers/index.html +++ b/developers/index.html @@ -40,9 +40,9 @@ @@ -90,7 +90,7 @@

    If you've developed a patch for NetSurf you can send it to us by either:

      -
    1. Putting it on the patch tracker.
    2. +
    3. Putting it on the patch tracker.
    4. Posting to the NetSurf Development mailing list and attaching the patch.
    5. Giving the patch to one of the developers in the NetSurf IRC channel.
    diff --git a/developers/publicity.html b/developers/publicity.html index ff67b91..6beae92 100644 --- a/developers/publicity.html +++ b/developers/publicity.html @@ -40,9 +40,9 @@ diff --git a/documentation/develop.html b/documentation/develop.html index 25bad00..b088e90 100644 --- a/documentation/develop.html +++ b/documentation/develop.html @@ -42,9 +42,9 @@ @@ -85,7 +85,7 @@

    The recommended compilers are GCC or Clang. Guides to building NetSurf for various platforms are available in the source tree.

    -

    The autobuilder compiles every change pushed to our Git repository. It also runs test suites and other features automatically.

    +

    The autobuilder compiles every change pushed to our Git repository. It also runs test suites and other features automatically.

    A debug version of NetSurf can be built. This is command-line only and does not include any GUI code. It runs natively on Linux so can be debugged and checked using gdb, efence, valgrind, etc.

    diff --git a/documentation/guide.html b/documentation/guide.html index 6241b9c..84d3d95 100644 --- a/documentation/guide.html +++ b/documentation/guide.html @@ -42,9 +42,9 @@ diff --git a/documentation/index.html b/documentation/index.html index d63ea90..ae1963c 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -42,9 +42,9 @@ diff --git a/documentation/info.html b/documentation/info.html index 1873db1..ef5648d 100644 --- a/documentation/info.html +++ b/documentation/info.html @@ -42,9 +42,9 @@ @@ -74,7 +74,7 @@
    Stable releases
    These are recommended for most users, particularly if this is your first experience of NetSurf.
    -
    Development builds
    +
    Development builds
    These are built automatically from the latest bleeding-edge source code and may be unstable. Development builds are currently available only for certain platforms. Users of other platforms can obtain the latest source code and follow the simple compilation instructions.
    @@ -92,7 +92,7 @@

    Before submitting a bug report, please:

      -
    1. check that the bug exhibits itself in the latest version available for download at the time.
    2. +
    3. check that the bug exhibits itself in the latest version available for download at the time.
    4. try to find a reproducible way of triggering the bug.
    5. check the progress page be sure that something has actually been implemented.
    @@ -109,7 +109,7 @@
  • if you can narrow a bug down to a minimal test-case, then that's great. Please provide it as it's likely to speed up a fix. (Don't worry if you can't.)
  • -

    Bug reports should be made on the our bug report system.

    +

    Bug reports should be made on the our bug report system.

    Feature requests

    diff --git a/documentation/nstheme.html b/documentation/nstheme.html index 41dd986..77f9a91 100644 --- a/documentation/nstheme.html +++ b/documentation/nstheme.html @@ -42,9 +42,9 @@ diff --git a/documentation/progress.html b/documentation/progress.html index 3aea005..dac478f 100644 --- a/documentation/progress.html +++ b/documentation/progress.html @@ -42,9 +42,9 @@ diff --git a/documentation/resinstall.html b/documentation/resinstall.html index d2c7309..699954a 100644 --- a/documentation/resinstall.html +++ b/documentation/resinstall.html @@ -42,9 +42,9 @@ diff --git a/documentation/roinfo.html b/documentation/roinfo.html index d5afd11..6518874 100644 --- a/documentation/roinfo.html +++ b/documentation/roinfo.html @@ -42,9 +42,9 @@ diff --git a/documentation/translations.html b/documentation/translations.html index d040cf7..1953165 100644 --- a/documentation/translations.html +++ b/documentation/translations.html @@ -42,9 +42,9 @@ @@ -101,7 +101,7 @@

    "??" is a two letter country code, such as "de" (Germany) or "fr" (France)

    -

    Alternatively, the three files from !NetSurf can be taken from the latest build and any documentation or web material can be found on the web site. Do not be put off by the amount of files that can be translated. A translation of just NetSurf's interface is much better than no translation at all!

    +

    Alternatively, the three files from !NetSurf can be taken from the latest build and any documentation or web material can be found on the web site. Do not be put off by the amount of files that can be translated. A translation of just NetSurf's interface is much better than no translation at all!

    Please translate from the English version as this will always be most up to date.

    diff --git a/downloads/amiga/index.html b/downloads/amiga/index.html index e2f38e4..d1b945b 100644 --- a/downloads/amiga/index.html +++ b/downloads/amiga/index.html @@ -40,9 +40,9 @@ @@ -56,7 +56,7 @@
    -
    Test builds
    +
    Test builds
    Bleeding-edge test builds are available for those that want to try the latest experimental features.
    diff --git a/downloads/atari/index.html b/downloads/atari/index.html index ada96c0..8256dec 100644 --- a/downloads/atari/index.html +++ b/downloads/atari/index.html @@ -40,9 +40,9 @@ @@ -56,7 +56,7 @@
    -
    Test builds
    +
    Test builds
    Bleeding-edge test builds are available for those that want to try the latest experimental features.
    diff --git a/downloads/beos/index.html b/downloads/beos/index.html index 15b2d9f..7495e3d 100644 --- a/downloads/beos/index.html +++ b/downloads/beos/index.html @@ -40,9 +40,9 @@ @@ -56,7 +56,7 @@
    -
    Test builds
    +
    Test builds
    Bleeding-edge test builds are available for those that want to try the latest experimental features.
    diff --git a/downloads/extras.html b/downloads/extras.html index ecd1710..aaa8e9f 100644 --- a/downloads/extras.html +++ b/downloads/extras.html @@ -40,9 +40,9 @@ diff --git a/downloads/gtk/index.html b/downloads/gtk/index.html index 4a9ae3e..52871ab 100644 --- a/downloads/gtk/index.html +++ b/downloads/gtk/index.html @@ -40,9 +40,9 @@ diff --git a/downloads/index.html b/downloads/index.html index 4774b64..b6e8582 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -40,9 +40,9 @@ diff --git a/downloads/macosx/index.html b/downloads/macosx/index.html index e354024..3d4934f 100644 --- a/downloads/macosx/index.html +++ b/downloads/macosx/index.html @@ -40,9 +40,9 @@ @@ -56,7 +56,7 @@
    -
    Test builds
    +
    Test builds
    Bleeding-edge test builds are available for those that want to try the latest experimental features.
    diff --git a/downloads/riscos/index.html b/downloads/riscos/index.html index 05b6aa9..a7afedd 100644 --- a/downloads/riscos/index.html +++ b/downloads/riscos/index.html @@ -40,9 +40,9 @@ @@ -56,7 +56,7 @@
    -
    Test builds
    +
    Test builds
    Bleeding-edge test builds are available for those that want to try the latest experimental features.
    diff --git a/downloads/source/index.html b/downloads/source/index.html index e903669..4e24aae 100644 --- a/downloads/source/index.html +++ b/downloads/source/index.html @@ -40,9 +40,9 @@ diff --git a/downloads/themes/index.html b/downloads/themes/index.html index 5813acd..c256a27 100644 --- a/downloads/themes/index.html +++ b/downloads/themes/index.html @@ -40,9 +40,9 @@ diff --git a/downloads/windows/index.html b/downloads/windows/index.html index 84a256d..6efdf50 100644 --- a/downloads/windows/index.html +++ b/downloads/windows/index.html @@ -40,9 +40,9 @@ @@ -56,7 +56,7 @@
    -
    Test builds
    +
    Test builds
    Bleeding-edge test builds are available for those that want to try the latest experimental features.
    diff --git a/index.html b/index.html index 7cfa599..a5d0ff0 100644 --- a/index.html +++ b/index.html @@ -35,9 +35,9 @@ diff --git a/webmasters/index.html b/webmasters/index.html index 5d496af..7f28745 100644 --- a/webmasters/index.html +++ b/webmasters/index.html @@ -35,9 +35,9 @@ -- cgit v1.2.3