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
Daniel Silverstone 021b54fb7f
Fix window.window binding
10 years ago
!NetSurf Change gtk message and language handling to use resource names 10 years ago
Docs Make GTK resource handling configurable 10 years ago
amiga Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed. 10 years ago
atari This moves message loading out of netsurf_init into each frontend 10 years ago
beos Fix build on 64-bit Haiku 10 years ago
cocoa This moves message loading out of netsurf_init into each frontend 10 years ago
content Fix error reporting from fetch_start 10 years ago
css Change LOG() macro to be varadic 10 years ago
desktop REWORK: DODGY CRAP FOR VINCE 10 years ago
framebuffer fix unused variable warning in framebuffer Message loading 10 years ago
gtk Improve gtk scaffolding documentation 10 years ago
image Clean up doxygen errors in image handlers. 10 years ago
javascript Fix window.window binding 10 years ago
monkey Complete hash table tests and clean up ineterface. 10 years ago
render Handle node delete so we don't assert 10 years ago
resources Fix the capitalisation of "New tab" to matach "New window" etc. 10 years ago
riscos fixup missing lincludes from messages API update 10 years ago
test Getting further 10 years ago
utils Getting further 10 years ago
windows split out windows file operations into a separeate module 10 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore Improve split message generation 10 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Improve genbind calling and makefile handling in general 10 years ago
Makefile.config.example remove all references to using libMNG 11 years ago
Makefile.defaults REWORK: DODGY CRAP FOR VINCE 10 years ago
README Fix to point at current build documentaion. 11 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 QUICK-START 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