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
Steve Fryatt ca91b4eea3
Fix signedness of numeric conversion when populating cache config dialogue box.
11 years ago
!NetSurf Update certificates for 3.1 release 11 years ago
Docs Add filesystem based backing store 11 years ago
amiga fix disc cache size option to be unsigned 11 years ago
atari Remove unused variable. 11 years ago
beos make launch_url core operation use nsurl 11 years ago
cocoa make launch_url core operation use nsurl 11 years ago
content extend file table with mkdir all and make fs backing store use it. 11 years ago
css Handle overflow-x and overflow-y properties. 11 years ago
desktop fix disc cache size option to be unsigned 11 years ago
framebuffer Fix number of many characters from the Geometric Shapes block. 11 years ago
gtk fix disc cache size option to be unsigned 11 years ago
image reduce uncessary include usage 11 years ago
javascript Make browser_window_navigate (un)verifiable flag match browser_window_create. 11 years ago
monkey make launch_url core operation use nsurl 11 years ago
render Handle overflow-x and overflow-y properties. 11 years ago
resources Add disc cache parameters to configuration GUI. 11 years ago
riscos Fix signedness of numeric conversion when populating cache config dialogue box. 11 years ago
test fallback to old url creation behaviour if the IDNA host parse fails 11 years ago
utils Put ultra-verbose logging inside NSURL_DEBUG #ifdef. 11 years ago
windows extend file table with mkdir all and make fs backing store use it. 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 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