Go to file
Chris Young d2b2000367 Vertically centre the main row of toolbar gadgets as it looks much neater.
svn path=/trunk/netsurf/; revision=9752
2009-12-20 21:39:43 +00:00
!NetSurf Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk. 2009-12-18 20:15:50 +00:00
Docs Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
amiga Vertically centre the main row of toolbar gadgets as it looks much neater. 2009-12-20 21:39:43 +00:00
beos Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
content Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk. 2009-12-18 20:15:50 +00:00
css Fix erroneous switch fallthrough 2009-11-22 14:12:49 +00:00
desktop Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk. 2009-12-18 20:15:50 +00:00
framebuffer Fix framebuffer build 2009-12-18 00:06:57 +00:00
gtk Make nsgtk_throbber_initialise_from_png() actually check for allocation failure. 2009-12-20 12:05:12 +00:00
image Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
render Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk. 2009-12-18 20:15:50 +00:00
riscos I've decided that the user probably doesn't care if setting the filetype of saved HTML documents to HTML fails or not. 2009-12-18 00:11:37 +00:00
utils Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk. 2009-12-18 20:15:50 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
Makefile.config.example Update build config example comment. 2009-03-27 14:26:43 +00:00
Makefile.defaults NETSURF_USE_DRAW should apply to the Draw content handler only. 2009-06-20 19:38:56 +00:00
Makefile.resources Use progress pointer. 2009-07-14 16:18:35 +00:00
Makefile.sources Fix framebuffer build 2009-12-18 00:06:57 +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