-
Notifications
You must be signed in to change notification settings - Fork 10
/
intro-mini.html
executable file
·618 lines (566 loc) · 30.5 KB
/
intro-mini.html
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Backdrop CMS</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Jen Lampton and Nate Lampton">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal.js/css/reveal.css">
<link rel="stylesheet" href="reveal.js/plugin/prism/prism.css">
<link rel="stylesheet" href="reveal.js/plugin/fontawesome/css/all.min.css">
<link rel="stylesheet" href="reveal.js/css/theme/backdrop.css" id="theme">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'reveal.js/css/print/pdf.css' : 'reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h3>Introducing</h3>
<h1 style="font-weight: 400">Backdrop CMS</h1>
<img src="assets/intro/images/Drop_lounging_final_black.png" alt="Drop the dragon lounging" style="width: 50%; padding: 15% 5% 2%;" />
</section>
<section>
<h2>The free and Open Source CMS <br>
that <strong>helps you build websites.</strong></h2>
<img src="assets/logos/backdrop-wide.png">
<h3>For business, non-profit, & education.</h3>
<p><a href="http://backdropcms.org">backdropcms.org</a></p>
</section>
<section>
<h1 style="font-weight: 400">Backdrop CMS</h1>
<h2>The Drupal fork</h2>
</section>
<section>
<h2 style="font-weight: 600; margin-bottom: 1em;">Backdrop CMS</h2>
<div class="column-wrapper">
<div><img src="assets/logos/squarespace.png" height="200"></div>
<div><img src="assets/logos/wordpress.png" height="200"></div>
<div><img src="assets/logos/backdrop-mark.svg" height="200"></div>
<div><img src="assets/logos/d8bw.png" height="200"></div>
</div>
<h3>Another tool for web developers</h3>
<aside class="notes">
<ul>
<li>Backdrop is another tool in your toolbox.</li>
<li>It is positioned between WordPress (best for blogs) and Drupal (best for the enterprise).</li>
</ul>
</aside>
</section>
<section data-background-color="#000" class="dark">
<h3>Backdrop CMS Co-founders</h3>
<div class="column-wrapper">
<div>
<h3 style="font-weight: 600; padding-top: .5em;">Jen</h3>
<p>Backdrop Project Lead</p>
<p>@jenlampton</p>
</div>
<div>
<h3 style="font-weight: 600; padding-top: .5em;">Nate</h3>
<p>Backdrop Technical Lead</p>
<p>@quicksketch</p>
</div>
</div>
</section>
<section>
<h3>Backdrop CMS was founded by</h3>
<p class="larger"><i class="fa fa-puzzle-piece" aria-hidden="true"></i> Drupal Developers</p>
<p class="larger"><i class="fa fa-bullhorn" aria-hidden="true"></i> Drupal Trainers</p>
<p class="larger"><i class="fa fa-wrench" aria-hidden="true"></i> Drupal Core Developers</p>
<p class="larger"><i class="fa fa-user" aria-hidden="true"></i> Drupal Community Advocates</p>
</section>
<section data-background-color="#000" class="dark">
<h2><small>Backdrop CMS was founded by</small></h2>
<h1>People who <i class="fa fa-heart" aria-hidden="true"></i> Drupal</h1>
</section>
<section>
<h2>The Project Management Committee</h2>
<img src="assets/logos/apache.png" width="600">
<p>A leadership model proven successful by many Apache projects.</p>
<p><small><a href="https://backdropcms.org/leadership" target="_blank">https://backdropcms.org/leadership</a></small></p>
<aside class="notes">
<ul>
<li>Cassandra, Cordova, CouchDB, Hadoop, HTTP Server, Lucene, Solr, dozens others!).</li>
</ul>
</aside>
</section>
<section class="pmc">
<h1>PMC Members</h1>
<div class="column-wrapper">
<div style="width: 49%;">
<img width="100" src="https://backdropcms.org/files/styles/medium/public/images/profile/tim.jpg" style="float: left;">
<p>Tim Erickson<br/><small>small agency constituent</small></p>
</div>
<div style="width: 49%;">
<img width="100" src="https://backdropcms.org/files/styles/medium/public/images/profile/olafski-documenta.jpg" style="float: left;">
Olaf Grabienski <small>multilingual constituent</small>
</div>
</div>
<div class="column-wrapper">
<div style="width: 49%;">
<img width="100" src="https://backdropcms.org/files/styles/medium/public/default_images_0" style="float: left;">
Andy Shillingford <small>hobbiest constituent</small>
</div>
<div style="width: 49%;">
<img width="100" src="https://backdropcms.org/files/styles/medium/public/images/profile/cv%20photo%20%28square%29_0.jpg" style="float: left;">
Gregory Netsas <small>site-builder constituent</small>
</div>
</div>
<div class="column-wrapper">
<div style="width: 49%;">
<img width="100" src="https://backdropcms.org/files/styles/medium/public/2015headshot-sm.png" style="float: left;">
<p>Jen Lampton<br/><small>UX priority constituent</small></p>
</div>
<div style="width: 49%;">
</div>
</div>
<aside class="notes">
<ul>
<li>Constituents serve to assure we reflect a many perspectives from within our community.</li>
<li>* Each member may represent more than one constituent.</li>
</ul>
</aside>
<style>
.pmc img { border-radius: 50% };
</style>
</section>
<section>
<h2>The PMC's Responsibilities</h2>
<ul>
<li class="fragment">Handle conflict resolution.</li>
<li class="fragment">Oversee the direction of the project.</li>
<li class="fragment">Ensure each change follows the project's philosophy.</li>
<li class="fragment">Change the project philosophy (if necessary).</li>
</ul>
<aside class="notes">
<ul>
<li>PMC Often (but not necessarily) core committers</li>
</ul>
</aside>
</section>
<section data-background-color="#000" class="dark">
<h3>In order to guide the project, <strong>the philosophy must be defined</strong>.</h3>
</section>
<section>
<h2>Backdrop CMS Principles</h2>
<ol style="font-size: 90%">
<li class="fragment"><strong>Easier updates</strong>: Backwards compatibility is important.</li>
<li class="fragment"><strong>Simplicity</strong>: Write code that the majority can understand.</li>
<li class="fragment"><strong>Focus</strong>: Only include features that benefit the majority.</li>
<li class="fragment"><strong>Extensibility</strong>: Ensure Backdrop can be customized.</li>
<li class="fragment"><strong>Security</strong>: Keep sites and people safe.</li>
<li class="fragment"><strong>Performance</strong>: Meet low system requirements.</li>
<li class="fragment"><strong>Release on-time</strong>: Plan and schedule releases.</li>
<li class="fragment"><strong>Freedom</strong>: Remain both Free and Open Source.</li>
</ol>
<p><small><a href="https://backdropcms.org/philosophy" target="_blank">https://backdropcms.org/philosophy</a></small></p>
</section>
<section>
<h1>Backdrop Mission</h1>
<blockquote cite="https://backdropcms.org/philosophy">Backdrop CMS enables people to build highly customized websites, affordably, through collaboration and open source software.</blockquote>
<p><small><a href="https://backdropcms.org/philosophy" target="_blank">https://backdropcms.org/philosophy</a></small></p>
</section>
<section>
<h2>How do we make web development more <strong>affordable</strong>?</h2>
<ol>
<li class="fragment">Increase the out-of-box functionality.</li>
<li class="fragment">Improve the user experience.</li>
<li class="fragment">Improve the developer experience.</li>
<li class="fragment">Decrease server & resource usage.</li>
<li class="fragment">Make updates take less effort (automatic).</li>
<li class="fragment">Make upgrades both faster and easier.</li>
<li class="fragment">More!</li>
</ol>
</section>
<section data-background-color="#000" class="dark">
<h1>Release Schedule</h1>
<div class="fragment">
<p>January 15th<br>
May 15th <br>
September 15th</p>
</div>
</section>
<section>
<h2>Backdrop has seen</h2>
<h1>25 on-time releases</h1>
<h3>since Jan 15, 2015</h3>
</section>
<section>
<h2>Most recent release</h2>
<p><strong style="font-weight: 700;">Backdrop 1.24 - Jan 15, 2023</strong></p>
<p><a href="https://backdropcms.org/roadmap#1.14">roadmap</a>
</p>
</section>
<section>
<h2>Next release</h2>
<p><strong style="font-weight: 700;">Backdrop 1.25 - May 15, 2023</strong></p>
<p><a href="https://github.com/backdrop/backdrop-issues/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.20.0">release milestone</a></a>
</p>
</section>
<section data-background-color="#000" class="dark">
<h1>What about Security?</h1>
</section>
<section>
<div>
<h1>We work with the Drupal Security Team.</h1>
<p>We collaborate on security issues with Drupal.</p>
<p>We coordinate security releases with Drupal.</p>
</div>
</section>
<section>
<h1>We have our own Security Team, too.</h1>
<p>We have a process to handle security issues<br/>in both Core <strong>and Contrib</strong>.</p>
</section>
<section>
<h1>Contrib Security</h1>
<p>Our security team is authorized to fix contrib problems, and create securuty releases for<br>
<strong>all contributed add-ons</strong>.</p>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop Add-Ons</h1>
<h4>Modules. Themes. Layouts.</h4>
</section>
<section>
<p style="position:relative; top:-20px; line-height: 1em">Top 100 Drupal 7 modules</p>
<div class="modules-list" style="font-size: 0.66em">
<div class="column-wrapper" style="text-align: left; line-height: 1.4; font-size: 60%">
<ul style="width: 24%;">
<li><i class="fa fa-times-circle fa-blue"></i> Ctools</li>
<li><i class="fa fa-check-circle fa-blue"></i> Views</li>
<li><i class="fa fa-check-circle fa-blue"></i> Token</li>
<li><i class="fa fa-times-circle"></i><i class="fa fa-check-circle fa-green"></i> Libraries API</li>
<li><i class="fa fa-check-circle fa-blue"></i> Entity API</li>
<li><i class="fa fa-check-circle fa-blue"></i> Pathauto</li>
<li><i class="fa fa-check-circle fa-blue"></i> Jquery Update</li>
<li><i class="fa fa-check-circle fa-blue"></i> Date</li>
<li><i class="fa fa-check-circle fa-blue"></i> Admin Menu</li>
<li><i class="fa fa-check-circle fa-green"></i> Webform</li>
<li><i class="fa fa-check-circle fa-blue"></i> CKeditor</li>
<li><i class="fa fa-times-circle fa-blue"></i><i class="fa fa-check-circle fa-green"></i> IMCE</li>
<li><i class="fa fa-times-circle fa-blue"></i> Module Filter</li>
<li><i class="fa fa-check-circle fa-blue"></i> Link</li>
<li><i class="fa fa-check-circle fa-green"></i> Metatag</li>
<li><i class="fa fa-check-circle fa-green"></i> Google Analytics</li>
<li><i class="fa fa-check-circle fa-blue"></i> Entity Reference</li>
<li><i class="fa fa-check-circle fa-blue"></i> Transliteration</li>
<li><i class="fa fa-cogs fa-blue"></i><i class="fa fa-check-circle fa-green"></i> Field Group</li>
<li><i class="fa fa-check-circle fa-green"></i> Rules</li>
<li><i class="fa fa-check-circle fa-blue"></i> Views Bulk Ops</li>
<li><i class="fa fa-check-circle fa-green"></i> CAPTCHA</li>
<li><i class="fa fa-times-circle fa-blue"></i> Wysiwyg</li>
<li><i class="fa fa-times-circle fa-blue"></i> Features</li>
<li><i class="fa fa-check-circle fa-green"></i> XML Sitemap</li>
</ul>
<ul style="width: 24%;">
<li><i class="fa fa-check-circle fa-green"></i> Colorbox</li>
<li><i class="fa fa-times-circle fa-blue"></i> Variable</li>
<li><i class="fa fa-check-circle fa-blue"></i> File Entity</li>
<li><i class="fa fa-times-circle fa-blue"></i> Media</li>
<li><i class="fa fa-check-circle fa-green"></i> Backup & Migrate</li>
<li><i class="fa fa-times-circle fa-blue"></i> Menu Block</li>
<li><i class="fa fa-check-circle fa-blue"></i> Redirect</li>
<li><i class="fa fa-check-circle fa-green"></i> Localization update</li>
<li><i class="fa fa-check-circle fa-green"></i> i18n</li>
<li><i class="fa fa-cogs fa-green"></i> Field collection</li>
<li><i class="fa fa-check-circle fa-green"></i> Views Slideshow</li>
<li><i class="fa fa-times-circle fa-blue"></i> Panels</li>
<li><i class="fa fa-check-circle fa-green"></i> Global Redirect</li>
<li><i class="fa fa-times-circle fa-blue"></i> Context</li>
<li><i class="fa fa-check-circle fa-green"></i> Devel</li>
<li><i class="fa fa-times-circle"></i> Strongarm</li>
<li><i class="fa fa-check-circle fa-blue"></i> Email Field</li>
<li><i class="fa fa-check-circle fa-green"></i> Mail System</li>
<li><i class="fa fa-times-circle fa-blue"></i> Block Class</li>
<li><i class="fa fa-check-circle fa-green"></i> Menu Attributes</li>
<li><i class="fa fa-check-circle fa-green"></i> ReCAPTCHA</li>
<li><i class="fa fa-times-circle fa-blue"></i><i class="fa fa-cogs fa-green"></i> Display Suite</li>
<li><i class="fa fa-check-circle fa-green"></i> SMTP</li>
<li><i class="fa fa-times-circle fa-blue"></i> IMCE Wysiwyg Br</li>
<li><i class="fa fa-check-circle fa-green"></i> Job Scheduler</li>
</ul>
<ul style="width: 24%;">
<li><i class="fa fa-check-circle fa-blue"></i> Admin Views</li>
<li><i class="fa fa-check-circle fa-green"></i> Views Data Export</li>
<li><i class="fa fa-check-circle fa-green"></i> Adressfield</li>
<li><i class="fa fa-check-circle fa-green"></i> Honeypot</li>
<li><i class="fa fa-check-circle fa-green"></i> UUID</li>
<li><i class="fa fa-check-circle fa-green"></i> Special Menu Items</li>
<li><i class="fa fa-check-circle fa-green"></i> Better Exp Filters</li>
<li><i class="fa fa-check-circle fa-green"></i> Calendar</li>
<li><i class="fa fa-check-circle fa-green"></i> Feeds</li>
<li><i class="fa fa-times-circle fa-blue"></i><i class="fa fa-cogs fa-green"></i> Superfish</li>
<li><i class="fa fa-cogs fa-blue"></i> Multiupload File widget</li>
<li><i class="fa fa-check-circle fa-green"></i> Flexslider</li>
<li><i class="fa fa-check-circle fa-green"></i> MimeMail</li>
<li><i class="fa fa-check-circle fa-green"></i> Node Clone</li>
<li><i class="fa fa-check-circle fa-green"></i> References</li>
<li><i class="fa fa-cogs fa-blue"></i> Multiupload Image widget</li>
<li><i class="fa fa-check-circle fa-green"></i> Plupload integration</li>
<li><i class="fa fa-check-circle fa-green"></i> ImageCache Actions</li>
<li><i class="fa fa-times"></i> Views PHP</li>
<li><i class="fa fa-times-circle fa-blue"></i><i class="fa fa-check-circle fa-green"></i> Filefield Sources</li>
<li><i class="fa fa-check-circle fa-green"></i> Field Permissions</li>
<li><i class="fa fa-check-circle fa-green"></i> Diff</li>
<li><i class="fa fa-check-circle fa-green"></i> Site Map</li>
<li><i class="fa fa-check-circle fa-green"></i> Search API</li>
<li><i class="fa fa-check-circle fa-green"></i> Inline Entity Form</li>
</ul>
<ul style="width: 24%;">
<li><i class="fa fa-times"></i> Media: Youtube</li>
<li><i class="fa fa-check-circle fa-green"></i> Adminimal...Menu</li>
<li><i class="fa fa-check-circle fa-green"></i> EU cookie compliance</li>
<li><i class="fa fa-check-circle fa-green"></i> Pathologic</li>
<li><i class="fa fa-check-circle fa-green"></i> Facet API</li>
<li><i class="fa fa-check-circle fa-blue"></i> Module Missing...Fixer</li>
<li><i class="fa fa-times"></i> Quicktabs</li>
<li><i class="fa fa-check-circle fa-green"></i> Video embed field</li>
<li><i class="fa fa-check-circle fa-green"></i> Taxonomy Menu</li>
<li><i class="fa fa-check-circle fa-blue"></i> CKEditor Link</li>
<li><i class="fa fa-check-circle fa-green"></i> Title</li>
<li><i class="fa fa-check-circle fa-green"></i> Masquerade</li>
<li><i class="fa fa-check-circle fa-green"></i> IMCE Mkdir</li>
<li><i class="fa fa-check-circle fa-green"></i> Voting API</li>
<li><i class="fa fa-check-circle fa-green"></i> Conditional Fields</li>
<li><i class="fa fa-times"></i> Lightbox 2</li>
<li><i class="fa fa-times-circle fa-blue"></i><i class="fa fa-check-circle fa-green"></i> Insert</li>
<li><i class="fa fa-times-circle"></i> Advanced Help</li>
<li><i class="fa fa-check-circle fa-green"></i> Image URL Formatter</li>
<li><i class="fa fa-check-circle fa-blue"></i> Scheduler</li>
<li><i class="fa fa-times-circle fa-blue"></i> Linkit</li>
<li><i class="fa fa-check-circle fa-green"></i> Feeds Tamper</li>
<li><i class="fa fa-check-circle fa-green"></i> Content Access</li>
<li><i class="fa fa-check-circle fa-green"></i> Views Bootstrap</li>
<li><i class="fa fa-check-circle fa-green"></i> DraggableViews</li>
</ul>
</div>
<ul class="column-wrapper modules-list-key" style="font-size: 0.5em; display: flex; border:2px solid #333; margin-top: .8em;">
<li>
<i class="fa fa-check-circle fa-blue"></i> Included In core: 19<br/>
<i class="fa fa-check-circle fa-green"></i> Ready In contrib: 58
</li>
<li>
<i class="fa fa-cogs fa-blue"></i> Underway in core: 3<br/>
<i class="fa fa-cogs fa-green"></i> Underway in contrib: 3
</li>
<li>
<i class="fa fa-times-circle fa-blue"></i> Alternative in core: 16<br/>
<i class="fa fa-times-circle"></i> Nolognger necessary: 3
</li>
<li>
<i class="fa fa-times"></i> Not started: 4</li>
</ul>
</div>
<style>
.reveal .modules-list ul, .reveal .modules-list li { margin: 0; padding: 0; list-style: none;}
.modules-list .fa { padding: 0 .3em 0 0; }
.modules-list .fa-times { color: red; }
.modules-list .fa-gray { color: #888; }
.modules-list .fa-blue { color: #0074bd;}
.modules-list .fa-green { color: #ADBC34; }
.reveal .modules-list-key li { padding: .4em;}
</style>
</section>
<section>
<p style="font-size:1.25em">75+ modules included in Backdrop core</p>
<div class="modules-in-core">
<div class="column-wrapper" style="text-align: left; line-height: 1.3; font-size: 70%">
<ul style="width: 24%;">
<li>Admin menu</li>
<li>Admin views</li>
<li>Auto Menu*</li>
<li>Block class</li>
<li>Blockify*</li>
<li>Boolean formatter</li>
<li>Btester...Block Content*</li>
<li>Caption Filter </li>
<li>CKeditor*</li>
<li>CKEditor Link</li>
<li>CKEditor Media Browser*</li>
<li>CKEditor Upload</li>
<li>Comment Closer</li>
<li>Comment Hide Subject</li>
<li>Contact Block*</li>
<li>Date*</li>
</ul>
<ul style="width: 24%;">
<li>Date popup authored</li>
<li>Default config</li>
<li>Direct Upload*</li>
<li>Elements </li>
<li>Email </li>
<li>Email Registration</li>
<li>Entity API*</li>
<li>Entity Cache</li>
<li>Entity Reference</li>
<li>Entity view mode</li>
<li>Extra Columns*</li>
<li>Field as Block</li>
<li>Field formatter settings</li>
<li>File entity*</li>
<li>Float filter</li>
<li>HTML5 Tools</li>
</ul>
<ul style="width: 24%;">
<li>Image Mobile Camera*</li>
<li>IMCE Wysiwyg bridge*</li>
<li>Insert*</li>
<li>Instant Filter</li>
<li>jQuery Update*</li>
<li>Link</li>
<li>Live preview*</li>
<li>Media*</li>
<li>Menu block</li>
<li>Menu translation (i18n)</li>
<li>Nodeblock</li>
<li>Options Element</li>
<li>Panels*</li>
<li>Panels Everywhere*</li>
<li>Pathauto </li>
<li>Placeholder</li>
</ul>
<ul style="width: 24%;">
<li>Project Browser</li>
<li>Rabbit Hole</li>
<li>Radix Layouts*</li>
<li>Redirect</li>
<li>Role Assign</li>
<li>Role Help</li>
<li>Scheduler*</li>
<li>Smartmenus</li>
<li>Token</li>
<li>Transliteration</li>
<li>UUID*</li>
<li>Variable*</li>
<li>Vertical Tabs Responsive</li>
<li>Views</li>
<li>Views Bulk Operations</li>
<li>Views Responsive Grid*</li>
</ul>
</div>
</div>
<p style="font-size: 70%"><small>* Some features may not be included in Backdrop core.</small></p>
<style>
.reveal .modules-in-core ul { margin: 0; padding: 0; list-style: none; }
.reveal .modules-in-core li { font-size: 0.66em;}
</style>
</section>
<section>
<h2>Contributed Add-Ons</h2>
<ul>
<li><strong>1,012</strong> total projects (modules, themes, or layouts)<br/>
<small><a href="https://github.com/backdrop-contrib">https://github.com/backdrop-contrib</a></small></li>
<li><strong>807</strong> projects with official releases <br/>
<small><a href="https://backdropcms.org/modules">https://backdropcms.org/modules</a></small><br />
<small><a href="https://backdropcms.org/themes">https://backdropcms.org/themes</a></small><br />
<small><a href="https://backdropcms.org/layouts">https://backdropcms.org/layouts</a></small></li>
</ul>
<p><small>last updated Jan 9, 2023</small></p>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop community</h1>
</section>
<section>
<h2>Usage</h2>
<ul>
<li>Downloads of Backdrop CMS: <strong>15,293</strong><br>
<small><a href="https://backdropcms.org/project/backdrop">https://backdropcms.org/project/backdrop</a></small></li>
<li>Reporting LIVE Backdrop sites: <strong>2,317</strong><br>
<small><a href="https://backdropcms.org/project/usage/backdrop">https://backdropcms.org/project/usage/backdrop</a></small></li>
</ul>
<p><small>last updated Jan 9, 2023</small></p>
</section>
<section>
<h2>People</h2>
<ul>
<li>Members on backdropcms.org: <strong>2,764</strong><br>
<small>Accounts on <a href="https://backdropcms.org">https://backdropcms.org</a></small></li>
<li>Active core contributors: <strong>135</strong><br>
<small><a href="https://github.com/orgs/backdrop/teams/documentation-and-organization">https://github.com/orgs/backdrop/teams/documentation-and-organization</a></small></li>
<li>Backdrop Contrib group members: <strong>110</strong><br>
<small><a href="https://github.com/orgs/backdrop-contrib/teams/authors">https://github.com/orgs/backdrop-contrib/people</a></small></li>
</ul>
<p><small>last updated Jan 9, 2023</small></p>
</section>
<section>
<h2>Support</h2>
<ul>
<li>Supporting Agencies and Organizations: <strong>144</strong><br>
<small><a href="https://backdropcms.org/support/supporters">https://backdropcms.org/support/supporters</a></small></li>
<li>Backdrop service providers: <strong>58</strong><br>
<small><a href="https://backdropcms.org/support/services">https://backdropcms.org/support/services</a></small></li>
<li>Backdrop contractors for hire: <strong>61</strong><br>
<small><a href="https://backdropcms.org/support/services/contractors">https://backdropcms.org/support/services/contractors</a></small></li>
</ul>
<p><small>last updated Jan 9, 2023</small></p>
</section>
<section>
<h2>Where to find the community</h2>
<p>
<i class="fab fa-github"></i> Code: <a href="https://github.com/backdrop/backdrop">github.com/backdrop/backdrop</a><br>
<i class="fa fa-comments"></i> Chat: <a href="https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop">backdrop.zulipchat.com</a><br>
<i class="fa fa-comment"></i> Forum: <a href="https://forum.backdropcms.org">forum.backdropcms.org</a><br>
<i class="fa fa-globe"></i> Site: <a href="https://backdropcms.org/support/resources">backdropcms.org</a><br>
<i class="fa fa-book"></i> Docs: <a href="https://docs.backdropcms.org">docs.docsbackdropcms.org</a><br>
<i class="fab fa-twitter"></i> Tweets: <a href="https://twitter.com/backdropcms">@backdropcms</a><br>
<i class="fa fa-calendar"></i> video meetings - Thurs 1pm PT<br>
</p>
</section>
<section>
<h1 style="font-weight:400">Questions?</h1>
<img src="assets/intro/images/Drop_lounging_final_black.png" alt="Drop the dragon lounging" style="width: 50%; padding: 15% 5% 2%;" />
</section>
<section>
<h2>The free and Open Source CMS <br>
that <strong>helps you build websites.</strong></h2>
<img src="assets/logos/backdrop-wide.png">
<h3>For business, non-profit, & education.</h3>
<p><a href="http://backdropcms.org">backdropcms.org</a></p>
</section>
<section>
<h4>Image Credits</h4>
<p><small>
SquareSpace: http://commons.wikimedia.org/wiki/File:Squarespace_Logo.png<br>
Wordpress: https://wordpress.org/about/logos <br>
Backdrop: https://backdropcms.org/about/logo <br>
Drupal: https://www.drupal.org/node/9068 <br>
</small></p>
</section>
</div>
</div>
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/prism/prism.js', async: true },
{ src: 'reveal.js/plugin/zoom-js/zoom.js', async: true },
{ src: 'reveal.js/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>