Go to file
Michael Drake 5d2d7d579e Squash warning. 2012-10-11 12:58:11 +01:00
!NetSurf
Docs
amiga More fixup. 2012-10-11 11:47:48 +01:00
atari Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
beos Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
cocoa Squash warning. 2012-10-11 12:58:11 +01:00
content Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-10-11 11:21:27 +01:00
css
desktop Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
framebuffer Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
gtk Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
image
javascript Alocate jsclass_document_priv size. 2012-10-05 15:06:32 +01:00
monkey Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
render Fix frame name allocation. 2012-10-06 16:42:58 +01:00
resources
riscos Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
test Add a test for file scheme. 2012-10-10 18:00:47 +01:00
utils Ensure non-void functions have a return at the end, even though it shouldn't get there, to squash warning. 2012-10-11 11:58:27 +01:00
windows Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
.gitignore
COPYING
Makefile Set SQUEEZE variable. 2012-10-07 20:40:01 +01:00
Makefile.config.example
Makefile.defaults
Makefile.sources If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version string and also mention it in the testament 2012-10-06 18:12:57 +01:00
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