summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-01 17:54:49 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-01 17:54:49 +0000
commit5e240b5964047ef19052fef2fce76abf18792392 (patch)
treef9a20fc1d37ae70e5672c215b179b3b039a12494 /Docs
parentd7a4adf48149e0d6d1ae0cc79c1a6d73aa02dd3f (diff)
downloadnetsurf-5e240b5964047ef19052fef2fce76abf18792392.tar.gz
netsurf-5e240b5964047ef19052fef2fce76abf18792392.tar.bz2
[project @ 2004-05-01 17:54:49 by bursa]
Update list of libraries. svn path=/import/netsurf/; revision=807
Diffstat (limited to 'Docs')
-rw-r--r--Docs/developer7
1 files changed, 4 insertions, 3 deletions
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