Go to file
2020-05-03 10:06:43 +01:00
content remove unecessary include 2020-05-03 10:06:43 +01:00
desktop improve html content handler private headers 2020-05-02 20:47:53 +01:00
docs
frontends monkey: Catch some signals and backtrace 2020-04-25 21:04:41 +01:00
include/netsurf
resources Resources: Update presentation to use nscolour. 2020-04-07 21:32:28 +01:00
test
utils nscolour: Add function to get nscolour stylesheet. 2020-04-07 21:32:27 +01:00
.clang-format
.gitattributes
.gitignore
COPYING
Makefile
Makefile.config.example
Makefile.defaults
README.md

NetSurf

This document should help point you at various useful bits of information.

Building NetSurf

Read the Quick Start document 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.

Further documentation