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
François Revol 6167b8862d
gtk: Handle Back and Forward keys
12 years ago
!NetSurf Remove libxml 12 years ago
Docs Remove libxml 12 years ago
amiga Avoid NULL pointer access 12 years ago
atari Fix integer overflow in percentage calculation, credits: Peter Slegg. 12 years ago
beos beos: Don't link with libxml2 anymore 12 years ago
cocoa Remove libxml 12 years ago
content add errorcode content broadcast API 12 years ago
css File input boxen deserve EX width hinting 12 years ago
desktop add message retrival of error codes ensuring there are messages for all codes 12 years ago
framebuffer Remove libxml 12 years ago
gtk gtk: Handle Back and Forward keys 12 years ago
image Can't clone a content that gets reflowed for a viewport size. 12 years ago
javascript abstract out GC root manipulation for js values 12 years ago
monkey Remove libxml 12 years ago
render ensure default action fetcher is set to NULL 12 years ago
resources Create "menu" and "toolbar" directories in the hotlist if they don't exist on startup 12 years ago
riscos Remove libxml 12 years ago
test make events work on elements 12 years ago
utils ensure default action fetcher is set to NULL 12 years ago
windows Remove libxml 12 years ago
.gitignore Ignore italian messages 12 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Update the BeOS/Haiku port 12 years ago
Makefile.config.example Expand Makefile.config.example to include some common examples. 14 years ago
Makefile.defaults Remove no longer correct comment 12 years ago
Makefile.sources remove redundant domutils and put functionality in existing utils/libdom 12 years ago
Makefile.sources.javascript initial event fireing implementation 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