You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Sven Weidauer 4178bb262a
Merge remote-tracking branch 'origin/master' into svenw/cocoa
7 years ago
!NetSurf RISC OS: Update to ChkSprites from `Sprow`. 7 years ago
Docs Merge remote-tracking branch 'origin/master' into svenw/cocoa 8 years ago
content JPEG: handle CMYK/YCCK images 7 years ago
desktop History: don't update if there's no content. 7 years ago
docs Merge remote-tracking branch 'origin/master' into svenw/cocoa 7 years ago
frontends Merge remote-tracking branch 'origin/master' into svenw/cocoa 7 years ago
include/netsurf Add concept of browser scroll offset saving in local history 7 years ago
render HTML handler: Normalise box type on replacment. 7 years ago
resources Messages: Update German translation. 7 years ago
test remove test for removed API 7 years ago
utils Utils: Filename: Squash warning: -Wformat-truncation= 7 years ago
.clang-format add a clang format that roughly conforms to the netsurf style 7 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore rename default build output directory target 8 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Merge remote-tracking branch 'origin/master' into svenw/cocoa 7 years ago
Makefile.config.example remove junk references to old javascript implementations 8 years ago
Makefile.defaults Sort out the logging so that -v etc do the right thing 7 years ago
README Fix to point at current build documentaion. 11 years ago

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