summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-12-26 16:19:29 +0000
committerJames Bursa <james@netsurf-browser.org>2003-12-26 16:19:29 +0000
commiteb7cc625e71a9e761b22bd6fb94d93fbb929304e (patch)
treedbceb6e8fc8ea9a10e43d18f6a57cdea1c3a3c29 /Docs
parentf1b59814f8da2f3e235d47adfb332edf8a093b31 (diff)
downloadnetsurf-eb7cc625e71a9e761b22bd6fb94d93fbb929304e.tar.gz
netsurf-eb7cc625e71a9e761b22bd6fb94d93fbb929304e.tar.bz2
[project @ 2003-12-26 16:19:29 by bursa]
Add links to some more specifications and libraries. svn path=/import/netsurf/; revision=442
Diffstat (limited to 'Docs')
-rw-r--r--Docs/developer10
1 files changed, 9 insertions, 1 deletions
diff --git a/Docs/developer b/Docs/developer
index 83cd61812..753c6cca6 100644
--- a/Docs/developer
+++ b/Docs/developer
@@ -82,20 +82,28 @@ RISC OS specific protocols:
Specifications:
- HTML 4.01 http://www.w3.org/TR/html401/
+ (see also http://www.w3.org/MarkUp/)
- XHTML 1.0 http://www.w3.org/TR/xhtml1/
- CSS 2.1 http://www.w3.org/TR/CSS21/
- HTTP/1.1 http://www.w3.org/Protocols/rfc2616/rfc2616.html
+ (see also http://www.w3.org/Protocols/)
+- HTTP Authentication http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2617.html
- PNG http://www.w3.org/Graphics/PNG/
+- URI http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2396.html
+ (see also http://www.w3.org/Addressing/ and RFC 2616)
+- Cookies http://wp.netscape.com/newsref/std/cookie_spec.html and
+ http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2109.html
\section libs Libraries
Get these compiled for RISC OS with headers from
http://netsurf.strcprstskrzkrk.co.uk/developer/
-- libxml (XML and HTML parser) http://xmlsoft.org/
+- libxml (XML and HTML parser) http://www.xmlsoft.org/
- 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
- zlib http://www.gzip.org/zlib/
+- uri http://www.nongnu.org/uri/
\section addcss Implementing a new CSS property