Go to file
Vincent Sanders 3f1b683845 implement dom-getElementsByTagName and nodelist and htmlcollection 2012-11-03 21:37:06 +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 up amiga/iff_dr2d.c with svgtiny using libdom now 2012-11-03 18:28:12 +00:00
atari A little bit of polish? 2012-11-03 14:20:54 +00:00
beos Fix "error setting certificate verify locations" problem when the Choices file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak. 2012-10-17 14:20:18 +01:00
cocoa fix cocoa Message generation 2012-11-03 16:27:31 +00:00
content Improve error handling in html content 2012-10-17 21:52:43 +01:00
css reduce talloc usage to box tree layout only 2012-10-03 19:26:17 +01:00
desktop fix warnings 2012-10-18 10:40:53 +01:00
framebuffer add javascript build support to framebuffer 2012-10-22 16:37:58 +01:00
gtk Merge Vincent's Javascript work onto master 2012-11-03 15:13:43 +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 dom-getElementsByTagName and nodelist and htmlcollection 2012-11-03 21:37:06 +00:00
monkey Disable unused-but-set-variable warnings until such time as the JS bindings are complete (or bodged) 2012-11-02 23:04:22 +00:00
render Improve error handling in html content 2012-10-17 21:52:43 +01:00
resources More useful DataTypes image title 2012-10-28 17:59:57 +00:00
riscos Try to have RISC OS front end use FatMessages. This is an ugly hack. 2012-11-03 11:47:43 +00:00
test implement dom-getElementsByTagName and nodelist and htmlcollection 2012-11-03 21:37:06 +00:00
utils Fix join with rel part of " ". Add a few tests. 2012-11-02 10:54:34 +00:00
windows Try to get Windows building with FatMessages. This approach makes me ill, and may not even work. 2012-11-03 13:40:34 +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 Allow suffix on language split macro destination 2012-11-03 14:31:54 +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 implement dom-getElementsByTagName and nodelist and htmlcollection 2012-11-03 21:37:06 +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