Go to file
Rob Kendrick (fatigue) 7be1682d43 Ignore italian messages 2012-11-03 15:12:35 +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 Remove languages that only have messages files 2012-11-03 14:09:43 +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 "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 Add a macro to split and install messages files, and have gtk front end use it. 2012-11-03 11:16:33 +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 Alocate jsclass_document_priv size. 2012-10-05 15:06:32 +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 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 Fix join with rel part of " ". Add a few tests. 2012-11-02 10:54:34 +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 treeview.c hasn't been pushed yet. 2012-10-24 18:43:59 +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