Go to file
Sven Weidauer d4d749cd10 Decoding .ICO for favicons
svn path=/trunk/netsurf/; revision=11488
2011-01-25 18:48:28 +00:00
!NetSurf
amiga Create a new FTP launch-handler as well. 2011-01-23 17:59:57 +00:00
atari Added search dialog. 2011-01-22 16:47:20 +00:00
beos
cocoa Decoding .ICO for favicons 2011-01-25 18:48:28 +00:00
content A little more debug to help us spot how many users of locked contents there are, during shutdown 2011-01-20 12:55:51 +00:00
css
desktop History colours as constants r=jmb,vince 2011-01-24 13:32:35 +00:00
Docs Adding note about building universal libraries 2011-01-23 12:12:02 +00:00
framebuffer
gtk gtk context menu cleanups 2011-01-25 09:19:47 +00:00
image
render Ensure we free more of the css stuff for the box model. 2011-01-19 21:15:23 +00:00
riscos Make the tree icon dir a non-option 2011-01-20 14:05:13 +00:00
test
utils
windows fix include path setting on windows native build 2011-01-23 13:46:30 +00:00
COPYING
Makefile Tool defaults for windows host 2011-01-23 00:32:57 +00:00
Makefile.config.example
Makefile.defaults Remove leftover atari stuff in cocoa section. 2011-01-23 20:20:44 +00:00
Makefile.resources
Makefile.sources
README
test-nsgtk

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