Go to file
Chris Young 55c6841eca Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-11-07 22:52:03 +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 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-11-07 22:52:03 +00:00
atari Fixed syntax error caused by search&replace? 2012-11-07 23:35:43 +01: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 Fix GNUisms to make things more portable. 2012-11-07 08:43:28 +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 implement document.createTextNode operation 2012-11-07 19:55:42 +00:00
monkey Port save complete to libdom. 2012-11-03 23:19:45 +00:00
render add document.body, head and documentElement getters 2012-11-07 18:53:05 +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 add document.body, head and documentElement getters 2012-11-07 18:53:05 +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 add document.body, head and documentElement getters 2012-11-07 18:53:05 +00:00
Makefile.sources.javascript add Text interface 2012-11-07 18:53:05 +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