Go to file
2017-09-09 10:59:28 +01:00
!NetSurf Layout: Implement CSS3 box-sizing property. 2017-04-27 16:47:38 +01:00
content fix time_t logging 2017-09-08 20:47:22 +01:00
desktop Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
docs add some basic logging documentation 2017-09-09 09:31:34 +01:00
frontends Fix atari INFO macro name collision 2017-09-08 21:57:15 +01:00
include/netsurf update RISC OS frontend to use core window for local history 2017-05-28 22:07:33 +01:00
render fix size+t formatting in logging 2017-09-07 21:08:02 +01:00
resources Updated Italian translation from Samir 2017-06-28 23:44:01 +01:00
test Fix up tests with nslog changes 2017-09-09 10:59:28 +01:00
utils Revert "Hopefully quash INFO confusion on Atari MINT platform" 2017-09-08 21:49:59 +01:00
.gitattributes
.gitignore
COPYING
Makefile Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
Makefile.config.example
Makefile.defaults Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
README

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the QUICK-START 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