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 ddc5a52693
Official Release
11 years ago
!NetSurf Update certificates for 3.1 release 11 years ago
Docs Update for 3.1 release 11 years ago
amiga Try to fix Amiga build failure. 11 years ago
atari fix formatting of defaults makefiles 11 years ago
beos fix formatting of defaults makefiles 11 years ago
cocoa fix formatting of defaults makefiles 11 years ago
content move testament output to object directory instead of modifying source 11 years ago
css remove uncessary include os render/html.h 11 years ago
desktop Update version for 3.1 release 11 years ago
framebuffer Close file on error path. 11 years ago
gtk Add 1px to caret height. 11 years ago
image move scheduleing into browser operation table 11 years ago
javascript Make browser_window_navigate (un)verifiable flag match browser_window_create. 11 years ago
monkey fix formatting of defaults makefiles 11 years ago
render Fix table cell bottom borders leaking to the cell on the right. 11 years ago
resources Disable the dither option if we're running on a screen which doesn't use it. 11 years ago
riscos Remove excessive logging. 11 years ago
test Update test suite for corestrings and log module changes. Update test data for rejection of hostless http(s) urls. 11 years ago
utils Remove excessive logging. 11 years ago
windows fix formatting of defaults makefiles 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 move testament output to object directory instead of modifying source 11 years ago
Makefile.config.example remove all references to using libMNG 11 years ago
Makefile.defaults remove all references to using libMNG 11 years ago
README Remove date. 15 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 appropriate BUILDING-* 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