Go to file
2015-10-13 09:57:35 +01:00
!NetSurf
amiga Allow the popupmenu-based select menu to cascade into multiple sub-menus containing further items, when there are too many to fit on the screen in one column. 2015-09-07 17:41:24 +01:00
atari
beos BeOS/Haiku: implement some of the Help menu. 2015-10-12 21:11:48 +01:00
cocoa
content
css
desktop
Docs add automaticaly generated property setter and getters to HTMLHeadingElement 2015-10-13 09:57:35 +01:00
framebuffer
gtk
image
javascript add automaticaly generated property setter and getters to HTMLHeadingElement 2015-10-13 09:57:35 +01:00
monkey
render ensure completion of async js scripts completes the fetch 2015-10-02 09:29:51 +01:00
resources Fix RISC OS menu entries for delete 2015-10-12 21:36:11 +01:00
riscos
test putforwards test on location 2015-10-05 23:09:07 +01:00
utils Fix BeOS build 2015-10-12 21:08:25 +01:00
windows
.gitattributes
.gitignore
COPYING
Makefile Add documentation showing unimplemented javascript bindings 2015-10-07 09:18:14 +01:00
Makefile.config.example Introduce a binding flags to allow local config changes 2015-10-12 20:33:11 +01:00
Makefile.defaults
README
test-netsurf

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