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 8f1dbba6b0
fix menu signal handler prototype
5 years ago
content fix core find in page behaviour when case sensitivity is toggled 5 years ago
desktop make web search icon setting work properly 5 years ago
docs monkey: Support clicking in windows 6 years ago
frontends fix menu signal handler prototype 5 years ago
include/netsurf fix spelling mistakes from miscellaneous event commit 5 years ago
resources clean up find in page to operate nicely 5 years ago
test monkey_driver: Fix sleep-ms 6 years ago
utils SSL Error: Enable OpenSSL hostname verification 5 years ago
.clang-format add a clang format that roughly conforms to the netsurf style 7 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore make framebuffer use the language environment for the UI resources 6 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile add webp image handler 6 years ago
Makefile.config.example Dukky: Add and utilise a jserrors category 6 years ago
Makefile.defaults Dukky: Add and utilise a jserrors category 6 years ago
README Fix to point at current build documentaion. 11 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