Go to file
2020-07-04 23:44:45 +01:00
content move the file fetcher sources into a single directory 2020-07-03 18:07:21 +01:00
desktop
docs add file fetcher directory to doxygen 2020-07-04 23:44:45 +01:00
frontends
include/netsurf Improve colour_lightness 2020-06-29 08:49:12 +01:00
resources Clean up internal page colour usage. 2020-06-29 21:05:00 +01:00
test
tools
utils ensure background fraction is a proper fraction 2020-06-29 08:50:39 +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