Go to file
2022-09-30 15:47:22 +01:00
content Experiment with CURLOPT_CAINFO_BLOB 2022-09-30 15:47:22 +01:00
desktop Core: Options: Add user preference for dark mode colours 2022-07-30 21:28:41 +01:00
docs env.sh: update for arm-riscos-gnueabihf 2022-06-03 00:45:13 +01:00
frontends RISC OS: Allow text selection in URL bar (RO5.28 onwards) 2022-09-04 09:29:07 +01:00
include/netsurf Bitmap: Remove misleading format documentation. 2022-06-14 09:45:57 +01:00
resources Amiga: Add page theme toggle 2022-08-03 15:14:01 +01:00
test
tools
utils UA: align with compat spec 2022-05-27 21:47:02 +01:00
.clang-format
.gitattributes
.gitignore
COPYING
Makefile Buildsystem: fix makefile snafu 2022-06-03 03:11:55 +01:00
Makefile.config.example
Makefile.defaults UA: align with compat spec 2022-05-27 21:47:02 +01:00
Makefile.macros
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