Go to file
2020-03-06 20:29:45 +00:00
content Internal content: Restyle certificate viewer page. 2020-02-24 21:54:54 +00:00
desktop Browser window: Rework constification of bw for show_certificates. 2020-02-24 19:18:20 +00:00
docs netsurf_init: Use disc_cache_path if specified, otherwise platform path 2020-02-24 15:37:11 +00:00
frontends Mod os3support files so file.c builds 2020-03-06 20:29:45 +00:00
include/netsurf Rename mask to msk 2020-03-06 20:15:52 +00:00
resources Internal content: Restyle certificate viewer page. 2020-02-24 21:54:54 +00:00
test test: Add disc_cache_path to Choices-all test data 2020-02-24 19:21:49 +00:00
utils Mod os3support files so file.c builds 2020-03-06 20:29:45 +00:00
.clang-format
.gitattributes
.gitignore gitignore: Ignore nsgtk2 properly 2020-02-22 11:39:14 +00:00
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