forked from goneri/fusioninventory-slides-fosdem-2011
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
166 lines (127 loc) · 3.75 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
\documentclass{beamer}
\mode <presentation>
{
\usetheme{PaloAlto}
\usecolortheme{crane}
\setbeamercovered{transparent}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage{amsmath}
% math extension - one probably wants to use symbols like '[' (written as '$[$')
\usepackage{ucs}
%\usepackage[utf8]{inputenc}
\usepackage[utf8x]{inputenc}
%\setbeamercolor{background canvas}{bg=\includegraphics[width=\textwidth]{./pics/wolf.png}}
\title{Assets management with~FusionInventory~and~GLPI}
\author{\href{http://www.FusionInventory.org}{FusionInventory.org}}
\subject{Assets management with FusionInventory and GLPI}
\keywords{Assets management, Inventory, FusionInventory, GLPI}
\date{\includegraphics[height=0.3cm]{./pics/cc-by-sa.png} ~ 6th February, 2011}
\titlegraphic{}
%subtitle{\includegraphics[width=1.2cm]{./pics/fusioninventory-logo.png}}
\institute{\includegraphics[height=4.2cm]{./pics/fusioninventory-logo.pdf}}
\author{ FusionInventory project }
\logo{\includegraphics[height=0.7cm]{./pics/fusioninventory-logo.pdf}}
\AtBeginSubsection[] % Do nothing for \subsection*
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
\AtBeginSection[] % Do nothing for \section*
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\frame[plain]{\titlepage}
\section{Overview}
\begin{frame}
\frametitle{Global overview}
\begin{itemize}
\item here a schema
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{A long long time ago}
Tracker was a GLPI extension with a Perl agent.
It goal was simple: just “SNMP” inventory
\includegraphics[height=2.5cm]{./pics/frog1.pdf}
\end{frame}
\begin{frame}
\frametitle{A long long time ago again}
OCS Inventory Agent for UNIX was an inventory agent without SNMP support.
\includegraphics[height=2.5cm]{./pics/frog2.pdf}
\end{frame}
\begin{frame}
\frametitle{And they kissed}
And they did some kind of fusion...
\includegraphics[height=6.5cm]{./pics/explode.jpg}
\end{frame}
\section{The code}
\subsection{Client side}
\include{agent}
\subsection{Server side}
\include{server}
\subsection{Use cases}
\include{purpose}
\section{The project}
\subsection{History}
\subsection{Future}
\logo{\includegraphics[height=3.5cm]{./pics/glpi-doc.png}}
%
\begin{frame}
\frametitle{Our roadmap}
%
\begin{itemize}
\item TODO
\end{itemize}
\end{frame}
\subsection{Community}
\begin{frame}
\frametitle{The project workflow}
%%-------------------------------------------------------------------
%%\logo{\includegraphics[height=3.5cm]{./pics/glpi-doc.png}}
FusionInventory is a community driven project.
\begin{itemize}
\item active mailing lists
\item IRC: \#FusionInventory on FreeNode
\item public Forge, Git repositories, etc
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Who}
We are about 10 people involved in the project.
\pause
Guess what!
\pause
We are looking for people to JOIN US! :D
\end{frame}
\begin{frame}
\frametitle{Our roadmap}
%
\begin{itemize}
\item TODO
\end{itemize}
\end{frame}
\section{Conclusion}
\logo{\includegraphics[height=3.5cm]{./pics/glpi-doc.png}}
%
\begin{frame}
\frametitle{Question?}
\begin{itemize}
\item TODO
\end{itemize}
\end{frame}
%\setbeamertemplate{headline}{\includegraphics[width=\paperwidth, height=2cm, clip=true]{./pics/header.png}}
%\begin{frame}[plain]
\begin{frame}[shrink=20]{Outline}
\tableofcontents
\end{frame}
\end{document}