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
Vincent Sanders 3234d06ded
Official release
12 years ago
!NetSurf Fix sprite loading on RISC OS 3.50. 12 years ago
Docs Improve environment script to extend pkg-config path and libnsfb library target 12 years ago
amiga Remove unneeded include 12 years ago
atari Match return value with function prototypes. 12 years ago
beos beos: Fix replicants 12 years ago
cocoa Pass caret clip rect out to front ends. (Nothing actually using them yet.) 12 years ago
content split sources lists out to their subdirectories as first step towards using core buildsystem 12 years ago
css split sources lists out to their subdirectories as first step towards using core buildsystem 12 years ago
desktop set correct version number and date 12 years ago
framebuffer More appropriate system colours. 12 years ago
gtk fix scrolling on gtk3 12 years ago
image split sources lists out to their subdirectories as first step towards using core buildsystem 12 years ago
javascript split sources lists out to their subdirectories as first step towards using core buildsystem 12 years ago
monkey Pass caret clip rect out to front ends. (Nothing actually using them yet.) 12 years ago
render Hacky fix for clipping of top of text. 12 years ago
resources add translation tokens for GTK preferences dialog 12 years ago
riscos Fix menu shading of copy/cut/paste options when more than one of them should be made available. 12 years ago
test Fix up for various core changes. 12 years ago
utils Add function to get the byte length of n characters in a utf8 string. 12 years ago
windows Pass caret clip rect out to front ends. (Nothing actually using them yet.) 12 years ago
.gitattributes Official release 12 years ago
.gitignore Remove code that hasn't been used since 2004. 12 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile all-program now splits fatmessages for generic in-tree execution 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
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