From 5e240b5964047ef19052fef2fce76abf18792392 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 1 May 2004 17:54:49 +0000 Subject: [project @ 2004-05-01 17:54:49 by bursa] Update list of libraries. svn path=/import/netsurf/; revision=807 --- Docs/developer | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Docs/developer') diff --git a/Docs/developer b/Docs/developer index aab89b53a..70dfac5c9 100644 --- a/Docs/developer +++ b/Docs/developer @@ -35,13 +35,13 @@ fetches, converts, and caches it if not present. \section css CSS parser and interfaces (css/) -CSS is tokenised by a flex-generated scanner (scanner.l), and then parsed into a +CSS is tokenised by a re2c-generated scanner (scanner.l), and then parsed into a memory representation by a lemon-generated parser (parser.y, ruleset.c). Styles are retrieved using css_get_style(). They can be cascaded by css_cascade(). -- http://lex.sourceforge.net/ +- http://re2c.sourceforge.net/ - http://www.hwaci.com/sw/lemon/ \section render HTML processing and layout (render/) @@ -103,8 +103,9 @@ http://netsurf.strcprstskrzkrk.co.uk/developer/ - libcurl (HTTP, FTP, etc) http://curl.haxx.se/libcurl/ - OSLib (C interface to RISC OS SWIs) http://ro-oslib.sourceforge.net/ - libpng (PNG support) http://www.libpng.org/pub/png/libpng.html +- libjpeg (JPEG support) http://www.ijg.org/ - zlib http://www.gzip.org/zlib/ -- uri http://www.nongnu.org/uri/ +- OpenSSL (HTTPS support) http://www.openssl.org/ \section addcss Implementing a new CSS property -- cgit v1.2.3