From 9f4fd785b738740fca64d79c2d0a7ddb8196c7ac Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Mon, 30 Dec 2013 10:12:27 +0000 Subject: [PATCH] [blog] finish intro post for decks --- tmpl/blog/decks-n-drums.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmpl/blog/decks-n-drums.md b/tmpl/blog/decks-n-drums.md index 1b8b35eb3..b15d8d485 100644 --- a/tmpl/blog/decks-n-drums.md +++ b/tmpl/blog/decks-n-drums.md @@ -1,18 +1,18 @@ -A few months ago, partly as a stunt, mostly because we could, Anil and I put together [a presentation][oscon-deck] for [OSCON'13][oscon] about Mirage in Mirage. That is, as a self-hosting Mirage web application that served up slides using [RevealJS][]. It was a bit of a hack, but it was cool (we thought!) and it worked. Several more presentations were written and given this way, at venues ranging from [ACM FOCI][foci] to the [XenSummit][] to the Cambridge Computer Lab's [MSc in Advanced Computer Science][acs]. +A few months ago, partly as a stunt, mostly because we could, Anil and I put together [a presentation][oscon-deck] for [OSCON'13][oscon] about Mirage in Mirage. That is, as a self-hosting Mirage web application that served up slides using [RevealJS][]. It was a bit of a hack, but it was cool (we thought!) and it worked. Several more presentations were written and given this way, at venues ranging from the [XenSummit 2012][xensummit] to [ACM FOCI 2013][foci] to the Cambridge Computer Lab's [MSc in Advanced Computer Science][acs]. [oscon]: http://www.oscon.com/oscon2013/ [oscon-deck]: http://decks.openmirage.org/oscon13/ [revealjs]: http://lab.hakim.se/reveal-js/ -[foci]: -[xensummit]: +[foci]: https://www.usenix.org/conference/foci13‎ +[xensummit]: http://www-archive.xenproject.org/xensummit/xs12na_talks/M10b.html [acs]: http://decks.openmirage.org/cam13/ -With the [release of Mirage 1.0][mirage-release], [CoHTTP][], [Cowabloga][] and the new [Zurb Foundation][zurb] based [website][], it was time to refresh them and as a little seasonal gift, give them a shiny new index with some actual CSS styling. So [here they are][decks], a set of presentations that have been given by various members of the Mirage team over the last 6 months or so. They cover a range of topics, from general introductions to the Xen roadmap to more detailed technical background. And, of course, as Mirage is constantly under rapid development, some of the older content may already be outdated. But [the code for the site itself][decks-code] serves as another example of a simple -- somewhat simpler than the [Mirage website][website] in fact -- Mirage web application. +With the [release of Mirage 1.0][mirage-release], [CoHTTP][], [Cowabloga][] and the new [Zurb Foundation][zurb] based [website][], it was time to refresh them and as a little seasonal gift, give them a shiny new index with some actual CSS styling. So [here they are][decks], a set of presentations that have been given by various members of the Mirage team over the last 6 months or so. They cover a range of topics, from general introductions to the Xen roadmap to more detailed technical background. And, of course, as Mirage is under constant rapid development, some of the older content may already be outdated. But [the code for the site itself][decks-code] serves as another example of a simple -- somewhat simpler than the [Mirage website][website] in fact -- Mirage web application. [mirage-release]: http://openmirage.org/blog/releasing-mirage [website]: http://openmirage.org/ [cowabloga]: http://github.com/mirage/cowabloga -[HTTP]: http://github.com/mirage/ocaml-cohttp +[cohttp]: http://github.com/mirage/ocaml-cohttp [zurb]: http://foundation.zurb.com/ [decks]: http://decks.openmirage.org/ [decks-code]: http://github.com/mirage/mirage-decks