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
François Revol 24b1031f74
env.sh: Add cmd:getconf as dependency for Haiku
11 years ago
!NetSurf Icons for URL bar hotlist add/remove toggle/indicator. 11 years ago
Docs env.sh: Add cmd:getconf as dependency for Haiku 11 years ago
amiga Minor formatting change 11 years ago
atari Added scale property to gui_window and use it. 11 years ago
beos Remove old hotlist, cookies, and history_global_core modules. 12 years ago
cocoa Some cocoa build fixes. 12 years ago
content Enable access to hotlist icons through resource URLs. 11 years ago
css Make nscss_get_style return completed computed styles. Now matches nscss_get_blank_style, and no need for anything outside css/select.c to see partial computed styles. 11 years ago
desktop Modify conflicting Messages entry 11 years ago
framebuffer Use libnsfb's tiled bitmap function, instead of tiling ourselves. 11 years ago
gtk check stat error return (coverity 1109835) 11 years ago
image Fix two genuine bugs found by Coverity. Checking the wrong pointers for NULL. 11 years ago
javascript fix leak of utsname structure (coverity 1109881) 11 years ago
monkey fix null derference (coverity 1127056) 11 years ago
render Make nscss_get_style return completed computed styles. Now matches nscss_get_blank_style, and no need for anything outside css/select.c to see partial computed styles. 11 years ago
resources Some translation updates from Samir Hawamdeh 11 years ago
riscos Make view source menu option open the frame source, rather than frameset. 11 years ago
test Remove old hotlist, cookies, and history_global_core modules. 12 years ago
utils Update for new lpu API. 11 years ago
windows Remove BITMAP_PERSISTENT flag. 11 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore add tests for new options API 12 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile add framebuffer cross compiling support 12 years ago
Makefile.config.example Update example config with JS options. 11 years ago
Makefile.defaults make javascript library loading automatic if a pkg-config can be found 12 years ago
README Remove date. 15 years ago
test-netsurf Use installed NetSurf binary when using development environment 12 years ago

README

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the appropriate BUILDING-* 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