Go to file
2024-01-08 22:40:11 +00:00
.github/workflows ci: Add ccache to github workflows 2023-03-16 15:47:43 +00:00
content content/textplain: fix U+FFFD encoding 2023-12-21 00:57:08 +00:00
desktop remove pointless box structure 2024-01-08 22:40:11 +00:00
docs (docs): Update the unimplemented JS bits list 2022-11-27 09:43:23 +00:00
frontends remove completely unused box pointer 2024-01-08 22:25:10 +00:00
include/netsurf Bitmap: Remove misleading format documentation. 2022-06-14 09:45:57 +01:00
resources Amiga: Add "Enable CSS" item to the Browser menu 2024-01-03 17:07:32 +00:00
test Fix corestring test 2023-12-13 14:33:47 +00:00
tools jenkins-build: add arm-riscos-gnueabi 2023-03-05 23:48:48 +00:00
utils Implement simple jpeg xl image handler 2023-11-26 17:26:09 +00:00
.clang-format update clang format style for version 7 2019-10-10 18:22:23 +01:00
.gitattributes
.gitignore gitignore: Ignore nsgtk2 properly 2020-02-22 11:39:14 +00:00
COPYING
Makefile Update copyright year 2024-01-05 17:29:03 +00:00
Makefile.config.example Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
Makefile.defaults Makefile: Set libjxl to AUTO 2023-11-26 17:26:09 +00:00
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2021-03-19 12:09:57 +00:00
README.md s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01:00

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