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 b2a32c3ea2
Official Release
9 years ago
!NetSurf Update CA bundle 9 years ago
Docs Spidermonkey isn't needed. 9 years ago
amiga Skip setting the pen in the RastPort if it is already set to that pen 9 years ago
atari fixup some empty logging calls in atari hotlist code 9 years ago
beos Official Release 9 years ago
cocoa Update version for 3.5 release 9 years ago
content Fix size_t printf formatting 9 years ago
css Fix background attribute handling. 9 years ago
desktop Update version for 3.5 release 9 years ago
framebuffer Remove unused #includes. 9 years ago
gtk remove unecessary header inclusion 9 years ago
image Fix size_t printf formatting 9 years ago
javascript Fix copyrights. 9 years ago
monkey fix strcasecmp implicit declaration warnings on freebsd 9 years ago
render Fix size_t printf formatting 9 years ago
resources Update copyright year 9 years ago
riscos Fix RISC OS relocatable module checks 9 years ago
test Test: Remove duplicate noscript element. 9 years ago
utils Fix size_t printf formatting 9 years ago
windows Update version for 3.5 release 9 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 Official Release 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