Go to file
Vincent Sanders ac5ade2f56 add include for bindings 2012-10-26 12:46:49 +01:00
!NetSurf More useful title info for images. 2012-10-24 18:22:45 +01:00
Docs update doxygen config 2012-07-24 14:00:47 +01:00
amiga Greatly increase the space allocated for Area-operation vector storage. The SVG tiger is now rendering correctly with graphics.library plotting only (no Cairo) 2012-10-23 21:01:49 +01:00
atari Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined. 2012-10-19 00:14:11 +02: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 "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
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 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
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 add include for bindings 2012-10-26 12:46:49 +01:00
monkey add javascript compilation to monkey 2012-10-22 16:37:58 +01:00
render Improve error handling in html content 2012-10-17 21:52:43 +01:00
resources More useful title info for images. 2012-10-24 18:22:45 +01:00
riscos More useful title info for images. 2012-10-24 18:22:45 +01:00
test Add nsurl_replace_query. Add tests. Make tester itterate remaining lwc_strings. 2012-10-11 19:23:22 +01:00
utils More useful title info for images. 2012-10-24 18:22:45 +01:00
windows 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
.gitignore fix windows build format specifiers 2012-08-12 21:52:39 +01:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile auto-detect cairo 2012-10-13 20:45:51 +01:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults auto-detect cairo 2012-10-13 20:45:51 +01:00
Makefile.sources use generated htmldocument binding 2012-10-25 11:17:33 +01:00
Makefile.sources.javascript use generated htmldocument binding 2012-10-25 11:17:33 +01: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