Go to file
Michael Drake 541724fb0d Add hotlist iteration function. 2013-09-03 19:43:59 +01:00
!NetSurf
Docs
amiga Avoid an error. 2013-09-03 16:32:48 +01:00
atari Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
beos Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
cocoa Some cocoa build fixes. 2013-09-03 16:25:01 +01:00
content Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
css
desktop Add hotlist iteration function. 2013-09-03 19:43:59 +01:00
framebuffer Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
gtk Port to new recursive expand/contract functions. 2013-09-03 12:36:55 +01:00
image
javascript
monkey Remove bulk of old treeview implementation. 2013-09-02 16:19:16 +01:00
render
resources Use Messages for default folder name. 2013-08-27 12:44:01 +01:00
riscos Don't allow what treeview initialisation sets as the dimensions to be overwritten with defaults of 0. 2013-09-03 17:12:08 +01:00
test Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
utils make js library selection target dependant 2013-09-03 16:07:57 +01:00
windows Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
.gitattributes
.gitignore
COPYING
Makefile
Makefile.config.example
Makefile.defaults
README
test-netsurf

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