diff options
Diffstat (limited to 'old/fosdem2005/dillo-15.html')
-rw-r--r-- | old/fosdem2005/dillo-15.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/old/fosdem2005/dillo-15.html b/old/fosdem2005/dillo-15.html new file mode 100644 index 0000000..2f877c1 --- /dev/null +++ b/old/fosdem2005/dillo-15.html @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<title>Slide 15</title> +</head> +<body> +<p><br /> +Current features (most important)<br /> +<br /> +</p> +<ul> +<li>A very good subset of HTML 4.01 SPEC is supported</li> +<li>Image formats support: PNG, JPEG and GIF</li> +<li>Streamed rendering, including tables</li> +<li>An extraordinary small size (around 40 times less than big browsers)</li> +<li>Remarkably fast rendering (near 100KB/sec on a 233Mhz Pentium I)</li> +<li>Snappy response even on a 75Mhz/32MB Pentium</li> +<li>Extensible with plugins (plugins can use dillo as an API)</li> +<li>It has an ordered, clean and documented code base that's easy to extend and maintain</li> +</ul> +<hr /> +<p><a href="dillo-16.html">Go to next slide</a></p> +</body> +</html> |