-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs-gnome-asia-2014.tex
446 lines (390 loc) · 9.91 KB
/
docs-gnome-asia-2014.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
\documentclass{beamer}
\include{gnomeasia-theme}
\usepackage[english]{babel}
\usepackage{listings}
\lstset{basicstyle=\footnotesize}
% or whatever
\usepackage[latin1]{inputenc}
% or whatever
\usepackage{times}
\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.
\title%[Short Paper Title] (optional, use only with long paper titles)
{GNOME Documentation:\\ helping you learn and give back}
%\subtitle
%{Include Only If Paper Has a Subtitle}
\author
{Ekaterina Gerasimova, \texttt{kittykat3756@gmail.com}}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
\date%[GNOME.Asia 2014] % (optional, should be abbreviation of conference name)
{GNOME.Asia Summit 2014}
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
%\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{How does it work?}
\subsection{Who are the documentation team?}
\begin{frame}{Who are the documentation team?}
\begin{itemize}
\item
Established around 1999
\item
Sun Microsystems were heavily involved in GNOME documentation in the early days
\item
Now made up mostly of volunteer contributors
\item
Valuable contributions from other community members, especially translators
\end{itemize}
\end{frame}
\begin{frame}{}
\pgfdeclareimage[height=5cm]{map-team}{map.png}
\center{\pgfuseimage{map-team}}
\end{frame}
\begin{frame}{}
\pgfdeclareimage[height=5cm]{map-contribs}{map-contribs.png}
\center{\pgfuseimage{map-contribs}}
\end{frame}
\begin{frame}{}
\pgfdeclareimage[height=5cm]{map-china}{map-china.png}
\center{\pgfuseimage{map-china}}
\end{frame}
\begin{frame}{What does the documentation team do?}
\begin{itemize}
\item
User help: http://help.gnome.org/user/
\item
System administrator guide: http://help.gnome.org/admin/
\item
Developer documentation: http://developer.gnome.org
\end{itemize}
\end{frame}
\begin{frame}
\pgfdeclareimage[width=9cm]{help}{help}
\center{\pgfuseimage{help}}
\end{frame}
\begin{frame}{What tools does the team use?}
\begin{itemize}
\item
Mallard
\begin{itemize}
\item
XML, similar to HTML
\item
designed for application and desktop documentation
\end{itemize}
\item
yelp-tools
\begin{itemize}
\item
set of helpful command-line tools
\item
great for validating Mallard
\end{itemize}
\item
text editor (any is suitable)
\end{itemize}
\end{frame}
\begin{frame}[fragile,plain]{A page in Mallard}
\begin{lstlisting}
<page xmlns="http://projectmallard.org/1.0/"
type="topic" style="task"
id="browse-web">
<info>
<link type="guide" xref="index#start" group="#first"/>
<credit type="author copyright">
<name>Ekaterina Gerasimova</name>
</credit>
<desc>View web pages on the internet.</desc>
</info>
<title>Browse the web</title>
<p>Web browsers can be used to view pages on the Internet
when you have an Internet connection. To start browsing
the web:</p>
\end{lstlisting}
\end{frame}
\begin{frame}{What about the help itself?}
\begin{itemize}
\item
Task oriented: short pages explaining how to achieve one goal
\item
Extensible: easy to add pages one at a time
\item
Limited markup: around 50 elements, much fewer than alternatives
\item
Easy to preview on the go: run 'yelp help/C/' for most applications
\item
Licensed under CC-by-SA 3.0
\end{itemize}
\end{frame}
\begin{frame}{How does the team work?}
\begin{itemize}
\item
Efforts coordinated on wiki, IRC and mailing list
\item
At least two in-person meetups per year
\item
Organised online sprints around release time
\item
Team members "maintain" docs for individual projects
\end{itemize}
\end{frame}
\begin{frame}{Where is the code?}
http://git.gnome.org
\pgfdeclareimage[width=8.5cm]{git}{git}
\center{\pgfuseimage{git}}
\end{frame}
\begin{frame}{Where is the documentation team workspace?}
http://wiki.gnome.org/DocumentationProject
\pgfdeclareimage[width=8.5cm]{gdp}{gdp}
\center{\pgfuseimage{gdp}}
\end{frame}
\begin{frame}{Where are the tasks?}
http://wiki.gnome.org/DocumentationProject/Tasks
\pgfdeclareimage[width=8.5cm]{tasks}{tasks}
\center{\pgfuseimage{tasks}}
\end{frame}
\section{How can you help?}
\subsection{Why are you here?}
\begin{frame}{Why are you here?}%{Subtitles are optional.}
\pgfdeclareimage[height=4.5cm]{bad-flowchart}{bad-flowchart.pdf}
\center{\pgfuseimage{bad-flowchart}}
% If you think the first step towards contributing is sending in a patch, you're probably wrong.
\end{frame}
\begin{frame}{It's all about the people}
\begin{itemize}
\item
Talk to people\ldots
\begin{itemize}
\item
IRC
\item
Mailing lists
\item
Here and now
\end{itemize}
\item
Use available resources
\item
Ask for help
\end{itemize}
\end{frame}
\begin{frame}{Code of conduct}
\begin{itemize}
\item
Assume people mean well
\item
Try to be concise
\item
Be patient and generous
\item
Be respectful and considerate
\end{itemize}
\end{frame}
\begin{frame}{Workflow}
\begin{columns}
\column{.45\textwidth}
\begin{itemize}
\item
Find out about the project workflow and follow it
\begin{itemize}
\item
Bugzilla
\item
Mailing lists
\item
IRC
\item
Email
\end{itemize}
\item
Build and test
\end{itemize}
\column{.55\textwidth}
\pgfdeclareimage[height=4.3cm]{question}{question}
\center{\pgfuseimage{question}}
\end{columns}
\end{frame}
\begin{frame}{Workflow}
\begin{columns}
\column{.45\textwidth}
\begin{itemize}
\item
Find out about the project workflow and follow it
\begin{itemize}
\item
\alert{Bugzilla}
\item
Mailing lists
\item
IRC
\item
Email
\end{itemize}
\item
Build and test
\end{itemize}
\column{.55\textwidth}
\pgfdeclareimage[height=4.3cm]{bugs}{bugs}
\center{\pgfuseimage{bugs}}
\end{columns}
\end{frame}
\begin{frame}{Workflow}
\begin{columns}
\column{.45\textwidth}
\begin{itemize}
\item
Find out about the project workflow and follow it
\begin{itemize}
\item
Bugzilla
\item
\alert{Mailing lists}
\item
IRC
\item
Email
\end{itemize}
\item
Build and test
\end{itemize}
\column{.55\textwidth}
\pgfdeclareimage[height=4.3cm]{mail}{mail}
\center{\pgfuseimage{mail}}
\end{columns}
\end{frame}
\begin{frame}{Workflow}
\begin{columns}
\column{.45\textwidth}
\begin{itemize}
\item
Find out about the project workflow and follow it
\begin{itemize}
\item
Bugzilla
\item
Mailing lists
\item
\alert{IRC}
\item
Email
\end{itemize}
\item
Build and test
\end{itemize}
\column{.55\textwidth}
\pgfdeclareimage[height=4.3cm]{irc}{irc}
\center{\pgfuseimage{irc}}
\end{columns}
\end{frame}
\begin{frame}{Workflow}
\begin{columns}
\column{.45\textwidth}
\begin{itemize}
\item
Find out about the project workflow and follow it
\begin{itemize}
\item
Bugzilla
\item
Mailing lists
\item
IRC
\item
\alert{Email}
\end{itemize}
\item
Build and test
\end{itemize}
\column{.55\textwidth}
\pgfdeclareimage[height=4.3cm]{email}{email}
\center{\pgfuseimage{email}}
\end{columns}
\end{frame}
\begin{frame}{How things happen}
\pgfdeclareimage[height=4.5cm]{good-flowchart}{good-flowchart.pdf}
\center{\pgfuseimage{good-flowchart}}
\end{frame}
\begin{frame}{Followup}
\begin{itemize}
\item
Be patient
\item
Follow up with the reviewer
\item
Follow up on the review
\end{itemize}
\end{frame}
\begin{frame}{Make good contributions}
\begin{itemize}
\item
Use the reviewer's time well
\item
Keep to the style of the project
\item
Follow the review process
\item
Respond in a timely manner
\item
Write good commit messages
\end{itemize}
\end{frame}
\begin{frame}{Experience and growth}
\begin{itemize}
\item
The more you contribute, the more you communicate with people
\item
The more you communicate, the more you become part of the community
\item
Once you are part of the community, you can become a Foundation member
\end{itemize}
\begin{itemize}
\item
Help others?
\end{itemize}
\end{frame}
\begin{frame}{Summary}
% Keep the summary *very short*.
\begin{itemize}
\item
The \alert{passion} for a FLOSS project comes from your personal interest in the project
\item
\alert{Collaborate} with others and \alert{learn together} to get ahead
\item
\alert{Explore} other projects
\end{itemize}
With special thanks to
\begin{itemize}
\item
Andr\'{e} \v{C}. Klapper, \texttt{ak-47@gmx.net}
\item
Sindhu S, \texttt{sindhus@gnome.org}
\end{itemize}
\end{frame}
% All of the following is optional and typically not needed.
\section<presentation>*{Resources}
\subsection<presentation>*{Resources}
\begin{frame}{Resources}
\begin{thebibliography}{10}
\bibitem{code}
Documentation team workspace:
\newblock https://wiki.gnome.org/DocumentationProject/
\bibitem{code}
Source code:
\newblock https://git.gnome.org/
\bibitem{code}
Bugzilla:
\newblock https://bugzilla.gnome.org/
\bibitem{code}
Mallard references:
\newblock http://projectmallard.org/\\ http://flossmanuals.net/introduction-to-mallard/
\end{thebibliography}
\end{frame}
\end{document}