You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Vincent Sanders 66fe825c8d
Official Release
6 years ago
content HTML: Don't try to finish an HTML document's conversion twice. 6 years ago
desktop Official Release 6 years ago
docs Update links in quick start to https 7 years ago
frontends update copyright years and versions in docs and readme 6 years ago
include/netsurf API: Don't expose urldb_{g|s}et_auth_details to frontends. 7 years ago
resources update copyright years and versions in docs and readme 6 years ago
test Support ASAN and UBSAN in Makefiles 7 years ago
utils remove use of strcpy 6 years ago
.clang-format add a clang format that roughly conforms to the netsurf style 7 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore ignore generated Messages files 6 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Typo fixes 7 years ago
Makefile.config.example Typo fixes 7 years ago
Makefile.defaults Support ASAN and UBSAN in Makefiles 7 years ago
README Fix to point at current build documentaion. 11 years ago

README

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the QUICK-START document in the Docs/ directory for instructions.


  Creating a new port
=====================

  Look at the existing front ends for example implementations.  The framebuffer
  front end is simplest and most self-contained.  Also, you can contact the
  developers for help:

      http://www.netsurf-browser.org/contact/

  Check out the developer documentation sources listed below too.


  Further documentation
=======================

  The Developer section of the web site has loads of info to get you started:

      http://www.netsurf-browser.org/developers/

  General documentation on how NetSurf's code works can be found on the
  development wiki:

      http://wiki.netsurf-browser.org/Documentation/

  The code style guide is here:

      http://www.netsurf-browser.org/developers/StyleGuide.pdf