Go to file
Michael Drake 27b6096dcd Move stuct rect out of box.h and tree.c.
svn path=/trunk/netsurf/; revision=11647
2011-02-11 19:35:16 +00:00
!NetSurf
Docs
amiga Port to browser_window_redraw() 2011-02-11 19:03:01 +00:00
atari Fix copying text/plain to clipboard 2011-02-09 20:31:34 +00:00
beos
cocoa improve browser_window_redraw width and height handling 2011-02-11 00:14:22 +00:00
content Better documentation of content_redraw 2011-02-11 10:55:46 +00:00
css
desktop Move stuct rect out of box.h and tree.c. 2011-02-11 19:35:16 +00:00
framebuffer improve browser_window_redraw width and height handling 2011-02-11 00:14:22 +00:00
gtk improve browser_window_redraw width and height handling 2011-02-11 00:14:22 +00:00
image
render Move stuct rect out of box.h and tree.c. 2011-02-11 19:35:16 +00:00
riscos Unilaterally clear background to white before redraw 2011-02-11 08:48:40 +00:00
test
utils
windows improve browser_window_redraw width and height handling 2011-02-11 00:14:22 +00:00
COPYING
Makefile
Makefile.config.example
Makefile.defaults
Makefile.resources
Makefile.sources
README
test-nsgtk

README

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the appropriate BUILDING-* 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