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
Vincent Sanders 1fe63cd677
Official Release
6 years ago
content cleanup some javascript documentation comments 6 years ago
desktop Official Release 6 years ago
docs add ability to stop a navigation in monkey frontend 6 years ago
frontends Official Release 6 years ago
include/netsurf Support DEBUG log level in console_log 6 years ago
resources update copyright years for release 6 years ago
test ensure monkey farmer copes with recv returnint EAGAIN 6 years ago
utils Declare global variables as extern in headers 6 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 make framebuffer use the language environment for the UI resources 6 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile add webp image handler 6 years ago
Makefile.config.example Typo fixes 7 years ago
Makefile.defaults add webp image handler 6 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