Go to file
2017-04-19 16:23:08 +01:00
!NetSurf
content Duktape: Make declaration match definition for duk_refzero_check_fast() 2017-04-16 17:36:25 +01:00
desktop replace redraw and update methods with invalidate in window table API 2017-04-19 16:23:08 +01:00
Docs
frontends Adjust the requested class versions to be the minimum required. 2017-04-16 17:49:27 +01:00
include/netsurf replace redraw and update methods with invalidate in window table API 2017-04-19 16:23:08 +01:00
render
resources
test Support coverage flushing on assert() 2017-03-31 18:53:52 +01:00
utils
.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