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 f06353959f
Official Release
10 years ago
!NetSurf Updated Dutch message translations 10 years ago
Docs Update updated date. 10 years ago
amiga Remove branches that can't be taken under OS3 10 years ago
atari Move FILE_SCHEME_PREFIX to corestrings. 10 years ago
beos Need nsurl. 10 years ago
cocoa fix missing semicolon 10 years ago
content Remove include of nsurl from corestrings.h 10 years ago
css Remove include of nsurl.h 10 years ago
desktop Official Release 10 years ago
framebuffer allow for framebuffer command line parsing to cope with unknown long options 10 years ago
gtk Fixup gtk viewdata window to open at appropriate size 10 years ago
image PNG: add more volatile to appease GCC 10 years ago
javascript Update the core to use the split operations table headers 10 years ago
monkey Monkey: fix double-free on exit 10 years ago
render Forms: consider submit buttons successful. Fixes #2284. 10 years ago
resources Remove incorrect keyboard shortcuts from iconbar menu. 10 years ago
riscos Remove incorrect keyboard shortcuts from iconbar menu. 10 years ago
test Move FILE_SCHEME_PREFIX to corestrings. 10 years ago
utils Remove unused #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