Go to file
Chris Young 8e697d335a Fix attribute 2017-09-24 23:33:04 +01:00
!NetSurf Layout: Implement CSS3 box-sizing property. 2017-04-27 16:47:38 +01:00
content fix image cache format specifiers signedness 2017-09-11 17:29:57 +01:00
desktop Browser history: Don't segfault when visiting pages with frames. 2017-09-23 16:10:45 +01:00
docs add some basic logging documentation 2017-09-09 09:31:34 +01:00
frontends Fix attribute 2017-09-24 23:33:04 +01:00
include/netsurf Add concept of browser scroll offset saving in local history 2017-09-23 14:55:52 +01:00
render annotate error case fall through in switch to supress warnings 2017-09-11 16:43:25 +01:00
resources Updated Italian translation from Samir 2017-06-28 23:44:01 +01:00
test remove test for removed API 2017-09-11 10:35:38 +01:00
utils Finalise nslog layer properly in closedown 2017-09-10 14:22:05 +01:00
.clang-format add a clang format that roughly conforms to the netsurf style 2017-09-24 18:19:58 +01:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore rename default build output directory target 2017-01-05 23:02:03 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
Makefile.config.example remove junk references to old javascript implementations 2016-09-19 22:02:51 +01:00
Makefile.defaults Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
README Fix to point at current build documentaion. 2014-07-22 15:36:36 +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