-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpres.tex
More file actions
118 lines (104 loc) · 3.19 KB
/
Copy pathpres.tex
File metadata and controls
118 lines (104 loc) · 3.19 KB
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
\documentclass[12pt]{beamer}
\usepackage{beamerthemeHannover, graphicx, clrscode, amsmath, amssymb, multicol}
\usepackage{textcomp} \usepackage{verbatim}
\usepackage{listings}
\setbeamercolor{sidebar}{use=structure,bg=green!50!yellow}
\title{pdxphp : CASH Music DIY}
\author[@dukeleto]{Jonathan "Duke" Leto}
\date{}
\begin{document}
\frame{
\titlepage
\begin{center}
\includegraphics[scale=0.3]{cm.png}
\end{center}
}
\frame{
\frametitle{What is CASH Music, really?}
CASH Music is a non-profit, a free + open source codebase and a community
}
\frame{
\frametitle{CASH Music: The non-profit}
\begin{itemize}
\item We don't want just another music tech startup
\item We want to level the music tech playing field
\item Originally founded in 2007 by Kristin Hersh of Throwing Muses and Donita Sparks of L7
\end{itemize}
}
\frame{
\frametitle{CASH Music: The codebase}
\begin{itemize}
\item PHP 5.2.x with no outside dependencies
\item Tiny bit of Javascript (progressive enhancement)
\item A growing test suite to make sure stuff works
\end{itemize}
}
\frame{
\frametitle{CASH Music: The community}
\begin{itemize}
\item Still small but growing fast
\item Various artists, labels and musicians with an eye on the future
\item First wave Mozilla WebFWD Fellows
\item Are you the next to join?
\end{itemize}
}
\frame{
\frametitle{How Can I help?: Non-developers}
\begin{itemize}
\item Internationalization: German, French, Spanish, Portuguese
\item Docs: Screencasts, howtos, walkthroughs/etc
\item Manual testing on your webhost
\item Adding helpful hints to every admin screen
\item Accessiblity: Make DIY usable for those with screen readers...
\end{itemize}
help.cashmusic.org
}
\frame{
\frametitle{How Can I help?: Developers}
\begin{itemize}
\item GUI asset uploader
\item Analytics visualization (d3?)
\item Migrate us to an Internationalization Framework
\item Streamline OAuth/API key discovery
\item Javascript tests
\item DB Design review
\item Chef recipe for DIY
\item More Unit+Integration tests
\end{itemize}
help.cashmusic.org
}
\frame{
\frametitle{Tempt The Live Demo Gods}
\begin{center}
\includegraphics[scale=0.3]{cm_cthulhu.png}
\end{center}
}
\frame{
\frametitle{How do I get involved with CASH Music?}
\begin{itemize}
\item http://cashmusic.org
\item https://github.com/cashmusic
\item \#cashmusic on Freenode
\item @cashmusic
\end{itemize}
}
\frame{
\frametitle{Thanks!}
\begin{itemize}
\item pdxphp for having me
\item ShopIgniter for providing user group space
\item All the people who funded us on Kickstarter
\end{itemize}
}
\frame{
\frametitle{ Stalk Me }
\begin{center}
\begin{itemize}
\item http://dukeleto.pl
\item http://linkedin.leto.net
\item http://twitter.com/dukeleto
\item IRC: dukeleto on Freenode, Perl, Mozilla
\end{itemize}
\end{center}
}
\end{document}