Go to file
Chris Young fd59fa248a Replace the custom stringview class with a standard string gadget under OS3
Also remove gaugeiclass usage from OS3 as it (probably) doesn't exist
Remove some debug
2015-01-27 23:54:59 +00:00
!NetSurf
Docs Ensure buildsystem is built before everything else. 2014-12-31 14:02:30 +00:00
amiga Replace the custom stringview class with a standard string gadget under OS3 2015-01-27 23:54:59 +00:00
atari
beos Try using -pipe on beos/haiku as temporary file access may be slow 2014-11-24 13:18:52 +00:00
cocoa fix missing semicolon 2014-11-21 13:14:20 +00:00
content Ensure no division by zero occours if no time has ever been spent writing llcache 2015-01-03 15:13:40 +00:00
css
desktop Remove redundant remove() call. 2015-01-23 14:11:43 +00:00
framebuffer allow for framebuffer command line parsing to cope with unknown long options 2014-12-27 12:44:23 +00:00
gtk add missing includes 2014-12-27 22:48:37 +00:00
image
javascript
monkey revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly 2014-11-27 16:04:16 +00:00
render Revert removal of implied table adding. 2015-01-27 21:08:52 +00:00
resources Add French messages translations from qwebirc92123 2015-01-02 15:05:03 +00:00
riscos
test
utils Cast timeval.usec calculations to int as AmigaOS3 has some conflicting headers which means it can be treated as an unsigned value. 2015-01-19 19:15:48 +00:00
windows
.gitattributes
.gitignore
COPYING
Makefile remove some warnings from freebsd build 2014-12-21 02:01:45 +00:00
Makefile.config.example
Makefile.defaults move host based default settings to core as tehy are not frontend dependant 2014-12-21 16:22:54 +00:00
README
test-netsurf

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