Go to file
Daniel Silverstone 00f76b5ed9 Docs: Tidy LIBRARIES to reflect git transition 2012-07-01 06:46:23 +01:00
!NetSurf More work on about:imagecache entry listing table. 2012-04-12 13:43:57 +00:00
Docs Docs: Tidy LIBRARIES to reflect git transition 2012-07-01 06:46:23 +01:00
amiga Add lines to enable building against Spidermonkey 1.5 or 1.8.5 2012-06-30 09:43:55 +00:00
atari Added new iconset - thanks to atfact 2012-06-28 22:26:18 +00: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 fix theme comment 2012-06-20 09:05:24 +00:00
css Border width hint is concerned with border attribute, not width attribute. Fixes table borders. 2012-04-16 13:32:42 +00:00
desktop Add support for selecting text fragments (based on a patch from Ole Loots) 2012-06-30 10:24:15 +00:00
framebuffer Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
gtk make non js builds compile 2012-06-27 23:17:18 +00:00
image allow netsurf to build with gtk3 2012-05-16 19:57:43 +00:00
javascript Add compatability code to allow compilation with earlier Spidermonky versions 2012-06-30 17:38:12 +01:00
monkey Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
render fix mimetype handling of script elements 2012-06-28 14:38:28 +00:00
resources Add DoNotTrack to Amiga options GUI 2012-05-20 17:53:07 +00:00
riscos Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
test Fix cookie expiration 2011-11-22 00:34:06 +00:00
utils Remove bogus sanity checks -- the content factory removed the need for these. 2012-06-26 23:06:37 +00:00
windows Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
.gitignore Add a gitignore file 2012-06-04 15:48:09 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile remove junk blank page resource 2012-06-10 14:51:40 +00:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults fix missing default 2012-06-28 09:30:56 +00:00
Makefile.resources Futher simplification of the makefile 2010-10-29 00:54:27 +00:00
Makefile.sources correctly setup window object as global 2012-06-26 18:55:57 +00: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