Go to file
Ole Loots 3d1c069186 Cleanup of TOS compatibility fixes.
svn path=/trunk/netsurf/; revision=11549
2011-01-30 22:23:00 +00:00
!NetSurf
amiga Kiosk mode now fills screen every time 2011-01-30 22:15:16 +00:00
atari Cleanup of TOS compatibility fixes. 2011-01-30 22:23:00 +00:00
beos Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Update those when they are updated in ZETA. Also update the toolbar and statusbar background. 2011-01-30 19:23:42 +00:00
cocoa add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
content
css add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
desktop add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
Docs
framebuffer add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
gtk add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
image
render Port to latest libcss 2011-01-29 19:22:12 +00:00
riscos add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
test
utils
windows add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
COPYING
Makefile
Makefile.config.example
Makefile.defaults
Makefile.resources
Makefile.sources
README
test-nsgtk

--------------------------------------------------------------------------------
  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