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
Chris Young bbbdf2e1fc
Fetch relative URIs correctly
9 years ago
!NetSurf Update CA bundle 9 years ago
Docs add basic documentation on unit testing using check 9 years ago
content Fetch relative URIs correctly 9 years ago
desktop move core window API into netsurf header path 9 years ago
frontends Fetch external entities for libexpat/svg through the proper channels. 9 years ago
include/netsurf move core window API into netsurf header path 9 years ago
render URL escape: Simplify to avoid unnecessary allocation. 9 years ago
resources Don't abort on startup if GuiGFX is not available 9 years ago
test Test: Add trailing whitespace and garbage datetime string parse tests. 9 years ago
utils Time: Micro-optimisation: Put GMT first in timezone list. 9 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore store toolbar config in standard options instead of a separate file 9 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Buildsystem: Make curl/openssl usage build-time options. 9 years ago
Makefile.config.example Introduce a binding flags to allow local config changes 9 years ago
Makefile.defaults Buildsystem: Make curl/openssl usage build-time options. 9 years ago
README Fix to point at current build documentaion. 11 years ago
test-netsurf Use installed NetSurf binary when using development environment 12 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