Go to file
Vincent Sanders 43fb761f45 add document.body, head and documentElement getters
add a dom utility file and use it
2012-11-07 18:53:05 +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
amiga Fix font_scan crash (credit: Gazelle) 2012-11-07 17:44:38 +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
Docs
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
javascript add document.body, head and documentElement getters 2012-11-07 18:53:05 +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
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
Makefile.defaults
Makefile.sources add document.body, head and documentElement getters 2012-11-07 18:53:05 +00: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
test-netsurf Use installed NetSurf binary when using development environment 2012-11-05 16:07:44 +00:00

--------------------------------------------------------------------------------
  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