Go to file
Vincent Sanders b2533b5672 Add man pages for framebuffer and gtk frontends
These man pages are for the command line options of the gtk and fb
binaries. They are taken from my Debian packaging but spell checked
and cleaned up slightly.

They use the default Linux an.tmac macro package and not the BSD mdoc
macros which may make them unsuitable for direct usage in BSD
packaging.
2014-12-25 12:55:34 +00:00
!NetSurf Add trivial maps facilitator at about:maps 2014-10-22 20:42:21 +01:00
amiga Some OS3 compatibility for testing 2014-12-20 12:42:55 +00:00
atari remove atari need to use browser internal data structures 2014-11-21 12:32:46 +00:00
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 improve comments in low level cache and remove completed todo 2014-12-04 21:09:42 +00:00
css Doxygen fixes 2014-11-09 15:28:03 +00:00
desktop Improve llcache writeout stratagy 2014-11-28 19:17:42 +00:00
Docs Add man pages for framebuffer and gtk frontends 2014-12-25 12:55:34 +00:00
framebuffer revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly 2014-11-27 16:04:16 +00:00
gtk move host based default settings to core as tehy are not frontend dependant 2014-12-21 16:22:54 +00:00
image Fix my spelling of teh everywhere 2014-11-18 17:16:26 +00:00
javascript Update the core to use the split operations table headers 2014-10-16 22:33:43 +01:00
monkey revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly 2014-11-27 16:04:16 +00:00
render release gadget allocation on error path (Coverity 1109875) 2014-11-30 11:23:30 +00:00
resources Improve message split generation 2014-12-02 16:27:24 +00:00
riscos Fix my spelling of teh everywhere 2014-11-18 17:16:26 +00:00
test remove unused url_init function 2014-10-31 00:50:32 +00:00
utils jenkins helper script quoting in shell wilidcard case was wrong 2014-12-21 14:15:58 +00:00
windows doxygen cleanups in utils 2014-11-12 23:27:13 +00:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore move testament output to object directory instead of modifying source 2014-04-08 11:41:58 +01:00
COPYING
Makefile remove some warnings from freebsd build 2014-12-21 02:01:45 +00:00
Makefile.config.example remove all references to using libMNG 2014-01-04 17:07:11 +00:00
Makefile.defaults move host based default settings to core as tehy are not frontend dependant 2014-12-21 16:22:54 +00:00
README Fix to point at current build documentaion. 2014-07-22 15:36:36 +01:00
test-netsurf Use installed NetSurf binary when using development environment 2012-11-05 16:07:44 +00:00

--------------------------------------------------------------------------------
  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