Go to file
Chris Young d5018b862d libsvgtiny is shared object now, tweak percent complete values in install to allow
this shared object and space for future ones (such as libDOM), without value jumping
backwards.

svn path=/trunk/netsurf/; revision=9438
2009-08-24 21:14:46 +00:00
!NetSurf Updated translation from Samir Hawamdeh 2009-08-23 17:53:35 +00:00
Docs Improve explanation of how to ensure NetSurf finds its resources. 2009-08-13 21:49:42 +00:00
amiga libsvgtiny is shared object now, tweak percent complete values in install to allow 2009-08-24 21:14:46 +00:00
beos Typo. 2009-08-02 11:31:35 +00:00
content - content/urldb.c(auth_data): Removed; 2009-08-04 23:02:23 +00:00
css Sync with libcss. 2009-08-23 07:58:33 +00:00
desktop Only try to reset scroll position on textarea wrap if there is a scrollbar. 2009-08-17 13:23:52 +00:00
framebuffer Merge Paul Blokus' selectscroll branch. Adds core select menu widget for forms and core scrollbar widget. 2009-08-14 10:37:33 +00:00
gtk Merge Paul Blokus' selectscroll branch. Adds core select menu widget for forms and core scrollbar widget. 2009-08-14 10:37:33 +00:00
image Revert r9108, as component order in libnsgif due to be corrected. 2009-08-09 21:37:20 +00:00
render Use new alignment scheme 2009-08-22 09:56:41 +00:00
riscos - content/urldb.c(auth_data): Removed; 2009-08-04 23:02:23 +00:00
utils Portability hacks. 2009-08-24 12:05:00 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Test with -fno-strict-aliasing. 2009-08-07 21:31:02 +00:00
Makefile.config.example Update build config example comment. 2009-03-27 14:26:43 +00:00
Makefile.defaults NETSURF_USE_DRAW should apply to the Draw content handler only. 2009-06-20 19:38:56 +00:00
Makefile.resources Use progress pointer. 2009-07-14 16:18:35 +00:00
Makefile.sources First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
README Remove mention of web site's robuild doc. 2009-08-10 11:12:11 +00:00
netsurf Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-GTK document. 2007-02-06 16:52:47 +00:00

README

--------------------------------------------------------------------------------
  NetSurf README                                                09 August 2009
--------------------------------------------------------------------------------

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


  For NetSurf Users
===================

  Most of the documentation you'll need to use NetSurf is in the documentation
  section of the web site:

      http://www.netsurf-browser.org/documentation/

  If you need to build NetSurf yourself, read the Building bit of the 'For
  NetSurf Developers' section below.


  For NetSurf Developers
========================

  If there is already a port of NetSurf to your platform you can build it
  following the platform specific build instructions.  If not, you will have
  to port NetSurf.

  Finally, there are various links to NetSurf developer documentation at the
  bottom.

  Building
----------
  
  Look at the appropriate BUILDING-* document in the Docs/ directory for
  instructions.

  Porting
---------

  Look at the existing front ends for example implementations. 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