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
Michael Drake 21e636a3a6
ci: Add ccache to github workflows
2 weeks ago
.github/workflows ci: Add ccache to github workflows 2 weeks ago
content fetchers/curl: tolerate lack of TLS1.3 4 weeks ago
desktop Core: Options: Add user preference for dark mode colours 8 months ago
docs (docs): Update the unimplemented JS bits list 4 months ago
frontends arm-riscos-gnueabi: require SharedULib 1.16 4 weeks ago
include/netsurf Bitmap: Remove misleading format documentation. 10 months ago
resources Amiga: Add page theme toggle 8 months ago
test DOMTokenList: Add support and testing for this 4 months ago
tools jenkins-build: add arm-riscos-gnueabi 4 weeks ago
utils Retire long-dead code 3 weeks ago
.clang-format update clang format style for version 7 4 years ago
.gitattributes add attributes file to stop .gitignore being exported 10 years ago
.gitignore gitignore: Ignore nsgtk2 properly 3 years ago
COPYING Clarify licensing arrangements 16 years ago
Makefile Buildsystem: fix RISC OS AOF matching 5 months ago
Makefile.config.example Dukky: Add and utilise a jserrors category 4 years ago
Makefile.defaults UA: align with compat spec 10 months ago
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2 years ago
README.md s/http/https/ in user-facing URIs 10 months ago

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