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 caf2e4d1cf
Option atari_transparency is int, not bool - use nsoption_set_int().
11 years ago
!NetSurf Add left pointing arrow for indicating treeview drag target. 12 years ago
Docs add some dependancies on fedora/rpm systems (closes tracker bug #3610094) 12 years ago
amiga Use a simulated keypress rather than a simulated mouseclick 12 years ago
atari Option atari_transparency is int, not bool - use nsoption_set_int(). 11 years ago
beos Remove old hotlist, cookies, and history_global_core modules. 12 years ago
cocoa Some cocoa build fixes. 12 years ago
content Remove old hotlist, cookies, and history_global_core modules. 12 years ago
css add handling for recived but no action redirect messages and log before abort. (closes #3614409) 12 years ago
desktop We return client data, not node. 12 years ago
framebuffer There must be a next widget for swap_siblings. 12 years ago
gtk Port to new recursive expand/contract functions. 12 years ago
image move options include 12 years ago
javascript implement very, very bad js window.top method 12 years ago
monkey Remove bulk of old treeview implementation. 12 years ago
render Fix a potential leak. 12 years ago
resources Use Messages for default folder name. 12 years ago
riscos Set treeview text size to 12pt. 12 years ago
test Remove old hotlist, cookies, and history_global_core modules. 12 years ago
utils make js library selection target dependant 12 years ago
windows Remove old hotlist, cookies, and history_global_core modules. 12 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore add tests for new options API 12 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile add framebuffer cross compiling support 12 years ago
Makefile.config.example Expand Makefile.config.example to include some common examples. 14 years ago
Makefile.defaults make javascript library loading automatic if a pkg-config can be found 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