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