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
Ole Loots 0703404654
Merge branch 'master' into mono/removing-windom-dependency
12 years ago
!NetSurf Fix 3556638: can't use SpriteExtend version number to detect alpha sprite support any more. 12 years ago
Docs Remove libxml 12 years ago
amiga ifdef some code that will never work under AmigaOS <4.0 12 years ago
atari Merge branch 'master' into mono/removing-windom-dependency 12 years ago
beos beos: Fix clipboard handling to use the new API 12 years ago
cocoa Remove unused function. 12 years ago
content Remove content_msg for PASTE, since it doesn't need a gui_window to get the buffer from the front end now. 12 years ago
css Merge branch 'master' of git://git.netsurf-browser.org/netsurf 12 years ago
desktop Add move caret msg. Add flag to choose internal caret or caret move msgs. 12 years ago
framebuffer Update framebuffer front end to implement new clipboard API. 12 years ago
gtk Pass correct mouse button for button 2. 12 years ago
image Avoid calling bitmap_modified with NULL. 12 years ago
javascript implement Element::hasAttribute 12 years ago
monkey Make Monkey front end build with new clipboard API. 12 years ago
render Ensure buff is NULL-initialised. 12 years ago
resources Properly capitalise JavaScript 12 years ago
riscos Require and bundle Iconv 0.12 12 years ago
test add default property handler for array indexing 12 years ago
utils implement Element::className 12 years ago
windows Prompt core to deal with copy/paste correctly. 12 years ago
.gitignore Remove code that hasn't been used since 2004. 12 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile move common include path setup to core Makefile 12 years ago
Makefile.config.example Expand Makefile.config.example to include some common examples. 14 years ago
Makefile.defaults Remove architecture from UA string. 12 years ago
Makefile.sources Remove code that hasn't been used since 2004. 12 years ago
Makefile.sources.javascript Initial implementation of document.createComment 12 years ago
README Remove date. 15 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 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