Go to file
2019-05-18 22:39:39 +01:00
content HTML: Update selection media data for new libcss API. 2019-05-07 14:01:51 +01:00
desktop Browser window: Handle the content msg for getdims. 2019-05-06 15:38:33 +01:00
docs complete basic binding documentation 2019-05-06 12:04:06 +01:00
frontends quieten down windows debug 2019-05-17 18:15:58 +01:00
include/netsurf Support DEBUG log level in console_log 2019-05-06 10:16:48 +01:00
resources update ca bundle 2019-05-18 22:39:39 +01:00
test allow render checks to be empty 2019-05-18 22:39:15 +01:00
utils Add SCRIPT to core domstrings 2019-05-05 16:00:03 +01:00
.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