Go to file
Vincent Sanders 94b5c95676 Add unit test for bloom filter
Adds check based unit test for teh bloom filter implementation. This
is based on Roberts original test code in utils/bloom.c and uses
/usr/share/dict as a source of strings to check bloom creation, no
false negatives and the false positive rate is below 15%.
2015-07-10 10:48:26 +01:00
!NetSurf Change gtk message and language handling to use resource names 2015-06-23 11:53:41 +01:00
Docs Make GTK resource handling configurable 2015-06-17 21:35:40 +01:00
amiga Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed. 2015-07-06 19:29:16 +01:00
atari This moves message loading out of netsurf_init into each frontend 2015-06-21 23:27:22 +01:00
beos This moves message loading out of netsurf_init into each frontend 2015-06-21 23:27:22 +01:00
cocoa This moves message loading out of netsurf_init into each frontend 2015-06-21 23:27:22 +01:00
content Fix error reporting from fetch_start 2015-06-24 10:31:13 +01:00
css Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
desktop This moves message loading out of netsurf_init into each frontend 2015-06-21 23:27:22 +01:00
framebuffer fix unused variable warning in framebuffer Message loading 2015-06-22 20:56:36 +01:00
gtk Improve gtk scaffolding documentation 2015-06-30 15:39:00 +01:00
image Clean up doxygen errors in image handlers. 2015-06-21 23:27:21 +01:00
javascript fixup logging macros that incorrectly override the LOG() macro name 2015-05-28 17:33:18 +01:00
monkey fixup missing lincludes from messages API update 2015-06-22 10:42:01 +01:00
render Only iterate the form when freeing a control if there is one. 2015-06-03 20:24:32 +01:00
resources Fix the capitalisation of "New tab" to matach "New window" etc. 2015-06-21 18:54:52 +01:00
riscos fixup missing lincludes from messages API update 2015-06-22 10:42:01 +01:00
test Add unit test for bloom filter 2015-07-10 10:48:26 +01:00
utils Add unit test for bloom filter 2015-07-10 10:48:26 +01:00
windows split out windows file operations into a separeate module 2015-06-30 21:10:13 +01:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore Improve split message generation 2015-04-07 00:44:35 +01:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Add coverage to the unit test makefile targets 2015-07-08 22:17:20 +01:00
Makefile.config.example remove all references to using libMNG 2014-01-04 17:07:11 +00:00
Makefile.defaults Remove webp image handling 2015-04-21 14:03:02 +01: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

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