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
Chris Young c7dcf3476b
Prefer HTTP/2+multiplexing on encrypted connections
7 years ago
content Prefer HTTP/2+multiplexing on encrypted connections 7 years ago
desktop Treeview: Allow dragging selection to a selected target. 7 years ago
docs Update links in quick start to https 7 years ago
frontends RISC OS: Make URL drag include the fragment. 7 years ago
include/netsurf Browser: Add function to get bw URL with any fragment. 7 years ago
resources Welcome pages: Use HTTPS for NetSurf URLs. 7 years ago
test Support ASAN and UBSAN in Makefiles 7 years ago
utils Make CI NetSurf builds compile in DEBUG level logging 7 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 Move !NetSurf into frontends/riscos and fix up 7 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Typo fixes 7 years ago
Makefile.config.example Typo fixes 7 years ago
Makefile.defaults Support ASAN and UBSAN in Makefiles 7 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