Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.85 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.85 KB

mus-preso

A directory of public presentations for mus. Mus is the mojo UI service -- a window server extracted from the existing graphics, compositing and input management code in Chrome.

Slide decks here:

Production Notes

Some people asked me how I made these slides. I did this:

  • I wrote html content using the Google HTML5 slides template. It makes very pretty slides. Good use of the web platform seems appropriate for slides about Chrome.
  • Or I used pandoc to process Markdown into HTML5 slides.
  • I drew diagrams in OmniGraffle.
  • I exported SVG per diagram and removed the layout-affecting spaces between <tspan> elements with the following sam script: X/\.svg$/ ,x:</tspan>[\n ]*<tspan: x:>[\n ]*<: c:><:.
  • The slides are served via GitHub pages.