Go to file
2016-10-26 23:19:21 +01:00
!NetSurf UA style: Simplify HR style. 2016-10-13 15:19:06 +01:00
content Table cell nowrap attribute is presentational hint, not UA style. 2016-10-13 12:44:27 +01:00
desktop
Docs add some example code to aid in explaining the core window interface 2016-10-26 13:59:24 +01:00
frontends clean up documentation of GTK core window interfaces 2016-10-26 13:58:51 +01:00
include/netsurf Improve window operation table documentation 2016-10-26 23:19:21 +01:00
render
resources
test
utils windows frontend netsurf options 2016-10-19 23:07:43 +01:00
.gitattributes
.gitignore remove unused extraneous windows file 2016-10-19 11:08:45 +01:00
COPYING
Makefile remove unused extraneous windows file 2016-10-19 11:08:45 +01: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