Go to file
Vincent Sanders 2b4a359425 reduce call overhead on log messages 2012-11-05 15:49:23 +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 Port save complete to libdom. 2012-11-03 23:19:45 +00:00
framebuffer Use FatMessages in framebuffer frontend 2012-11-04 11:44:55 +00:00
gtk Appease ancient "install" by removing -C 2012-11-05 09:08:52 +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 working docuemnt.cookie 2012-11-04 16:37:51 +00:00
monkey Port save complete to libdom. 2012-11-03 23:19:45 +00:00
render Fix placement of first inline on line below a float, when float has been shifted up by >= its own height with a negative margin. 2012-11-04 19:55:24 +00:00
resources More useful DataTypes image title 2012-10-28 17:59:57 +00:00
riscos Include CryptRand module, and RMEnsure it in the Run file 2012-11-04 15:02:02 +00:00
test working docuemnt.cookie 2012-11-04 16:37:51 +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 Fix it so that the JSAPI bindings are rebuilt if sources are touched 2012-11-04 16:57:41 +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 Make test-nsgtk more generic and use installed version when people have set up a suitable environment with a PREFIX 2012-11-04 15:40:37 +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