WebSurf/README.md

28 lines
722 B
Markdown
Raw Normal View History

2020-02-21 01:31:47 -08:00
NetSurf
=======
2020-02-21 01:31:47 -08:00
This document should help point you at various useful bits of information.
2020-02-21 01:31:47 -08:00
Building NetSurf
----------------
2020-02-21 01:31:47 -08:00
Read the [Quick Start](docs/quick-start.md) document for instructions.
2020-02-21 01:31:47 -08:00
Creating a new port
-------------------
2020-02-21 01:31:47 -08:00
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](http://www.netsurf-browser.org/contact/)
for help.
2020-02-21 01:31:47 -08:00
Further documentation
---------------------
2020-02-21 01:31:47 -08:00
* [Developer documentation](http://www.netsurf-browser.org/developers/)
* [Developer wiki](http://wiki.netsurf-browser.org/Documentation/)
* [Code style guide](http://www.netsurf-browser.org/developers/StyleGuide.pdf)