Go to file
Chris Young 9879cbbfae Merge branch 'chris/fix-palmap-crash'
Fixes a problem with OS4 freezing up when running NetSurf on a palette mapped screen.
2016-01-25 18:55:30 +00:00
!NetSurf
amiga Revert "Plot local history background white instead of wholly transparent" 2016-01-25 18:53:21 +00:00
atari fixup some empty logging calls in atari hotlist code 2016-01-25 15:49:31 +00:00
beos fix call to cookie manager initialisation for haiku 2016-01-19 15:31:56 +00:00
cocoa
content Tiny simplification of curl debug logging. 2016-01-21 09:27:27 +00:00
css
desktop
Docs
framebuffer
gtk
image
javascript make declarations match definitions for duk_raw_read_xxx_be 2016-01-25 15:49:31 +00:00
monkey
render Add comment on on-demand JS context creation safety 2016-01-21 14:58:38 +00:00
resources
riscos
test 1 isn't prime. 2016-01-23 17:44:42 +00:00
utils remove javascript build option from jenkins script 2016-01-25 16:10:42 +00:00
windows
.gitattributes
.gitignore
COPYING
Makefile
Makefile.config.example
Makefile.defaults
README
test-netsurf

--------------------------------------------------------------------------------
  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