Go to file
2015-03-31 00:25:37 +01:00
!NetSurf
amiga
atari
beos
cocoa
content allocate small block using block use bitmaps to find free entries. 2015-03-31 00:25:37 +01:00
css
desktop
Docs
framebuffer
gtk
image
javascript
monkey
render add some debug to form gadget freeing 2015-03-27 15:27:33 +00:00
resources
riscos
test
utils
windows
.gitattributes
.gitignore
COPYING
Makefile allow the strip command to be overridden from the comamndline 2015-03-22 17:39:11 +00:00
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