From c4c11f3585a16146810a9fa92564540bc25370a4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 9 Jun 2017 20:31:52 +0100 Subject: Update documentation links. --- about/awards.html | 1 + about/index.html | 1 + about/licence.html | 1 + about/news.html | 3 ++- about/team.html | 1 + about/thanks.html | 1 + contact/index.html | 1 + developers/contribute.html | 1 + developers/gsoc/2008ideas.html | 9 +++++---- developers/gsoc/2009ideas.html | 3 ++- developers/gsoc/2014ideas.html | 3 ++- developers/gsoc/index.html | 1 + developers/index.html | 3 ++- developers/publicity.html | 1 + documentation/develop.html | 7 ++++--- documentation/guide.html | 1 + documentation/index.html | 1 + documentation/info.html | 1 + documentation/nstheme.html | 1 + documentation/progress.html | 1 + documentation/resinstall.html | 1 + documentation/roinfo.html | 1 + documentation/translations.html | 1 + downloads/amiga/index.html | 1 + downloads/atari/index.html | 1 + downloads/beos/index.html | 1 + downloads/extras.html | 1 + downloads/gtk/index.html | 1 + downloads/index.html | 1 + downloads/macosx/index.html | 1 + downloads/riscos/index.html | 1 + downloads/source/index.html | 7 ++++--- downloads/themes/index.html | 1 + downloads/windows/index.html | 1 + index.html | 1 + webmasters/index.html | 1 + 36 files changed, 50 insertions(+), 14 deletions(-) diff --git a/about/awards.html b/about/awards.html index 8b8c9be..ac1b34a 100644 --- a/about/awards.html +++ b/about/awards.html @@ -46,6 +46,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/about/index.html b/about/index.html index 664334e..ef6896f 100644 --- a/about/index.html +++ b/about/index.html @@ -46,6 +46,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/about/licence.html b/about/licence.html index 1150c4a..47cc120 100644 --- a/about/licence.html +++ b/about/licence.html @@ -46,6 +46,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/about/news.html b/about/news.html index fca6b30..52dfebe 100644 --- a/about/news.html +++ b/about/news.html @@ -46,6 +46,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -162,7 +163,7 @@
    Bumper development summary, including performance and page layout improvements, better text selection handling, vastly improved GTK front end, ports to new platforms and Google Summer of Code round-up.
    Now using Hubbub 11 Aug 2008
    NetSurf now uses Hubbub, our new HTML parser which is compliant with the HTML5 specification. This fixes many issues and ensures we handle broken HTML in the same way as the other mainstream browsers.
    -
    BeOS port started 03 Jun 2008
    +
    BeOS port started 03 Jun 2008
    NetSurf is now running natively on the BeOS operating system. The early port is available from SVN.
    GSoC projects selected 22 Apr 2008
    The student projects that will be carried out this summer have been announced. See our GSoC page for details.
    diff --git a/about/team.html b/about/team.html index 7685fdb..db98447 100644 --- a/about/team.html +++ b/about/team.html @@ -46,6 +46,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/about/thanks.html b/about/thanks.html index d01f7c7..6e4f990 100644 --- a/about/thanks.html +++ b/about/thanks.html @@ -46,6 +46,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/contact/index.html b/contact/index.html index 660c239..a3a1347 100644 --- a/contact/index.html +++ b/contact/index.html @@ -37,6 +37,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/developers/contribute.html b/developers/contribute.html index 7d7811e..026751b 100644 --- a/developers/contribute.html +++ b/developers/contribute.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/developers/gsoc/2008ideas.html b/developers/gsoc/2008ideas.html index b376da6..839da56 100644 --- a/developers/gsoc/2008ideas.html +++ b/developers/gsoc/2008ideas.html @@ -41,6 +41,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -64,7 +65,7 @@
  • Have access to a computer with supported OS (RISC OS, Linux, FreeBSD, etc) or an OS relevant for the project you want to apply for (Windows, Mac OS).
  • Get up to speed with Git, as we use this for source control, and get the NetSurf source code.
  • Build NetSurf and enjoy using it. (Ask if you need help.)
  • -
  • Get familiarised with the source code – read the code documentation.
  • +
  • Get familiarised with the source code – read the code documentation.
  • When applying for a project
    @@ -104,12 +105,12 @@
  • Focus upon and fix the limitations in the current CSS engine
  • Develop an entirely new CSS engine to replace the existing one
  • -

    There is an outline description of a new CSS engine, which may be of interest to those who want to take the second approach to this project. This description is fairly complete from an external API perspective. The implementation details of a new engine are completely negotiable – we have some idea of what's needed, but the student's input will be highly valued.

    +

    There is an outline description of a new CSS engine, which may be of interest to those who want to take the second approach to this project. This description is fairly complete from an external API perspective. The implementation details of a new engine are completely negotiable – we have some idea of what's needed, but the student's input will be highly valued.

    Regardless of which approach is taken, we would expect that testing of the code is performed on a regular basis to ensure that things are still working as expected. New testcases should be written to exercise existing bugs and test out new functionality.

    Skills required: C, CSS, parsing

    Difficulty: Medium

    -

    Existing code: CSS parser and modules, Documentation

    +

    Existing code: CSS parser and modules

    References: CSS 2.1 specification DOM Level 2 Style specification

    Native Windows or Mac OS X ports

    @@ -202,7 +203,7 @@

    Skills required: C, HTML, CSS

    Difficulty: Hard

    -

    Existing code: Layout code, Documentation

    +

    Existing code: Layout code

    References: CSS 2.1 specification

    Improved GTK front end; tabs, downloads, etc

    diff --git a/developers/gsoc/2009ideas.html b/developers/gsoc/2009ideas.html index af111a9..a36fd1e 100644 --- a/developers/gsoc/2009ideas.html +++ b/developers/gsoc/2009ideas.html @@ -41,6 +41,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -62,7 +63,7 @@
  • Have access to a computer with supported OS (RISC OS, Linux, FreeBSD, BeOS, AmigaOS etc) or an OS relevant for the project you want to apply for (Windows, Mac OS).
  • Get up to speed with Git, as we use this for source control, and get the NetSurf source code.
  • Build NetSurf and enjoy using it. (Ask if you need help.)
  • -
  • Get familiarised with the source code – read the code documentation.
  • +
  • Get familiarised with the source code – read the code documentation.
  • Consider submitting a patch to fix an issue on our bug tracker or feature request tracker
  • diff --git a/developers/gsoc/2014ideas.html b/developers/gsoc/2014ideas.html index 6c00640..0bf0830 100644 --- a/developers/gsoc/2014ideas.html +++ b/developers/gsoc/2014ideas.html @@ -41,6 +41,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -61,7 +62,7 @@
  • Get up to speed with Git, as we use this for source control, and get the NetSurf source code. Here are a couple of articles that may help you get started with the NetSurf codebase: Getting & building the source, and Working with the codebase and community.
  • 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.
  • +
  • Get familiarised with the source code – read the code documentation.
  • 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 76725aa..cb469d1 100644 --- a/developers/gsoc/index.html +++ b/developers/gsoc/index.html @@ -41,6 +41,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/developers/index.html b/developers/index.html index 6b6f0f5..8174e06 100644 --- a/developers/index.html +++ b/developers/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -113,7 +114,7 @@

    The source is kept in a Git repository. To check the latest source out use the command provided in the developer documentation.

    -

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

    +

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

    It is also possible to browse the source online via the web interface.

    diff --git a/developers/publicity.html b/developers/publicity.html index 3065824..cb20ff6 100644 --- a/developers/publicity.html +++ b/developers/publicity.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/develop.html b/documentation/develop.html index c888de5..95e1485 100644 --- a/documentation/develop.html +++ b/documentation/develop.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -82,7 +83,7 @@

    Compiling

    -

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

    +

    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.

    @@ -90,12 +91,12 @@

    Dependencies

    -

    NetSurf requires a number of additional libraries to build. Consult the documents in the Docs directory of NetSurf's source tree for more info.

    +

    NetSurf requires a number of additional libraries to build. Consult the documents in the docs directory of NetSurf's source tree for more info.

    Source documentation

    -

    See the Docs directory for source code documentation. Our pictorial Style Guide (single-page PDF) shows our code style.

    +

    See the docs directory for source code documentation. Our pictorial Style Guide (single-page PDF) shows our code style.

    Communication

    diff --git a/documentation/guide.html b/documentation/guide.html index 89c22cb..3752d92 100644 --- a/documentation/guide.html +++ b/documentation/guide.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/index.html b/documentation/index.html index 36cdb9d..6733468 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/info.html b/documentation/info.html index f433061..1cf16f4 100644 --- a/documentation/info.html +++ b/documentation/info.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/nstheme.html b/documentation/nstheme.html index 3c4e508..edcdc34 100644 --- a/documentation/nstheme.html +++ b/documentation/nstheme.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/progress.html b/documentation/progress.html index ffc57d0..c130cf1 100644 --- a/documentation/progress.html +++ b/documentation/progress.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/resinstall.html b/documentation/resinstall.html index d272126..97a4860 100644 --- a/documentation/resinstall.html +++ b/documentation/resinstall.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/roinfo.html b/documentation/roinfo.html index b673586..61f3d34 100644 --- a/documentation/roinfo.html +++ b/documentation/roinfo.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/documentation/translations.html b/documentation/translations.html index 2d26f33..74e0b07 100644 --- a/documentation/translations.html +++ b/documentation/translations.html @@ -44,6 +44,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/amiga/index.html b/downloads/amiga/index.html index 41426bf..165e8de 100644 --- a/downloads/amiga/index.html +++ b/downloads/amiga/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/atari/index.html b/downloads/atari/index.html index 24834e8..40883de 100644 --- a/downloads/atari/index.html +++ b/downloads/atari/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/beos/index.html b/downloads/beos/index.html index 8fda38a..1bcdacb 100644 --- a/downloads/beos/index.html +++ b/downloads/beos/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/extras.html b/downloads/extras.html index dc72ad6..d6cfcab 100644 --- a/downloads/extras.html +++ b/downloads/extras.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/gtk/index.html b/downloads/gtk/index.html index f3e7698..6da01de 100644 --- a/downloads/gtk/index.html +++ b/downloads/gtk/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/index.html b/downloads/index.html index 3f09eaf..15eaec6 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/macosx/index.html b/downloads/macosx/index.html index 7b714bc..19664a4 100644 --- a/downloads/macosx/index.html +++ b/downloads/macosx/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/riscos/index.html b/downloads/riscos/index.html index 89d0cdf..f87241d 100644 --- a/downloads/riscos/index.html +++ b/downloads/riscos/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/downloads/source/index.html b/downloads/source/index.html index c9ced74..e871135 100644 --- a/downloads/source/index.html +++ b/downloads/source/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • @@ -88,13 +89,13 @@

    There are two versions of NetSurf: NetSurf for RISC OS and GTK NetSurf (often referred to as nsgtk).

    Unix-like platforms

    -

    Users of Unix-like platforms, including Linux, should follow the build instructions provided in the Docs/QUICK-START file. This can be found in the source tree or viewed via the Git web interface.

    +

    Users of Unix-like platforms, including Linux, should follow the build instructions provided in the docs/quick-start.md file. This can be found in the source tree or viewed via the Git web interface.

    Haiku and BeOS

    -

    Users of BeOS-like platforms should follow the build instructions provided in the Docs/BUILDING-BeOS file. This can be found in the source tree or viewed via the Git web interface.

    +

    Users of BeOS-like platforms should follow the build instructions provided in the docs/building-Haiku.md file. This can be found in the source tree or viewed via the Git web interface.

    AmigaOS

    -

    Users of AmigaOS should follow the build instructions provided in the Docs/BUILDING-AmigaOS file. This can be found in the source tree or viewed via the Git web interface.

    +

    Users of AmigaOS should follow the build instructions provided in the docs/building-AmigaOS.md file. This can be found in the source tree or viewed via the Git web interface.

    diff --git a/downloads/windows/index.html b/downloads/windows/index.html index 4ecdf78..c4d44e9 100644 --- a/downloads/windows/index.html +++ b/downloads/windows/index.html @@ -42,6 +42,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/index.html b/index.html index 1a3b943..a9f5235 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • diff --git a/webmasters/index.html b/webmasters/index.html index 8bcb2c7..c5cb980 100644 --- a/webmasters/index.html +++ b/webmasters/index.html @@ -37,6 +37,7 @@
  • Git repository viewer
  • Continuous Integration
  • Bug report system
  • +
  • Code documentation
  • -- cgit v1.2.3