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 0435c3ffb4
Amiga: Remove some more #defines not needed with the 3.2 NDK
3 years ago
content GIF: Tolerate errors during scan if at least one frame. 3 years ago
desktop textarea: always clear selection on NS_KEY_WORD_{LEFT,RIGHT} 3 years ago
docs extend teh implementing a new frontend document 4 years ago
frontends Amiga: Remove some more #defines not needed with the 3.2 NDK 3 years ago
include/netsurf textarea: implement NS_KEY_DELETE_WORD_{LEFT,RIGHT} 3 years ago
resources Update ca-bundle 3 years ago
test tests: Update corestring allocation count. 4 years ago
tools framebuffer: Fix internal font generated source for GCC 10. 4 years ago
utils util: corestring: Add DOM "reversed" string. 4 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 move remaining macros into separate macro makefile 4 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
Makefile.macros Buildsystem: Avoid errors when headers are removed. 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