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