Migrated from Forgejo: mattc-old/netsurf-base-reMarkable
  • C 94.7%
  • C++ 2.7%
  • Makefile 0.7%
  • HTML 0.6%
  • Python 0.4%
  • Other 0.7%
Find a file
2021-05-31 13:28:07 +02:00
content Merge remote-tracking branch 'upstream/master' 2021-05-31 13:28:07 +02:00
desktop Merge remote-tracking branch 'upstream/master' 2021-05-31 13:28:07 +02:00
docs extend teh implementing a new frontend document 2021-03-23 23:44:59 +00:00
frontends Merge remote-tracking branch 'upstream/master' 2021-05-31 13:28:07 +02:00
include/netsurf Improve some documentation comments 2021-02-26 13:40:09 +00:00
resources [netsurf-reMarkable] Add a custom welcome page, and move the original page 2021-04-25 19:32:33 +02:00
test tests: Update corestring allocation count. 2021-02-15 14:24:15 +00:00
tools framebuffer: Fix internal font generated source for GCC 10. 2020-11-13 11:13:46 +00:00
utils [netsurf-reMarkable] Continue implementation of remarkable importer 2021-05-31 01:01:31 +02:00
.clang-format update clang format style for version 7 2019-10-10 18:22:23 +01:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore [netsurf-reMarkable] Add clangd files to gitignore 2021-05-13 15:07:49 +02:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile [netsurf-reMarkable] Continue implementation of remarkable importer 2021-05-31 01:01:31 +02:00
Makefile.config.example Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
Makefile.defaults Logging: Include VERBOSE in the binary by default. 2019-11-30 20:14:12 +00:00
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2021-03-19 12:09:57 +00:00
README.md README: Add markdown extension. 2020-02-21 09:33:08 +00: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