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 2d2c6b67cf
Official Release
11 years ago
!NetSurf Update certificates for 3.1 release 11 years ago
Docs version 1.1 of the backing store disc layout using base32 encoded 11 years ago
amiga Ensure the favicon updates correctly when we close a tab 11 years ago
atari fixup missing includes 11 years ago
beos Fix build 11 years ago
cocoa fixup missing includes 11 years ago
content add incomplete scheme fetcher for javascript urls 11 years ago
css when walking the css imports ensure the content is present before dereferencing it 11 years ago
desktop Update version for release 11 years ago
framebuffer fix framebuffer internal font generation 11 years ago
gtk fix menu and C-q gtk exiting (closes bug #2184) 11 years ago
image remove content include from urldb header 11 years ago
javascript add incomplete scheme fetcher for javascript urls 11 years ago
monkey change reformat to be driven from the scheduler like redraw 11 years ago
render Fix text selection. 11 years ago
resources fixup preference dialog handling of Developer view options 11 years ago
riscos fix DOM tree dump debug 11 years ago
test fallback to old url creation behaviour if the IDNA host parse fails 11 years ago
utils add incomplete scheme fetcher for javascript urls 11 years ago
windows fixup missing includes 11 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore move testament output to object directory instead of modifying source 11 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile improve iconv library handling 11 years ago
Makefile.config.example remove all references to using libMNG 11 years ago
Makefile.defaults Add filesystem based backing store 11 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