SlidesLLPresentation

Un article de RotomaLUG.

Voici les sources de la présentation sur les logiciels libre. Source en LaTeX

Sommaire


Main.tex

Le fichier main.tex qui contient la config (en gros) et il intègre l'ensemble des fichiers utilisés par la suite:

% Copyright (c)  2008   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".

% \documentclass[hyperref={pdfpagemode=FullScreen}]{beamer}

% Version standart
% \documentclass{beamer}

%Version pour impression
\documentclass[handout]{beamer}


\presentation 
%%% Themes v2
% \usepackage{beamerthemeshadcow}
% \usepackage{beamerthemesidebar}
% \usepackage{beamerthemesplit}
% \usepackage{beamerthemebars}
% \usepackage{beamerthemeclassic}
% \usepackage{beamerthemelined}
% \usepackage{beamerthemetree}
% \usepackage{beamerinnerthemerounded}



%%% Themes v3
% \usetheme{boxes}
% \usetheme{default}

%% Themes with tree-likes navigation bar
% \usetheme{JuanLesPins}
% \usetheme{Montpellier}
% \usetheme{Antibes}
% \usetheme{Rochester}

%% Themes with TOC sidebar
% \usetheme{PaloAlto}
% \usetheme{Berkeley}
% \usetheme{Goettingen}
% \usetheme{Marburg}
% \usetheme{Hannover}

%% Themes with mini-frame navigation
% \usetheme{Berlin}
% \usetheme{Boadilla}
% \usetheme{Ilmenau} % +1
% \usetheme{Dresden}
% \usetheme{Darmstadt} % +1
\usetheme{Frankfurt}
% \usetheme{Singapore}
% \usetheme{Szeged}

%% Themes with section and subsection
% \usetheme{AnnArbor}
% \usetheme{CambridgeUS}
% \usetheme{Copenhagen} % +1
% \usetheme{Luebeck}
% \usetheme{Malmoe}
% \usetheme{Warsaw}

%% Select color theme
% \usecolortheme{albatross}
% \usecolortheme{blue}
% \usecolortheme{beetle}
% \usecolortheme{beaver}
% \usecolortheme{default}
% \usecolortheme{dolphin}
% \usecolortheme{crane}
% \usecolortheme{fly}
% \usecolortheme{seagull}
% \usecolortheme{lily}
% \usecolortheme{orchid}

%% police
\usefonttheme{professionalfonts}

\listfiles

\common
\usepackage[latin1]{inputenc}
\usepackage[frenchb]{babel}
\usepackage[T1]{fontenc}
\usepackage{aeguill}
\usepackage{amsmath}
% \usepackage{graphicx}
%\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{textcomp}
\usepackage{palatino}
\usepackage{xcolor}
\usepackage{epstopdf}
\usepackage{pstricks}
\usepackage{figlatex}%  pour les .fig


% PDF/PS specific
% \ifpdf
  \pdfcompresslevel=9
  \usepackage{graphicx}
  %\DeclareGraphicsExtensions{.jpg, .png , .pdf}
% \else
  %\usepackage{graphicx}
%   \usepackage[dvips]{graphicx}
  %\DeclareGraphicsExtensions{.eps, .ps, .eps.gz, .ps.gz}
% \fi

% Where is a images directory ?
\graphicspath{{fig/}}

%% Couleur de fond
% \definecolor{MaCouleur}{rgb}{1,0.6,0.9}
% \beamertemplatesolidbackgroundcolor{gray!10}
% \beamertemplateshadingbackground{gray!10}{white!5}

% Personnalisation des items
\usepackage{pifont}
% \newenvironment{MYitemize}{
% 	\setbeamertemplates{itemize items}{\ding{43}} 
%    \begin{itemize}}{\end{itemize}} % doigt point� 


%% Macro
\newlength{\textlarg}
\newcommand{\barre}[1]{%
   \settowidth{\textlarg}{#1}
   #1\hspace{-\textlarg}\rule[0.5ex]{\textlarg}{0.5pt}}


\title{Le Logiciel Libre}
\subtitle{Communauté, philosophie, économie}
\author{Guillaume Watteeux}
\date{9 Janvier 2008}
%\titlegraphic{...}
\institute{Esigelec}

% \pgfdeclareimage[height=1cm]{logo}{logo_all} 
% \logo{\pgfuseimage{logo}}

\beamertemplatetransparentcovered

% \AtBeginSection[] % Do nothing for \section*
% {
%   \begin{frame}<beamer>
%     \frametitle{Plan}
%     \tableofcontents[currentsection]
%   \end{frame}
% }

\begin{document}
\frame{
    \titlepage 
    \tiny{\LaTeX - GNU Free Documentation License}
}


% \pgfdeclaremask{mymask}{logo_all.mask}
% \pgfimage[mask=mymask,interpolate=true]{logo}
  
%% Table des matières sur un calque
% \AtBeginSection{\frame{\tableofcontents[current]}}
% 
% PLAN

% * Intro:
	\input{intro.tex}

% * Licences:
	\input{licence.tex}

% * Comment fonctionne le libre:
	\input{fonclibre.tex}


% * Le libre chez soit et en entreprise:
 	\input{apps.tex}
	\input{clients.tex}
	\input{server.tex}

% * Conclusion:
	\input{conclu.tex}

\end{document}


Intro.tex

% Copyright (c)  2008   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".
\section{Introduction}
	\begin{frame}
	\frametitle{Présentation personnelle}	 
	\begin{itemize}
	\item[\ding{229}] Données personnelles
		\begin{itemize}[]
		\vspace{0.2cm}
 		\item Promotion Esigelec 2006
		\vspace{0.2cm}
		\item Administrateur systèmes et réseaux
		\vspace{0.7cm}
		\end{itemize}
 	\item[\ding{229}] Implication dans le Logiciel Libre
		\begin{itemize}[]
		\vspace{0.2cm}
 		\item Association RotomaLUG
		\vspace{0.2cm}
		\item Projets communautaires (Centreon)
		\end{itemize}
	\end{itemize}	
	\end{frame}
	
\subsection{RotomaLUG}
	\begin{frame}
	\frametitle{L'association RotomaLUG}
	\begin{itemize}
 	\item[\ding{229}] Créée en mars 2003
% 	\vspace{0.5cm}
	\item[\ding{229}] Le nom: 
		\begin{itemize}
		\item Rotomagus: nom moyenâgeux de la ville de Rouen
		\item LUG: Linux Users Group
		\end{itemize}
	\end{itemize}
\uncover<2->{
	\begin{itemize}
	\item[\ding{229}] Son rôle
		\begin{itemize}
 		\item Promouvoir l'utilisation des logiciels libres sur l'agglomération de Rouen.
			\begin{itemize}
			\item Informer, renseigner, conseiller, éduquer ...
			\item Aider et accompagner les nouveaux utilisateurs
			\item Fédérer les mouvements en faveur des LL (logiciel libre) sur le département 76 et insuffler l'envie de les utiliser.  
			\item Présenter, installer et former sur les LL.
			\end{itemize}
		\end{itemize}
	\end{itemize}
	}
	\end{frame}

\subsection{Le logiciel libre, c'est quoi ?}
	\begin{frame}
	\frametitle{Le logiciel libre, c'est quoi ?}
	%\framesubtitle{Définition}
	\begin{block}{}
	Un logiciel libre est un logiciel dont la licence, dite libre, donne à chacun le droit d'utiliser, d'étudier, de modifier, de dupliquer, de donner et de vendre le logiciel.\\
	\end{block}
 	\begin{scriptsize}source: fr.wikipedia.org \end{scriptsize}
	\end{frame}


\subsection{Historique}
	\begin{frame}
	\frametitle{Historique des logiciels libres}
	\begin{block}{Au commencement..., un simple courriel}
	
	\begin{footnotesize}
	From: RMS\%MIT-OZ@mit-eddie \\
	Newsgroups: net.unix-wizards,net.usoft \\
	Subject: new UNIX implementation \\
	Date: Tue, 27-Sep-83 12:35:59 EST \\
	Organization: MIT AI Lab, Cambridge, MA \\
	\vspace{0.2cm} 	
	Free Unix! \\ 
	\vspace{0.2cm} 
	Starting this Thanksgiving I am going to write a complete Unix-compatible software system called GNU (for Gnu's Not Unix), and give it away free to everyone who can use it.  Contributions of time, money, programs and equipment are greatly needed. \\ 
	\vspace{0.2cm} 
	\dots \\
	\vspace{0.2cm}
	Who Am I?  \\
	\vspace{0.2cm}
	I am Richard Stallman, inventor of the original much-imitated EMACS editor, now at the Artificial Intelligence Lab at MIT. \\
	\end{footnotesize}
	\end{block}
	\rput[lr](10,6){\includegraphics[clip=true,width=3cm]{fig/rms.jpg}}
	\end{frame}

	\begin{frame}
	\frametitle{Historique des logiciels libres (1)}
	\begin{itemize}
 	\item[\ding{229}] \textbf{<1970}: Naissance de l'informatique et premiers hackers
	\item[\ding{229}] \textbf{1984}: Projet GNU - Richard Stallman
	\item[\ding{229}] \textbf{1985}: Free Software Foundation
	\item[\ding{229}] \textbf{1989}: GNU GPL version 1
	\item[\ding{229}] \textbf{1991}: GNU GPL version 2
	\item[\ding{229}] \textbf{1991-1993}: *BSD
	\item[\ding{229}] \textbf{1991}: noyau Linux
	\item[\ding{229}] \textbf{1994}: version 1.0.0 \hspace{2cm} \textbf{1999}: version 2.0.0
	\item[\ding{229}] \textbf{1996}: GNU/Hurd
	\end{itemize}
	\end{frame}

	\begin{frame}
	\frametitle{Historique des logiciels libres (2)}
	\begin{itemize}
	\item[\ding{229}] Linux + GNU + XFree86 + ... = système d'exploitation complet
	\item[\ding{229}] Apparition des distributions GNU/Linux
 	\item[\ding{229}] \textbf{1995}: création de Red Hat
	\item[\ding{229}] \textbf{1997}: démarrage de GNOME
	\item[\ding{229}] \textbf{1998}: code source de Mozilla, support d'Apache par IBM, logiciels propriétaires (SGBD), Open Source Initiative
	\item[\ding{229}] \textbf{1999}: magazines spécialisés Linux, arrivée massive d'éditeurs, sociétés de services
	\item[\ding{229}] \textbf{2000}: code source d'OpenOffice.org, QT en GPL
	\item[\ding{229}] \textbf{2001}: Linux 2.4, NSA Security Enhanced Linux.
	\item[\ding{229}] \textbf{2007}: GNU GPL version 3
	\end{itemize}
	\end{frame}

	\begin{frame}
	\frametitle{Historique des logiciels libres (3)}
	\framesubtitle{Exemples d'annonces des dernières actions}
	\begin{itemize}
 	\item La Direction Générale des Impôts passe à OpenOffice.org
	\item La Gendarmerie a migré également sous OpenOffice.org, Firefox et Thunderbird
	\item OpenDocument (ISO), adoption par différents États
	\item Incitation à l'utilisation de logiciels libres
	\item Postes des députés sous GNU/Linux Ubuntu
	\item L'École Centrale de Marseille passera à OpenOffice.org
	\end{itemize}
	\end{frame}

\subsection{Définition}
	\begin{frame}
	\frametitle{Définitions}
	\framesubtitle{Programmes et recettes de cuisine...}
%	\only<1-5>{
		\uncover<1->{
		\begin{itemize}
		\item[\ding{229}] Analogie
			\begin{itemize}
			\item Un programme est une recette.
			\item Un exécutable est un plat cuisiné.
			\end{itemize}
		\end{itemize}
		}
		\begin{itemize}
		\item[\ding{229}] Mes crêpes:	
		\uncover<2->{
	 		\begin{itemize}
 	 		\item Se procurer la recette
	 			\begin{itemize}
 	 			\item Liste des ingrédients et leurs quantités ... \\
% 				\only<2>{
%  				\oe{}ufs, farine, sucre, beurre, ...}
				\end{itemize}
			\end{itemize}

		}

		\uncover<3->{
		\begin{itemize}
		\item Préparation
			\begin{itemize}
			\item Ordre, repos, cuisson ... \\
% 			\only<3>{
%  		 	Mélangez la farine avec les \oe{}ufs, puis mouillez avec le lait, laissez reposer 1/2 heure ...}
			\end{itemize}
		\end{itemize}
		} 

	 	\uncover<4->{
		\begin{itemize}
		\item Diffusion
			\begin{itemize}
 			\item Je peux donner la recette et mes crêpes à qui je veux \\
% 			\only<4>{
% 			\`{A} mes amis, ma belle mère, mon voisin qui meurt de faim ...	}
			\end{itemize}
		\end{itemize}
		}

		\uncover<5->{
		\begin{itemize}
		\item Modification
			\begin{itemize}
 			\item Tiens, je rajouterai bien un peu de Rhum ... \\
% 			\only<5>{
% 			Ou de la canelle, du chocolat ...}
			\end{itemize}
		\end{itemize}
		}
	\end{itemize}
%   }
	\end{frame}

licence.tex

% Copyright (c)  2008   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".

\section{Licences}
\subsection{Organisations}
	\begin{frame}
	\frametitle{Organisations}
	\begin{columns}
		\begin{column}{0.75\textwidth}
		\begin{itemize}
		\item[\ding{229}] Free Software Foundation (FSF)
			\begin{itemize}
			\item Financement du projet GNU et communautés du logiciel libre
			\end{itemize}
		\end{itemize}
		\end{column}
		\begin{column}{0.25\textwidth}
			\begin{center}
			\includegraphics[width=2.7cm]{fsf-logo.png}
			\end{center}
		\end{column}
	\end{columns}
	\vspace*{1cm}
	\begin{columns}
		\begin{column}{0.75\textwidth}
		\begin{itemize}
		\item[\ding{229}] Projet GNU (Gnu's Not Unix)
			\begin{itemize}
			\item Système d'exploitation composé uniquement de Logiciels libres
			\item Compatible Unix, mais totalement réécrit
			\item Outils comme GCC, Bash, Binutils \dots
			\end{itemize}
		\end{itemize}
		\end{column}
		\begin{column}{0.25\textwidth}
			\begin{center}
			\includegraphics[width=1.7cm]{GNU-logo}
			\end{center}
		\end{column}
	\end{columns}
	\end{frame}


\subsection{Les licences}
	\begin{frame}
	\frametitle{Les licences de logiciels libres}
	\only<1| handout:1>{
		\begin{itemize}
		\item[\ding{229}] Droit d'auteur
			\begin{itemize}
			\item Les programmes d'ordinateurs sont régis par le droit d'auteur. Le droit d'auteur accorde un monopole: le droit d'interdire.
			\vspace*{0.5cm}
			\item Le droit d'auteur garantit qu'on ne peut:
				\begin{itemize}
				\item Copier un programme pour le donner ou le vendre, (essayer de) le modifier, l'utiliser en dehors des clauses stipulées par sa licence
				\end{itemize}
			\vspace*{0.5cm}
			\item Le droit d'auteur n'interdit pas en revanche d'écrire un nouveau programme:
				\begin{itemize}
				\item Aux fonctionnalités similaires, compatible au niveau des formats de communications et de données, intér opérable avec le programme original.
				\end{itemize}
			\end{itemize}
		\end{itemize}
	}
	\transsplitverticalout<2>
	\only<2| handout:2>{
		\begin{itemize}
		\item[\ding{229}] Les licences d'utilisation déterminent les droits et les devoirs des utilisateurs:
			\begin{itemize}
			\item "Licence propriétaire": réservation du programme
			\item "Licence libre": organisation de la diffusion du programme
			\end{itemize}
		\vspace*{0.5cm}
		\item[\ding{229}] Les licences de logiciels libres garantissent les quatre libertés du logiciel et pour certaines garantissent la persistance ou hérédité des quatre libertés
		\end{itemize}
	}
	\transsplitverticalout<3>
	\only<3| handout:3>{
		\begin{itemize}
		\item Licences de type copyleft ("gauche d'auteur"): obligation de diffuser les versions modifiées sous les mêmes termes
		\item Licences sans copyleft: on peut apporter des clauses restrictives
		\item Conséquences variables en fonction de la licence
		\item Hérédité/persistance avec les licences copyleft (GPL)
		\item Intégration des licences sans copyleft (BSD like)
		\item De nombreuses licences exotiques (lisez avant d'adopter)
		\item GNU GPL: "\textit{création d'un pot commun auquel chacun peut ajouter mais rien retirer}" (professeur Eben Moglen)
		\item Evolution de certaines licences
		\end{itemize}
	}

	\end{frame}


\subsection{Les libertés}
  \begin{frame}
   \frametitle{Les Logiciels Libres}
   \framesubtitle{Les quatre libertés}
	\begin{enumerate}
 	\item Liberté d'utilisation d'un programme
	\item Liberté de distribution d'un programme
	\item Liberté d'étudier et de modifier un programme
	\item Liberté de distribuer les modifications d'un programme
	\end{enumerate}
	\begin{center}
 	Définitions que l'on retrouve sur Wikipedia.org, FSF, etc.
	\end{center}
  \end{frame}

\subsection{Abus de langage}
	\begin{frame}
	\frametitle{Evitons les abus de langage}
	\begin{columns}
		\begin{column}{0.75\textwidth}
			\begin{itemize}
			\item[\ding{229}] Libre $\neq$ domaine public (non protégé)
			\item[\ding{229}] Libre $\neq$ gratuit, graticiel ("freeware")
			\item[\ding{229}] Libre $\neq$ partagiciel ("shareware")
			\item[\ding{229}] Propriétaire $\neq$ commercial
			\end{itemize}
		\end{column}
		\begin{column}{0.25\textwidth}
		\end{column}
	\end{columns}
	\begin{columns}
		\begin{column}{0.55\textwidth}
			\begin{itemize}
			\item[\ding{229}] Libre s'oppose à propriétaire
			\item[\ding{229}] Libre $\neq$ code source
			\item[\ding{229}] Libre $\neq$ Linux
			\end{itemize}
		\end{column}
		\begin{column}{0.45\textwidth}
		\rput[lt](0,2){\includegraphics[clip=true,width=\textwidth]{fig/categoryfr.png}}
		\end{column}
	\end{columns}
	\end{frame}

\subsection{Petit exemple}
	\begin{frame}
	\frametitle{Petit exemple}
	\begin{block}{}
	Besoin de créer un logiciel avec une partie fermée (exemple à ne pas suivre :p).
	\end{block}
		
	\only<1| handout:0>{
	\includegraphics[clip=true,width=\textwidth]{fig/logiciel_gpl_proprio_1.png}
	}
	\only<2| handout:0>{
	\includegraphics[clip=true,width=\textwidth]{fig/logiciel_gpl_proprio_2.png}
	}
	\only<3| handout:0>{
	\includegraphics[clip=true,width=\textwidth]{fig/logiciel_gpl_proprio_3.png}
	}
	\only<4| handout:1>{
	\includegraphics[clip=true,width=\textwidth]{fig/logiciel_gpl_proprio_4.png}
	\rput(-8,2){\begin{tiny}La partie en GPL doit être disponible (les sources)\end{tiny}}
	}
	
	\end{frame}

fonclibre.tex

% Copyright (c)  2008   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".
\section{Fonctionnement du libre}
	\begin{frame}
	\frametitle{Comment fonctionne le logiciel libre}
		\begin{block}{}
		\begin{large}Comment le logiciel libre fonctionne et pourquoi devient-il si important ?	\end{large}
		\end{block}
	\transdissolve<1>
	\end{frame}

\subsection{Organisation}
	\begin{frame}
	\frametitle{Organisation}
	\begin{itemize}
	\item[\ding{229}] Deux types de fonctionnements
		\begin{itemize}
		\item Principe de communautés
		\item Sous couvert d'une société
		\end{itemize}
	\end{itemize}
	\end{frame}

\subsubsection{Communautés}
	\begin{frame}
	\frametitle{Communautés}
		\begin{itemize}
		\item[\ding{229}] Publications de news, forums
			\begin{itemize}
			\item linuxfr.org
			\item framasoft.org
			\end{itemize}
			Pas d'actions lourdes, informations, "publicité".
		\vspace{1cm}
		\item[\ding{229}] Developpement d'un projet libre
			\begin{itemize}
			\item Fondations (Mozilla, Apache, \dots)
			\item Associations (LUG)
			\end{itemize}
		\end{itemize}
		\begin{block}{}
		Vivre autour et avec le logiciel libre.
		\end{block}
%	--> libre autour et avec le libre; Pensez et contribuer	
	\end{frame}

\subsubsection{Société}
	\begin{frame}
	\frametitle{Sociétés}
		\begin{block}{}
		Adoption de la philosophie du libre
		\end{block}

		\vspace{\fill}
		\begin{itemize}
		\item[\ding{229}] SSLL (Société de service en logiciel libre)
		\vspace{\fill}
		\item[\ding{229}] "Distribution": RedHat, Suse/Novell, Mandriva, \dots
		\vspace{\fill}
		\item[\ding{229}] Editeurs de logiciels
			\begin{itemize}
			\item Logiciels gratuits ou non (licence aux postes, utilisateurs, \dots)
			\item Support payant sur un produit libre, expertise (service)
			\end{itemize}
		\end{itemize}
	\end{frame}

\subsubsection{Économie}
	\begin{frame}
	\frametitle{Modèles économique du Libre}
	\only<1| handout:1>{
	\begin{itemize}
	\item[\ding{229}] Le modèle éditeur (licence double ou licence décalée)
	\item[\ding{229}] Le modèle distributeur à valeur ajoutée
	\item[\ding{229}] Le modèle ASP
	\item[\ding{229}] Le modèle de service à valeur ajoutée
	\item[\ding{229}] Le modèle d'intégrateur hybride
	\end{itemize}
	}

	\only<2| handout:2>{
	\framesubtitle{Le modèle éditeur "licence double ou licence décalée)}
	\begin{itemize}
	\item[\ding{229}] Version communautaire différente de la version commerciale (tarif et/ou licence)
	\item[\ding{229}] Ouverture du code pour aller sur de nouveaux marchés \\
	($\neq$ protection de son marché)
	\item[\ding{229}] (licence décalée) Version liberée après un temps d'exploitation (6 à 12 mois)
	\end{itemize}
	}

	\only<3| handout:3>{
	\framesubtitle{Le modèle distributeur à valeur ajoutée}
	\begin{itemize}
	\item[\ding{229}] Mise en paquets de logiciels libres (distribution)
	\item[\ding{229}] Vente de boîtes (cdrom + documentation)
	\item[\ding{229}] Abonnement à une maintenance (accès aux mises à jour)
	\item[\ding{229}] Accords OEM
	\item[\ding{229}] L'utilisateur est libre de consommer selon ses besoins
	\end{itemize}
	}
 
	\only<4| handout:4>{
	\framesubtitle{Le modèle ASP}
	\begin{itemize}
	\item[\ding{229}] ASP: Fournisseur de service d'application\\
	(Application Service Provider)
	\item[\ding{229}] Fournit un service aux clients via le réseau Internet
	\item[\ding{229}] Applications particulières (protocole HTTP)
	\item[\ding{229}] Très forte demande
	\item[\ding{229}] "On ne dépense que ce que l'on consomme"
	\end{itemize}
	}

	\only<5| handout:5>{
	\framesubtitle{Le modèle de services à valeur ajoutée}
	\begin{itemize}
	\item[\ding{229}] Prestations type SSII, nommé SSLL
	\item[\ding{229}] Une spécification fonctionnelle ou métier
	\item[\ding{229}] Expertises par des acteurs du libre
	\end{itemize}
	}

	\only<6| handout:6>{
	\framesubtitle{Le modèle d'intégrateur hybride}
	\begin{itemize}
	\item[\ding{229}] Synergie entre editeur et service
	\item[\ding{229}] Prestataire unique
	\item[\ding{229}] On évite les encapsulations de prestataires
	\item[\ding{229}] Les DSI peuvent choisir une solution libre mature
	\end{itemize}
	}
	\transwipe<1-6>
	\end{frame}



\subsection{Pourquoi contribuer ?}
	\begin{frame}
	\frametitle{Pourquoi contribuer ?}
		\only<1| handout:1>{		
		\begin{block}{}
		Sans contributions, le logiciel libre ne pourrait pas exister
		\end{block}
		
		\begin{itemize}
		\item[\ding{229}] Ethique
		\item[\ding{229}] Social
		\item[\ding{229}] Technique
		\end{itemize}
		}
	
		\only<2| handout:2>{
		\framesubtitle{Ethique}
		\begin{itemize}
		\item[\ding{229}] Liberté, égalité, fraternité
		\item[\ding{229}] Philosophie bénéfique à toute l'humanité
		\item[\ding{229}] Partage d'idées / de codes
		\item[\ding{229}] Transparence
		\end{itemize}
		}

		\only<3| handout:3>{
		\framesubtitle{Social}
		\begin{itemize}
		\item[\ding{229}] Entraide et partage de la connaissance
		\item[\ding{229}] Des outils disponibles pour tous
		\item[\ding{229}] Personne ne vous retire votre liberté
		\item[\ding{229}] Permet aux pays en voie de développement d'acquérir une croissance plus rapide dans ce domaine
		\item[\ding{229}] Défense des cultures et facilité d'accès (support multilingue)
		\end{itemize}
		}
		
		\only<4| handout:4>{
		\framesubtitle{Technique}
		\begin{itemize}
		\item[\ding{229}] Pérennité: maîtrise du code source et de son évolution
		\item[\ding{229}] Sûreté: code examiné à la loupe, bogues rapidement corrigés (et non pas cachés). Conditions nécessaires à la sécurité
		\end{itemize}
	
		\begin{alertblock}{Attention}
		La sûreté est valide pour les gros projets. Attention à ne pas généraliser.
		\end{alertblock}

		\begin{itemize}
		\item[\ding{229}] Souplesse: adaptation à des besoins particuliers (en interne ou par des tiers)
		\item[\ding{229}] Nouvel état d'esprit: l'utilisateur veut, ou du moins peut apprendre
		\end{itemize}
		}

		\only<5,7| handout:5>{
		\framesubtitle{Technique}
		\begin{itemize}
		\item[\ding{229}] Multiplateformes, portabilité
		\item[\ding{229}] Noyau Linux: nombreuses plateformes, de l'embarqué aux gros systèmes et supercalculateurs
		\item[\ding{229}] Environnement GNU: existe sur la majorité des systèmes
		\item[\ding{229}] Pas limité au monde "Unix" (Apache, Perl, GNU...)
		\item[\ding{229}] Faible coût, bénéficie du travail déjà fait
		\end{itemize}
		}

		\only<6| handout:6>{
		\begin{columns}
			\begin{column}{0.65\textwidth}
			\begin{block}{Disponibles}
				\begin{itemize}
				\item Intel x86 / IA-32 (i386)
				\item Motorola 68k (m68k)
				\item Sun SPARC (sparc)
				\item Alpha (alpha)
				\item Motorola/IBM PowerPC (powerpc)
				\item ARM (arm)
				\item Processeurs MIPS (mips et mipsel)
				\item HP PA-RISC (hppa)
				\item IA-64 (ia64)
				\item S/390 (s390)
		 		\item AMD64
				\end{itemize}
			\end{block}
			\end{column}
			\begin{column}{0.35\textwidth}
			\begin{block}{En developpement}
				\begin{itemize}
				\item ppc64
				\item SuperH (sh)
				\item armeb
				\item m32r
				\end{itemize}
			\end{block}
			\begin{block}{Non Linux}
				\begin{itemize}
				\item GNU/Hurd
				\item GNU/NetBSD
				\item GNU/KFreeBSD
				\end{itemize}
			\end{block}
			\end{column}
		\end{columns}
		\begin{footnotesize}\textit{Informations disponible sur debian.org}	\end{footnotesize}
		}

		\only<8| handout:7>{
		\framesubtitle{Indépendance}
		\begin{itemize}
		\item[\ding{229}] Des gouvernements
		\item[\ding{229}] Des entreprises
		\item[\ding{229}] Des groupes politiques
		\item[\ding{229}] Etc.
		\item[\ding{229}] Evaluation par les pairs, sur des critères techniques
		\item[\ding{229}] Logiciel mieux contrôlé (pas ou peu de contraintes marketing)
		\end{itemize}
		}
		
		\only<9| handout:8>{
		\framesubtitle{Spécificités}
		\begin{itemize}
		\item[\ding{229}] Émulation très forte entre équipes
		\item[\ding{229}] Compétition "ouverte", aucun secret de fabrication
		\item[\ding{229}] Coopération, transparence
		\item[\ding{229}] Plaisir lié au travail sur du logiciel libre
		\item[\ding{229}] Qualité des produits
		\item[\ding{229}] On ne réinvente pas la roue à chaque fois (efficacité)
		\end{itemize}
		}
		%% Animations
		\transwipe<1-5,8-9>
		\transwipe<6>[direction=90]
		\transwipe<7>[direction=270]
	\end{frame}


\subsection{Comment contribuer}
 	\begin{frame}
	\frametitle{Comment contribuer au logiciel libre}

	\only<1| handout:1>{
	\begin{itemize}
	\item[\ding{229}] Donnations via Paypal 
	\item[\ding{229}] Morceaux de code
	\item[\ding{229}] Idées
	\item[\ding{229}] Utiliser un programme libre
	\item[\ding{229}] Faire connaître le logiciel libre (bouche à oreilles)
	\item[\ding{229}] Tests, report de bugs
	\item[\ding{229}] Traductions
	\end{itemize}
	}
	
	\only<2| handout:2>{
	\framesubtitle{Modèles de développement}
	\begin{itemize}
 	\item[\ding{229}] Rôle fondamental d'Internet pour la diffusion et le développement
	\item[\ding{229}] Loi des grands nombres
	\item[\ding{229}] Réutilisation
	\item[\ding{229}] Travail collaboration et compétition ouverte
	\item[\ding{229}] Différents modèles, de l'équipe restreinte communiquant ses sources uniquement avec les binaires au développement totalement ouvert
	\end{itemize}
	}

	\only<3| handout:3>{
	\framesubtitle{Modèles de développement}
	Nécessité d'avoir pour un projet logiciel:
	\begin{itemize}
 	\item Des moyens techniques (ex: une forge)
	\item Un nombre suffisant de développeurs
	\item D'assurer l'animation interne
	\item Une gestion de la communication externe
	\end{itemize}
	}
	%% Animations
	\transdissolve<1>
	\transwipe<2-3>
	\end{frame}

apps.tex

% Copyright (c)  2007   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".
\section{Applications}
	\begin{frame}
	\frametitle{Pourquoi utiliser les logiciels libres ?}
% 	\framesubtitle{}

	Plusieurs éléments de réponses:
	\begin{itemize}[<+->]
	\item[\ding{229}] Souvent disponibles sous Windows - GNU/Linux - MacOSX
	\item[\ding{229}] Très souvent peu cher, voire gratuit
	\item[\ding{229}] Formats de fichiers ouverts (OpenDocument, etc.)
	\item[\ding{229}] Facilité d'utilisation
	\item[\ding{229}] Pourquoi être dans l'illégalité ? 
	\end{itemize}
	\end{frame}

\subsection{Illégalité, Warez et dépendance}
	\begin{frame}
	\frametitle{Illégalité, warez et dépendance}
	
	\begin{itemize}
	\item[\ding{229}]<1-> Pourquoi utiliser illégalement un logiciel ?
		\only<1| handout:0>{
		\begin{itemize}
		\item<1-> Sentiment d'avoir truandé une entreprise
		\item<1-> Ça coûte trop cher
		\item<1-> Tout le monde utilise ce logiciel illégalement
		\item<1-> A bon, c'est payant Windows/Office ?
		\end{itemize}
		}
		\only<2->{
		\begin{itemize}
		\item<1-> \barre{Sentiment d'avoir truandé une entreprise}
		\item<1-> \barre{Ça coûte trop cher}
		\item<1-> \barre{Tout le monde utilise ce logiciel illégament}
		\item<1-> \barre{A bon, c'est payant Windows/Office ?}
		\end{itemize}
		}
	\item[\ding{229}]<2-> Effets pervers
		\begin{itemize}
		\item<2-> Publicité pour le logiciel en question
		\item<2-> Formats fermés
		\item<2-> Dépendance
		\end{itemize}
	\end{itemize}
	\uncover<3->{
		\begin{alertblock}{}
		Que se passe-t-il si l'éditeur bloque les utilisations frauduleuses ?	 
		\end{alertblock}
	}
	\end{frame}


\subsection{Côté bureautique}
	\begin{frame}
	\frametitle{Côté bureautique}	
	\framesubtitle{Sur le poste client}
	\begin{itemize}
 	\item[\ding{229}]<1-> OpenOffice.org
		\begin{itemize}[<1->]
 		\item Multiplateforme (Microsoft Windows, Mac OSX, GNU/Linux, Solaris)
		\item Plus de 90 langues \begin{tiny}(http://wiki.services.openoffice.org/wiki/Languages) \end{tiny}
		\item Support du format OpenDocument
		\item Annonces de migrations qui se multiplient
		\item 14\% d'utilisation dans les grandes entreprises (CSC 2004)
		\item OpenOffice.org vient de passer les 100 millions de téléchargements
		\end{itemize}
	\item[\ding{229}]<2-> Koffice, Abiword, Gnumeric, etc. \\
	Suite Office que l'on retouve sous les environnements KDE et GNOME.
	\end{itemize}
	\end{frame}


\subsection{L'Internet/Intranet}
	\begin{frame}
	\frametitle{L'Internet/Intranet}
	\only<1-3| handout:1>{
	\visible<1-3>{
	\begin{block}{Navigateur}
		FireFox, Mozilla Browser, Konqueror et leur moteurs, etc.
		\begin{itemize}
 		\item[\ding{229}] Firefox: 36.3\% contre 33.6\% pour IE6, 21\%  pour IE7 \\
		\begin{tiny}(source 3wschools.com, nov 2007)\end{tiny}
		\end{itemize}
	\end{block}
	}
	\visible<2-3| handout:1>{
	\begin{block}{Messagerie}
		Thunderbird, Mozilla Mail, Evolution, Sylpheed, Kmail, etc.
	\end{block}
	}
	\visible<3| handout:1>{
	\begin{block}{GroupeWare/Collecticiel}
		OpenGroupware, OpenXchange, etc
	\end{block}
	}
	}
	\only<4-6| handout:2>{
	\visible<4-6>{
	\begin{block}{Wiki}
		Quasiment tous les "wiki et autres wiki"
	\end{block}
	}
	\visible<5-6| handout:2>{
	\begin{block}{Blog}
		DotClear, Wordpress, etc.
	\end{block}
	}
	\visible<6| handout:2>{
	\begin{block}{Messagerie instantanée}
		Jabber, Pidgin, Kopete, aMSN, etc.
	\end{block}
	}
	}
	\transsplitverticalout<4>
	\end{frame}


	\begin{frame}
	
	\only<1| handout:1>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{Firefox}
	\includegraphics[width=\textwidth]{fig/firefox1.pdf}
	}
	
	\only<2| handout:2>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{ThunderBird}
	\includegraphics[width=\textwidth]{fig/Thunderbird-1.png}
	}

	\only<3| handout:3>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{Konqueror}
	\includegraphics[width=\textwidth]{fig/Konqueror_1.png}
	}
	
	\only<4| handout:4>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{Evolution}
	\includegraphics[width=\textwidth]{fig/evolution.pdf}
	}

	\only<5| handout:5>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{OpenGroupWare.org}
	\includegraphics[width=\textwidth]{fig/kde_projectdocs.jpg}
	}

	\only<6| handout:6>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{Dotclear}
	\includegraphics[width=\textwidth]{fig/dotclear.pdf}
	}

	\only<7| handout:7>{
	\frametitle{L'Internet/Intranet}
	\framesubtitle{Pidgin, kopete...}
	\begin{columns}
		\begin{column}{0.50\textwidth}
		 \includegraphics[height=7cm]{fig/gaim1.pdf}
		\end{column}
		\begin{column}{0.50\textwidth}
		 \includegraphics[clip=true,height=7cm]{fig/gaim2.pdf}
		\end{column}
	\end{columns}
	}
	\end{frame}

 	\subsection{Développement}
	
	\begin{frame}
	\frametitle{Développement/Programmation}
	
	\only<1| handout:1>{
	\begin{itemize}
 	\item Divers langages: Perl, PHP, Python, Ruby, etc
	\item IDE: Eclipse, Kdevelop, Anjuta, etc.\\
	 pour les motivés: Vim, Emacs ;)
	\item Hébergement de projets: Gforge, Savane, etc
	\item Gestion de sources: CVS, SVN (subversion), etc.
	\item Compilateurs multiplateformes GCC
	\item Détection de bogues: Valgrind, dmalloc, etc.
	\item Bibliothèques et outils avec Apache Foundation, ObjectWeb, Boost (C++), etc.
	\item Automatisation: GNU Make, Ant, etc.
	\item ... 
	\end{itemize}
	}
	
	\only<2| handout:2>{
	\frametitle{Développement}
	\framesubtitle{Eclipse}
	\includegraphics[clip=true,width=10cm]{fig/eclipse.pdf}
	}

	\only<3| handout:3>{
	\frametitle{Développement}
	\framesubtitle{Gforge}
	\includegraphics[clip=true,width=\textwidth]{fig/gforge.png}
	}
	\end{frame}
%% ScreenShot

\subsection{Les jeux}
	\begin{frame}
	\frametitle{Les jeux...}
	\only<1| handout:1>{
	\framesubtitle{FreeCiv}
	\includegraphics[clip=true,width=\textwidth]{fig/freeciv.pdf}
	}
	\only<2| handout:2>{
	\framesubtitle{Spring. Moteur 3D}
	\includegraphics[clip=true,width=\textwidth]{fig/spring.pdf}
	}
	\only<3| handout:3>{
	\framesubtitle{Alien Arena}
	\includegraphics[clip=true,width=\textwidth]{fig/alien_arena2007.pdf}
	}
	\end{frame}

client.tex

% Copyright (c)  2007   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".
% 	\subsection*{Postes clients}
	\begin{frame}
	\frametitle{Ce que l'on peut trouver}
	\begin{itemize}
 	\item GNU/Linux (GNOME, KDE, etc) / Windows
	\item Bureautique
	\item Graphisme (GIMP, Inkscape, Dia, Blender, etc.)
	\item Vidéo (VidéoLan, Mplayer, Xine, etc.)
	\item Son (Audacity, zinf, etc.)
	\item Utilitaires (7Zip, PDFCreator, FileZilla, Putty, etc.)
	\item ...
	\end{itemize}
	\end{frame}

	\begin{frame}
	\frametitle{Poste Client}
	\only<1| handout:1>{
	\framesubtitle{GNOME}
	\includegraphics[clip=true,width=9.5cm]{fig/gnome.pdf}
	}

	\only<2| handout:2>{
	\framesubtitle{KDE}
	\includegraphics[clip=true,width=9.5cm]{fig/kde.jpg}
	}

	\only<3| handout:3>{
	\framesubtitle{Gimp}
	\includegraphics[clip=true,width=9.5cm]{fig/gimp.pdf}
	}

	\only<4| handout:4>{
	\framesubtitle{Kivio}
	\includegraphics[clip=true,width=9.5cm]{fig/kivio.pdf}
	}

	\only<5| handout:5>{
	\framesubtitle{Blender}
	\includegraphics[clip=true,width=9.5cm]{fig/blender.pdf}
	}

	\only<6| handout:6>{
	\framesubtitle{Blender}
	\includegraphics[clip=true,width=\textwidth]{fig/blender2.pdf}
	}

	\only<7| handout:7>{
	\framesubtitle{Blender}
	\includegraphics<7>[clip=true,width=\textwidth]{fig/blender3.pdf}
	}
	\end{frame}

server.tex

% Copyright (c)  2007   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".
	\subsection*{Serveurs}
	\begin{frame}
	\begin{block}{}
	Le libre est partout ...
	\end{block}
	\begin{itemize}
 	\item Serveurs d'applications: Tomcat, JBoss, Glassfish, etc.
	\item Messageries: SendMail, Postfix, etc.
	\item Surveillance: Cacti, Nagios, RMTG, Centreon, etc.
	\item Gestion de parc: OCS, GLPI, etc.
	\item Annuaires: OpenLDAP, Samba
	\item Bases de données: MySQL,PostgreSQL
	\item Apache, BIND, FileZilla Serveur, OpenSSH, Zope
	\item ...
	\end{itemize}
	\end{frame}

conclu.tex

% Copyright (c)  2008   GUILLAUME WATTEEUX.
%   Permission is granted to copy, distribute and/or modify this document
%   under the terms of the GNU Free Documentation License, Version 1.2
%   or any later version published by the Free Software Foundation;
%   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
%   Texts.  A copy of the license is included in the section entitled "GNU
%   Free Documentation License".

\section{Conclusion}
	\begin{frame}
	\frametitle{Menaces sur le logiciel libre}
	\begin{itemize}
	\item[\ding{229}] Brevets sur le logiciel
	\vspace{1cm}
	\item[\ding{229}] Mesures techniques de contrôles/DRM (EUCD en Europe, DADVSI en France et DMCA aux États-Unis)
	\vspace{1cm}
	\item[\ding{229}] Informatique dite de "confiance" \\ TCPA/TCG/Palladium/NGSCB/...
	\end{itemize}
	\end{frame}

	\begin{frame}
	\frametitle{Menaces sur le logiciel libre}
	\begin{itemize}
	\item[\ding{229}] Feuilleton SCO contre le reste du monde...
	\vspace{1cm}
	\item[\ding{229}] Spécifications fermées et formats propriétaires
	\vspace{1cm}
	\item[\ding{229}] Ventes liées
	\vspace{1cm}
	\item[\ding{229}] ...
	\end{itemize}
	\end{frame}


	\begin{frame}
	\frametitle{Conclusion}
	\begin{itemize}
	\item[\ding{229}] En croissance continue et très soutenue
	\vspace{1cm}
 	\item[\ding{229}] Usage généralisé du logiciel libre
	\vspace{1cm}
	\item[\ding{229}] Des menaces non négligeables
	\end{itemize}

	\end{frame}

	\begin{frame}
	\frametitle{Merci de votre attention}
	\begin{center}
	\begin{LARGE}Questions ?\end{LARGE} \\
	\vspace{0.2cm}
	guillaume <DOT> watteeux <AT> gmail <DOT> com\\
	\end{center}
	\vspace{\fill}
	\begin{footnotesize}
	Copyright (c)  2008   GUILLAUME WATTEEUX. \\
	Permission is granted to copy, distribute and/or modify this document \\
	under the terms of the GNU Free Documentation License, Version 1.2 \\
	or any later version published by the Free Software Foundation; \\
	with no Invariant Sections, no Front-Cover Texts, and no Back-Cover \\
	Texts.  A copy of the license is included in the section entitled "GNU \\ 
	Free Documentation License".
	\end{footnotesize}	
	\end{frame}

\subsection{Ressources}
	\begin{frame}
	\frametitle{Ressources}
	\begin{thebibliography}{10}

	\beamertemplatebookbibitems
	\bibitem{writepaper:april}
	April.org
	\newblock Les modèles économiques du Logiciel Libre.
	\newblock {\em Libre blanc April.org}, décembre 2007

	\beamertemplatearticlebibitems
	\bibitem{April}
	F.~Couchet.
	\newblock Logiciel libre, un bien commun à protéger et à développer.
	\newblock {\em Conférence septembre 2007}, 2007
	
	
% Wikipedia.org
% 	GNU.org
	\end{thebibliography}
	\end{frame}
Outils personnels