Go to file
Michael Drake b65c517a78 Add toolbar icons.
svn path=/trunk/netsurf/; revision=9942
2010-01-31 12:16:06 +00:00
!NetSurf Updated German translation. Thanks to Sebastian Barthel. 2010-01-20 21:53:08 +00:00
Docs Add Windows frontend 2010-01-31 00:36:02 +00:00
amiga Notify on download completion using system-wide Ringhio notifications. 2010-01-25 12:41:05 +00:00
beos Use correct length definition 2010-01-23 13:48:06 +00:00
content remove uneccissary includes 2010-01-29 11:32:53 +00:00
css Fix erroneous switch fallthrough 2009-11-22 14:12:49 +00:00
desktop Add Windows frontend 2010-01-31 00:36:02 +00:00
framebuffer Refactor main into the frontends 2010-01-20 20:32:30 +00:00
gtk Remove unused variable 2010-01-24 15:45:34 +00:00
image change include ordering to ensure all types are available on all platforms 2010-01-28 20:17:02 +00:00
render fix box_dump call 2010-01-28 00:03:44 +00:00
riscos Fix NULL ptr dereference in status bar rendering; formatting. 2010-01-24 12:49:29 +00:00
utils Add Windows frontend 2010-01-31 00:36:02 +00:00
windows Add toolbar icons. 2010-01-31 12:16:06 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Add Windows frontend 2010-01-31 00:36:02 +00:00
Makefile.config.example Update build config example comment. 2009-03-27 14:26:43 +00:00
Makefile.defaults Add Windows frontend 2010-01-31 00:36:02 +00:00
Makefile.resources Add Windows frontend 2010-01-31 00:36:02 +00:00
Makefile.sources Add Windows frontend 2010-01-31 00:36:02 +00:00
README Trim dead wood. 2009-10-15 16:02:59 +00:00
netsurf Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-GTK document. 2007-02-06 16:52:47 +00:00

README

--------------------------------------------------------------------------------
  NetSurf README                                               15 October 2009
--------------------------------------------------------------------------------

  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