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
John-Mark Bell 4c1e16c077
Partially fix usage of APIs deprecated in GTK3.
10 years ago
!NetSurf Add RISC OS locale dependant help 10 years ago
Docs Env: install libssl-dev, default to GTK2. 10 years ago
amiga Avoid forward declarations 10 years ago
atari remove atari need to use browser internal data structures 10 years ago
beos Try using -pipe on beos/haiku as temporary file access may be slow 10 years ago
cocoa fix missing semicolon 10 years ago
content Fix to support non-POSIX behaviour when renaming cache entries on disc. 10 years ago
css Doxygen fixes 10 years ago
desktop Ensure line lengths cache is created initialised to zero. 10 years ago
framebuffer allow for framebuffer command line parsing to cope with unknown long options 10 years ago
gtk Partially fix usage of APIs deprecated in GTK3. 10 years ago
image Fix my spelling of teh everywhere 10 years ago
javascript Update the core to use the split operations table headers 10 years ago
monkey revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly 10 years ago
render Revert removal of implied table adding. 10 years ago
resources Add French messages translations from qwebirc92123 10 years ago
riscos Add RISC OS locale dependant help 10 years ago
test remove unused url_init function 10 years ago
utils add missing errno include 10 years ago
windows doxygen cleanups in utils 10 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore Add RISC OS locale dependant help 10 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile remove some warnings from freebsd build 10 years ago
Makefile.config.example remove all references to using libMNG 11 years ago
Makefile.defaults move host based default settings to core as tehy are not frontend dependant 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