From: robert Date: Fri, 20 Feb 2009 14:33:07 +0000 (+0000) Subject: add start of Linuxwochen slides X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=dfd0fabc1e04c912a57947bf448d77ba86bf463a;hp=27aa2e3eb262ca7bcffa26cbfb3b23c9fd330ab2 add start of Linuxwochen slides --- diff --git a/linuxwochen2009/index.html b/linuxwochen2009/index.html new file mode 100755 index 0000000..98221dc --- /dev/null +++ b/linuxwochen2009/index.html @@ -0,0 +1,58 @@ + + + + + + Das offene Internet und Mozilla + + + + + + + + + + + +
Einleitung
+ Inhalt || + Beginn || + < Zurück | + Weiter > +
+ +

Das offene Internet und Mozilla

+ +
+~30 min Vortrag, ~10 min Diskussion +
+ +
+Vortragender: Robert Kaiser, "KaiRo" <kairo@kairo.at> +
+ +
+

Die Folien - + http://kairo.mozdev.org/slides/linuxwochen2009/

+
+
    +
  • Erstellt für die + Linuxwochen 2009 in Wien.
  • +
  • Geschrieben in HTML 4.01 Strict und CSS.
  • +
  • Am besten zu navigieren mit der "Website-Navigationsleiste" von SeaMonkey + (alle Folien mit [HTML 2.0] <link>-Tags versehen)
  • +
  • Für andere: Navigationslinks auf allen Folien, mit "Accesskeys" + (z.B. "n"/Alt+Umschalt+W für "Weiter"), rechts/links-Pfeiltasten
  • +
  • Inhaltsverzeichnis
  • +
  • Lizenziert unter CC-BY-SA + 02/2009 Robert Kaiser
  • +
+
+
+ + + diff --git a/linuxwochen2009/local.conf b/linuxwochen2009/local.conf new file mode 100644 index 0000000..0996d80 --- /dev/null +++ b/linuxwochen2009/local.conf @@ -0,0 +1,6 @@ + diff --git a/linuxwochen2009/slide_end.html b/linuxwochen2009/slide_end.html new file mode 100755 index 0000000..5bac7b3 --- /dev/null +++ b/linuxwochen2009/slide_end.html @@ -0,0 +1,49 @@ + + + + + + Das offene Internet und Mozilla - Diskussion + + + + + + + + + + + + +
Offene Diskussion
+ Inhalt || + Beginn || + < Zurück | + Weiter > +
+ +

Offene Diskussion

+ +
+

Danke für Ihre Aufmerksamkeit!

+
+Es bleibt etwas Zeit fü eine Diskussion. +
    +
  • Gibt es offene Fragen?
  • +
  • Anmerkungen zum Vortrag?
  • +
  • Will uns jemand helfen?
  • +
  • Habe ich etwas vergessen?
  • +
+
+
+ +
+Verbreiten Sie das Mozilla-Manifest! +
http://www.mozilla.org/about/manifesto +
+ + + diff --git a/linuxwochen2009/slide_introduction.html b/linuxwochen2009/slide_introduction.html new file mode 100644 index 0000000..fad9098 --- /dev/null +++ b/linuxwochen2009/slide_introduction.html @@ -0,0 +1,56 @@ + + + + + + Das offene Internet und Mozilla - Vorstellung + + + + + + + + + + + + +
Vorstellung
+ Inhalt || + Beginn || + < Zurück | + Weiter > +
+ +

Vorstellung

+ +
+

Robert Kaiser, "KaiRo" <kairo@kairo.at>

+
+
    +
  • Mitglied im Projektmanagement + des SeaMonkey-Projekts als + Projektkoordinator und "Build Engineer"
  • +
  • Deutscher Übersetzer der SeaMonkey/Mozilla-Suite + (seamonkey.at) seit Ende 1999
  • +
  • SeaMonkey/Mozilla-Suite-Theme-Designer + (EarlyBlue, LCARStrek)
  • +
  • Mitwirkender am Mozilla-Code, hauptsächlich in den Bereichen Build-System, + Benutzeroberflächen, Übersetzung und SeaMonkey
  • +
  • Selbständiger EDV-Dienstleister (EPU) seit 2006 + ("KaiRo.at Robert Kaiser IT-Services"), + Arbeitsbereich ist die Entwicklung eines PHP-basierten Community-Systems + und Mitarbeit an SeaMonkey bzw. Mozilla
  • +
  • Mitarbeit im Komittee zur Suche eines neuen Executive Directors für + Mozilla (2007/08)
  • +
  • Wohnhaft in Steyr/OÖ und Wien, Studium für Chemie/Physik Lehramt an der + Universität Wien
  • +
+
+
+ + + diff --git a/linuxwochen2009/slides.css b/linuxwochen2009/slides.css new file mode 100644 index 0000000..126bd98 --- /dev/null +++ b/linuxwochen2009/slides.css @@ -0,0 +1,200 @@ +/************************** + * styles for talk slides * + * by Robert Kaiser * + * * + * (for FOSDEM 2008) * + **************************/ + + +/***** base style *****/ + +body { + margin: 0px; + padding: 0px; + border: 0px; + font-family: Arial,Helvetica,sans-serif; + font-size: 1.75em; + color: black; + background-color: #FFFFFF; +} + +ul { + padding-left: 1.2em; + margin-bottom: 0.5em; +} + +ul:first-child, +ul:last-child { + margin-top: 0; +} + +#header { + height: 38px; + position: relative; + border-bottom: 1px solid #9FCBF7; + background: #F6FAFE url("template/header-background.png") top left repeat-x; + padding: 0 15px 0 0; + z-index: 1; +} + +#header-text { + float: right; + padding: 7px 20px; + font-size: 24px; + font-weight: bold; + color: #7f7c45; +} + +#header-text.neartime { + color: #000080; +} + +#header-text.ontime { + color: #008000; +} + +#header-text.overtime { + color: #800000; +} + +#slidenav { + background: #000089 url("template/breadcrumbs-background.png") bottom repeat-x; + padding: 4px 15px 30px 55px; + padding-top: 4px; + font-size: 10px; + color: #C8E0FA; +} + +#slidenav a:link, +#slidenav a:visited { + color: #B7D8F9; +} + +#slidenav a:hover, +#slidenav a:active { + color: #F2F8FE; +} + +#slidenav .nolink { + color: #7f7c45; +} + +#subheader-text { + float: right; + padding: 0 20px; +} + +/***** headers *****/ + +h1 { + margin: 0 0 0.5em 0; + font-size: 1.7em; + font-weight: bold; + text-align: center; + text-shadow: #b7d8f9 3px 3px 5px; +} + +h2 { + margin: 0.5em 0; + font-size: 1.3em; + font-weight: bold; + text-align: center; + text-shadow: #b7d8f9 2px 2px 3px; +} + +h3 { + margin: 0.5em 0; + font-size: 1.1em; + font-weight: bold; + text-align: center; +} + +h4 { + margin: 0.5em 0; + font-size: 1em; + font-weight: bold; + text-align: left; +} + +/***** boxes *****/ + +.simplebox { + padding: 0.5em; +} + +.captionedbox { + padding: 0px; +} + +.simplebox, +.captionedbox { + margin: 1em; + border: 1px solid #0060C0; + background-color: #E0E9E9; + -moz-border-radius: .5em; + -moz-box-shadow: #b7d8f9 1px 1px 3px 2px; +} + +.captionedbox-content { + margin: 0px; + padding: 0.5em; + border: 0px; + border-top: 2px solid #9FCBF7; + -moz-border-top-colors: #FFFFFF #0060C0; + -moz-border-radius: 0 0 .5em .5em; +} + +.captionedbox-caption { + margin: 0.5em; + font-weight: bold; + text-shadow: #60afff 1px 1px 2px; +} + +/***** misc formatting *****/ + +.hilite { + font-weight: bold; + color: #0060C0; + text-shadow: #5959ec 1px 1px 1px; +} + +.border { + border: 1px solid #FF8080; + padding: 0.5em; +} + +ul > li { + margin: 0.5em 0; +} + +.cent { + text-align: center; +} + +.akey { + text-decoration: underline; +} + +a:link { color: #000080; text-decoration: none; } +a:visited { color: #400080; text-decoration: none; } +a:hover, a:active { color: #800000; text-decoration: underline; } + +/***** small stuff *****/ + +.small { + font-size: 0.75em; +} + +ul.small, +.small ul { + padding: 0px; + border: 0px; + margin: 0px 0px 0px 1em; +} + +ul.small > li +.small ul > li { + margin: 0px; + padding: 0px; + border: 0px; +} \ No newline at end of file diff --git a/linuxwochen2009/slides.js b/linuxwochen2009/slides.js new file mode 100644 index 0000000..68dfd9a --- /dev/null +++ b/linuxwochen2009/slides.js @@ -0,0 +1,64 @@ +/****************************** + * JavaScript for talk slides * + * by Robert Kaiser * + * * + * (for FOSDEM 2007) * + ******************************/ + +// do timed color variation on slides +var slide_seconds = 3*60; +var slide_start = new Date(); + +function timerFired() { + var slide_current = new Date(); + var seconds_diff = Math.round((slide_current.getTime() - slide_start.getTime()) / 1000); + if (seconds_diff >= slide_seconds) { + document.getElementById("header-text").className = "overtime"; + } + else if (seconds_diff >= Math.round(2*slide_seconds/3)) { + document.getElementById("header-text").className = "ontime"; + setTimeout("timerFired()", 1000*(slide_seconds/3)); + } + else if (seconds_diff >= Math.round(slide_seconds/3)) { + document.getElementById("header-text").className = "neartime"; + setTimeout("timerFired()", 1000*(slide_seconds/3)); + } + else { + // we should never come here, but if we do, go into a 1s loop until we get over the upcoming step + setTimeout("timerFired()", 1000); + } +} +setTimeout("timerFired()", 1000*(slide_seconds/3)); + +(function() { + function go(where) { + where = where || "next"; + var links = document.getElementsByTagName("link"); + for (var i = 0; i < links.length; ++i) { + if (links[i].rel == where) { + window.location.href = links[i].href; + break; + } + } + } + + function handleClick(e) { + e = e || event; + var target = (window.event) ? e.srcElement : e.target; + if (e.which == 1 && target.nodeName != "A" && target.nodeName != "VIDEO") + go("next"); + } + + function handleKeyPress(e) { + e = e || event; + switch (e.keyCode) { + case e.DOM_VK_LEFT: + go("previous"); break; + case e.DOM_VK_RIGHT: + go("next"); break; + } + } + + window.onclick = handleClick; + window.onkeypress = handleKeyPress; +})(); diff --git a/linuxwochen2009/template/breadcrumbs-background.png b/linuxwochen2009/template/breadcrumbs-background.png new file mode 100644 index 0000000..48e602f Binary files /dev/null and b/linuxwochen2009/template/breadcrumbs-background.png differ diff --git a/linuxwochen2009/template/header-background.png b/linuxwochen2009/template/header-background.png new file mode 100644 index 0000000..7fe88c0 Binary files /dev/null and b/linuxwochen2009/template/header-background.png differ diff --git a/linuxwochen2009/template/header-logo.png b/linuxwochen2009/template/header-logo.png new file mode 100644 index 0000000..3cf02a3 Binary files /dev/null and b/linuxwochen2009/template/header-logo.png differ diff --git a/linuxwochen2009/toc.html b/linuxwochen2009/toc.html new file mode 100755 index 0000000..71046fa --- /dev/null +++ b/linuxwochen2009/toc.html @@ -0,0 +1,43 @@ + + + + + + Das offene Internet und Mozilla - Inhaltsverzeichnis + + + + + + + + + + + + +
Inhaltsverzeichnis
+ Inhalt || + Beginn || + < Zurück | + Weiter > +
+ +

Inhaltsverzeichnis

+

Das offene Internet und Mozilla

+ +
+

Die folgenden Folien finden Sie in diesem Vortrag:

+ +
+ + +