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 d4b3585c39
update idna properties to unicode 11
5 years ago
content initial implementation of split messages in c 5 years ago
desktop remove unecessary headers from browser window 5 years ago
docs UnimplementedJavascript: I've implemented 10 more things 5 years ago
frontends split tools and utils 5 years ago
include/netsurf make browser_window_update internal to browser window as intended 5 years ago
resources fix italian ObjInfo key being labelled french 5 years ago
test test: Use putImageData features in life demo 5 years ago
tools update idna properties to unicode 11 5 years ago
utils update idna properties to unicode 11 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 split tools and utils 5 years ago
Makefile.config.example Dukky: Add and utilise a jserrors category 6 years ago
Makefile.defaults Logging: Include VERBOSE in the binary by default. 5 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