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 334873cb80
Official Release
9 years ago
!NetSurf Update root certificates 9 years ago
Docs Use automatically generated event handers on Document 9 years ago
amiga Free shared_pens list on tree destroy 9 years ago
atari fixup some empty logging calls in atari hotlist code 9 years ago
beos UI fixes for search bar and cookie manager 9 years ago
cocoa cleanup cocoa application run method 9 years ago
content revert urldb include fixes as tehy cause build issues elsewhere and failed to fix the warning 9 years ago
css Fix background attribute handling. 9 years ago
desktop Update version for 3.4 release 9 years ago
framebuffer Add LATIN SMALL LETTER O WITH MACRON for today's featured Wikipedia article. 10 years ago
gtk fix more freebsd warnings 9 years ago
image Stop GIF animations when they are no longer in use, instead of waiting until they are destroyed. 9 years ago
javascript Add switch case fallthrough comment. 9 years ago
monkey fix strcasecmp implicit declaration warnings on freebsd 9 years ago
render Fix object accounting for aborted HTML contents. 9 years ago
resources Update copyright year 9 years ago
riscos Fix RISC OS pointer shape issue 9 years ago
test Test: Remove duplicate noscript element. 9 years ago
utils setup flags for building monkey on RISC OS 9 years ago
windows split out windows file operations into a separeate module 10 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore Improve split message generation 10 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile allow passing of CFLAGS into make from environment 9 years ago
Makefile.config.example Introduce a binding flags to allow local config changes 9 years ago
Makefile.defaults Make duktape the default, and on by default, and others off by default 10 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