Go to file
2013-06-18 18:54:06 +01:00
!NetSurf
amiga Add proxy bypass option 2013-06-08 17:22:22 +01:00
atari
beos
cocoa
content Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2013-06-05 12:28:08 +01:00
css add handling for recived but no action redirect messages and log before abort. (closes #3614409) 2013-06-08 09:42:55 +01:00
desktop Ensure global_history_delete_internal checks treeview node is NULL. Add various documentation comments. 2013-06-18 18:54:06 +01:00
Docs add some dependancies on fedora/rpm systems (closes tracker bug #3610094) 2013-06-06 16:35:30 +01:00
framebuffer
gtk
image
javascript
monkey
render Apply vertical alignment to objects on line. 2013-06-08 10:42:33 +01:00
resources Add proxy bypass option 2013-06-08 17:22:22 +01:00
riscos
test
utils
windows
.gitattributes
.gitignore
COPYING
Makefile
Makefile.config.example
Makefile.defaults
README
test-netsurf

--------------------------------------------------------------------------------
  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