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.
4c1e16c077
|
10 years ago | |
---|---|---|
!NetSurf | 10 years ago | |
Docs | 10 years ago | |
amiga | 10 years ago | |
atari | 10 years ago | |
beos | 10 years ago | |
cocoa | 10 years ago | |
content | 10 years ago | |
css | 10 years ago | |
desktop | 10 years ago | |
framebuffer | 10 years ago | |
gtk | 10 years ago | |
image | 10 years ago | |
javascript | 10 years ago | |
monkey | 10 years ago | |
render | 10 years ago | |
resources | 10 years ago | |
riscos | 10 years ago | |
test | 10 years ago | |
utils | 10 years ago | |
windows | 10 years ago | |
.gitattributes | 12 years ago | |
.gitignore | 10 years ago | |
COPYING | 18 years ago | |
Makefile | 10 years ago | |
Makefile.config.example | 11 years ago | |
Makefile.defaults | 10 years ago | |
README | 11 years ago | |
test-netsurf | 12 years ago |
README
-------------------------------------------------------------------------------- NetSurf README -------------------------------------------------------------------------------- This document should help point you at various useful bits of information. Building NetSurf ================== Read the QUICK-START document in the Docs/ directory 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: http://www.netsurf-browser.org/contact/ Check out the developer documentation sources listed below too. Further documentation ======================= The Developer section of the web site has loads of info to get you started: http://www.netsurf-browser.org/developers/ General documentation on how NetSurf's code works can be found on the development wiki: http://wiki.netsurf-browser.org/Documentation/ The code style guide is here: http://www.netsurf-browser.org/developers/StyleGuide.pdf