Go to file
Chris Young 27b65235e9 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-08-16 18:11:13 +01:00
!NetSurf Remove favicon and fix logo URL in non-en welcome pages. 2012-07-21 18:50:04 +01:00
Docs update doxygen config 2012-07-24 14:00:47 +01:00
amiga remove SVN reference from .readme 2012-08-16 18:10:32 +01:00
atari Clean up search gui callbacks. 2012-08-14 13:41:30 +01:00
beos Convert to use selection_copy_to_clipboard() and font style passed via gui_add_to_clipboard. Note: untested. 2012-08-13 14:52:59 +01:00
cocoa Clean up search gui callbacks. 2012-08-14 13:41:30 +01:00
content Let contents broadcast explicit status messages as well as announce that their internal status has been updated. 2012-08-15 19:00:50 +01:00
css fix return check on lwc operation 2012-08-09 17:48:05 +01:00
desktop Remove redundant legacy checking for bw->window. 2012-08-16 16:26:43 +01:00
framebuffer Pass font plot style out to front end clipboard append function. 2012-08-13 14:43:04 +01:00
gtk Clean up search gui callbacks. 2012-08-14 13:41:30 +01:00
image fix windows build format specifiers 2012-08-12 21:52:39 +01:00
javascript fixup jsapi dom interface to include correct html/dom acessor hierachy 2012-08-15 18:48:46 +01:00
monkey Pass font plot style out to front end clipboard append function. 2012-08-13 14:43:04 +01:00
render Frame drag start function can take child bw. Don't need to get root bw in html handler. Avoids bw dereferences. 2012-08-16 16:14:15 +01:00
resources Add a GUI option to enable/disable Javascript, if NetSurf is built with Javascript support. 2012-07-28 22:27:53 +01:00
riscos Clean up search gui callbacks. 2012-08-14 13:41:30 +01:00
test fixup jsapi dom interface to include correct html/dom acessor hierachy 2012-08-15 18:48:46 +01:00
utils add mint to mmap exclude list 2012-08-13 21:03:37 +01:00
windows Pass font plot style out to front end clipboard append function. 2012-08-13 14:43:04 +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 change to use netsurf toolchain build 2012-07-23 21:12:19 +01:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults Added option comments 2012-07-26 00:49:33 +02:00
Makefile.resources Futher simplification of the makefile 2010-10-29 00:54:27 +00:00
Makefile.sources fixup jsapi dom interface to include correct html/dom acessor hierachy 2012-08-15 18:48:46 +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