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
Chris Young bfb4649b4d
Amiga: Fix the display of the current search provider in the prefs window
6 days ago
.github/workflows ci: Add ccache to github workflows 2 years ago
content Extend mouse interface with extra buttons 1 week ago
desktop Fix treeview crashing when cursor keys used with no selected node 2 months ago
docs fix spelling errors in documentation 2 months ago
frontends Amiga: Fix the display of the current search provider in the prefs window 6 days ago
include/netsurf Extend mouse interface with extra buttons 1 week ago
resources Ensure error reporting in resource, about and file scheme fetchers is translated 2 months ago
test test: flex: Add sample documents made when developing flex layout 1 month ago
tools jenkins-build: add arm-riscos-gnueabi 2 years ago
utils expend netsurf options API 2 months ago
.clang-format update clang format style for version 7 5 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore gitignore: Ignore nsgtk2 properly 5 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Ensure perl tool expansion is used everywhere 6 months ago
Makefile.config.example Dukky: Add and utilise a jserrors category 5 years ago
Makefile.defaults Makefile: Set libjxl to AUTO 1 year ago
Makefile.macros Buildsystem: Avoid errors when headers are removed. 4 years ago
Makefile.tools move build tool selection into separate makefile fragment 9 months ago
README.md s/http/https/ in user-facing URIs 3 years 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