Browse Source

add pdxphp talk about cashmusic

master
Jonathan "Duke" Leto 12 years ago
parent
commit
958e965a22
  1. BIN
      2012/pdxdevops_cloudfoundry/pres.pdf
  2. 7
      2012/pdxphp_cashmusic/Makefile
  3. BIN
      2012/pdxphp_cashmusic/cm.png
  4. BIN
      2012/pdxphp_cashmusic/cm_cthulhu.png
  5. BIN
      2012/pdxphp_cashmusic/pres.pdf
  6. 118
      2012/pdxphp_cashmusic/pres.tex

BIN
2012/pdxdevops_cloudfoundry/pres.pdf

Binary file not shown.

7
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

BIN
2012/pdxphp_cashmusic/cm.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

BIN
2012/pdxphp_cashmusic/cm_cthulhu.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

BIN
2012/pdxphp_cashmusic/pres.pdf

Binary file not shown.

118
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}
Loading…
Cancel
Save