Go to file
Michael Drake ee378aa3f1 Set/get drag type via API.
svn path=/trunk/netsurf/; revision=13496
2012-02-28 12:54:00 +00:00
!NetSurf Add a couple of lines for translators' notes. 2012-02-26 16:47:51 +00:00
amiga random changes 2012-02-26 15:44:14 +00:00
atari Always use pkg-config, never use xml-config or curl-config, it breaks crossbuild when these binaries are actually available on the build machine. 2012-02-27 22:43:33 +00:00
beos
cocoa
content
css
desktop Add browser_window drag type accessor. 2012-02-28 12:20:49 +00:00
Docs
framebuffer
gtk Fix bug #3481624: this was needlessly complex 2012-02-23 21:22:37 +00:00
image
monkey
render Set/get drag type via API. 2012-02-28 12:54:00 +00:00
riscos
test
utils Use S_IRWXU where appropriate 2012-02-10 20:02:13 +00:00
windows
COPYING
Makefile
Makefile.config.example
Makefile.defaults
Makefile.resources
Makefile.sources
README
test-nsgtk

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