• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

content/H24-May-2020-183,429120,744

desktop/H24-May-2020-33,35320,555

docs/H24-May-2020-9,6967,598

frontends/H24-May-2020-220,207160,021

include/netsurf/H24-May-2020-4,053972

resources/H03-May-2022-11,05810,535

test/H24-May-2020-10,7317,595

utils/H03-May-2022-26,56717,333

.clang-formatH A D24-May-20203.4 KiB121119

COPYINGH A D24-May-202019.8 KiB390318

MakefileH A D03-May-202228.9 KiB931579

Makefile.config.exampleH A D24-May-20201.8 KiB5239

Makefile.defaultsH A D03-May-20226.2 KiB16942

README.mdH A D24-May-2020722 2817

README.md

1NetSurf
2=======
3
4This document should help point you at various useful bits of information.
5
6
7Building NetSurf
8----------------
9
10Read the [Quick Start](docs/quick-start.md) document for instructions.
11
12
13Creating a new port
14-------------------
15
16Look at the existing front ends for example implementations.
17The framebuffer front end is simplest and most self-contained.
18Also, you can [contact the developers](http://www.netsurf-browser.org/contact/)
19for help.
20
21
22Further documentation
23---------------------
24
25* [Developer documentation](http://www.netsurf-browser.org/developers/)
26* [Developer wiki](http://wiki.netsurf-browser.org/Documentation/)
27* [Code style guide](http://www.netsurf-browser.org/developers/StyleGuide.pdf)
28