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
Vincent Sanders 89d59a6559
fixup pdf content handler for modified interfaces
4 years ago
content fixup pdf content handler for modified interfaces 4 years ago
desktop allow clicking to change page 4 years ago
docs Improve the framebuffer docs a bit 4 years ago
frontends risc os: Don't let URL complete start consume URL bar drags. 4 years ago
include/netsurf fix plot style float to fix path width 4 years ago
resources resources: add Chinese (Simplified) translations 4 years ago
test test: Use putImageData features in life demo 5 years ago
tools framebuffer: Fix internal font generated source for GCC 10. 4 years ago
utils ensure background fraction is a proper fraction 5 years 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 Add initial content handler for PDF format 4 years ago
Makefile.config.example Dukky: Add and utilise a jserrors category 6 years ago
Makefile.defaults Add initial content handler for PDF format 4 years ago
README.md README: Add markdown extension. 5 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