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
Daniel Silverstone c56ecfd924
Official Release
8 years ago
!NetSurf Official Release 8 years ago
Docs Docs: Fix for zsh in env.sh 8 years ago
content Table cell nowrap attribute is presentational hint, not UA style. 8 years ago
desktop Update version.c and amiga version.c 8 years ago
frontends Update version.c and amiga version.c 8 years ago
include/netsurf Improve window operation table documentation 8 years ago
render complete transition to locale independant core operation 8 years ago
resources if the cookie is a session cookie indicate it 8 years ago
test Test: Add trailing whitespace and garbage datetime string parse tests. 9 years ago
utils windows frontend netsurf options 8 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore remove unused extraneous windows file 8 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile remove unused extraneous windows file 8 years ago
Makefile.config.example remove junk references to old javascript implementations 8 years ago
Makefile.defaults enable use of netsurf public suffix library to prevent supercookies 8 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