[FE training-materials-updates] Remove slides about Dillo/Firefox

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 30 18:32:14 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=cb45802f3a949ee6bd19a78b05b8bc21f9bcb8c4

>---------------------------------------------------------------

commit cb45802f3a949ee6bd19a78b05b8bc21f9bcb8c4
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu May 30 18:30:33 2013 +0200

    Remove slides about Dillo/Firefox
    
    They're really not used on embedded systems. I've kept Webkit, but I
    hesitated removing the Web browser section entirely, it's only needed
    for a very specific kind of embedded systems. There are many more
    components that would be of more general use, that we don't cover.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

cb45802f3a949ee6bd19a78b05b8bc21f9bcb8c4
 .../sysdev-embedded-linux.tex                      |   41 --------------------
 1 file changed, 41 deletions(-)

diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index 77674c7..b9b9b00 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -790,47 +790,6 @@ met:
 \subsection[Web Browsers]{Tools for the target device: Web browsers}
 
 \begin{frame}
-  \frametitle{Fast and tiny web browser: Dillo}
-  \begin{columns}[T]
-    \column{0.8\textwidth}
-    \url{http://www.dillo.org/}
-    \begin{itemize}
-    \item Very fast, lightweight web browser written in C/C++, with a
-      FLTK2 interface
-    \item The Dillo binary fits in 940 KB on x86 (doesn't include the
-      FLTK2 shared libraries)
-    \item License: GPL
-    \item Supports many standard features: cookies, images, tables,
-      CSS...  Extensible through plugins (e.g. ftp)
-    \item Fits well on small screens
-    \item Still missing: frames, JavaScript
-    \item A good solution if your product just needs to display its
-      own HTML pages.  Not sufficient as a general purpose web
-      browser.
-    \end{itemize}
-    \column{0.2\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-embedded-linux/dillo.png}
-  \end{columns}
-\end{frame}
-
-\begin{frame}
-  \frametitle{Full featured browser: Mozilla Firefox}
-  \url{http://www.mozilla.org/products/firefox/}
-  \begin{itemize}
-  \item Lightweight and fast browser based on Mozilla
-  \item Full featured: CSS, SSL, JavaScript, tabbed browsing, pop-up
-    blocking..., but very easy to configure.
-  \item Takes around 40 MB of RAM with 8 tabs open. Need 25 MB of
-    storage space (Sharp Zaurus)
-  \item Designed to be cross-platform. Already used in embedded
-    systems with sufficient screen resolution (web pads, high-end
-    PDAs)
-  \item Great for consumers appliances. Looks familiar to consumers:
-    the default theme recalls IE.
-  \end{itemize}
-\end{frame}
-
-\begin{frame}
   \frametitle{WebKit}
   \begin{columns}[T]
     \column{0.8\textwidth}



More information about the training-materials-updates mailing list