Go to file
Michael Drake 42e176097c Use selection_copy_to_clipboard instead of peering into core. 2012-08-02 15:17:18 +01:00
!NetSurf Remove favicon and fix logo URL in non-en welcome pages. 2012-07-21 18:50:04 +01:00
Docs update doxygen config 2012-07-24 14:00:47 +01:00
amiga missing 'defined' 2012-07-28 22:32:32 +01:00
atari Open hotlist and history at top right corner 2012-07-27 03:47:42 +02:00
beos Fix building on Haiku. 2012-04-17 19:08:30 +00:00
cocoa Use selection_copy_to_clipboard instead of peering into core. 2012-08-02 15:17:18 +01:00
content doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
css doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
desktop Add core function for copy to clipboard, so we don't need to expose render/box.h internals to front ends. 2012-08-02 14:23:42 +01:00
framebuffer Use selection_copy_to_clipboard instead of peering at core innards. 2012-08-02 14:25:19 +01:00
gtk Use selection_copy_to_clipboard instead of peering at core innards. 2012-08-02 14:38:47 +01:00
image allow netsurf to build with gtk3 2012-05-16 19:57:43 +00:00
javascript add document IDL and test for geteleemntbyid 2012-08-01 19:25:45 +01:00
monkey Fix build: we need libdom now. 2012-08-01 08:53:13 +01:00
render resume parse on sync script error as well as success 2012-07-31 22:59:18 +01:00
resources Add a GUI option to enable/disable Javascript, if NetSurf is built with Javascript support. 2012-07-28 22:27:53 +01:00
riscos Remove remaining use of core internals. 2012-08-02 15:03:12 +01:00
test add document IDL and test for geteleemntbyid 2012-08-01 19:25:45 +01:00
utils extend completion types 2012-07-30 22:55:13 +01:00
windows Update to use selection_copy_to_clipboard, although this code is all commented out anyway. 2012-08-02 15:09:31 +01:00
.gitignore Fix ignore of files in !NetSurf dir. 2012-07-21 11:48:16 +01:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile change to use netsurf toolchain build 2012-07-23 21:12:19 +01:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults Added option comments 2012-07-26 00:49:33 +02:00
Makefile.resources Futher simplification of the makefile 2010-10-29 00:54:27 +00:00
Makefile.sources Interned string cleanup, phase 2: Create utils/corestrings and use it in css handler. 2012-07-22 15:48:55 +01:00
README Remove date. 2010-03-30 10:30:02 +00:00
test-nsgtk Remove silly -x 2011-03-29 19:34:20 +00:00

README

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