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
John-Mark Bell d448436cdb
Update root CA bundle
2 weeks ago
.github/workflows ci: Add ccache to github workflows 7 months ago
content content: backing store: Remove unused typedef. 4 months ago
desktop Avoid integer types with platform dependent size 4 months ago
docs (docs): Update the unimplemented JS bits list 10 months ago
frontends arm-riscos-gnueabi: require SharedULib 1.16 7 months ago
include/netsurf Bitmap: Remove misleading format documentation. 1 year ago
resources Update root CA bundle 2 weeks ago
test test: Use YAML SafeLoader 4 months ago
tools jenkins-build: add arm-riscos-gnueabi 7 months ago
utils Clean up print format specifier usage 4 months ago
.clang-format update clang format style for version 7 4 years ago
.gitattributes add attributes file to stop .gitignore being exported 11 years ago
.gitignore gitignore: Ignore nsgtk2 properly 4 years ago
COPYING Clarify licensing arrangements 16 years ago
Makefile Buildsystem: fix RISC OS AOF matching 11 months ago
Makefile.config.example Dukky: Add and utilise a jserrors category 4 years ago
Makefile.defaults UA: align with compat spec 1 year ago
Makefile.macros Buildsystem: Avoid errors when headers are removed. 3 years ago
README.md s/http/https/ in user-facing URIs 1 year 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