Go to file
Vincent Sanders def25fdc0c put RISC OS distribution files in teh generated netsurf zip 2012-10-02 14:51:26 +01:00
!NetSurf Import RISC OS distribution stuff. (3rd party modules, etc.) 2012-10-02 14:16:39 +01:00
Docs update doxygen config 2012-07-24 14:00:47 +01:00
amiga set the redraw to non-tiled by default. people can play with these settings if they are low on memory. 2012-09-22 22:33:52 +01:00
atari Added netsurf.png to package, now the welcome page displays correctly. 2012-08-28 00:04:35 +02:00
beos Split install and package targets. 2012-08-23 11:46:31 +01:00
cocoa Split install and package targets. 2012-08-23 11:46:31 +01:00
content Avoid trying to mmap zero-length files. 2012-09-19 22:50:28 +01:00
css Fix extraction of @size attribute. 2012-09-30 10:21:46 +01:00
desktop Fix cases of returning pointers as bool for GCC 2.95.2. 2012-09-29 23:09:32 +01:00
framebuffer Install netsurf.png too. 2012-09-29 22:15:32 +01:00
gtk Make GTK install target work again, and make copy flags consistent 2012-10-02 13:07:32 +01:00
image Fix cases of returning pointers as bool for GCC 2.95.2. 2012-09-29 23:09:32 +01:00
javascript make the "none" javascript implmentation specifically disable the scripting option 2012-10-02 13:34:03 +01:00
monkey Split install and package targets. 2012-08-23 11:46:31 +01:00
render quick and dirty fix to deal with replaced object trying to get a script context 2012-10-01 18:38:20 +01:00
resources Italian translation updates from Samir 2012-09-23 12:31:36 +01:00
riscos put RISC OS distribution files in teh generated netsurf zip 2012-10-02 14:51:26 +01:00
test make the "none" javascript implmentation specifically disable the scripting option 2012-10-02 13:34:03 +01:00
utils Fix select elements. Requires latest libdom. 2012-09-19 14:42:05 +01:00
windows Split install and package targets. 2012-08-23 11:46:31 +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 Split install and package targets. 2012-08-23 11:46:31 +01:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults Add debug symbols as they are incredibly useful to have on the auto-builds, and can always be overridden for release builds. 2012-09-28 00:32:48 +01: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