]> pere.pagekite.me Git - homepage.git/blobdiff - blog/tags/web/index.html
Generated.
[homepage.git] / blog / tags / web / index.html
index 766cf0a0e7745e3a77a98033072ce2a80ebfb9d1..918cf05b6ae5fa4cdb867ac52748122983093766 100644 (file)
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html">The sorry state of multimedia browser plugins in Debian</a>
+        <a href="http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html">Recipe to test the Freedombox project on amd64 or Raspberry Pi</a>
       </div>
       <div class="date">
-        25th November 2008
+        10th September 2013
       </div>
       <div class="body">
-        <p>Recently I have spent some time evaluating the multimedia browser
-plugins available in Debian Lenny, to see which one we should use by
-default in Debian Edu.  We need an embedded video playing plugin with
-control buttons to pause or stop the video, and capable of streaming
-all the multimedia content available on the web.  The test results and
-notes are available on
-<a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">the
-Debian wiki</a>.  I was surprised how few of the plugins are able to
-fill this need.  My personal video player favorite, VLC, has a really
-bad plugin which fail on a lot of the test pages.  A lot of the MIME
-types I would expect to work with any free software player (like
-video/ogg), just do not work.  And simple formats like the
-audio/x-mplegurl format (m3u playlists), just isn't supported by the
-totem and vlc plugins.  I hope the situation will improve soon.  No
-wonder sites use the proprietary Adobe flash to play video.</p>
+        <p>I was introduced to the
+<a href="http://www.freedomboxfoundation.org/">Freedombox project</a>
+in 2010, when Eben Moglen presented his vision about serving the need
+of non-technical people to keep their personal information private and
+within the legal protection of their own homes.  The idea is to give
+people back the power over their network and machines, and return
+Internet back to its intended peer-to-peer architecture.  Instead of
+depending on a central service, the Freedombox will give everyone
+control over their own basic infrastructure.</p>
+
+<p>I've intended to join the effort since then, but other tasks have
+taken priority.  But this summers nasty news about the misuse of trust
+and privilege exercised by the "western" intelligence gathering
+communities increased my eagerness to contribute to a point where I
+actually started working on the project a while back.</p>
+
+<p>The <a href="https://alioth.debian.org/projects/freedombox/">initial
+Debian initiative</a> based on the vision from Eben Moglen, is to
+create a simple and cheap Debian based appliance that anyone can hook
+up in their home and get access to secure and private services and
+communication.  The initial deployment platform have been the
+<a href="http://www.globalscaletechnologies.com/t-dreamplugdetails.aspx">Dreamplug</a>,
+which is a piece of hardware I do not own.  So to be able to test what
+the current Freedombox setup, I had to come up with a way to install
+it on some hardware I do got access to.  I have rewritten the
+<a href="https://github.com/NickDaly/freedom-maker">freedom-maker</a>
+image build framework to use .deb packages instead of only copying
+setup into the boot images, and thanks to this rewrite I am able to
+set up any machine supported by Debian Wheezy as a Freedombox, using
+the previously mentioned deb (and a few support debs for packages
+missing in Debian).</p>
+
+<p>The current Freedombox setup consist of a set of bootstrapping
+scripts
+(<a href="https://github.com/petterreinholdtsen/freedombox-setup">freedombox-setup</a>),
+and a administrative web interface
+(<a href="https://github.com/NickDaly/Plinth">plinth</a> + exmachina +
+withsqlite), as well as a privacy enhancing proxy based on
+<a href="http://packages.qa.debian.org/privoxy">privoxy</a>
+(freedombox-privoxy).  There is also a web/javascript based XMPP
+client (<a href="http://packages.qa.debian.org/jwchat">jwchat</a>)
+trying (unsuccessfully so far) to talk to the XMPP server
+(<a href="http://packages.qa.debian.org/ejabberd">ejabberd</a>).  The
+web interface is pluggable, and the goal is to use it to enable OpenID
+services, mesh network connectivity, use of TOR, etc, etc.  Not much of
+this is really working yet, see
+<a href="https://github.com/NickDaly/freedombox-todos/blob/master/TODO">the
+project TODO</a> for links to GIT repositories.  Most of the code is
+on github at the moment.  The HTTP proxy is operational out of the
+box, and the admin web interface can be used to add/remove plinth
+users.  I've not been able to do anything else with it so far, but
+know there are several branches spread around github and other places
+with lots of half baked features.</p>
+
+<p>Anyway, if you want to have a look at the current stat, the
+following recipes should work to give you a test machine to poke
+at.</p>
+
+<p><strong>Debian Wheezy amd64</strong></p>
 
-<p>For Lenny, we seem to end up with the mplayer plugin.  It seem to
-be the only one fitting our needs. :/</p>
+<ol>
+
+<li>Fetch normal Debian Wheezy installation ISO.</li>
+<li>Boot from it, either as CD or USB stick.</li>
+<li><p>Press [tab] on the boot prompt and add this as a boot argument
+to the Debian installer:<p>
+<pre>url=http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat</pre></li>
+
+<li>Answer the few language/region/password questions and pick disk to
+install on.</li>
+
+<li>When the installation is finished and the machine have rebooted a
+few times, your Freedombox is ready for testing.</li>
+
+</ol>
+
+<p><strong>Raspberry Pi Raspbian</strong></p>
+
+<ol>
+
+<li>Fetch a Raspbian SD card image, create SD card.</li>
+<li>Boot from SD card, extend file system to fill the card completely.</li>
+<li><p>Log in and add this to /etc/sources.list:</p>
+<pre>
+deb http://www.reinholdtsen.name/freedombox wheezy main
+</pre></li>
+<li><p>Run this as root:</p>
+<pre>
+wget -O - http://www.reinholdtsen.name/freedombox/BE1A583D.asc | \
+   apt-key add -
+apt-get update
+apt-get install freedombox-setup
+/usr/lib/freedombox/setup
+</pre></li>
+<li>Reboot into your freshly created Freedombox.</li>
+
+</ol>
+
+<p>You can test it on other architectures too, but because the
+freedombox-privoxy package is binary, it will only work as intended on
+the architectures where I have had time to build the binary and put it
+in my APT repository.  But do not let this stop you.  It is only a
+short "<tt>apt-get source -b freedombox-privoxy</tt>" away. :)</p>
+
+<p>Note that by default Freedombox is a DHCP server on the
+192.168.1.0/24 subnet, so if this is your subnet be careful and turn
+off the DHCP server by running "<tt>update-rc.d isc-dhcp-server
+disable</tt>" as root.</p>
+
+<p>Please let me know if this work for you, or if you have any
+problems.  We gather on the IRC channel
+<a href="irc://irc.debian.org:6667/%23freedombox">#freedombox</a> on
+irc.debian.org and the
+<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss">project
+mailing list</a>.</p>
+
+<p>Once you get your freedombox operational, you can visit
+<tt>http://your-host-name:8001/</tt> to see the state of the plint
+welcome screen (dead end - do not be surprised if you are unable to
+get past it), and next visit <tt>http://your-host-name:8001/help/</tt>
+to look at the rest of plinth.  The default user is 'admin' and the
+default password is 'secret'.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -60,60 +164,77 @@ be the only one fitting our needs. :/</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html">When web browser developers make a video player...</a>
+        <a href="http://people.skolelinux.org/pere/blog/Netflix_krever_at_du_frasier_deg_dine_forbrukerrettigheter___.html">Netflix krever at du frasier deg dine forbrukerrettigheter...</a>
       </div>
       <div class="date">
-        17th January 2009
+        17th October 2012
       </div>
       <div class="body">
-        <p>As part of the work we do in <a href="http://www.nuug.no">NUUG</a>
-to publish video recordings of our monthly presentations, we provide a
-page with embedded video for easy access to the recording.  Putting a
-good set of HTML tags together to get working embedded video in all
-browsers and across all operating systems is not easy.  I hope this
-will become easier when the &lt;video&gt; tag is implemented in all
-browsers, but I am not sure.  We provide the recordings in several
-formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
-browser/media plugin to pick one it support and use it to play the
-recording, using whatever embed mechanism the browser understand.
-There is at least four different tags to use for this, the new HTML5
-&lt;video&gt; tag, the &lt;object&gt; tag, the &lt;embed&gt; tag and
-the &lt;applet&gt; tag.  All of these take a lot of options, and
-finding the best options is a major challenge.</p>
+        <p>Filmtjenesten Netflix lanseres i Norge, med en jublende presse på
+sidelinjen.  Men har journalistene lest bruksvilkårene?  Synes de
+avsnitt nummer to i
+«<a href="https://signup.netflix.com/TermsOfUse?locale=nb-NO">Vilkår
+for bruk</a>» høres greit ut for en forbrukertjeneste i Norge?
+Avsnittet lyder slik:
 
-<p>I just tested the experimental Opera browser available from <a
-href="http://labs.opera.com">labs.opera.com</a>, to see how it handled
-a &lt;video&gt; tag with a few video sources and no extra attributes.
-I was not very impressed.  The browser start by fetching a picture
-from the video stream.  Not sure if it is the first frame, but it is
-definitely very early in the recording.  So far, so good. Next,
-instead of streaming the 76 MiB video file, it start to download all
-of it, but do not start to play the video.  This mean I have to wait
-for several minutes for the downloading to finish.  When the download
-is done, the playing of the video do not start!  Waiting for the
-download, but I do not get to see the video?  Some testing later, I
-discover that I have to add the controls="true" attribute to be able
-to get a play button to pres to start the video.  Adding
-autoplay="true" did not help.  I sure hope this is a misfeature of the
-test version of Opera, and that future implementations of the
-&lt;video&gt; tag will stream recordings by default, or at least start
-playing when the download is done.</p>
+<blockquote>
 
-<p>The test page I used (since changed to add more attributes) is
-<a href="http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/">available
-from the nuug site</a>.  Will have to test it with the new Firefox
-too.</p>
+«Disse vilkårene for bruk innebærer at alle tvister mellom deg og
+Netflix vil bli løst ved BINDENDE VOLDGIFT. DU SAMTYKKER I AT DU
+FRASIER DEG ENHVER RETT TIL RETTSLIGE SKRITT for å hevde eller
+forsvare rettighetene dine under denne kontrakten (med unntak for
+mindre saker som kan avgjøres i forliksretten). Rettighetene dine vil
+bli bestemt av en NØYTRAL VOLDGIFTSMANN/MEKLER og IKKE en dommer eller
+jury, og krav kan ikke framstilles i form av gruppesøksmål. Les
+gjennom voldgiftsavtalen nedenfor for å finne alle detaljer vedrørende
+avtalen, slik at du kan se hvordan en eventuell konflikt med Netflix
+skal håndteres og vil avgjøres.»
 
-<p>In the test process, I discovered a missing feature.  I was unable
-to find a way to get the URL of the playing video out of Opera, so I
-am not quite sure it picked the Ogg Theora version of the video.  I
-sure hope it was using the announced Ogg Theora support. :)</p>
+</blockquote>
+
+<p>Ikke nok med det, men må akseptere at det er USAs lov som skal
+regulere bruken, og dermed akseptere å miste norsk forbruker- og
+personvernlovgiving (hvilket så vidt jeg vet ikke kan gjøres i
+Norge).</p>
+
+<blockquote>
+«Gjennom å godta disse vilkår for bruk samtykker du i at tolkingen og
+håndhevelsen av denne voldgiftsavtalen er underlagt den føderale
+voldgiftsloven i USA, U.S. Federal Arbitration Act, og at både du og
+Netflix frasier dere retten til en juryprosess eller deltakelse i
+gruppesøksmål. Denne voldgiftsbetingelsen gjelder selv etter at denne
+avtalen er oppsagt og Netflix-medlemskapet ditt har opphørt.»
+</blockquote>
+
+<p>En må altså si ja til å frasi seg de vanlige forbrukerrettighetene
+i Norge for å bruke Netflix.  Vilkårene til Netflix vil neppe stå seg
+i norsk rett, men det er usedvanlig frekt å bare foreslå det, da de
+aller fleste som leser dem vil anta at vilkårene gjelder med mindre de
+er svært godt kjent med norsk forbrukerrett.  Skal en frasi seg
+muligheten til å hevde sin rett hvis Netflix lekker personopplysninger
+(USAs lovgiving er svært mangelfull i forhold til den norske
+personvernlovgivingen) eller leverer en tjeneste som ikke holder mål?
+Nei takk.  Med slike bruksvilkår takker jeg høflig nei til tilbudet,
+og de får ikke meg som kunde før de har en helt annen tilnærming mot
+sine kunder.</p>
+
+<p>Oppdatering 2012-10-18: Både
+<a href="http://www.aftenposten.no/digital/Netflix-krever-at-du-sier-fra-deg-norske-forbrukerrettigheter-7021182.html">Aftenposten</a>,
+<a href="http://nrk.no/helse-forbruk-og-livsstil/1.8362951">NRK</a> og
+<a href="http://www.teknofil.no/artikler/forbrukerradet-slakter-netflix/113679">Teknofil</a>
+har snappet opp saken (dog nevner ikke NRK kilde, så de kan jo ha
+oppdaget det selv).  Veldig bra at flere blir oppmerksom på slike
+ting.  «- Helt hinsides, mener Forbrukerrådet om Netflix'
+brukervilkår», siterer Aftenposten.  Og 
+<a href="http://www.aftenposten.no/nyheter/Forbrukerombudet-vil-granske-TV-markedet-7021465.html">Aftenposten</a>
+melder videre at Forbrukerrådet vil granske TV-bransjen med bakgrunn i
+dette.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -122,34 +243,160 @@ sure hope it was using the announced Ogg Theora support. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Fildeling_er_lovlig___ulovlig_fildeling_er_ulovlig.html">Fildeling er lovlig - ulovlig fildeling er ulovlig</a>
+        <a href="http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H.264-video</a>
       </div>
       <div class="date">
-        17th April 2009
+         5th July 2012
       </div>
       <div class="body">
-        <p>Jeg hadde glede av å overvære FADs lansering av
-<a href="http://www.deltemeninger.no/">Debattsentralen
-deltemeninger.no</a> under Go Open 2009, og må si jeg ble skuffet over
-en kommentar fra podiet om ulovlig fildeling.  Fikk ikke med meg hvem
-som holdt innlegget, men det startet med å snakke om ulovlig fildeling
-og gikk så over til å snakke om fildeling som om fildeling i seg er
-ulovlig.  Intet er lengre fra sannheten.  Fildeling er en nyttig
-teknologi som benyttes av NRK, Debian, Ubuntu, NUUG og andre for
-distribusjon av filer.  Det er ingenting med denne fildelingen som
-gjør den ulovlig.  Fildeling er i seg selv en fullt ut lovlig
-teknologisk anvendelse.  Noe fildeling er ulovlig, og noe er lovlig.
-De som tror at fildeling er ulovlig har misforstått grovt.  Hvorvidt
-den er ulovlig kommer jo an på hvem som har opphavsretten til filene
-som deles og hvilke bruksbegrensninger som gjelder for filene.  En
-rekke filer er lagt ut av rettighetsinnehaver for deling på Internet,
-og fildeling av slike filer er fullt ut lovlig.</p>
+        <p>I føljetongen om H.264
+<a href="http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">forlot
+jeg leserne i undring</a> om hvor pakken fra MPEG-LA tok veien, og om
+hvilke selskaper i Norge som har avtale med MPEG-LA.  Da Ryan hos
+MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
+og dagen etter fikk jeg følgende svar derfra:</p>
+
+<p><blockquote>
+<p>Date: Fri, 29 Jun 2012 18:32:34 +0000
+<br>From: Sidney Wolf &lt;SWolf (at) mpegla.com&gt;
+<br>To: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
+<br>Cc: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
+<br>Subject: RE: Do NRK have a license agreement with MPEG-LA?</p>
+
+<p>Dear Mr. Reinholdtsen,</p>
+
+<p>Thank you for your message. As you know, Ryan is currently our of the
+office, so it will be my pleasure to assist you.</p>
+
+<p>Per your request, attached please find an electronic copy of the
+AVC Patent Portfolio License. Please note that the electronic copy of
+the License is provided as a convenience and for informational
+purposes only. When concluding the Licenses, only the hard copies
+provided by MPEG LA may be used.</p>
+
+<p>To your question, MPEG LA lists our Licensees on our website
+according to each program.  The lists are in alphabetical order, so it
+is very easy to search.</p>
+
+<p>I hope that this was helpful. If we can be of additional
+assistance, please let me know.</p>
+
+<p>Kind regards,</p>
+
+<p>Sidney A. Wolf
+<br>Manager, Global Licensing
+<br>MPEG LA</p>
+</blockquote></p>
+
+<p>Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
+et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
+som må deles på individuell basis.  Opphavsretten krever godkjenning
+fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
+opp med et spørsmål om dette var greit.</p>
+
+<p><blockquote>
+<p>Date: Wed, 4 Jul 2012 20:25:06 +0200
+<br>From: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
+<br>To: Sidney Wolf &lt;SWolf (at) mpegla.com&gt;
+<br>Cc: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
+<br>Subject: Re: Do NRK have a license agreement with MPEG-LA?</p>
+
+<p>Thank you for your reply.</p>
+
+<p>[Sidney Wolf]
+<br>&gt; Per your request, attached please find an electronic copy of the AVC
+<br>&gt; Patent Portfolio License. Please note that the electronic copy of
+<br>&gt; the License is provided as a convenience and for informational
+<br>&gt; purposes only. When concluding the Licenses, only the hard copies
+<br>&gt; provided by MPEG LA may be used.</p>
+
+<p>This is useful for me to learn, but the reason I asked for the
+Internet address of the licensing document was to ensure I could
+publish a link to it when I discuss the topic of H.264 licensing here
+in Norway, and allow others to verify my observations.  I can not do
+the same with an email attachment.  Thus I would like to ask you if it
+is OK with MPEG LA that I publish this document on the Internet for
+others to read?</p>
+
+<p>&gt; To your question, MPEG LA lists our Licensees on our website
+<br>&gt; according to each program. The lists are in alphabetical order, so
+<br>&gt; it is very easy to search.</p>
+
+<p>I am afraid this do not help me locate Norwegian companies in the
+list of Licensees.  I do not know the name of all companies and
+organisations in Norway, and thus do not know how to locate the
+Norwegian ones on that list.</p>
+
+<p>&gt; I hope that this was helpful. If we can be of additional assistance,
+<br>&gt; please let me know.</p>
+
+<p>Absoutely helpful to learn more about how MPEG LA handle licensing.</p>
+
+<p>--
+<br>Happy hacking
+<br>Petter Reinholdtsen</p>
+</blockquote></p>
+
+<p>Jeg håpet også at det skulle være mulig å få vite hvilke av de
+mange hundre som har avtale med MPEG-LA om bruk av H.264 som holdt til
+i Norge.  Begge mine håp falt i grus med svaret fra MPEG-LA.
+
+<p><blockquote>
+<p>Date: Thu, 5 Jul 2012 17:42:39 +0000
+<br>From: Sidney Wolf &lt;SWolf (at) mpegla.com&gt;
+<br>To: 'Petter Reinholdtsen' &lt;pere (at) hungry.com&gt;
+<br>Cc: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
+<br>Subject: RE: Do NRK have a license agreement with MPEG-LA?</p>
+
+<p>Dear Mr. Reinholdtsen,</p>
+
+<p>Thank you for your reply.</p>
+
+<p>We appreciate the additional explanation you have provided and for
+asking our permission to publish the electronic copy of the License in
+advance of doing so.  Typically, MPEG LA prefers to distribute the
+electronic copies of our Licenses to interested parties. Therefore,
+please feel free to send interested parties to the AVC portion of our
+website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
+their further reference.</p>
+
+<p>As previously mentioned, MPEG LA maintains a list of Licensees in good
+standing on our website according to each program. Due to the large
+volume of Licensees, it would be administratively impractical to
+provide this level of detail to interested parties.  Therefore, I am
+afraid we are not in a position to assist you with your request.</p>
+
+<p>Kind regards,</p>
+
+<p>Sidney A. Wolf
+<br>Manager, Global Licensing
+<br>MPEG LA</p>
+</blockquote></p>
+
+<p>Men takket være epostvedlegget kunne jeg søke på Google etter
+setningen "WHEREAS, a video standard commonly referred to as AVC has
+been defined and is referred to in this Agreement as the “AVC
+Standard” (as more fully defined herein below)" som finnes i avtalen,
+og lokalisere en kopi fra 2007 av
+<a href="http://www.sec.gov/Archives/edgar/data/1342960/000119312509050004/dex1024.htm">lisensavtalen
+mellom MPEG-LA og DivX, Inc.</a>, slik at mine lesere kan se hvordan
+avtalen så ut da.  Jeg har ikke sammenlignet tekstene for å se om noe
+har endret seg siden den tid, men satser på at teksten er representativ.</p>
+
+<p>Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
+MPEG-LA.</p>
+
+<p>Update 2012-07-06: Jeg er visst ikke den første som forsøker å få
+klarhet i problemstillinger rundt H.264, og kom nettopp over en veldig
+interessant bloggpost fra 2010 hos LibreVideo med tittelen
+"<a href="http://www.librevideo.org/blog/2010/06/14/mpeg-la-answers-some-questions-about-avch-264-licensing/">MPEG-LA
+answers some questions about AVC/H.264 licensing</a>.  Anbefales!</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -158,44 +405,62 @@ og fildeling av slike filer er fullt ut lovlig.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_legger_ut_b_ker_p__web.html">Nasjonalbiblioteket legger ut bøker på web</a>
+        <a href="http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html">Departementenes servicesenter har ingen avtale om bruk av H.264 med MPEG-LA</a>
       </div>
       <div class="date">
-        23rd April 2009
+        29th June 2012
       </div>
       <div class="body">
-        <p><a href="http://www.aftenposten.no/kul_und/litteratur/article3042382.ece">Aftenposten
-melder</a> at
-<a href="http://www.nb.no/aktuelt/50_000_norske_boeker_gratis_tilgjengelig_paa_nett_helt_lovlig">nasjonalbiblioteket
-og Kopinor har gjort en avtale</a> som gjør at eldre bøker kan gjøres
-digitalt tilgjengelig fra nasjonalbiblioteket mot at Kopinor får 56
-øre for hver side som legges ut.  Utvalget er litt merkelig: 1790-,
-1890- og 1990-tallet.  Jeg synes det er absurd hvis det er slik at
-Kopinor skal ha betalt for utlegging av bøker som ikke lenger er
-beskyttet av opphavsretten.  Jeg antar her at det er mer enn 90 år
-siden forfatterne av bøker som ble publisert 1790-1799 døde, slik at
-disse bøkene er falt i det fri og enhver kan kopiere så mye de vil fra
-dem uten å bryte opphavsrettsloven.  Bruk av slike verk har ikke
-Kopinor noe med å gjøre.  Jeg håper jeg har misforstått.
-<a href="http://www.nb.no/aktuelt/no_er_vi_i_gang_med_aa_digitalisere_samlingane_vaare_og_formidle_digitalt">En
-melding fra nasjonalbiblioteket i 2007</a> tyder på at tekster i det
-fri ikke trenger avtale med Kopinor.</p>
+        <p>Da fikk jeg nettopp svar fra
+<a href="http://www.dss.dep.no/">Departementenes servicesenter</a>
+(DSS) på
+<a href="http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">mitt
+spørsmål om avtale rundt bruk av H.264</a>.  De har ingen avtale med
+MPEG LA eller dets representanter.  Her er svaret.
 
-<p>Et annet problem er at bøkene kun legges ut som bildefiler, noe som
-vil gjøre at søketjenester ikke vil finne disse bøkene når en søker
-etter fragmenter i teksten.  En risikerer dermed at de blir liggende
-på en slik måte at folk som bruker Google ikke finner dem.</p>
+<p><blockquote>
 
-<p>Da skulle jeg heller sett at nasjonalbiblioteket gjorde alvor av
-sin aprilspøk, og la ut bøkene som faller i det fri
-fortløpende.</p>
+<p>Date: Fri, 29 Jun 2012 07:04:42 +0000
+<br>From: Nielsen Mette Haga &lt;Mette-Haga.Nielsen (at) dss.dep.no&gt;
+<br>To: Petter Reinholdtsen &lt;petter.reinholdtsen (at) ...&gt;
+<br>CC: Postmottak &lt;Postmottak (at) dss.dep.no&gt;
+<br>Subject: SV: Innsynsbegjæring om MPEG/H.264-relaterte avtaler</p>
+
+<p>DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
+representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
+levert av Smartcom:tv. Lisensforholdet rundt H.264 er ikke omtalt i
+vår avtale med Smartcom.</p>
+
+<p>Vennlig hilsen</p>
+
+<p>Mette Haga Nielsen
+<br>Fung. seksjonssjef</p>
+
+<p>Departementenes servicesenter</p>
+
+<p>Informasjonsforvaltning
+
+<p>Mobil 93 09 83 51
+<br>E-post mette-haga.nielsen (at) dss.dep.no</p>
+</blockquote></p>
 
+<p>Hvis den norske regjeringen representert ved DSS ikke har slik
+avtale, så kan en kanskje konkludere med at det ikke trengs?  Jeg er
+ikke trygg på at det er god juridisk grunn å stå på, men det er i det
+minste interessant å vite at hverken NRK eller DSS har funnet det
+nødvendig å ha avtale om bruk av H.264.</p>
+
+<p>Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
+til bruk av opphavsrettsbeskyttet materiale de bruker til
+videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
+privatpersoner i Norge.  Har de lov til å bryte vilkårene, eller har
+de brutt dem og så langt sluppet unna med det?  Jeg aner ikke.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -204,67 +469,218 @@ fortløpende.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html">Relative popularity of document formats (MS Office vs. ODF)</a>
+        <a href="http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H.264-video</a>
       </div>
       <div class="date">
-        12th August 2009
+        28th June 2012
       </div>
       <div class="body">
-        <p>Just for fun, I did a search right now on Google for a few file ODF
-and MS Office based formats (not to be mistaken for ISO or ECMA
-OOXML), to get an idea of their relative usage.  I searched using
-'filetype:odt' and equvalent terms, and got these results:</P>
+        <p>Etter at NRK
+<a href="http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html">nektet
+å spore opp eventuell avtale med MPEG-LA</a> eller andre om bruk av
+MPEG/H.264-video etter at jeg <a
+href="http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">ba
+om innsyn i slike avtaler</a>, tenkte jeg at i stedet for å forsøke å
+få NRK til å finne en slik avtale, så burde det være like enkelt å
+spørre MPEG-LA om de hadde avtale med NRK.  Spørsmålet ble sendt før
+jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
+"in Good Standing" befant seg.  MPEG-LA svarte meg i dag, og kan
+fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
+slått fast.  Ikke overraskende mener MPEG-LA at det trengs en avtale
+med MPEG-LA for å streame H.264, men deres rammer er jo
+rettstilstanden i USA og ikke Norge.  Jeg tar dermed den delen av
+svaret med en klype salt.  Jeg er dermed fortsatt ikke klok på om det
+trengs en avtale, og hvis det trengs en avtale her i Norge, heller
+ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
+gjør at de ikke trenger avtale direkte med MPEG-LA.  Jeg håper NRKs
+jurister har vurdert dette, og at det er mulig å få tilgang til
+vurderingen uansett om de trenger en avtale eller ikke.</p>
+
+<p>Her er epostutvekslingen med MPEG-LA så langt.  Håper ikke
+utvekslingen fører til NRK plutselig får en litt uventet pakke fra
+MPEG-LA.</p>
 
-<table>
-<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
-<tr><td>Tekst</td> <td>odt:282000</td> <td>docx:308000</td></tr>
-<tr><td>Presentasjon</td> <td>odp:75600</td> <td>pptx:183000</td></tr>
-<tr><td>Regneark</td> <td>ods:26500    </td> <td>xlsx:145000</td></tr>
-</table>
+<p><blockquote>
+<p>Date: Mon, 25 Jun 2012 15:29:37 +0200
+<br>From: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
+<br>To: licensing-web (at) mpegla.com
+<br>Subject: Do NRK have a license agreement with MPEG-LA?</p>
 
-<p>Next, I added a 'site:no' limit to get the numbers for Norway, and
-got these numbers:</p>
+<p>Hi.  I have a small question for you, that I hope it is OK that I
+ask.</p>
 
-<table>
-<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
-<tr><td>Tekst</td> <td>odt:2480        </td> <td>docx:4460</td></tr>
-<tr><td>Presentasjon</td> <td>odp:299  </td> <td>pptx:741</td></tr>
-<tr><td>Regneark</td> <td>ods:187      </td> <td>xlsx:372</td></tr>
-</table>
+<p>Is there any license agreements between MPEG-LA and NRK, &lt;URL:
+<a href="http://www.nrk.no/">http://www.nrk.no/</a> &gt;, the
+Norwegian national broadcasting cooperation?  I am not sure if they
+need one, and am just curious if such agreeement exist.</p>
 
-<p>I wonder how these numbers change over time.</p>
+<p>The postal address is</p>
 
-<p>I am aware of Google returning different results and numbers based
-on where the search is done, so I guess these numbers will differ if
-they are conduced in another country.  Because of this, I did the same
-search from a machine in California, USA, a few minutes after the
-search done from a machine here in Norway.</p>
+<p><blockquote>
+  NRK
+  <br>Postbox 8500, Majorstuen
+  <br>0340 Oslo
+  <br>Norway
+</blockquote></p>
 
+<p>if it make it easier for you to locate such agreement.</p>
 
-<table>
-<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
-<tr><td>Tekst</td> <td>odt:129000</td> <td>docx:308000</td></tr>
-<tr><td>Presentasjon</td> <td>odp:44200</td> <td>pptx:93900</td></tr>
-<tr><td>Regneark</td> <td>ods:26500    </td> <td>xlsx:82400</td></tr>
-</table>
+<p>Can you tell me how many entities in Norway have an agreement with
+MPEG-LA, and the name of these entities?</p>
 
-<p>And with 'site:no':
+<p>--
+<br>Happy hacking
+<br>Petter Reinholdtsen
+</blockquote></p>
 
-<table>
-<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
-<tr><td>Tekst</td> <td>odt:2480</td> <td>docx:3410</td></tr>
-<tr><td>Presentasjon</td> <td>odp:175</td> <td>pptx:604</td></tr>
-<tr><td>Regneark</td> <td>ods:186      </td> <td>xlsx:296</td></tr>
-</table>
+<p>I dag, to dager senere, fikk jeg følgende svar:</p>
 
-<p>Interesting difference, not sure what to conclude from these
-numbers.</p>
+<p><blockquote>
+<p>Date: Thu, 28 Jun 2012 14:11:17 +0000
+<br>From: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com>
+<br>To: Petter Reinholdtsen &lt;pere (at) hungry.com>
+<br>CC: MD Administration &lt;MDAdministration (at) mpegla.com>
+<br>Subject: RE: Do NRK have a license agreement with MPEG-LA?</p>
+
+<p>Dear Mr. Reinholdtsen,</p>
+
+<p>Thank you for your message and for your interest in MPEG LA. We
+appreciate hearing from you and I will be happy to assist you.</p>
+
+<p>To begin, I will assume that you are referring to AVC/H.264
+technology in your message below, as this technology is commonly used
+in the transmission of video content.  In that case, please allow me
+to briefly summarize the coverage provided by our AVC Patent Portfolio
+License.</p>
+
+<P>Our AVC License provides coverage for end products and video
+services that make use of AVC/H.264 technology.  Accordingly, the
+party offering such end products and video to End Users concludes the
+AVC License and is responsible for paying the applicable royalties
+associated with the end products/video they offer.</p>
+
+<p>While the Norwegian Broadcast Corporation (NRK) is not currently a
+Licensee to MPEG LA's AVC License (or any other Portfolio License
+offered by MPEG LA), if NRK offers AVC Video to End Users for
+remuneration (for example, Title-by-Title, Subscription, Free
+Television, or Internet Broadcast AVC Video), then NRK will need to
+conclude the AVC License and may be responsible for paying applicable
+royalties associated with the AVC Video it distributes.</p>
+
+<p>Today I will send you a FedEx package containing a copy of our AVC
+License for your review.  You should receive the License document
+within the next few days.</p>
+
+<p>Meanwhile, MPEG LA currently has several Norwegian Licensees that
+can be found under the "Licensees" header within the respective
+portion of our website.  For example, you may find our list of
+Licensees in Good Standing to our AVC License in the AVC portion of
+our website,
+<a href="http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx">http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx</a></p>
+
+<p>I hope the above information is helpful.  If you have additional
+questions or need further assistance with the AVC License, please feel
+free to contact me directly.  I look forward to hearing from you again
+soon.</p>
+
+<p>Best regards,</p>
+
+<p>Ryan</p>
+
+<p>Ryan M. Rodriguez
+<br>Licensing Associate
+<br>MPEG LA
+<br>5425 Wisconsin Avenue
+<br>Suite 801
+<br>Chevy Chase, MD 20815
+<br>U.S.A.
+<br>Phone:  +1 (301) 986-6660 x211
+<br>Fax:    +1 (301) 986-8575
+<br>Email: rrodriguez (at) mpegla.com</p>
+
+</blockquote></p>
+
+<p>Meldingen om utsendt FedEx-pakke var så merkelig at jeg
+øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
+da han jo ikke hadde fått noen postadresse som nådde meg.</p>
+
+<p><blockquote>
+
+<p>Date: Thu, 28 Jun 2012 16:36:15 +0200
+<br>From: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
+<br>To: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
+<br>Cc: MD Administration &lt;MDAdministration (at) mpegla.com&gt;
+<br>Subject: Re: Do NRK have a license agreement with MPEG-LA?</p>
+
+<p>[Ryan Rodriguez]
+<br>&gt; Dear Mr. Reinholdtsen,</p>
+
+<p>Thank you for your quick reply.</p>
+
+<p>&gt; Today I will send you a FedEx package containing a copy of our AVC
+<br>&gt; License for your review.  You should receive the License document
+<br>&gt; within the next few days.</p>
+
+<p>The part about sending a FedEx package confused me, though.  I did not
+<br>give you my address, nor am I associated with NRK in any way, so I hope
+<br>you did not try to send me a package using the address of NRK.  If you
+<br>would send me the Internet address of to the document, it would be more
+<br>useful to me to be able to download it as an electronic document.</p>
+
+<p>&gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
+<br>&gt; be found under the "Licensees" header within the respective portion
+<br>&gt; of our website.  For example, you may find our list of Licensees in
+<br>&gt; Good Standing to our AVC License in the AVC portion of our website,
+<br>&gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx</p>
+
+<p>How can I recognize the Norwegian licensees?</p>
+
+<p>--
+<br>Happy hacking
+<br>Petter Reinholdtsen</p>
+</blockquote></p>
+
+<p>Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
+MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
+siste epost.  Får håpe noen likevel følger opp "FedEx-pakken".  For å
+øke sjansen for at noen revurderer utsending av pakke uten mottaker,
+videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
+Har ikke hørt noe mer 3 timer senere, så jeg mistenker at ingen leste
+min epost tidsnok.</p>
+
+<p><blockquote>
+
+<p>Date: Thu, 28 Jun 2012 14:36:20 +0000
+<br>From: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
+<br>To: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
+<br>Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?</p>
+
+<p>Thank you for your message.</p>
+
+<p>I will be out of the office until Thursday, July 5 and will respond
+to all messages upon my return.  If this is a matter that requires
+immediate attention, please contact Sidney Wolf (swolf (at)
+mpegla.com)</p>
+
+<p>Best regards,</p>
+
+<p>Ryan</p>
+
+<p>Ryan M. Rodriguez
+<br>Licensing Associate
+<br>MPEG LA</p>
+
+</blockquote></p>
+
+<p>Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
+som er om en trenger avtale med MPEG-LA for å publisere eller
+kringkaste H.264-video i Norge.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -273,30 +689,144 @@ numbers.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html">Great book: "Content: Selected Essays on Technology, Creativity, Copyright, and the Future of the Future"</a>
+        <a href="http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html">NRK nekter å finne og utlevere eventuell avtale med MPEG-LA</a>
       </div>
       <div class="date">
-        19th April 2010
+        25th June 2012
       </div>
       <div class="body">
-        <p>The last few weeks i have had the pleasure of reading a
-thought-provoking collection of essays by Cory Doctorow, on topics
-touching copyright, virtual worlds, the future of man when the
-conscience mind can be duplicated into a computer and many more. The
-book titled "Content: Selected Essays on Technology, Creativity,
-Copyright, and the Future of the Future" is available with few
-restrictions on the web, for example from
-<a href="http://craphound.com/content/">his own site</a>. I read the
-epub-version from
-<a href="http://www.feedbooks.com/book/2883">feedbooks</a> using
-<a href="http://www.fbreader.org/">fbreader</a> and my N810. I
-strongly recommend this book.</p>
+        <p>Jeg fikk nettopp svar fra NRK på
+<a href="http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">min
+forespørsel om kopi av avtale</a> med MPEG-LA eller andre om bruk av
+MPEG og/eller H.264.  Svaret har fått saksreferanse 2011/371 (mon tro
+hva slags sak fra 2011 dette er?) hos NRK og lyder som følger:</p>
+
+<p><blockquote>
+
+<p><strong>Svar på innsynsbegjæring i MPEG / H.264-relaterte
+avtaler</strong></p>
+
+<p>Viser til innsynsbegjæring av 19. juni 2012. Kravet om innsyn
+gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
+bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
+H.264».</p>
+
+<p>I henhold til offentleglova § 28 annet ledd må innsynskravet gjelde
+en bestemt sak eller i rimelig utstrekning saker av en bestemt
+sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
+bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
+tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
+står følgende:</p>
+
+<p>«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
+for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
+at den enkelte saka blir identifisert.  Ein kan med andre ord i
+utgangspunktet ikkje krevje innsyn i til dømes alle saker om
+utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
+med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
+til dato, partar eller liknande.»</p>
+
+<p>Vedrørende denne begrensningen har Justisdepartementet uttalt
+følgende (Lovavdelingens uttalelser JDLOV-2010-3295):</p>
+
+<p><em>«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
+er fyrst og fremst at meir generelle innsynskrav, utan noka form for
+identifikasjon av kva ein eigentleg ynskjer, ville vere svært
+vanskelege å handsame for forvaltninga.»</em></p>
+
+<p>I samme sak uttaler Lovavdelingen følgende:</p>
+
+<p><em>«Det følgjer vidare av offentleglova § 28 andre ledd at det `i
+rimeleg utstrekning' kan krevjast innsyn i `saker av ein bestemt
+art'. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning' kan
+gjelde saker av ein bestemt art, er i hovudsak knytt til kor
+arbeidskrevjande det vil vere å finne fram til dei aktuelle
+dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
+nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
+mange dokument) at arbeidsmengda som ville gått med til å handsame
+det, er større enn det ein `i rimeleg utstrekning' kan krevje (sjølv
+om det nok skal mykje til).»</em></p>
+
+<p>NRK har ikke noen egen sammenstilling over avtaler innenfor
+bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
+vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
+avtaler som «ikke er begrenset av de generelle bruksvilkårene som
+gjelder for utstyr som bruker MPEG og/eller H.264». En slik
+gjennomgang av avtaler måtte gjøres manuelt av en person med
+spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
+ressurser for å finne frem relevante avtaler og for deretter å vurdere
+om de dekkes av det innsynsbegjæringen omfattes.</p>
+
+<p>På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
+innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
+vil være langt større enn det som i rimelig utstrekning kan kreves i
+henhold til offentleglova § 28 annet ledd.</p>
+
+<p>Avslag på deres innsynsbegjæring kan påklages til Kultur- og
+kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
+frem til mottakeren, i henhold til reglene i offentleglova § 32,
+jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
+kirkedepartementet, og sendes til NRK.</p>
+
+<p>NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
+slik at en eventuell søknad om innsyn kan tydeligere identifisere
+hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
+for inneværende og forrige måned ligger ute på
+NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
+på forespørsel til innsyn (at) nrk.no.</p>
+
+<p>Med hilsen
+<br>Dokumentarkivet i NRK
+<br>v/ Elin Brandsrud
+<br>Tel. direkte: 23 04 29 29
+<br>Post: RBM3, Postboks 8500 Majorstuen, 0340 Oslo
+<br>innsyn (at) nrk.no</p>
+
+</blockquote></p>
+
+<p>Svaret kom
+<a href="http://people.skolelinux.org/pere/blog/images/2012-06-25-video-mpegla-nrk.pdf">i
+PDF-form som vedlegg på epost</a>.  Jeg er litt usikker på hvordan jeg
+best går videre for å bli klok, men jeg har jo i hvert fall tre uker
+på å vurdere om jeg skal klage.  Enten må nok forespørselen
+reformuleres eller så må jeg vel klage.  Synes jo det er merkelig at
+NRK ikke har bedre kontroll med hvilke avtaler de har inngått.  Det
+burde jo være noen i ledelsen som vet om de har signert en avtale med
+MPEG-LA eller ikke...</p>
+
+<p>Oppdatering 2012-06-25 20:20: Et google-søk på "2011/371 nrk"
+sendte meg til postjournalen for
+<a href="http://nrk.no/contentfile/file/1.8212365!offentligjournal19062012.pdf">2012-06-19</a>
+og
+<a href="http://nrk.no/contentfile/file/1.8214156!offentligjournal20062012.pdf">2012-06-20</a>
+hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
+er "Graphic Systems Regions MA 2378/10E".  Videre søk etter "Graphic
+Systems Regions" viser at dette er saken til et anbud om
+"<a href="http://no.mercell.com/m/mts/Tender/27179412.aspx">a graphics
+system for 12 or 13 sites broadcasting regional news</a>" hos Mercell
+Sourcing Service, også omtalt på
+<a href="http://www.publictenders.net/tender/595705">Public
+Tenders</a> og
+<a href="http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521">Doffin</a>.
+Jeg er dog usikker på hvordan dette er relatert til min
+forespørsel.</p>
+
+<p>Oppdatering 2012-06-25 22:40: Ble tipset av Kieran Kunhya, fra
+miljøet rundt
+<a href="http://code.google.com/p/open-broadcast-encoder/">Open
+Broadcast Encoder</a>, at listen over de som har lisensavtale med
+MPEG-LA er
+<a href="http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx">tilgjengelig
+på web</a>.  Veldig fint å oppdage hvor den finnes, da jeg må ha lett
+etter feil ting da jeg forsøke å finne den.  Der står ikke NRK, men
+flere andre "Broadcasting Company"-oppføringer.  Lurer på om det betyr
+at NRK ikke trenger avtale, eller noe helt annet?</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -305,34 +835,117 @@ strongly recommend this book.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/OpenStreetmap_one_step_closer_to_having_routing_on_its_front_page.html">OpenStreetmap one step closer to having routing on its front page</a>
+        <a href="http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">Trenger en avtale med MPEG-LA for å publisere og kringkaste H.264-video?</a>
       </div>
       <div class="date">
-        18th July 2010
+        21st June 2012
       </div>
       <div class="body">
-        <p>Thanks to
-<a href="http://feedproxy.google.com/~r/Opengeodata/~3/wUTCzDZk3lc/project-of-the-week-which-way-home">todays
-opengeodata blog entry</a>, I just discovered that the
-OpenStreetmap.org site have gotten
-<a href="http://nroets.dev.openstreetmap.org/demo/index.html?layers=B000FTFTT">support
-for calculating routes</a>.  The support is still experimental and
-only available from the development server, until more experience is
-gathered on the user interface and any scalability issues.</p>
+        <p>Trengs det avtale med MPEG-LA for å ha lovlig rett til å
+distribuere og kringkaste video i MPEG4 eller med videokodingen H.264?
+<a href="http://webmink.com/essays/h-264/">H.264 og MPEG4 er jo ikke en
+fri og åpen standard</a> i henhold til
+<a href="http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html">definisjonen
+til Digistan</a>, så i enkelte land er det ingen tvil om at du må ha
+en slik avtale, men jeg må innrømme at jeg ikke vet om det også
+gjelder Norge.  Det ser uansett ut til å være en juridisk interessant
+problemstilling.  Men jeg tenkte her om dagen som så, at hvis det er
+nødvendig, så har store aktører som
+<a href="http://www.nrk.no/">NRK</a> og
+<a href="http://www.regjeringen.no/">regjeringen</a> skaffet seg en
+slik avtale.  Jeg har derfor sendt forespørsel til begge (for
+regjeringen sin del er det Departementenes Servicesenter som gjør
+jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
+og/eller H.264 med MPEG-LA eller andre aktører som opererer på vegne
+av MPEG-LA.  Her er kopi av eposten jeg har sendt til
+<a href="http://www.dss.dep.no/">Departementenes Servicesenter</a>.
+Forespørselen til NRK er veldig lik.</p>
 
-<p>Earlier, the routing I knew about using the OpenStreetmap.org data
-was provided by <a href="http://maps.cloudmade.com/">Cloudmade</a>,
-but having it on the main page is required to make everyone aware of
-the issue.  I've had people reject Openstreetmap.org as a viable
-alternative for them because the front page lacked routing support,
-and I hope their needs will be catered for when routing show up on the
-www.openstreetmap.org front page.</p>
+<p><blockquote>
+
+<p>Date: Tue, 19 Jun 2012 15:18:33 +0200
+<br>From: Petter Reinholdtsen
+<br>To: postmottak@dss.dep.no
+<br>Subject: Innsynsbegjæring om MPEG/H.264-relaterte avtaler
+<p>Hei.  Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
+til avtaler rundt bruk av videoformatene MPEG og H.264.  Jeg er
+spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
+eller noen som representerer MPEG-LA i Norge.</p>
+
+<p>MPEG og H.264 er videoformater som brukes både til kringkasting
+(f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
+via Adobe Flash.  MPEG-LA, &lt;URL:
+<a href="http://www.mpeg-la.com/">http://www.mpeg-la.com/</a> &gt;, er
+en organisasjon som har fått oppgaven, av de kjente rettighetshavere
+av immaterielle rettigheter knyttet til MPEG og H.264, å selge
+bruksrett for MPEG og H.264.</p>
+
+<p>Via regjeringen.no kringkastes med MPEG og H.264-baserte
+videoformater, og dette ser ut til å være organisert av DSS.  Jeg
+antar dermed at DSS har avtale med en eller annen aktør om dette.</p>
+
+<p>F.eks. har Adobe Premiere Pro har følgende klausul i følge &lt;URL:
+<a href="http://news.cnet.com/8301-30685_3-20000101-264.html">http://news.cnet.com/8301-30685_3-20000101-264.html</a>
+&gt;:</p>
+
+<p><blockquote>
+
+  <p>6.17. AVC DISTRIBUTION. The following notice applies to software
+  containing AVC import and export functionality: THIS PRODUCT IS
+  LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
+  NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
+  WITH THE AVC STANDARD ("AVC VIDEO") AND/OR (b) DECODE AVC VIDEO THAT
+  WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
+  ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
+  LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
+  IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
+  FROM MPEG LA L.L.C. SEE
+  <a href="http://www.mpegla.com">http://www.mpegla.com</a>.</p>
+
+</blockquote></p>
+
+<p>Her er det kun "non-commercial" og "personal and non-commercial"
+aktivitet som er tillatt uten ekstra avtale med MPEG-LA.</p>
+
+<p>Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
+følgende klausul i følge &lt;URL:
+<a href="http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf">http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf</a>
+&gt;:</p>
+
+<p><blockquote>
+
+  <p>15. Merknad om H.264/AVC. Hvis Apple-programvaren inneholder
+  funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
+  kommersiell bruk ekstra lisensiering og følgende gjelder:
+  AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
+  FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
+  KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN ("AVC-VIDEO")
+  OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
+  PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
+  FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
+  AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
+  FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.</p>
+</blockquote></p>
+  
+<p>Tilsvarende gjelder for andre programvarepakker, kamera, etc som
+bruker MPEG og H.264, at en må ha en avtale med MPEG-LA for å ha lov
+til å bruke programmet/utstyret hvis en skal lage noe annet enn
+private filmer og i ikke-kommersiell virksomhet.</p>
+
+<p>Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
+ikke er begrenset av de generelle bruksvilkårene som gjelder for
+utstyr som bruker MPEG og/eller H.264.</p>
+</blockquote></p>
+
+<p>Nå venter jeg spent på svaret.  Jeg planlegger å blogge om svaret
+her.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -341,58 +954,107 @@ www.openstreetmap.org front page.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html">Some notes on Flash in Debian and Debian Edu</a>
+        <a href="http://people.skolelinux.org/pere/blog/Veileder_fra_DIFI_om_publisering_av_offentlige_data.html">Veileder fra DIFI om publisering av offentlige data</a>
       </div>
       <div class="date">
-         4th September 2010
+         1st June 2012
       </div>
       <div class="body">
-        <p>In the <a href="http://popcon.debian.org/unknown/by_vote">Debian
-popularity-contest numbers</a>, the adobe-flashplugin package the
-second most popular used package that is missing in Debian.  The sixth
-most popular is flashplayer-mozilla.  This is a clear indication that
-working flash is important for Debian users.  Around 10 percent of the
-users submitting data to popcon.debian.org have this package
-installed.</p>
+        <p>På onsdag rakk jeg såvidt innom
+<a href="http://www.meetup.com/osloopendata/">Oslo Open Data Forums</a>
+møte, og fikk lagt hendene mine på DIFIs helt nye veileder
+"<a href="http://veileder.data.norge.no/">Åpne data.  Del og skap
+verdier.  Veileder i tilgjengeliggjøring av offentlig data</a>" (også
+<a href="http://www.difi.no/filearchive/veileder-i-tilgjengeliggjoring-av-offentlig-data-web.pdf">tilgjengelig
+som PDF</a> fra DIFI).</p>
+
+<p>Veilederen er veldig bra, og nevner viktige problemstillinger og
+skisserer f.eks. både verdiskapningspotensialet og formatmulighetene
+som en bør ha i bakhodet når en publiserer offentlig informasjon på
+maskinlesbart format.  Kildekoden til veilederen er
+<a href="https://github.com/difi/veileder-opnedata">tilgjengelig via
+github</a>, og en kan rapportere tilbakemeldinger og forslag til
+forbedringer der (eller via epost og twitter for de som ønsker
+det).</p>
+
+<p>Det eneste jeg virkelig savnet i veilederen var omtale av
+<a href="http://www.w3.org/DesignIssues/LinkedData.html">w3cs
+stjerneklassifisering</a> av åpne datakilder, som jeg tror ville være
+nyttige mentale knagger for de som vurderer å publisere sin
+informasjon på som åpne data.  Jeg har
+<a href="https://github.com/difi/veileder-opnedata/issues/1">rapportert
+en github-bug</a> om dette, så får vi se hvordan den blir behandlet.</p>
+
+<p>Det slo meg at det var veldig lite konkret i veilederen om valg av
+bruksvilkår ved publisering (aka lisens), men jeg er ikke sikker på om
+det hører hjemme der, da det er et vanskelig tema som kanskje heller
+hører hjemme i sin egen veileder.  Uansett, anbefaler alle å ta en
+titt på veilederen og sikre at alle offentlige etater en har kontakt
+med får en kopi.</p>
 
-<p>In the report written by Lars Risan in August 2008
-(«<a href="http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&do=view&target=Skolelinux_i_bruk_rapport_1.0.pdf">Skolelinux
-i bruk – Rapport for Hurum kommune, Universitetet i Agder og
-stiftelsen SLX Debian Labs</a>»), one of the most important problems
-schools experienced with <a href="http://www.skolelinux.org/">Debian
-Edu/Skolelinux</a> was the lack of working Flash.  A lot of educational
-web sites require Flash to work, and lacking working Flash support in
-the web browser and the problems with installing it was perceived as a
-good reason to stay with Windows.</p>
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html">HTC One X - Your video?  What do you mean?</a>
+      </div>
+      <div class="date">
+        26th April 2012
+      </div>
+      <div class="body">
+        <p>In <a href="http://www.idg.no/computerworld/article243690.ece">an
+article today</a> published by Computerworld Norway, the photographer
+<a href="http://www.urke.com/eirik/">Eirik Helland Urke</a> reports
+that the video editor application included with
+<a href="http://www.htc.com/www/smartphones/htc-one-x/#specs">HTC One
+X</a> have some quite surprising terms of use.  The article is mostly
+based on the twitter message from mister Urke, stating:
 
-<p>I once saw a funny and sad comment in a web forum, where Linux was
-said to be the retarded cousin that did not really understand
-everything you told him but could work fairly well.  This was a
-comment regarding the problems Linux have with proprietary formats and
-non-standard web pages, and is sad because it exposes a fairly common
-understanding of whose fault it is if web pages that only work in for
-example Internet Explorer 6 fail to work on Firefox, and funny because
-it explain very well how annoying it is for users when Linux
-distributions do not work with the documents they receive or the web
-pages they want to visit.</p>
+<p><blockquote>
+"<a href="http://twitter.com/urke/status/194062269724897280">Drøy
+brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
+kan jeg KUN bruke dem privat.</a>"
+</blockquote></p>
 
-<p>This is part of the reason why I believe it is important for Debian
-and Debian Edu to have a well working Flash implementation in the
-distribution, to get at least popular sites as Youtube and Google
-Video to working out of the box.  For Squeeze, Debian have the chance
-to include the latest version of Gnash that will make this happen, as
-the new release 0.8.8 was published a few weeks ago and is resting in
-unstable.  The new version work with more sites that version 0.8.7.
-The Gnash maintainers have asked for a freeze exception, but the
-release team have not had time to reply to it yet.  I hope they agree
-with me that Flash is important for the Debian desktop users, and thus
-accept the new package into Squeeze.</p>
+<p>I quickly translated it to this English message:</p>
+
+<p><blockquote>
+"Arrogant user agreement: HTC can use MY edited videos
+commercially.  Although I can ONLY use them privately."
+</blockquote></p>
+
+<p>I've been unable to find the text of the license term myself, but
+suspect it is a variation of the MPEG-LA terms I
+<a href="http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">discovered
+with my Canon IXUS 130</a>.  The HTC One X specification specifies that
+the recording format of the phone is .amr for audio and .mp3 for
+video.  AMR is
+<a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues">Adaptive
+Multi-Rate audio codec</a> with patents which according to the
+Wikipedia article require an license agreement with
+<a href="http://www.voiceage.com/">VoiceAge</a>.  MP4 is
+<a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Patent_licensing">MPEG4 with
+H.264</a>, which according to Wikipedia require a licence agreement
+with <a href="http://www.mpegla.com/">MPEG-LA</a>.</p>
+
+<p>I know why I prefer
+<a href="http://www.digistan.org/open-standard:definition">free and open
+standards</a> also for video.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -401,58 +1063,81 @@ accept the new package into Squeeze.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">Terms of use for video produced by a Canon IXUS 130 digital camera</a>
+        <a href="http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html">Changing the default Iceweasel start page in Debian Edu/Squeeze</a>
       </div>
       <div class="date">
-         9th September 2010
+        10th January 2012
       </div>
       <div class="body">
-        <p>A few days ago I had the mixed pleasure of bying a new digital
-camera, a Canon IXUS 130.  It was instructive and very disturbing to
-be able to verify that also this camera producer have the nerve to
-specify how I can or can not use the videos produced with the camera.
-Even thought I was aware of the issue, the options with new cameras
-are limited and I ended up bying the camera anyway.  What is the
-problem, you might ask?  It is software patents, MPEG-4, H.264 and the
-MPEG-LA that is the problem, and our right to record our experiences
-without asking for permissions that is at risk.
+        <p>In the Squeeze version of
+<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> soon
+to be released, users of the system will get their default browser
+start page set from LDAP, allowing the system administrator to point
+all users to the school web page by updating one setting in LDAP.  In
+addition to setting the default start page when a machine boots, users
+are shown the same page as a welcome page when they log in for the
+first time.</p>
 
-<p>On page 27 of the Danish instruction manual, this section is
-written:</p>
+<p>The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
+labeledURI with "http://www/ LDAP for Debian Edu/Skolelinux" as the
+default content.  By changing this value to another URL, all users get
+to see the page behind this new URL.</p>
 
-<blockquote>
-<p>This product is licensed under AT&T patents for the MPEG-4 standard
-and may be used for encoding MPEG-4 compliant video and/or decoding
-MPEG-4 compliant video that was encoded only (1) for a personal and
-non-commercial purpose or (2) by a video provider licensed under the
-AT&T patents to provide MPEG-4 compliant video.</p>
+<p>An easy way to update it is by using the ldapvi tool.  It can be
+called as "<tt>ldapvi -ZD '(cn=admin)'</tt>' to update LDAP with the
+new setting.</p>
 
-<p>No license is granted or implied for any other use for MPEG-4
-standard.</p>
-</blockquote>
+<p>We have written the code to adjust the default start page and show
+the welcome page, and I wonder if there is an easier way to do this
+from within Iceweasel instead.</p>
 
-<p>In short, the camera producer have chosen to use technology
-(MPEG-4/H.264) that is only provided if I used it for personal and
-non-commercial purposes, or ask for permission from the organisations
-holding the knowledge monopoly (patent) for technology used.</p>
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html">Hvordan enkelt laste ned filmer fra NRK</a>
+      </div>
+      <div class="date">
+         5th November 2011
+      </div>
+      <div class="body">
+        <p>Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
+å se det senere når jeg ikke er på nett, eller for å ha det
+tilgjengelig når jeg en gang i fremtiden ønsker å referere til
+innslaget selv om NRK har fjernet det fra sine nettsider.  I dag fant
+jeg et lite script som fikser jobben.</p>
 
-<p>This issue has been brewing for a while, and I recommend you to
-read
-"<a href="http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA">Why
-Our Civilization's Video Art and Culture is Threatened by the
-MPEG-LA</a>" by Eugenia Loli-Queru and
-"<a href="http://webmink.com/2010/09/03/h-264-and-foss/">H.264 Is Not
-The Sort Of Free That Matters</a>" by Simon Phipps to learn more about
-the issue.  The solution is to support the
-<a href="http://www.digistan.org/open-standard:definition">free and
-open standards</a> for video, like <a href="http://www.theora.org/">Ogg
-Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
+<p>Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
+<a href="http://jhthorsen.github.com/snippets/nrk-downloader/">github</a>,
+og gjør det veldig enkelt å laste ned.  Kjør <tt>nrk-downloader.sh
+http://www1.nrk.no/nett-tv/klipp/582810</tt> for å hente ned et enkelt
+innslag eller <tt>nrk-downloader.sh
+http://www1.nrk.no/nett-tv/kategori/3521</tt> for å laste ned alle
+episodene i en serie.</p>
+
+<p>Det er ikke rakettforskning å laste ned NRK-"strømmer", og
+tidligere gjorde jeg dette manuelt med mplayer.  Scriptet til
+Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
+at det er en revolusjonerende løsning.  Jeg mener jo fortsatt at
+påstanden fra NRKs ansatte om at det er
+<a href="http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html">vesensforskjellig
+å legge tilgjengelig for nedlasting og for streaming</a> er
+meningsløs.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -461,86 +1146,80 @@ Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html">Standardkrav inn i anbudstekster?</a>
+        <a href="http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html">What is missing in the Debian desktop, or why my parents use Kubuntu</a>
       </div>
       <div class="date">
-        17th October 2010
+        29th July 2011
       </div>
       <div class="body">
-        <p>Hvis det å følge standarder skal ha noen effekt overfor
-leverandører, så må slike krav og ønsker komme inn i anbudstekster når
-systemer kjøpes inn.  Har ikke sett noen slike formuleringer i anbud
-så langt, men har tenkt litt på hva som bør inn.  Her er noen ideer og
-forslag.  Min drøm er at en kan sette krav til slik støtte i
-anbudstekster, men så langt er det nok mer sannsynlig at en må nøye
-seg med å skrive at det er en fordel om slik støtte er tilstede i
-leveranser.</p>
+        <p>While at Debconf11, I have several times during discussions
+mentioned the issues I believe should be improved in Debian for its
+desktop to be useful for more people.  The use case for this is my
+parents, which are currently running Kubuntu which solve the
+issues.</p>
 
-<p>Som systemadministrator på Universitetet er det typisk to områder
-som er problematiske for meg.  Det ene er admin-grensesnittene på
-tjenermaskiner, som vi ønsker å bruke via ssh.  Det andre er nettsider
-som vi ønsker å bruke via en nettleser.  For begge deler er det viktig
-at protokollene og formatene som brukes følger standarder våre verktøy
-støtter.</p>
+<p>I suspect these four missing features are not very hard to
+implement.  After all, they are present in Ubuntu, so if we wanted to
+do this in Debian we would have a source.</p>
 
-<p>De fleste har nå støtte for SSH som overføringsprotkoll for
-admin-grensesnittet, men det er ikke tilstrekkelig for å kunne stille
-inn f.eks BIOS og RAID-kontroller via ssh-forbindelsen.  Det er flere
-aktuelle protokoller for fremvisning av BIOS-oppsett og
-oppstartmeldinger, og min anbefaling ville være å kreve
-VT100-kompatibel protokoll, for å sikre at flest mulig
-terminalemulatorer kan forstå hva som kommer fra admin-grensesnittet
-via ssh.  Andre aktuelle alternativer er ANSI-terminalemulering og
-VT220.  Kanskje en formulering ala dette i anbudsutlysninger vil
-fungere:</p>
+<ol>
 
-<p><blockquote>
-BIOS og oppstartmeldinger i administrasjonsgrensesnittet til maskinen
-bør/skal være tilgjengelig via SSH-protokollen som definert av IETF
-(RFC 4251 mfl.) og følge terminalfremvisningprotokollen VT100 (ref?)
-når en kobler seg til oppstart via ssh.
-</blockquote></p>
+<li><strong>Simple GUI based upgrade of packages.</strong> When there
+are new packages available for upgrades, a icon in the KDE status bar
+indicate this, and clicking on it will activate the simple upgrade
+tool to handle it.  I have no problem guiding both of my parents
+through the process over the phone.  If a kernel reboot is required,
+this too is indicated by the status bars and the upgrade tool.  Last
+time I checked, nothing with the same features was working in KDE in
+Debian.</li>
 
-<p>Har ikke lykkes med å finne en god referanse for
-VT100-spesifikasjonen.</p>
+<li><strong>Simple handling of missing Firefox browser
+plugins.</strong> When the browser encounter a MIME type it do not
+currently have a handler for, it will ask the user if the system
+should search for a package that would add support for this MIME type,
+and if the user say yes, the APT sources will be searched for packages
+advertising the MIME type in their control file (visible in the
+Packages file in the APT archive).  If one or more packages are found,
+it is a simple click of the mouse to add support for the missing mime
+type.  If the package require the user to accept some non-free
+license, this is explained to the user.  The entire process make it
+more clear to the user why something do not work in the browser, and
+make the chances higher for the user to blame the web page authors and
+not the browser for any missing features.</li>
 
-<p>Når det gjelder nettsider, så er det det HTML, CSS og
-JavaScript-spesifikasjonen til W3C som gjelder.</p>
+<li><strong>Simple handling of missing multimedia codec/format
+handlers.</strong> When the media players encounter a format or codec
+it is not supporting, a dialog pop up asking the user if the system
+should search for a package that would add support for it.  This
+happen with things like MP3, Windows Media or H.264.  The selection
+and installation procedure is very similar to the Firefox browser
+plugin handling.  This is as far as I know implemented using a
+gstreamer hook.  The end result is that the user easily get access to
+the codecs that are present from the APT archives available, while
+explaining more on why a given format is unsupported by Ubuntu.</li>
 
-<p><blockquote>
-Alle systemets nettsider bør/skal være i henhold til statens
-standardkatalogs krav om nettsider og følge HTML-standarden som
-definert av W3C, og validere uten feil hos W3Cs HTML-validator
-(http://validator.w3.org).  Hvis det brukes CSS så bør/skal denne
-validere uten feil hos W3Cs CSS-validator
-(http://jigsaw.w3.org/css-validator/).  Eventuelle JavaScript skal
-være i henhold til EcmaScript-standarden.  I tillegg til å følge de
-overnevnte standardene skal websidene fungere i nettleserne (fyll inn
-relevant liste for organisasjonen) Firefox 3.5, Internet Explorer 8,
-Opera 9, etc.
-</blockquote></p>
+<li><strong>Better browser handling of some MIME types.</strong> When
+displaying a text/plain file in my Debian browser, it will propose to
+start emacs to show it.  If I remember correctly, when doing the same
+in Kunbutu it show the file as a text file in the browser.  At least I
+know Opera will show text files within the browser.  I much prefer the
+latter behaviour.</li>
 
-<p>Vil et slikt avsnitt være konkret nok til å få leverandørene til å
-lage nettsider som følger standardene og fungerer i flere
-nettlesere?</p>
+</ol> 
 
-<p>Tar svært gjerne imot innspill på dette temaet til aktive (at)
-nuug.no, og er spesielt interessert i hva andre skriver i sine anbud
-for å oppmuntre leverandører til å følge standardene.  Kanskje NUUG
-burde lage et dokument med forslag til standardformuleringer å ta med
-i anbudsutlysninger?</p>
+<p>There are other nice features as well, like the simplified suite
+upgrader, but given that I am the one mostly doing the dist-upgrade,
+it do not matter much.</p>
 
-<p>Oppdatering 2010-12-03: I følge Wikipedias oppføring om
-<a href="http://en.wikipedia.org/wiki/ANSI_escape_code">ANSI escape
-code</a>, så bruker VT100-terminaler ECMA-48-spesifikasjonen som
-basis for sin oppførsel.  Det kan dermed være et alternativ når en
-skal spesifisere hvordan seriell-konsoll skal fungere.</p>
+<p>I really hope we could get these features in place for the next
+Debian release.  It would require the coordinated effort of several
+maintainers, but would make the end user experience a lot better.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -549,60 +1228,125 @@ skal spesifisere hvordan seriell-konsoll skal fungere.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html">Pledge for funding to the Gnash project to get AVM2 support</a>
+        <a href="http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html">Gnash enteres Google Summer of Code 2011</a>
       </div>
       <div class="date">
-        19th October 2010
+         6th April 2011
       </div>
       <div class="body">
-        <p><a href="http://www.getgnash.org/">The Gnash project</a> is the
-most promising solution for a Free Software Flash implementation. It
-has done great so far, but there is still far to go, and recently its
-funding has dried up.  I believe AVM2 support in Gnash is vital to the
-continued progress of the project, as more and more sites show up with
-AVM2 flash files.</p>
+        <p><a href="http://www.getgnash.org/">The Gnash project</a> is still
+the most promising solution for a Free Software Flash implementation.
+A few days ago the project
+<a href="http://lists.gnu.org/archive/html/gnash-dev/2011-04/msg00011.html">announced</a>
+that it will participate in Google Summer of Code.  I hope many
+students apply, and that some of them succeed in getting AVM2 support
+into Gnash.</p>
 
-<p>To try to get funding for developing such support, I have started
-<a href="http://www.pledgebank.com/gnash-avm2">a pledge</a> with the
-following text:</P>
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html">Why isn't Debian Edu using VLC?</a>
+      </div>
+      <div class="date">
+        27th November 2010
+      </div>
+      <div class="body">
+        <p>In the latest issue of Linux Journal, the readers choices were
+presented, and the winner among the multimedia player were VLC.
+Personally, I like VLC, and it is my player of choice when I first try
+to play a video file or stream.  Only if VLC fail will I drag out
+gmplayer to see if it can do better.  The reason is mostly the failure
+model and trust.  When VLC fail, it normally pop up a error message
+reporting the problem.  When mplayer fail, it normally segfault or
+just hangs.  The latter failure mode drain my trust in the program.<p>
 
-<p><blockquote>
+<p>But even if VLC is my player of choice, we have choosen to use
+mplayer in <a href="http://www.skolelinux.org/">Debian
+Edu/Skolelinux</a>.  The reason is simple.  We need a good browser
+plugin to play web videos seamlessly, and the VLC browser plugin is
+not very good.  For example, it lack in-line control buttons, so there
+is no way for the user to pause the video.  Also, when I
+<a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">last
+tested the browser plugins</a> available in Debian, the VLC plugin
+failed on several video pages where mplayer based plugins worked.  If
+the browser plugin for VLC was as good as the gecko-mediaplayer
+package (which uses mplayer), we would switch.</P>
 
-  <p>"I will pay 100$ to the Gnash project to develop AVM2 support but
-  only if 10 other people will do the same."</p>
+<p>While VLC is a good player, its user interface is slightly
+annoying.  The most annoying feature is its inconsistent use of
+keyboard shortcuts.  When the player is in full screen mode, its
+shortcuts are different from when it is playing the video in a window.
+For example, space only work as pause when in full screen mode.  I
+wish it had consisten shortcuts and that space also would work when in
+window mode.  Another nice shortcut in gmplayer is [enter] to restart
+the current video.  It is very nice when playing short videos from the
+web and want to restart it when new people arrive to have a look at
+what is going on.</p>
 
-  <p>- Petter Reinholdtsen, free software developer</p>
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Norgeskartet_p__mange_vis___via_OpenStreetmap_org.html">Norgeskartet på mange vis - via OpenStreetmap.org</a>
+      </div>
+      <div class="date">
+         1st November 2010
+      </div>
+      <div class="body">
+        <p>Har oppdaget at mange ikke er klar over at OpenStreetmap.org er
+tilgjengelig i en rekke forskjellige formater.  Her er en liste med
+eksporter jeg kjenner til for Norge, for de som trenger et
+fribrukskart til sine tjenester:</p>
 
-  <p>Deadline to sign up by: 24th December 2010</p>
+<p><ul>
 
-  <p>The Gnash project need to get support for the new Flash file
-  format AVM2 to work with a lot of sites using Flash on the
-  web. Gnash already work with a lot of Flash sites using the old AVM1
-  format, but more and more sites are using the AVM2 format these
-  days. The project web page is available from
-  http://www.getgnash.org/ . Gnash is a free software implementation
-  of Adobe Flash, allowing those of us that do not accept the terms of
-  the Adobe Flash license to get access to Flash sites.</p>
+<li>Cloudmade tilbyr OSM XML, Garmin Map Files, Osmosis country
+bounding polygon, Shapefile, Navit maps, GPX POI, TomTom POI og OSM
+XML feature extracts via
+<a href="http://downloads.cloudmade.com/europe/norway">sine
+nedlastingssider</a>.</li>
 
-  <p>The project need funding to get developers to put aside enough
-  time to develop the AVM2 support, and this pledge is my way to try
-  to get this to happen.</p>
+<li>Geofabric tilbyr
+<a href="http://download.geofabrik.de/osm/europe/norway.osm.bz2">OSM
+XML</a>,
+<a href="http://download.geofabrik.de/osm/europe/norway.osm.pbf">OSM
+protobuf binærformat</a> og
+<a href="http://download.geofabrik.de/osm/europe/norway.shp.zip">ESRI
+Shapefile (EPSG:4326)</a> fra sine nedlastingssider.</li>
 
-  <p>The project accept donations via the OpenMediaNow foundation,
-  <a href="http://www.openmedianow.org/?q=node/32">http://www.openmedianow.org/?q=node/32</a> .</p>
+<li>Frikart.no tilbyr
+<a href="http://www.frikart.no/garmin/">Garmin-kart</a> i uike
+varianter for veibruk og turbruk sommer og vinter.</li>
 
-</blockquote></p>
+</ul></p>
 
-<p>I hope you will support this effort too.  I hope more than 10
-people will participate to make this happen.  The more money the
-project gets, the more features it can develop using these funds.
-:)</p>
+<p>Kartene oppdateres regelmessig, som oftest hver uke.  Det skulle
+dermed være noe for enhver smak.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -748,22 +1492,232 @@ gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
 for videre diskusjon hadde dere i mine øyne kommet fra det med
 ryggraden på plass.</p>
 
-<p>PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.</p>
+<p>PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.</p>
+
+<p>Som en liten avslutning, her er noen litt morsomme innslag om temaet.
+&lt;URL: <a href="http://www.archive.org/details/CopyingIsNotTheft">http://www.archive.org/details/CopyingIsNotTheft</a> > og
+&lt;URL: <a href="http://patentabsurdity.com/">http://patentabsurdity.com/</a> > hadde vært noe å kringkaste på
+NRK1. :)</p>
+
+<p>Vennlig hilsen,
+<br>--
+<br>Petter Reinholdtsen</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html">Pledge for funding to the Gnash project to get AVM2 support</a>
+      </div>
+      <div class="date">
+        19th October 2010
+      </div>
+      <div class="body">
+        <p><a href="http://www.getgnash.org/">The Gnash project</a> is the
+most promising solution for a Free Software Flash implementation. It
+has done great so far, but there is still far to go, and recently its
+funding has dried up.  I believe AVM2 support in Gnash is vital to the
+continued progress of the project, as more and more sites show up with
+AVM2 flash files.</p>
+
+<p>To try to get funding for developing such support, I have started
+<a href="http://www.pledgebank.com/gnash-avm2">a pledge</a> with the
+following text:</P>
+
+<p><blockquote>
+
+  <p>"I will pay 100$ to the Gnash project to develop AVM2 support but
+  only if 10 other people will do the same."</p>
+
+  <p>- Petter Reinholdtsen, free software developer</p>
+
+  <p>Deadline to sign up by: 24th December 2010</p>
+
+  <p>The Gnash project need to get support for the new Flash file
+  format AVM2 to work with a lot of sites using Flash on the
+  web. Gnash already work with a lot of Flash sites using the old AVM1
+  format, but more and more sites are using the AVM2 format these
+  days. The project web page is available from
+  http://www.getgnash.org/ . Gnash is a free software implementation
+  of Adobe Flash, allowing those of us that do not accept the terms of
+  the Adobe Flash license to get access to Flash sites.</p>
+
+  <p>The project need funding to get developers to put aside enough
+  time to develop the AVM2 support, and this pledge is my way to try
+  to get this to happen.</p>
+
+  <p>The project accept donations via the OpenMediaNow foundation,
+  <a href="http://www.openmedianow.org/?q=node/32">http://www.openmedianow.org/?q=node/32</a> .</p>
+
+</blockquote></p>
+
+<p>I hope you will support this effort too.  I hope more than 10
+people will participate to make this happen.  The more money the
+project gets, the more features it can develop using these funds.
+:)</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html">Standardkrav inn i anbudstekster?</a>
+      </div>
+      <div class="date">
+        17th October 2010
+      </div>
+      <div class="body">
+        <p>Hvis det å følge standarder skal ha noen effekt overfor
+leverandører, så må slike krav og ønsker komme inn i anbudstekster når
+systemer kjøpes inn.  Har ikke sett noen slike formuleringer i anbud
+så langt, men har tenkt litt på hva som bør inn.  Her er noen ideer og
+forslag.  Min drøm er at en kan sette krav til slik støtte i
+anbudstekster, men så langt er det nok mer sannsynlig at en må nøye
+seg med å skrive at det er en fordel om slik støtte er tilstede i
+leveranser.</p>
+
+<p>Som systemadministrator på Universitetet er det typisk to områder
+som er problematiske for meg.  Det ene er admin-grensesnittene på
+tjenermaskiner, som vi ønsker å bruke via ssh.  Det andre er nettsider
+som vi ønsker å bruke via en nettleser.  For begge deler er det viktig
+at protokollene og formatene som brukes følger standarder våre verktøy
+støtter.</p>
+
+<p>De fleste har nå støtte for SSH som overføringsprotkoll for
+admin-grensesnittet, men det er ikke tilstrekkelig for å kunne stille
+inn f.eks BIOS og RAID-kontroller via ssh-forbindelsen.  Det er flere
+aktuelle protokoller for fremvisning av BIOS-oppsett og
+oppstartmeldinger, og min anbefaling ville være å kreve
+VT100-kompatibel protokoll, for å sikre at flest mulig
+terminalemulatorer kan forstå hva som kommer fra admin-grensesnittet
+via ssh.  Andre aktuelle alternativer er ANSI-terminalemulering og
+VT220.  Kanskje en formulering ala dette i anbudsutlysninger vil
+fungere:</p>
+
+<p><blockquote>
+BIOS og oppstartmeldinger i administrasjonsgrensesnittet til maskinen
+bør/skal være tilgjengelig via SSH-protokollen som definert av IETF
+(RFC 4251 mfl.) og følge terminalfremvisningprotokollen VT100 (ref?)
+når en kobler seg til oppstart via ssh.
+</blockquote></p>
+
+<p>Har ikke lykkes med å finne en god referanse for
+VT100-spesifikasjonen.</p>
+
+<p>Når det gjelder nettsider, så er det det HTML, CSS og
+JavaScript-spesifikasjonen til W3C som gjelder.</p>
+
+<p><blockquote>
+Alle systemets nettsider bør/skal være i henhold til statens
+standardkatalogs krav om nettsider og følge HTML-standarden som
+definert av W3C, og validere uten feil hos W3Cs HTML-validator
+(http://validator.w3.org).  Hvis det brukes CSS så bør/skal denne
+validere uten feil hos W3Cs CSS-validator
+(http://jigsaw.w3.org/css-validator/).  Eventuelle JavaScript skal
+være i henhold til EcmaScript-standarden.  I tillegg til å følge de
+overnevnte standardene skal websidene fungere i nettleserne (fyll inn
+relevant liste for organisasjonen) Firefox 3.5, Internet Explorer 8,
+Opera 9, etc.
+</blockquote></p>
+
+<p>Vil et slikt avsnitt være konkret nok til å få leverandørene til å
+lage nettsider som følger standardene og fungerer i flere
+nettlesere?</p>
+
+<p>Tar svært gjerne imot innspill på dette temaet til aktive (at)
+nuug.no, og er spesielt interessert i hva andre skriver i sine anbud
+for å oppmuntre leverandører til å følge standardene.  Kanskje NUUG
+burde lage et dokument med forslag til standardformuleringer å ta med
+i anbudsutlysninger?</p>
+
+<p>Oppdatering 2010-12-03: I følge Wikipedias oppføring om
+<a href="http://en.wikipedia.org/wiki/ANSI_escape_code">ANSI escape
+code</a>, så bruker VT100-terminaler ECMA-48-spesifikasjonen som
+basis for sin oppførsel.  Det kan dermed være et alternativ når en
+skal spesifisere hvordan seriell-konsoll skal fungere.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">Terms of use for video produced by a Canon IXUS 130 digital camera</a>
+      </div>
+      <div class="date">
+         9th September 2010
+      </div>
+      <div class="body">
+        <p>A few days ago I had the mixed pleasure of bying a new digital
+camera, a Canon IXUS 130.  It was instructive and very disturbing to
+be able to verify that also this camera producer have the nerve to
+specify how I can or can not use the videos produced with the camera.
+Even thought I was aware of the issue, the options with new cameras
+are limited and I ended up bying the camera anyway.  What is the
+problem, you might ask?  It is software patents, MPEG-4, H.264 and the
+MPEG-LA that is the problem, and our right to record our experiences
+without asking for permissions that is at risk.
+
+<p>On page 27 of the Danish instruction manual, this section is
+written:</p>
+
+<blockquote>
+<p>This product is licensed under AT&T patents for the MPEG-4 standard
+and may be used for encoding MPEG-4 compliant video and/or decoding
+MPEG-4 compliant video that was encoded only (1) for a personal and
+non-commercial purpose or (2) by a video provider licensed under the
+AT&T patents to provide MPEG-4 compliant video.</p>
+
+<p>No license is granted or implied for any other use for MPEG-4
+standard.</p>
+</blockquote>
 
-<p>Som en liten avslutning, her er noen litt morsomme innslag om temaet.
-&lt;URL: <a href="http://www.archive.org/details/CopyingIsNotTheft">http://www.archive.org/details/CopyingIsNotTheft</a> > og
-&lt;URL: <a href="http://patentabsurdity.com/">http://patentabsurdity.com/</a> > hadde vært noe å kringkaste på
-NRK1. :)</p>
+<p>In short, the camera producer have chosen to use technology
+(MPEG-4/H.264) that is only provided if I used it for personal and
+non-commercial purposes, or ask for permission from the organisations
+holding the knowledge monopoly (patent) for technology used.</p>
 
-<p>Vennlig hilsen,
-<br>--
-<br>Petter Reinholdtsen</p>
+<p>This issue has been brewing for a while, and I recommend you to
+read
+"<a href="http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA">Why
+Our Civilization's Video Art and Culture is Threatened by the
+MPEG-LA</a>" by Eugenia Loli-Queru and
+"<a href="http://webmink.com/2010/09/03/h-264-and-foss/">H.264 Is Not
+The Sort Of Free That Matters</a>" by Simon Phipps to learn more about
+the issue.  The solution is to support the
+<a href="http://www.digistan.org/open-standard:definition">free and
+open standards</a> for video, like <a href="http://www.theora.org/">Ogg
+Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -772,47 +1726,58 @@ NRK1. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Norgeskartet_p__mange_vis___via_OpenStreetmap_org.html">Norgeskartet på mange vis - via OpenStreetmap.org</a>
+        <a href="http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html">Some notes on Flash in Debian and Debian Edu</a>
       </div>
       <div class="date">
-         1st November 2010
+         4th September 2010
       </div>
       <div class="body">
-        <p>Har oppdaget at mange ikke er klar over at OpenStreetmap.org er
-tilgjengelig i en rekke forskjellige formater.  Her er en liste med
-eksporter jeg kjenner til for Norge, for de som trenger et
-fribrukskart til sine tjenester:</p>
-
-<p><ul>
-
-<li>Cloudmade tilbyr OSM XML, Garmin Map Files, Osmosis country
-bounding polygon, Shapefile, Navit maps, GPX POI, TomTom POI og OSM
-XML feature extracts via
-<a href="http://downloads.cloudmade.com/europe/norway">sine
-nedlastingssider</a>.</li>
-
-<li>Geofabric tilbyr
-<a href="http://download.geofabrik.de/osm/europe/norway.osm.bz2">OSM
-XML</a>,
-<a href="http://download.geofabrik.de/osm/europe/norway.osm.pbf">OSM
-protobuf binærformat</a> og
-<a href="http://download.geofabrik.de/osm/europe/norway.shp.zip">ESRI
-Shapefile (EPSG:4326)</a> fra sine nedlastingssider.</li>
+        <p>In the <a href="http://popcon.debian.org/unknown/by_vote">Debian
+popularity-contest numbers</a>, the adobe-flashplugin package the
+second most popular used package that is missing in Debian.  The sixth
+most popular is flashplayer-mozilla.  This is a clear indication that
+working flash is important for Debian users.  Around 10 percent of the
+users submitting data to popcon.debian.org have this package
+installed.</p>
 
-<li>Frikart.no tilbyr
-<a href="http://www.frikart.no/garmin/">Garmin-kart</a> i uike
-varianter for veibruk og turbruk sommer og vinter.</li>
+<p>In the report written by Lars Risan in August 2008
+(«<a href="http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&do=view&target=Skolelinux_i_bruk_rapport_1.0.pdf">Skolelinux
+i bruk – Rapport for Hurum kommune, Universitetet i Agder og
+stiftelsen SLX Debian Labs</a>»), one of the most important problems
+schools experienced with <a href="http://www.skolelinux.org/">Debian
+Edu/Skolelinux</a> was the lack of working Flash.  A lot of educational
+web sites require Flash to work, and lacking working Flash support in
+the web browser and the problems with installing it was perceived as a
+good reason to stay with Windows.</p>
 
-</ul></p>
+<p>I once saw a funny and sad comment in a web forum, where Linux was
+said to be the retarded cousin that did not really understand
+everything you told him but could work fairly well.  This was a
+comment regarding the problems Linux have with proprietary formats and
+non-standard web pages, and is sad because it exposes a fairly common
+understanding of whose fault it is if web pages that only work in for
+example Internet Explorer 6 fail to work on Firefox, and funny because
+it explain very well how annoying it is for users when Linux
+distributions do not work with the documents they receive or the web
+pages they want to visit.</p>
 
-<p>Kartene oppdateres regelmessig, som oftest hver uke.  Det skulle
-dermed være noe for enhver smak.</p>
+<p>This is part of the reason why I believe it is important for Debian
+and Debian Edu to have a well working Flash implementation in the
+distribution, to get at least popular sites as Youtube and Google
+Video to working out of the box.  For Squeeze, Debian have the chance
+to include the latest version of Gnash that will make this happen, as
+the new release 0.8.8 was published a few weeks ago and is resting in
+unstable.  The new version work with more sites that version 0.8.7.
+The Gnash maintainers have asked for a freeze exception, but the
+release team have not had time to reply to it yet.  I hope they agree
+with me that Flash is important for the Debian desktop users, and thus
+accept the new package into Squeeze.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -821,49 +1786,34 @@ dermed være noe for enhver smak.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html">Why isn't Debian Edu using VLC?</a>
+        <a href="http://people.skolelinux.org/pere/blog/OpenStreetmap_one_step_closer_to_having_routing_on_its_front_page.html">OpenStreetmap one step closer to having routing on its front page</a>
       </div>
       <div class="date">
-        27th November 2010
+        18th July 2010
       </div>
       <div class="body">
-        <p>In the latest issue of Linux Journal, the readers choices were
-presented, and the winner among the multimedia player were VLC.
-Personally, I like VLC, and it is my player of choice when I first try
-to play a video file or stream.  Only if VLC fail will I drag out
-gmplayer to see if it can do better.  The reason is mostly the failure
-model and trust.  When VLC fail, it normally pop up a error message
-reporting the problem.  When mplayer fail, it normally segfault or
-just hangs.  The latter failure mode drain my trust in the program.<p>
-
-<p>But even if VLC is my player of choice, we have choosen to use
-mplayer in <a href="http://www.skolelinux.org/">Debian
-Edu/Skolelinux</a>.  The reason is simple.  We need a good browser
-plugin to play web videos seamlessly, and the VLC browser plugin is
-not very good.  For example, it lack in-line control buttons, so there
-is no way for the user to pause the video.  Also, when I
-<a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">last
-tested the browser plugins</a> available in Debian, the VLC plugin
-failed on several video pages where mplayer based plugins worked.  If
-the browser plugin for VLC was as good as the gecko-mediaplayer
-package (which uses mplayer), we would switch.</P>
+        <p>Thanks to
+<a href="http://feedproxy.google.com/~r/Opengeodata/~3/wUTCzDZk3lc/project-of-the-week-which-way-home">todays
+opengeodata blog entry</a>, I just discovered that the
+OpenStreetmap.org site have gotten
+<a href="http://nroets.dev.openstreetmap.org/demo/index.html?layers=B000FTFTT">support
+for calculating routes</a>.  The support is still experimental and
+only available from the development server, until more experience is
+gathered on the user interface and any scalability issues.</p>
 
-<p>While VLC is a good player, its user interface is slightly
-annoying.  The most annoying feature is its inconsistent use of
-keyboard shortcuts.  When the player is in full screen mode, its
-shortcuts are different from when it is playing the video in a window.
-For example, space only work as pause when in full screen mode.  I
-wish it had consisten shortcuts and that space also would work when in
-window mode.  Another nice shortcut in gmplayer is [enter] to restart
-the current video.  It is very nice when playing short videos from the
-web and want to restart it when new people arrive to have a look at
-what is going on.</p>
+<p>Earlier, the routing I knew about using the OpenStreetmap.org data
+was provided by <a href="http://maps.cloudmade.com/">Cloudmade</a>,
+but having it on the main page is required to make everyone aware of
+the issue.  I've had people reject Openstreetmap.org as a viable
+alternative for them because the front page lacked routing support,
+and I hope their needs will be catered for when routing show up on the
+www.openstreetmap.org front page.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -872,25 +1822,30 @@ what is going on.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html">Gnash enteres Google Summer of Code 2011</a>
+        <a href="http://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html">Great book: "Content: Selected Essays on Technology, Creativity, Copyright, and the Future of the Future"</a>
       </div>
       <div class="date">
-         6th April 2011
+        19th April 2010
       </div>
       <div class="body">
-        <p><a href="http://www.getgnash.org/">The Gnash project</a> is still
-the most promising solution for a Free Software Flash implementation.
-A few days ago the project
-<a href="http://lists.gnu.org/archive/html/gnash-dev/2011-04/msg00011.html">announced</a>
-that it will participate in Google Summer of Code.  I hope many
-students apply, and that some of them succeed in getting AVM2 support
-into Gnash.</p>
+        <p>The last few weeks i have had the pleasure of reading a
+thought-provoking collection of essays by Cory Doctorow, on topics
+touching copyright, virtual worlds, the future of man when the
+conscience mind can be duplicated into a computer and many more. The
+book titled "Content: Selected Essays on Technology, Creativity,
+Copyright, and the Future of the Future" is available with few
+restrictions on the web, for example from
+<a href="http://craphound.com/content/">his own site</a>. I read the
+epub-version from
+<a href="http://www.feedbooks.com/book/2883">feedbooks</a> using
+<a href="http://www.fbreader.org/">fbreader</a> and my N810. I
+strongly recommend this book.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -899,80 +1854,67 @@ into Gnash.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html">What is missing in the Debian desktop, or why my parents use Kubuntu</a>
+        <a href="http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html">Relative popularity of document formats (MS Office vs. ODF)</a>
       </div>
       <div class="date">
-        29th July 2011
+        12th August 2009
       </div>
       <div class="body">
-        <p>While at Debconf11, I have several times during discussions
-mentioned the issues I believe should be improved in Debian for its
-desktop to be useful for more people.  The use case for this is my
-parents, which are currently running Kubuntu which solve the
-issues.</p>
+        <p>Just for fun, I did a search right now on Google for a few file ODF
+and MS Office based formats (not to be mistaken for ISO or ECMA
+OOXML), to get an idea of their relative usage.  I searched using
+'filetype:odt' and equvalent terms, and got these results:</P>
 
-<p>I suspect these four missing features are not very hard to
-implement.  After all, they are present in Ubuntu, so if we wanted to
-do this in Debian we would have a source.</p>
+<table>
+<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
+<tr><td>Tekst</td> <td>odt:282000</td> <td>docx:308000</td></tr>
+<tr><td>Presentasjon</td> <td>odp:75600</td> <td>pptx:183000</td></tr>
+<tr><td>Regneark</td> <td>ods:26500    </td> <td>xlsx:145000</td></tr>
+</table>
 
-<ol>
+<p>Next, I added a 'site:no' limit to get the numbers for Norway, and
+got these numbers:</p>
 
-<li><strong>Simple GUI based upgrade of packages.</strong> When there
-are new packages available for upgrades, a icon in the KDE status bar
-indicate this, and clicking on it will activate the simple upgrade
-tool to handle it.  I have no problem guiding both of my parents
-through the process over the phone.  If a kernel reboot is required,
-this too is indicated by the status bars and the upgrade tool.  Last
-time I checked, nothing with the same features was working in KDE in
-Debian.</li>
+<table>
+<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
+<tr><td>Tekst</td> <td>odt:2480        </td> <td>docx:4460</td></tr>
+<tr><td>Presentasjon</td> <td>odp:299  </td> <td>pptx:741</td></tr>
+<tr><td>Regneark</td> <td>ods:187      </td> <td>xlsx:372</td></tr>
+</table>
 
-<li><strong>Simple handling of missing Firefox browser
-plugins.</strong> When the browser encounter a MIME type it do not
-currently have a handler for, it will ask the user if the system
-should search for a package that would add support for this MIME type,
-and if the user say yes, the APT sources will be searched for packages
-advertising the MIME type in their control file (visible in the
-Packages file in the APT archive).  If one or more packages are found,
-it is a simple click of the mouse to add support for the missing mime
-type.  If the package require the user to accept some non-free
-license, this is explained to the user.  The entire process make it
-more clear to the user why something do not work in the browser, and
-make the chances higher for the user to blame the web page authors and
-not the browser for any missing features.</li>
+<p>I wonder how these numbers change over time.</p>
 
-<li><strong>Simple handling of missing multimedia codec/format
-handlers.</strong> When the media players encounter a format or codec
-it is not supporting, a dialog pop up asking the user if the system
-should search for a package that would add support for it.  This
-happen with things like MP3, Windows Media or H.264.  The selection
-and installation procedure is very similar to the Firefox browser
-plugin handling.  This is as far as I know implemented using a
-gstreamer hook.  The end result is that the user easily get access to
-the codecs that are present from the APT archives available, while
-explaining more on why a given format is unsupported by Ubuntu.</li>
+<p>I am aware of Google returning different results and numbers based
+on where the search is done, so I guess these numbers will differ if
+they are conduced in another country.  Because of this, I did the same
+search from a machine in California, USA, a few minutes after the
+search done from a machine here in Norway.</p>
 
-<li><strong>Better browser handling of some MIME types.</strong> When
-displaying a text/plain file in my Debian browser, it will propose to
-start emacs to show it.  If I remember correctly, when doing the same
-in Kunbutu it show the file as a text file in the browser.  At least I
-know Opera will show text files within the browser.  I much prefer the
-latter behaviour.</li>
 
-</ol> 
+<table>
+<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
+<tr><td>Tekst</td> <td>odt:129000</td> <td>docx:308000</td></tr>
+<tr><td>Presentasjon</td> <td>odp:44200</td> <td>pptx:93900</td></tr>
+<tr><td>Regneark</td> <td>ods:26500    </td> <td>xlsx:82400</td></tr>
+</table>
+
+<p>And with 'site:no':
 
-<p>There are other nice features as well, like the simplified suite
-upgrader, but given that I am the one mostly doing the dist-upgrade,
-it do not matter much.</p>
+<table>
+<tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
+<tr><td>Tekst</td> <td>odt:2480</td> <td>docx:3410</td></tr>
+<tr><td>Presentasjon</td> <td>odp:175</td> <td>pptx:604</td></tr>
+<tr><td>Regneark</td> <td>ods:186      </td> <td>xlsx:296</td></tr>
+</table>
 
-<p>I really hope we could get these features in place for the next
-Debian release.  It would require the coordinated effort of several
-maintainers, but would make the end user experience a lot better.</p>
+<p>Interesting difference, not sure what to conclude from these
+numbers.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -981,40 +1923,44 @@ maintainers, but would make the end user experience a lot better.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html">Hvordan enkelt laste ned filmer fra NRK</a>
+        <a href="http://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_legger_ut_b_ker_p__web.html">Nasjonalbiblioteket legger ut bøker på web</a>
       </div>
       <div class="date">
-         5th November 2011
+        23rd April 2009
       </div>
       <div class="body">
-        <p>Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
-å se det senere når jeg ikke er på nett, eller for å ha det
-tilgjengelig når jeg en gang i fremtiden ønsker å referere til
-innslaget selv om NRK har fjernet det fra sine nettsider.  I dag fant
-jeg et lite script som fikser jobben.</p>
+        <p><a href="http://www.aftenposten.no/kul_und/litteratur/article3042382.ece">Aftenposten
+melder</a> at
+<a href="http://www.nb.no/aktuelt/50_000_norske_boeker_gratis_tilgjengelig_paa_nett_helt_lovlig">nasjonalbiblioteket
+og Kopinor har gjort en avtale</a> som gjør at eldre bøker kan gjøres
+digitalt tilgjengelig fra nasjonalbiblioteket mot at Kopinor får 56
+øre for hver side som legges ut.  Utvalget er litt merkelig: 1790-,
+1890- og 1990-tallet.  Jeg synes det er absurd hvis det er slik at
+Kopinor skal ha betalt for utlegging av bøker som ikke lenger er
+beskyttet av opphavsretten.  Jeg antar her at det er mer enn 90 år
+siden forfatterne av bøker som ble publisert 1790-1799 døde, slik at
+disse bøkene er falt i det fri og enhver kan kopiere så mye de vil fra
+dem uten å bryte opphavsrettsloven.  Bruk av slike verk har ikke
+Kopinor noe med å gjøre.  Jeg håper jeg har misforstått.
+<a href="http://www.nb.no/aktuelt/no_er_vi_i_gang_med_aa_digitalisere_samlingane_vaare_og_formidle_digitalt">En
+melding fra nasjonalbiblioteket i 2007</a> tyder på at tekster i det
+fri ikke trenger avtale med Kopinor.</p>
 
-<p>Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
-<a href="http://jhthorsen.github.com/snippets/nrk-downloader/">github</a>,
-og gjør det veldig enkelt å laste ned.  Kjør <tt>nrk-downloader.sh
-http://www1.nrk.no/nett-tv/klipp/582810</tt> for å hente ned et enkelt
-innslag eller <tt>nrk-downloader.sh
-http://www1.nrk.no/nett-tv/kategori/3521</tt> for å laste ned alle
-episodene i en serie.</p>
+<p>Et annet problem er at bøkene kun legges ut som bildefiler, noe som
+vil gjøre at søketjenester ikke vil finne disse bøkene når en søker
+etter fragmenter i teksten.  En risikerer dermed at de blir liggende
+på en slik måte at folk som bruker Google ikke finner dem.</p>
+
+<p>Da skulle jeg heller sett at nasjonalbiblioteket gjorde alvor av
+sin aprilspøk, og la ut bøkene som faller i det fri
+fortløpende.</p>
 
-<p>Det er ikke rakettforskning å laste ned NRK-"strømmer", og
-tidligere gjorde jeg dette manuelt med mplayer.  Scriptet til
-Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
-at det er en revolusjonerende løsning.  Jeg mener jo fortsatt at
-påstanden fra NRKs ansatte om at det er
-<a href="http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html">vesensforskjellig
-å legge tilgjengelig for nedlasting og for streaming</a> er
-meningsløs.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -1023,39 +1969,34 @@ meningsløs.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html">Changing the default Iceweasel start page in Debian Edu/Squeeze</a>
+        <a href="http://people.skolelinux.org/pere/blog/Fildeling_er_lovlig___ulovlig_fildeling_er_ulovlig.html">Fildeling er lovlig - ulovlig fildeling er ulovlig</a>
       </div>
       <div class="date">
-        10th January 2012
+        17th April 2009
       </div>
       <div class="body">
-        <p>In the Squeeze version of
-<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> soon
-to be released, users of the system will get their default browser
-start page set from LDAP, allowing the system administrator to point
-all users to the school web page by updating one setting in LDAP.  In
-addition to setting the default start page when a machine boots, users
-are shown the same page as a welcome page when they log in for the
-first time.</p>
-
-<p>The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
-labeledURI with "http://www/ LDAP for Debian Edu/Skolelinux" as the
-default content.  By changing this value to another URL, all users get
-to see the page behind this new URL.</p>
-
-<p>An easy way to update it is by using the ldapvi tool.  It can be
-called as "<tt>ldapvi -ZD '(cn=admin)'</tt>' to update LDAP with the
-new setting.</p>
-
-<p>We have written the code to adjust the default start page and show
-the welcome page, and I wonder if there is an easier way to do this
-from within Iceweasel instead.</p>
+        <p>Jeg hadde glede av å overvære FADs lansering av
+<a href="http://www.deltemeninger.no/">Debattsentralen
+deltemeninger.no</a> under Go Open 2009, og må si jeg ble skuffet over
+en kommentar fra podiet om ulovlig fildeling.  Fikk ikke med meg hvem
+som holdt innlegget, men det startet med å snakke om ulovlig fildeling
+og gikk så over til å snakke om fildeling som om fildeling i seg er
+ulovlig.  Intet er lengre fra sannheten.  Fildeling er en nyttig
+teknologi som benyttes av NRK, Debian, Ubuntu, NUUG og andre for
+distribusjon av filer.  Det er ingenting med denne fildelingen som
+gjør den ulovlig.  Fildeling er i seg selv en fullt ut lovlig
+teknologisk anvendelse.  Noe fildeling er ulovlig, og noe er lovlig.
+De som tror at fildeling er ulovlig har misforstått grovt.  Hvorvidt
+den er ulovlig kommer jo an på hvem som har opphavsretten til filene
+som deles og hvilke bruksbegrensninger som gjelder for filene.  En
+rekke filer er lagt ut av rettighetsinnehaver for deling på Internet,
+og fildeling av slike filer er fullt ut lovlig.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -1064,56 +2005,98 @@ from within Iceweasel instead.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html">HTC One X - Your video?  What do you mean?</a>
+        <a href="http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html">When web browser developers make a video player...</a>
       </div>
       <div class="date">
-        26th April 2012
+        17th January 2009
       </div>
       <div class="body">
-        <p>In <a href="http://www.idg.no/computerworld/article243690.ece">an
-article today</a> published by Computerworld Norway, the photographer
-<a href="http://www.urke.com/eirik/">Eirik Helland Urke</a> reports
-that the video editor application included with
-<a href="http://www.htc.com/www/smartphones/htc-one-x/#specs">HTC One
-X</a> have some quite surprising terms of use.  The article is mostly
-based on the twitter message from mister Urke, stating:
+        <p>As part of the work we do in <a href="http://www.nuug.no">NUUG</a>
+to publish video recordings of our monthly presentations, we provide a
+page with embedded video for easy access to the recording.  Putting a
+good set of HTML tags together to get working embedded video in all
+browsers and across all operating systems is not easy.  I hope this
+will become easier when the &lt;video&gt; tag is implemented in all
+browsers, but I am not sure.  We provide the recordings in several
+formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
+browser/media plugin to pick one it support and use it to play the
+recording, using whatever embed mechanism the browser understand.
+There is at least four different tags to use for this, the new HTML5
+&lt;video&gt; tag, the &lt;object&gt; tag, the &lt;embed&gt; tag and
+the &lt;applet&gt; tag.  All of these take a lot of options, and
+finding the best options is a major challenge.</p>
 
-<p><blockquote>
-"<a href="http://twitter.com/urke/status/194062269724897280">Drøy
-brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
-kan jeg KUN bruke dem privat</a>"
-</blockquote></p>
+<p>I just tested the experimental Opera browser available from <a
+href="http://labs.opera.com">labs.opera.com</a>, to see how it handled
+a &lt;video&gt; tag with a few video sources and no extra attributes.
+I was not very impressed.  The browser start by fetching a picture
+from the video stream.  Not sure if it is the first frame, but it is
+definitely very early in the recording.  So far, so good. Next,
+instead of streaming the 76 MiB video file, it start to download all
+of it, but do not start to play the video.  This mean I have to wait
+for several minutes for the downloading to finish.  When the download
+is done, the playing of the video do not start!  Waiting for the
+download, but I do not get to see the video?  Some testing later, I
+discover that I have to add the controls="true" attribute to be able
+to get a play button to pres to start the video.  Adding
+autoplay="true" did not help.  I sure hope this is a misfeature of the
+test version of Opera, and that future implementations of the
+&lt;video&gt; tag will stream recordings by default, or at least start
+playing when the download is done.</p>
 
-<p>I quickly translated it to this English message:</p>
+<p>The test page I used (since changed to add more attributes) is
+<a href="http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/">available
+from the nuug site</a>.  Will have to test it with the new Firefox
+too.</p>
 
-<p><blockquote>
-"Arrogant user agreement: HTC can use MY edited videos
-commercially.  Although I can ONLY use them privately."
-</blockquote></p>
+<p>In the test process, I discovered a missing feature.  I was unable
+to find a way to get the URL of the playing video out of Opera, so I
+am not quite sure it picked the Ogg Theora version of the video.  I
+sure hope it was using the announced Ogg Theora support. :)</p>
 
-<p>I've been unable to find the text of the license term myself, but
-suspect it is a variation of the MPEG-LA terms I
-<a href="http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">discovered
-with my Canon IXUS 130</a>.  The HTC One X specification specifies that
-the recording format of the phone is .amr for audio and .mp3 for
-video.  AMR is
-<a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues">Adaptive
-Multi-Rate audio codec</a> with patents which according to the
-Wikipedia article require an license agreement with
-<a href="http://www.voiceage.com/">VoiceAge</a>.  MP4 is
-<a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Patent_licensing">MPEG4 with
-H.264</a>, which according to Wikipedia require a licence agreement
-with <a href="http://www.mpegla.com/">MPEG-LA</a>.</p>
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html">The sorry state of multimedia browser plugins in Debian</a>
+      </div>
+      <div class="date">
+        25th November 2008
+      </div>
+      <div class="body">
+        <p>Recently I have spent some time evaluating the multimedia browser
+plugins available in Debian Lenny, to see which one we should use by
+default in Debian Edu.  We need an embedded video playing plugin with
+control buttons to pause or stop the video, and capable of streaming
+all the multimedia content available on the web.  The test results and
+notes are available on
+<a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">the
+Debian wiki</a>.  I was surprised how few of the plugins are able to
+fill this need.  My personal video player favorite, VLC, has a really
+bad plugin which fail on a lot of the test pages.  A lot of the MIME
+types I would expect to work with any free software player (like
+video/ogg), just do not work.  And simple formats like the
+audio/x-mplegurl format (m3u playlists), just isn't supported by the
+totem and vlc plugins.  I hope the situation will improve soon.  No
+wonder sites use the proprietary Adobe flash to play video.</p>
 
-<p>I know why I prefer
-<a href="http://www.digistan.org/open-standard:definition">free and open
-standards</a> also for video.</p>
+<p>For Lenny, we seem to end up with the mplayer plugin.  It seem to
+be the only one fitting our needs. :/</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -1128,6 +2111,29 @@ standards</a> also for video.</p>
 <h2>Archive</h2>
 <ul>
 
+<li>2013
+<ul>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (2)</a></li>
+
+</ul></li>
+
 <li>2012
 <ul>
 
@@ -1137,7 +2143,23 @@ standards</a> also for video.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (10)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
 
 </ul></li>
 
@@ -1250,45 +2272,61 @@ standards</a> also for video.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (2)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (7)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (54)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (85)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (139)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (99)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (10)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (8)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (124)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (214)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (15)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (23)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (12)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (15)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (1)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (37)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (7)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (4)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (6)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (16)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (159)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (235)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (123)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (153)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (8)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (24)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (44)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (47)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (66)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
 
@@ -1296,38 +2334,44 @@ standards</a> also for video.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (4)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (7)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (23)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (30)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (26)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (43)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (1)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (4)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (17)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (9)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (25)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (38)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (1)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (19)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (27)</a></li>
 
 </ul>
 
 
     </div>
     <p style="text-align: right">
- Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.4</a>
+ Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
 </p>
 
   </body>