Skip to content

Commit

Permalink
add pdxphp talk about cashmusic
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Feb 22, 2012
1 parent 2eb7ee8 commit 958e965
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 0 deletions.
Binary file modified 2012/pdxdevops_cloudfoundry/pres.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions 2012/pdxphp_cashmusic/Makefile
@@ -0,0 +1,7 @@

presentation:
rubber --pdf pres.tex
open pres.pdf > /dev/null

clean:
rm *.aux *.out *.snm *.toc *.log *.nav *.pdf
Binary file added 2012/pdxphp_cashmusic/cm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/pdxphp_cashmusic/cm_cthulhu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/pdxphp_cashmusic/pres.pdf
Binary file not shown.
118 changes: 118 additions & 0 deletions 2012/pdxphp_cashmusic/pres.tex
@@ -0,0 +1,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}

0 comments on commit 958e965

Please sign in to comment.