]> pere.pagekite.me Git - homepage.git/blob - blog/tags/web/index.html
c636e727dbbe678fe102d05a0cc83cc85586f29c
[homepage.git] / blog / tags / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>Petter Reinholdtsen: Entries Tagged web</title>
6 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css">
7 <link rel="alternate" title="RSS Feed" href="web.rss" type="application/rss+xml">
8 </head>
9 <body>
10
11 <div class="title">
12 <h1>
13 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
14
15 </h1>
16
17 </div>
18
19 <p>Entries tagged "web".</p>
20
21
22
23
24 <div class="entry">
25 <div class="title">
26 <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>
27 </div>
28 <div class="date">
29 2008-11-25 00:10
30 </div>
31
32 <div class="body">
33
34 <p>Recently I have spent some time evaluating the multimedia browser
35 plugins available in Debian Lenny, to see which one we should use by
36 default in Debian Edu. We need an embedded video playing plugin with
37 control buttons to pause or stop the video, and capable of streaming
38 all the multimedia content available on the web. The test results and
39 notes are available on
40 <a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">the
41 Debian wiki</a>. I was surprised how few of the plugins are able to
42 fill this need. My personal video player favorite, VLC, has a really
43 bad plugin which fail on a lot of the test pages. A lot of the MIME
44 types I would expect to work with any free software player (like
45 video/ogg), just do not work. And simple formats like the
46 audio/x-mplegurl format (m3u playlists), just isn't supported by the
47 totem and vlc plugins. I hope the situation will improve soon. No
48 wonder sites use the proprietary Adobe flash to play video.</p>
49
50 <p>For Lenny, we seem to end up with the mplayer plugin. It seem to
51 be the only one fitting our needs. :/</p>
52
53 </div>
54 <div class="tags">
55
56
57
58 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>.
59
60 </div>
61 </div>
62 <div class="padding"></div>
63
64 <div class="entry">
65 <div class="title">
66 <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>
67 </div>
68 <div class="date">
69 2009-01-17 18:50
70 </div>
71
72 <div class="body">
73
74 <p>As part of the work we do in <a href="http://www.nuug.no">NUUG</a>
75 to publish video recordings of our monthly presentations, we provide a
76 page with embedded video for easy access to the recording. Putting a
77 good set of HTML tags together to get working embedded video in all
78 browsers and across all operating systems is not easy. I hope this
79 will become easier when the &lt;video&gt; tag is implemented in all
80 browsers, but I am not sure. We provide the recordings in several
81 formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
82 browser/media plugin to pick one it support and use it to play the
83 recording, using whatever embed mechanism the browser understand.
84 There is at least four different tags to use for this, the new HTML5
85 &lt;video&gt; tag, the &lt;object&gt; tag, the &lt;embed&gt; tag and
86 the &lt;applet&gt; tag. All of these take a lot of options, and
87 finding the best options is a major challenge.</p>
88
89 <p>I just tested the experimental Opera browser available from <a
90 href="http://labs.opera.com">labs.opera.com</a>, to see how it handled
91 a &lt;video&gt; tag with a few video sources and no extra attributes.
92 I was not very impressed. The browser start by fetching a picture
93 from the video stream. Not sure if it is the first frame, but it is
94 definitely very early in the recording. So far, so good. Next,
95 instead of streaming the 76 MiB video file, it start to download all
96 of it, but do not start to play the video. This mean I have to wait
97 for several minutes for the downloading to finish. When the download
98 is done, the playing of the video do not start! Waiting for the
99 download, but I do not get to see the video? Some testing later, I
100 discover that I have to add the controls="true" attribute to be able
101 to get a play button to pres to start the video. Adding
102 autoplay="true" did not help. I sure hope this is a misfeature of the
103 test version of Opera, and that future implementations of the
104 &lt;video&gt; tag will stream recordings by default, or at least start
105 playing when the download is done.</p>
106
107 <p>The test page I used (since changed to add more attributes) is
108 <a href="http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/">available
109 from the nuug site</a>. Will have to test it with the new Firefox
110 too.</p>
111
112 <p>In the test process, I discovered a missing feature. I was unable
113 to find a way to get the URL of the playing video out of Opera, so I
114 am not quite sure it picked the Ogg Theora version of the video. I
115 sure hope it was using the announced Ogg Theora support. :)</p>
116
117 </div>
118 <div class="tags">
119
120
121
122 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>.
123
124 </div>
125 </div>
126 <div class="padding"></div>
127
128 <div class="entry">
129 <div class="title">
130 <a href="http://people.skolelinux.org/pere/blog/Fildeling_er_lovlig___ulovlig_fildeling_er_ulovlig.html">Fildeling er lovlig - ulovlig fildeling er ulovlig</a>
131 </div>
132 <div class="date">
133 2009-04-17 20:00
134 </div>
135
136 <div class="body">
137
138 <p>Jeg hadde glede av å overvære FADs lansering av
139 <a href="http://www.deltemeninger.no/">Debattsentralen
140 deltemeninger.no</a> under Go Open 2009, og må si jeg ble skuffet over
141 en kommentar fra podiet om ulovlig fildeling. Fikk ikke med meg hvem
142 som holdt innlegget, men det startet med å snakke om ulovlig fildeling
143 og gikk så over til å snakke om fildeling som om fildeling i seg er
144 ulovlig. Intet er lengre fra sannheten. Fildeling er en nyttig
145 teknologi som benyttes av NRK, Debian, Ubuntu, NUUG og andre for
146 distribusjon av filer. Det er ingenting med denne fildelingen som
147 gjør den ulovlig. Fildeling er i seg selv en fullt ut lovlig
148 teknologisk anvendelse. Noe fildeling er ulovlig, og noe er lovlig.
149 De som tror at fildeling er ulovlig har misforstått grovt. Hvorvidt
150 den er ulovlig kommer jo an på hvem som har opphavsretten til filene
151 som deles og hvilke bruksbegrensninger som gjelder for filene. En
152 rekke filer er lagt ut av rettighetsinnehaver for deling på Internet,
153 og fildeling av slike filer er fullt ut lovlig.</p>
154
155 </div>
156 <div class="tags">
157
158
159
160 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>.
161
162 </div>
163 </div>
164 <div class="padding"></div>
165
166 <div class="entry">
167 <div class="title">
168 <a href="http://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_legger_ut_b__ker_p___web.html">Nasjonalbiblioteket legger ut bøker på web</a>
169 </div>
170 <div class="date">
171 2009-04-23 19:40
172 </div>
173
174 <div class="body">
175
176 <p><a href="http://www.aftenposten.no/kul_und/litteratur/article3042382.ece">Aftenposten
177 melder</a> at
178 <a href="http://www.nb.no/aktuelt/50_000_norske_boeker_gratis_tilgjengelig_paa_nett_helt_lovlig">nasjonalbiblioteket
179 og Kopinor har gjort en avtale</a> som gjør at eldre bøker kan gjøres
180 digitalt tilgjengelig fra nasjonalbiblioteket mot at Kopinor får 56
181 øre for hver side som legges ut. Utvalget er litt merkelig: 1790-,
182 1890- og 1990-tallet. Jeg synes det er absurd hvis det er slik at
183 Kopinor skal ha betalt for utlegging av bøker som ikke lenger er
184 beskyttet av opphavsretten. Jeg antar her at det er mer enn 90 år
185 siden forfatterne av bøker som ble publisert 1790-1799 døde, slik at
186 disse bøkene er falt i det fri og enhver kan kopiere så mye de vil fra
187 dem uten å bryte opphavsrettsloven. Bruk av slike verk har ikke
188 Kopinor noe med å gjøre. Jeg håper jeg har misforstått.
189 <a href="http://www.nb.no/aktuelt/no_er_vi_i_gang_med_aa_digitalisere_samlingane_vaare_og_formidle_digitalt">En
190 melding fra nasjonalbiblioteket i 2007</a> tyder på at tekster i det
191 fri ikke trenger avtale med Kopinor.</p>
192
193 <p>Et annet problem er at bøkene kun legges ut som bildefiler, noe som
194 vil gjøre at søketjenester ikke vil finne disse bøkene når en søker
195 etter fragmenter i teksten. En risikerer dermed at de blir liggende
196 på en slik måte at folk som bruker Google ikke finner dem.</p>
197
198 <p>Da skulle jeg heller sett at nasjonalbiblioteket gjorde alvor av
199 sin aprilspøk, og la ut bøkene som faller i det fri
200 fortløpende.</p>
201
202
203 </div>
204 <div class="tags">
205
206
207
208 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>.
209
210 </div>
211 </div>
212 <div class="padding"></div>
213
214 <div class="entry">
215 <div class="title">
216 <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>
217 </div>
218 <div class="date">
219 2009-08-12 15:50
220 </div>
221
222 <div class="body">
223
224 <p>Just for fun, I did a search right now on Google for a few file ODF
225 and MS Office based formats (not to be mistaken for ISO or ECMA
226 OOXML), to get an idea of their relative usage. I searched using
227 'filetype:odt' and equvalent terms, and got these results:</P>
228
229 <table>
230 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
231 <tr><td>Tekst</td> <td>odt:282000</td> <td>docx:308000</td></tr>
232 <tr><td>Presentasjon</td> <td>odp:75600</td> <td>pptx:183000</td></tr>
233 <tr><td>Regneark</td> <td>ods:26500 </td> <td>xlsx:145000</td></tr>
234 </table>
235
236 <p>Next, I added a 'site:no' limit to get the numbers for Norway, and
237 got these numbers:</p>
238
239 <table>
240 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
241 <tr><td>Tekst</td> <td>odt:2480 </td> <td>docx:4460</td></tr>
242 <tr><td>Presentasjon</td> <td>odp:299 </td> <td>pptx:741</td></tr>
243 <tr><td>Regneark</td> <td>ods:187 </td> <td>xlsx:372</td></tr>
244 </table>
245
246 <p>I wonder how these numbers change over time.</p>
247
248 <p>I am aware of Google returning different results and numbers based
249 on where the search is done, so I guess these numbers will differ if
250 they are conduced in another country. Because of this, I did the same
251 search from a machine in California, USA, a few minutes after the
252 search done from a machine here in Norway.</p>
253
254
255 <table>
256 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
257 <tr><td>Tekst</td> <td>odt:129000</td> <td>docx:308000</td></tr>
258 <tr><td>Presentasjon</td> <td>odp:44200</td> <td>pptx:93900</td></tr>
259 <tr><td>Regneark</td> <td>ods:26500 </td> <td>xlsx:82400</td></tr>
260 </table>
261
262 <p>And with 'site:no':
263
264 <table>
265 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
266 <tr><td>Tekst</td> <td>odt:2480</td> <td>docx:3410</td></tr>
267 <tr><td>Presentasjon</td> <td>odp:175</td> <td>pptx:604</td></tr>
268 <tr><td>Regneark</td> <td>ods:186 </td> <td>xlsx:296</td></tr>
269 </table>
270
271 <p>Interesting difference, not sure what to conclude from these
272 numbers.</p>
273
274 </div>
275 <div class="tags">
276
277
278
279 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>.
280
281 </div>
282 </div>
283 <div class="padding"></div>
284
285 <div class="entry">
286 <div class="title">
287 <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>
288 </div>
289 <div class="date">
290 2010-04-19 17:10
291 </div>
292
293 <div class="body">
294
295 <p>The last few weeks i have had the pleasure of reading a
296 thought-provoking collection of essays by Cory Doctorow, on topics
297 touching copyright, virtual worlds, the future of man when the
298 conscience mind can be duplicated into a computer and many more. The
299 book titled "Content: Selected Essays on Technology, Creativity,
300 Copyright, and the Future of the Future" is available with few
301 restrictions on the web, for example from
302 <a href="http://craphound.com/content/">his own site</a>. I read the
303 epub-version from
304 <a href="http://www.feedbooks.com/book/2883">feedbooks</a> using
305 <a href="http://www.fbreader.org/">fbreader</a> and my N810. I
306 strongly recommend this book.</p>
307
308 </div>
309 <div class="tags">
310
311
312
313 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>.
314
315 </div>
316 </div>
317 <div class="padding"></div>
318
319 <div class="entry">
320 <div class="title">
321 <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>
322 </div>
323 <div class="date">
324 2010-07-18 16:45
325 </div>
326
327 <div class="body">
328
329 <p>Thanks to
330 <a href="http://feedproxy.google.com/~r/Opengeodata/~3/wUTCzDZk3lc/project-of-the-week-which-way-home">todays
331 opengeodata blog entry</a>, I just discovered that the
332 OpenStreetmap.org site have gotten
333 <a href="http://nroets.dev.openstreetmap.org/demo/index.html?layers=B000FTFTT">support
334 for calculating routes</a>. The support is still experimental and
335 only available from the development server, until more experience is
336 gathered on the user interface and any scalability issues.</p>
337
338 <p>Earlier, the routing I knew about using the OpenStreetmap.org data
339 was provided by <a href="http://maps.cloudmade.com/">Cloudmade</a>,
340 but having it on the main page is required to make everyone aware of
341 the issue. I've had people reject Openstreetmap.org as a viable
342 alternative for them because the front page lacked routing support,
343 and I hope their needs will be catered for when routing show up on the
344 www.openstreetmap.org front page.</p>
345
346 </div>
347 <div class="tags">
348
349
350
351 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>.
352
353 </div>
354 </div>
355 <div class="padding"></div>
356
357 <div class="entry">
358 <div class="title">
359 <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>
360 </div>
361 <div class="date">
362 2010-09-04 10:10
363 </div>
364
365 <div class="body">
366
367 <p>In the <a href="http://popcon.debian.org/unknown/by_vote">Debian
368 popularity-contest numbers</a>, the adobe-flashplugin package the
369 second most popular used package that is missing in Debian. The sixth
370 most popular is flashplayer-mozilla. This is a clear indication that
371 working flash is important for Debian users. Around 10 percent of the
372 users submitting data to popcon.debian.org have this package
373 installed.</p>
374
375 <p>In the report written by Lars Risan in August 2008
376<a href="http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&do=view&target=Skolelinux_i_bruk_rapport_1.0.pdf">Skolelinux
377 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
378 stiftelsen SLX Debian Labs</a>»), one of the most important problems
379 schools experienced with <a href="http://www.skolelinux.org/">Debian
380 Edu/Skolelinux</a> was the lack of working Flash. A lot of educational
381 web sites require Flash to work, and lacking working Flash support in
382 the web browser and the problems with installing it was perceived as a
383 good reason to stay with Windows.</p>
384
385 <p>I once saw a funny and sad comment in a web forum, where Linux was
386 said to be the retarded cousin that did not really understand
387 everything you told him but could work fairly well. This was a
388 comment regarding the problems Linux have with proprietary formats and
389 non-standard web pages, and is sad because it exposes a fairly common
390 understanding of whose fault it is if web pages that only work in for
391 example Internet Explorer 6 fail to work on Firefox, and funny because
392 it explain very well how annoying it is for users when Linux
393 distributions do not work with the documents they receive or the web
394 pages they want to visit.</p>
395
396 <p>This is part of the reason why I believe it is important for Debian
397 and Debian Edu to have a well working Flash implementation in the
398 distribution, to get at least popular sites as Youtube and Google
399 Video to working out of the box. For Squeeze, Debian have the chance
400 to include the latest version of Gnash that will make this happen, as
401 the new release 0.8.8 was published a few weeks ago and is resting in
402 unstable. The new version work with more sites that version 0.8.7.
403 The Gnash maintainers have asked for a freeze exception, but the
404 release team have not had time to reply to it yet. I hope they agree
405 with me that Flash is important for the Debian desktop users, and thus
406 accept the new package into Squeeze.</p>
407
408 </div>
409 <div class="tags">
410
411
412
413 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>.
414
415 </div>
416 </div>
417 <div class="padding"></div>
418
419 <div class="entry">
420 <div class="title">
421 <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>
422 </div>
423 <div class="date">
424 2010-09-09 23:55
425 </div>
426
427 <div class="body">
428
429 <p>A few days ago I had the mixed pleasure of bying a new digital
430 camera, a Canon IXUS 130. It was instructive and very disturbing to
431 be able to verify that also this camera producer have the nerve to
432 specify how I can or can not use the videos produced with the camera.
433 Even thought I was aware of the issue, the options with new cameras
434 are limited and I ended up bying the camera anyway. What is the
435 problem, you might ask? It is software patents, MPEG-4, H.264 and the
436 MPEG-LA that is the problem, and our right to record our experiences
437 without asking for permissions that is at risk.
438
439 <p>On page 27 of the Danish instruction manual, this section is
440 written:</p>
441
442 <blockquote>
443 <p>This product is licensed under AT&T patents for the MPEG-4 standard
444 and may be used for encoding MPEG-4 compliant video and/or decoding
445 MPEG-4 compliant video that was encoded only (1) for a personal and
446 non-commercial purpose or (2) by a video provider licensed under the
447 AT&T patents to provide MPEG-4 compliant video.</p>
448
449 <p>No license is granted or implied for any other use for MPEG-4
450 standard.</p>
451 </blockquote>
452
453 <p>In short, the camera producer have chosen to use technology
454 (MPEG-4/H.264) that is only provided if I used it for personal and
455 non-commercial purposes, or ask for permission from the organisations
456 holding the knowledge monopoly (patent) for technology used.</p>
457
458 <p>This issue has been brewing for a while, and I recommend you to
459 read
460 "<a href="http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA">Why
461 Our Civilization's Video Art and Culture is Threatened by the
462 MPEG-LA</a>" by Eugenia Loli-Queru and
463 "<a href="http://webmink.com/2010/09/03/h-264-and-foss/">H.264 Is Not
464 The Sort Of Free That Matters</a>" by Simon Phipps to learn more about
465 the issue. The solution is to support the
466 <a href="http://www.digistan.org/open-standard:definition">free and
467 open standards</a> for video, like <a href="http://www.theora.org/">Ogg
468 Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
469
470 </div>
471 <div class="tags">
472
473
474
475 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/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>.
476
477 </div>
478 </div>
479 <div class="padding"></div>
480
481 <p style="text-align: right;"><a href="web.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14"></a></p>
482
483
484
485
486 <div id="sidebar">
487
488 <h2>Archive</h2>
489 <ul>
490
491 <li>2010
492 <ul>
493
494 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
495
496 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
497
498 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
499
500 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
501
502 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
503
504 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
505
506 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
507
508 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
509
510 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
511
512 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (4)</a></li>
513
514 </ul></li>
515
516 <li>2009
517 <ul>
518
519 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
520
521 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
522
523 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
524
525 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
526
527 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
528
529 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
530
531 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
532
533 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
534
535 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
536
537 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
538
539 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
540
541 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
542
543 </ul></li>
544
545 <li>2008
546 <ul>
547
548 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
549
550 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
551
552 </ul></li>
553
554 </ul>
555
556
557
558 <h2>Tags</h2>
559 <ul>
560
561 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (11)</a></li>
562
563 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
564
565 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
566
567 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (10)</a></li>
568
569 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (36)</a></li>
570
571 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (44)</a></li>
572
573 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (63)</a></li>
574
575 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (1)</a></li>
576
577 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (10)</a></li>
578
579 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (4)</a></li>
580
581 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
582
583 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (4)</a></li>
584
585 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
586
587 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (7)</a></li>
588
589 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (83)</a></li>
590
591 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (108)</a></li>
592
593 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (16)</a></li>
594
595 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (21)</a></li>
596
597 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (10)</a></li>
598
599 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (4)</a></li>
600
601 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
602
603 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (16)</a></li>
604
605 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (3)</a></li>
606
607 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (14)</a></li>
608
609 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (1)</a></li>
610
611 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (13)</a></li>
612
613 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (1)</a></li>
614
615 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (9)</a></li>
616
617 </ul>
618
619 </div>
620 </body>
621 </html>