Go to file
2020-01-26 15:52:27 +00:00
content re-order config include so strcasecmp is correctly detected on RISC OS/win32 2019-12-22 11:11:04 +00:00
desktop re-order config include so strcasecmp is correctly detected on RISC OS/win32 2019-12-22 11:11:04 +00:00
docs remove sputious "the" in quick start instructions 2020-01-26 15:52:27 +00:00
frontends limit monkey backtrace generation to libc where it is available 2020-01-11 10:23:14 +00:00
include/netsurf
resources Updated italian translations 2020-01-21 21:36:09 +00:00
test improve monkey-see-monkey-do backtrace output to include function name 2020-01-12 23:57:32 +00:00
utils limit monkey backtrace generation to libc where it is available 2020-01-11 10:23:14 +00: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