]> pere.pagekite.me Git - homepage.git/commitdiff
New post.
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 7 Mar 2012 12:31:12 +0000 (12:31 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Wed, 7 Mar 2012 12:31:12 +0000 (12:31 +0000)
blog/data/2012-03-07-skolelinux-gosa.txt [new file with mode: 0644]

diff --git a/blog/data/2012-03-07-skolelinux-gosa.txt b/blog/data/2012-03-07-skolelinux-gosa.txt
new file mode 100644 (file)
index 0000000..5c5cd3f
--- /dev/null
@@ -0,0 +1,29 @@
+Title: Debian Edu screencast: Mass creation of user accounts in Squeeze
+Tags: english, debian edu
+Date: 2012-03-07 13:40
+
+<!-- Video HTML based on http://www.diveintohtml5.net/video.html -->
+
+<p>One of the Debian Edu developers, Wolfgang Schweer, just created a
+screen cast documenting how to create a lot of new users in LDAP on
+Debian Edu Squeeze.  The video is embedded here in quarter size, and
+also available from <a href="http://vimeo.com/37675399">vimeo</a> and
+download as a
+<a href="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv">Ogg
+Theora</a> file.  Check it out below.</p>
+
+<p><video id="gosa-mass-user-create-movie" width="256" height="184" preload controls>
+  <source src="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv" type='video/ogg; codecs="theora, vorbis"' />
+    <p>Download video as
+      <a href="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv">Ogg</a>.</p> 
+</video>
+<script>
+  var v = document.getElementById("gosa-mass-user-create-movie");
+  v.onclick = function() {
+    if (v.paused) {
+      v.play();
+    } else {
+      v.pause();
+    }
+  };
+</script></p>