Go to file
James Bursa bce1f4c231 Use libxml functions to loop through elements in html_head() instead of checking all nodes. Remove logging.
svn path=/trunk/netsurf/; revision=10788
2010-09-16 20:46:29 +00:00
!NetSurf Updated translation from Samir Hawamdeh 2010-09-12 08:58:29 +00:00
Docs hell with it, heres a version which should result in fewer portability complaints 2010-09-11 18:47:36 +00:00
amiga Stop launch-handler from reporting unknown protocols more than once 2010-09-12 11:29:58 +00:00
beos Remove todo comment for something already done. 2010-08-14 17:09:13 +00:00
content perpetrate a neatness to centralise all the low level cache cache control data invalidation 2010-09-16 19:47:15 +00:00
css Only invoke callback when we successfully converted CSS data. 2010-07-01 19:42:02 +00:00
desktop Simplify a browser_window_go_post() to browser_window_go(). 2010-09-12 18:27:59 +00:00
framebuffer hell with it, heres a version which should result in fewer portability complaints 2010-09-11 18:47:36 +00:00
gtk Rename wndWarning to nsgtk_warning_window. Remove some unnecessary includes. 2010-09-12 23:40:34 +00:00
image Document the bitmap format properly. 2010-07-09 21:11:06 +00:00
render Use libxml functions to loop through elements in html_head() instead of checking all nodes. Remove logging. 2010-09-16 20:46:29 +00:00
riscos Fix riscos path_add_part, to cope with the fact that newpart is unix-format 2010-09-13 18:20:08 +00:00
test move url database test to test directory 2010-06-29 07:20:12 +00:00
utils Remove themes.c and themes.h. Not used and implementation was never done. 2010-09-12 23:57:27 +00:00
windows Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow dragging 2010-07-24 16:39:37 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Fix GTK install target (note: .svn directories end up in the installed tree. This needs fixing) 2010-08-26 19:05:24 +00:00
Makefile.config.example More blatant warning about editing Makefile.defaults. 2010-04-06 19:50:52 +00:00
Makefile.defaults Use nssvg by default on BeOS. 2010-08-02 22:21:14 +00:00
Makefile.resources Merge branches/vince/netsurf-fbtk-rework to trunk. 2010-07-07 18:08:17 +00:00
Makefile.sources Use core file fetcher 2010-09-12 10:23:12 +00:00
README Remove date. 2010-03-30 10:30:02 +00:00
test-nsgtk Rename nsgtk test launcher, enabled creation of core files, tee log file. Should make it obvious this script is for testing only. 2010-04-08 13:50:24 +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