Go to file
2018-02-03 23:57:12 +00:00
!NetSurf Update credits and licence files copyright years 2017-10-15 14:34:04 +01:00
content allow clicking to change page 2018-02-03 23:57:12 +00:00
desktop allow clicking to change page 2018-02-03 23:57:12 +00:00
docs Improve cross compile tool building and error reporting 2017-12-07 07:56:50 +00:00
frontends allow clicking to change page 2018-02-03 23:57:12 +00:00
include/netsurf Add initial content handler for PDF format 2017-12-31 00:05:28 +00:00
render Squash remaining GCC7 -Wimplicit-fallthrough warnings. 2017-10-23 09:46:02 +01:00
resources Messages: Update German translation. 2017-12-18 14:25:25 +00:00
test remove test for removed API 2017-09-11 10:35:38 +01:00
utils fix amigaos3 building 2017-12-11 13:17:14 +00: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 Add initial content handler for PDF format 2017-12-31 00:05:28 +00:00
Makefile.config.example remove junk references to old javascript implementations 2016-09-19 22:02:51 +01:00
Makefile.defaults Add initial content handler for PDF format 2017-12-31 00:05:28 +00:00
README Fix to point at current build documentaion. 2014-07-22 15:36:36 +01:00

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