Go to file
Daniel Silverstone c5c8a49276 Window.bnd: Expose isNan
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-06-09 15:20:01 +01:00
content Window.bnd: Expose isNan 2019-06-09 15:20:01 +01:00
desktop Ensure we set the defaults for the log options to those compiled in 2019-05-28 20:49:12 +01:00
docs add ability to stop a navigation in monkey frontend 2019-06-06 17:17:27 +01:00
frontends Update schedulers return codes 2019-06-08 13:33:16 +01:00
include/netsurf
resources
test allow monkey tests to stop navigation 2019-06-06 17:17:27 +01:00
utils
.clang-format
.gitattributes
.gitignore
COPYING
Makefile
Makefile.config.example
Makefile.defaults
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