Go to file
Vincent Sanders b68f928cb2 fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey 2012-11-06 18:47:26 +00:00
!NetSurf Delete old messages files. This will break some frontends that have not been converted to use Fat/Thin messages. 2012-11-03 12:31:49 +00:00
Docs update doxygen config 2012-07-24 14:00:47 +01:00
amiga Fix missing includes. 2012-11-03 23:30:41 +00:00
atari Port save complete to libdom. 2012-11-03 23:19:45 +00:00
beos Port save complete to libdom. 2012-11-03 23:19:45 +00:00
cocoa Port save complete to libdom. 2012-11-03 23:19:45 +00:00
content Only disable TLS1.2 if it can be disabled. 2012-11-04 16:01:05 +00:00
css File input boxen deserve EX width hinting 2012-11-04 17:36:17 +00:00
desktop Fix to escape comments in save complete output. 2012-11-06 10:02:17 +00:00
framebuffer Use FatMessages in framebuffer frontend 2012-11-04 11:44:55 +00:00
gtk add math library to link 2012-11-05 17:20:33 +00:00
image make image content handlers title setting use the heap instead of the stack and remove the possibility of buffer overruns 2012-10-25 11:12:41 +01:00
javascript fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey 2012-11-06 18:47:26 +00:00
monkey Port save complete to libdom. 2012-11-03 23:19:45 +00:00
render Add support for CSS clip property. 2012-11-06 18:19:37 +00:00
resources More useful DataTypes image title 2012-10-28 17:59:57 +00:00
riscos Use true/false for verbose_log. 2012-11-05 17:06:49 +00:00
test add another javascript test 2012-11-06 18:20:41 +00:00
utils reduce call overhead on log messages 2012-11-05 15:49:23 +00:00
windows Port save complete to libdom. 2012-11-03 23:19:45 +00:00
.gitignore Ignore italian messages 2012-11-03 15:12:35 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Create directories before compiling templates. I do not understand why this isn't a problem for Jenkins. 2012-11-06 14:56:30 +00:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults Remove no longer correct comment 2012-10-24 18:58:46 +01:00
Makefile.sources use generated htmldocument binding 2012-10-25 11:17:33 +01:00
Makefile.sources.javascript Ensure we wait for the OBJROOT *BEFORE* we try and build javascript bindings 2012-11-04 17:04:43 +00:00
README Remove date. 2010-03-30 10:30:02 +00:00
test-netsurf Use installed NetSurf binary when using development environment 2012-11-05 16:07:44 +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