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.
 
 
 
 
 
 
Go to file
Ashish Gupta 0877c1aaaa
Add netsurf compilation to docs
9 years ago
!NetSurf Layout: Implement CSS3 box-sizing property. 9 years ago
content Move sys_uptime() inside kolibrios dir 9 years ago
desktop Get logging working. 9 years ago
docs Add netsurf compilation to docs 9 years ago
frontends Move sys_uptime() inside kolibrios dir 9 years ago
include/netsurf update RISC OS frontend to use core window for local history 9 years ago
render Layout: Prevent negative widths on absolutle positioned boxes. 9 years ago
resources Enable displaying download progress within a notification. 9 years ago
test Support coverage flushing on assert() 9 years ago
utils Towards integration with shared build system 9 years ago
.gitattributes add attributes file to stop .gitignore being exported 13 years ago
.gitignore rename default build output directory target 9 years ago
COPYING Clarify licensing arrangements 19 years ago
Makefile Minor makefile fixes for kolibrios 9 years ago
Makefile.config.example remove junk references to old javascript implementations 10 years ago
Makefile.defaults enable use of netsurf public suffix library to prevent supercookies 10 years ago
README Fix to point at current build documentaion. 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