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 160d15b45b
add webp image handler
6 years ago
content add webp image handler 6 years ago
desktop Treeview: Consider search bar for redraw area calculation. 6 years ago
docs Mention about testing monkey 6 years ago
frontends make framebuffer use the language environment for the UI resources 6 years ago
include/netsurf API: Don't expose urldb_{g|s}et_auth_details to frontends. 7 years ago
resources Message: Fix french translation. 6 years ago
test monkey driver: Print the bitmap plot-check. 6 years ago
utils make framebuffer use the language environment for the UI resources 6 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 Typo fixes 7 years ago
Makefile.defaults add webp image handler 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