Go to file
Michael Drake d70bf9ac43 Fix ref counting issue in HEAD handler. Fix logic error too. 2012-07-22 21:31:30 +01:00
!NetSurf Remove favicon and fix logo URL in non-en welcome pages. 2012-07-21 18:50:04 +01:00
Docs Update default homepage URL to about:welcome. Make RISC OS front end use NETSURF_HOMEPAGE too. 2012-07-21 13:13:57 +01:00
amiga Correct library name. Update versions to 1.7. 2012-07-07 10:00:34 +01:00
atari Fix access to context data URL char *. 2012-07-14 22:15:05 +02:00
beos Fix building on Haiku. 2012-04-17 19:08:30 +00:00
cocoa Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
content Add about:welcome handler and enable resource:welcome.html. 2012-07-21 13:12:51 +01:00
css Fix ref counting issue in named sibling selection callback. 2012-07-22 21:22:05 +01:00
desktop Show refcnt in lwc iterator at netsurf exit. 2012-07-22 20:24:33 +01:00
framebuffer Add welcome page resources. Add symlinks to English welcome page to gtk and framebuffer. 2012-07-21 13:09:14 +01:00
gtk Add welcome page resources. Add symlinks to English welcome page to gtk and framebuffer. 2012-07-21 13:09:14 +01:00
image allow netsurf to build with gtk3 2012-05-16 19:57:43 +00:00
javascript remove parser binding layer 2012-07-13 17:37:22 -06:00
monkey Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
render Fix ref counting issue in HEAD handler. Fix logic error too. 2012-07-22 21:31:30 +01:00
resources Add DoNotTrack to Amiga options GUI 2012-05-20 17:53:07 +00:00
riscos Use online docs. 2012-07-21 14:55:51 +01:00
test Fix cookie expiration 2011-11-22 00:34:06 +00:00
utils Interned string cleanup, phase 5: Move imagemap.c to corestring. 2012-07-22 20:52:34 +01:00
windows Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
.gitignore Fix ignore of files in !NetSurf dir. 2012-07-21 11:48:16 +01:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Plumbing for Atari cross-compilation 2012-07-20 16:30:12 +01:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults Update default homepage URL to about:welcome. Make RISC OS front end use NETSURF_HOMEPAGE too. 2012-07-21 13:13:57 +01:00
Makefile.resources Futher simplification of the makefile 2010-10-29 00:54:27 +00:00
Makefile.sources Interned string cleanup, phase 2: Create utils/corestrings and use it in css handler. 2012-07-22 15:48:55 +01:00
README Remove date. 2010-03-30 10:30:02 +00:00
test-nsgtk Remove silly -x 2011-03-29 19:34:20 +00:00

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