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 db356ce99f
Set colour style on text input directly (nsoptions_output_html_input)
12 years ago
!NetSurf Remove libxml 12 years ago
Docs Remove libxml 12 years ago
amiga move common include path setup to core Makefile 12 years ago
atari Merge branch 'master' into mono/interactive-about_config 12 years ago
beos move common include path setup to core Makefile 12 years ago
cocoa move common include path setup to core Makefile 12 years ago
content Added comment 12 years ago
css File input boxen deserve EX width hinting 12 years ago
desktop Set colour style on text input directly (nsoptions_output_html_input) 12 years ago
framebuffer move common include path setup to core Makefile 12 years ago
gtk move common include path setup to core Makefile 12 years ago
image Can't clone a content that gets reflowed for a viewport size. 12 years ago
javascript add explicit stdlib include for definition of free() 12 years ago
monkey move common include path setup to core Makefile 12 years ago
render document mouse interaction a bit 12 years ago
resources Properly capitalise JavaScript 12 years ago
riscos move common include path setup to core Makefile 12 years ago
test implement document.URL and document.documentURI 12 years ago
utils add dom event handler to document object 12 years ago
windows link order matters 12 years ago
.gitignore Ignore italian messages 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 move common include path setup to core Makefile 12 years ago
Makefile.sources remove redundant domutils and put functionality in existing utils/libdom 12 years ago
Makefile.sources.javascript change the javascript bindings to use generated headers 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