]> pere.pagekite.me Git - homepage.git/blob - blog/tags/docbook/index.html
cb0206723b4c1a175dd1dfd9e2748689991bc19c
[homepage.git] / blog / tags / docbook / 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 xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen: Entries Tagged docbook</title>
7 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="docbook.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21 <h3>Entries tagged "docbook".</h3>
22
23 <div class="entry">
24 <div class="title">
25 <a href="http://people.skolelinux.org/pere/blog/Half_way_there_with_translated_docbook_version_of_Free_Culture.html">Half way there with translated docbook version of Free Culture</a>
26 </div>
27 <div class="date">
28 17th August 2012
29 </div>
30 <div class="body">
31 <p>In my spare time, I currently work on a Norwegian
32 <a href="http://www.docbook.org/">docbook</a> version of the 2004 book
33 <a href="http://free-culture.cc/">Free Culture</a> by Lawrence Lessig,
34 to get a Norwegian text explaining the problems with the copyright law
35 I can give to my parents and others that are reluctant to read an
36 English book. It is a marvellous set of examples on how the ever
37 expanding copyright regulations hurt culture and society. When the
38 translation is done, I hope to find funding to print and ship a copy
39 to all the members of the Norwegian parliament, before they sit down
40 to debate the latest revisions to the Norwegian copyright law. This
41 summer I
42 <a href="http://people.skolelinux.org/pere/blog/Dugnad_for___sende_norsk_versjon_av_Free_Culture_til_stortingets_representanter_.html">called
43 for volunteers</a> to help me, and I have been able to secure the
44 valuable contribution from at least one other Norwegian.</p>
45
46 <p>Two days ago, we finally broke the 50% mark. Then more than 50% of
47 the number of strings to translate (normally paragraphs, but also
48 titles and index entries are also counted). All parts from the
49 beginning up to and including chapter four is translated. So is
50 chapters six, seven and the conclusion. I created a graph to show the
51 progress:</p>
52
53 <img width="80%" align="center" src="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/progress.png">
54
55 <p>The number of strings to translate increase as I insert the index
56 entries into the docbook. They were missing with the docbook version
57 I initially started with. There are still quite a few index entries
58 missing, but everyone starting with A, B, O, Z and Y are done. I
59 currently focus on completing the index entries, to get a complete
60 english version of the docbook source.</p>
61
62 <p>There is still need for translators and people with docbook
63 knowledge, to be able to get a good looking book (I still struggle
64 with dblatex, xmlto and docbook-xsl) as well as to do the draft
65 translation and proof reading. And I would like the figures to be
66 redrawn as SVGs to make it easy to translate them. Any SVG master
67 around? I am sure there are some legal terms that are unfamiliar to
68 me. If you want to help, please get in touch, and check out the
69 project files currently available from <a
70 href="https://github.com/petterreinholdtsen/free-culture-lessig">github</a>.</p>
71
72 <p>If you are curious what the translated book currently look like,
73 the updated
74 <a href="https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.pdf?raw=true">PDF</a>
75 and
76 <a href="https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.epub?raw=true">EPUB</a>
77 are published on github. The HTML version is published as well, but
78 github hand it out with MIME type text/plain, confusing browsers, so I
79 saw no point in linking to that version.</p>
80
81 </div>
82 <div class="tags">
83
84
85 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>.
86
87
88 </div>
89 </div>
90 <div class="padding"></div>
91
92 <div class="entry">
93 <div class="title">
94 <a href="http://people.skolelinux.org/pere/blog/Notes_on_language_codes_for_Norwegian_docbook_processing___.html">Notes on language codes for Norwegian docbook processing...</a>
95 </div>
96 <div class="date">
97 10th August 2012
98 </div>
99 <div class="body">
100 <p>In <a href="http://www.docbook.org/">docbook</a> one can specify
101 the language used at the top, and the processing pipeline will use
102 this information to pick the correct translations for 'chapter', 'see
103 also', 'index' etc. And for most languages used with docbook, I guess
104 this work just fine. For example a German user can start the document
105 with &lt;book lang="de"&gt;, and the document will show up with the
106 correct content with any of the docbook processors. This is not the
107 case for the language
108 <a href="http://people.skolelinux.org/pere/blog/Free_Culture_in_Norwegian___5_chapters_done__74_percent_left_to_do.html">I
109 am working with at the moment</a>, Norwegian Bokmål.</p>
110
111 <p>For a while, I was confused about which language code to use,
112 because I was unable to find any language code that would work across
113 all tools. I am currently testing dblatex, xmlto, docbook-xsl, and
114 dbtoepub, and they do not handle Norwegian Bokmål the same way. Some
115 of them do not handle it at all.</p>
116
117 <p>A bit of background information is probably needed to understand
118 this mess. Norwegian is not one, but two written variants. The
119 variants are Norwegian Nynorsk and Norwegian Bokmål. There are three
120 two letter language codes associated with these languages, Norwegian
121 is 'no', Norwegian Nynorsk is 'nn' and Norwegian Bokmål is 'nb'.
122 Historically the 'no' language code was used for Norwegian Bokmål, but
123 many years ago this was found to be å bad idea, and the recommendation
124 is to use the most specific language code instead, to avoid confusion.
125 In the transition period it is a good idea to make sure 'no' was an
126 alias for 'nb'.</p>
127
128 <p>Back to docbook processing tools in Debian. The dblatex tool only
129 understand 'nn'. There are translations for 'no', but not 'nb' (BTS
130 <a href="http://bugs.debian.org/684391">#684391</a>), but due to a bug
131 (BTS <a href="http://bugs.debian.org/682936">#682936</a>) the 'no'
132 language code is not recognised. The docbook-xsl tool chain only
133 recognise 'nn' and 'nb', but not 'no'. The xmlto tool only recognise
134 'nn' and 'nb', but not 'no'. The end result that there is no language
135 code I can use to get the docbook file working with all of these tools
136 at the same time. :(</p>
137
138 <p>The correct solution is to use &lt;book lang="nb"&gt;, but it will
139 take time before that will work with all the free software docbook
140 processors. :(</p>
141
142 <p>Oh, the joy of well integrated tools. :/</p>
143
144 </div>
145 <div class="tags">
146
147
148 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>.
149
150
151 </div>
152 </div>
153 <div class="padding"></div>
154
155 <div class="entry">
156 <div class="title">
157 <a href="http://people.skolelinux.org/pere/blog/Best_way_to_create_a_docbook_book_.html">Best way to create a docbook book?</a>
158 </div>
159 <div class="date">
160 31st July 2012
161 </div>
162 <div class="body">
163 <p>I tried to send this text to the
164 <a href="https://lists.oasis-open.org/archives/docbook-apps/">docbook-apps
165 mailing list at lists.oasis-open.org</a>, but it only accept messages
166 from subscribers and rejected my post, and I completely lack the
167 bandwidth required to subscribe to another mailing list, so instead I
168 try to post my message here and hope my blog readers can help me
169 out.</p>
170
171 <p>I am quite new to docbook processing, and am climbing a steep
172 learning curve at the moment.</p>
173
174 <p>To give you some background, I am working on a Norwegian
175 translation of the book Free Culture by Lawrence Lessig, and I use
176 docbook to handle the process. The files to build the book are
177 available from
178 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">github</a>.
179 The book got around 400 pages with parts, images, footnotes, tables,
180 index entries etc, which has proven to be a challenge for the free
181 software docbook processors. My build platform is Debian GNU/Linux
182 Squeeze.</p>
183
184 <p>I want to build PDF, EPUB and HTML version of the book, and have
185 tried different tool chains to do the conversion from docbook to these
186 formats. I am currently focusing on the PDF version, and have a few
187 problems.</p>
188
189 <ul>
190
191 <li>Using dblatex, the &lt;part&gt; handling is not the way I want to,
192 as &lt;/part&gt; do not really end the &lt;part&gt;. (See
193 <a href="http://bugs.debian.org/683166">BTS report #683166</a>), the
194 xetex backend (needed to process UTF-8) give incorrect hyphens in
195 index references spanning several pages (See
196 <a href="http://bugs.debian.org/682901">BTS report #682901</a>), and
197 I am unable to get the norwegian template texts (See
198 <a href="http://bugs.debian.org/682936">BTS report #682936</a>).</li>
199
200 <li>Using straight xmlto fail with some latex error (See
201 <a href="http://bugs.debian.org/683163">BTS report
202 #683163</a>).</li>
203
204 <li>Using xmlto with the fop backend fail to handle images (do not
205 show up in the PDF), fail to handle a long footnote (overlap
206 footnote and text body, see
207 <a href="http://bugs.debian.org/683197">BTS report #683197</a>), and
208 fail to create a correct index (some lack page ref, and the page
209 refs listed are not right).</li>
210
211 <li>Using xmlto with the dblatex backend behave like dblatex.</li>
212
213 <li>Using docbook-xls with xsltproc + fop have the same footnote and
214 index problems the xmlto + fop processing.</li>
215
216 </ul>
217
218 <p>So I wonder, what would be the best way to create the PDF version
219 of this book? Are some of the bugs found above solved in new or
220 experimental versions of some docbook tool chain?</p>
221
222 <p>What about HTML and EPUB versions?</p>
223
224 </div>
225 <div class="tags">
226
227
228 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>.
229
230
231 </div>
232 </div>
233 <div class="padding"></div>
234
235 <div class="entry">
236 <div class="title">
237 <a href="http://people.skolelinux.org/pere/blog/Free_Culture_in_Norwegian___5_chapters_done__74_percent_left_to_do.html">Free Culture in Norwegian - 5 chapters done, 74 percent left to do</a>
238 </div>
239 <div class="date">
240 21st July 2012
241 </div>
242 <div class="body">
243 <p>I reported earlier that I am working on
244 <a href="http://people.skolelinux.org/pere/blog/Dugnad_for___sende_norsk_versjon_av_Free_Culture_til_stortingets_representanter_.html">a
245 norwegian version</a> of the book
246 <a href="http://free-culture.cc/">Free Culture</a> by Lawrence Lessig.
247 Progress is good, and yesterday I got a major contribution from Anders
248 Hagen Jarmund completing chapter six. The source files as well as a
249 PDF and EPUB version of this book are available from
250 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">github</a>.</p>
251
252 <p>I am happy to report that the draft for the first two chapters
253 (preface, introduction) is complete, and three other chapters are also
254 completely translated. This completes 26 percent of the number of
255 strings (equivalent to paragraphs) in the book, and there is thus 74
256 percent left to translate. A graph of the progress is present at the
257 bottom of the github project page. There is still room for more
258 contributors. Get in touch or send github pull requests with fixes if
259 you got time and are willing to help make this book make it to
260 print. :)</p>
261
262 <p>The book translation framework could also be a good basis for other
263 translations, if you want the book to be available in your
264 language.</p>
265
266 </div>
267 <div class="tags">
268
269
270 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</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>.
271
272
273 </div>
274 </div>
275 <div class="padding"></div>
276
277 <div class="entry">
278 <div class="title">
279 <a href="http://people.skolelinux.org/pere/blog/Call_for_help_from_docbook_expert_to_tag_Free_Culture_by_Lawrence_Lessig.html">Call for help from docbook expert to tag Free Culture by Lawrence Lessig</a>
280 </div>
281 <div class="date">
282 16th July 2012
283 </div>
284 <div class="body">
285 <p>I am currently working on a
286 <a href="http://people.skolelinux.org/pere/blog/Dugnad_for___sende_norsk_versjon_av_Free_Culture_til_stortingets_representanter_.html">project
287 to translate</a> the book
288 <a href="http://free-culture.cc/">Free Culture</a> by Lawrence Lessig
289 to Norwegian. And the source we base our translation on is the
290 <a href="http://en.wikipedia.org/wiki/DocBook">docbook</a> version, to
291 allow us to use po4a and .po files to handle the translation, and for
292 this to work well the docbook source document need to be properly
293 tagged. The source files of this project is available from
294 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">github</a>.</p>
295
296 <p>The problem is that the docbook source have flaws, and we have
297 no-one involved in the project that is a docbook expert. Is there a
298 docbook expert somewhere that is interested in helping us create a
299 well tagged docbook version of the book, and adjust our build process
300 for the PDF, EPUB and HTML version of the book? This will provide a
301 well tagged English version (our source document), and make it a lot
302 easier for us to create a good Norwegian version. If you can and want
303 to help, please get in touch with me or fork the github project and
304 send pull requests with fixes. :)</p>
305
306 </div>
307 <div class="tags">
308
309
310 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</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>.
311
312
313 </div>
314 </div>
315 <div class="padding"></div>
316
317 <div class="entry">
318 <div class="title">
319 <a href="http://people.skolelinux.org/pere/blog/Dugnad_for___sende_norsk_versjon_av_Free_Culture_til_stortingets_representanter_.html">Dugnad for å sende norsk versjon av Free Culture til stortingets representanter!</a>
320 </div>
321 <div class="date">
322 11th July 2012
323 </div>
324 <div class="body">
325 <p>Da opphavsrettsloven ble revidert i forrige runde rundt 2005, var
326 det skummelt å se hvor lite stortingsrepresentantene forsto hvordan
327 Internet påvirket folks forhold til kulturuttrykk, og min venn Vidar
328 og jeg spekulert på at det hadde kanskje vært fornuftig om samtlige
329 representanter fikk en norsk utgave av boken
330 <a href="http://free-culture.cc/">Free Culture</a> av Lawrence Lessig
331 som forklarte litt om problemstillingene. Vi endte opp med å
332 prioritere utvikling i
333 <a href="http://www.skolelinux.org/">Skolelinux</a>-prosjektet i
334 stedet, så den oversatte boken så aldri dagens lys. Men i forrige uke
335 ble jeg inspirert til å ta opp tråden og se om det er mulig å få til
336 bokprosjektet denne gang, da det er tydelig at kulturdepartementet i
337 sitt nye forsøk på å gjøre opphavsrettsloven enda mer ubalansert til
338 fordel for forlag og store mediehus fortsatt trenger en annen vinkling
339 i debatten.</p>
340
341 <p>Planen min er å oversette boka på dugnad, sette den opp for
342 trykking med en av de mange
343 <a href="http://no.wikipedia.org/wiki/Trykk_på_forespørsel">trykk på
344 forespørsel</a>-tjenestene, skaffe sponsor til å finansiere trykking
345 til stortingsrepresentantene og alle som har bidratt med
346 oversettelser. Kanskje vi også kan få en avtale med et forlag om
347 publisering når boka er ferdig? Kommentarene til
348 <a href="http://newth.net/eirik/2011/04/01/e-selvpublisering/">Eirik
349 Newth</a> og
350 <a href="http://www.espen.com/norskblogg/archives/2008/09/erfaringer_med_publishing_on_demand.html">Espen
351 Andersen</a> om erfaringene med selvpublisering og trykk på
352 forespørsel er interessante og ikke avskrekkende, og jeg mistenker at
353 <a href="http://www.lulu.com/">Lulu</a> er en grei leverandør av
354 trykketjenester til prosjektet.</p>
355
356 <p>Jeg har satt opp
357 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">et
358 Github-prosjekt</a> for a lage boken, basert på Docbook-utgaven jeg
359 fant fra Hans Schou. Skolelinux har hatt byggesystem for å lage
360 oversatt HTML og PDF-utgave av Docbook-bøker i en årrekke, så jeg har
361 kopiert og utvidet dette oppsettet. Originalteksten er i Docbook, og
362 oversettelsen gjøres i .po-filer med hjelp av vanlige
363 oversetterverktøy brukt i fri programvareverden. Dernest tar
364 byggesystemet over og lager PDF og EPUB-utgave av den oversatte
365 teksten. Resultatet kan ses i Github-prosjektet. For å komme raskt
366 igang har jeg brukt maskinoversettelse av alle tekstbitene fra engelsk
367 til norsk, noe som grovoversatte ca. 1300 av de ca. 1700 tekstbitene
368 boken består av. Jeg håper nå at flere kan bidra med å få
369 oversettelsen på plass, slik at teksten kan være klar i løpet av
370 høsten. Når alt er oversatt må teksten gjennomgås for feil og
371 konsistent språk. Totalt er det nok mange timer som trengs for å
372 gjennomføre oversettelsen.</p>
373
374 <p>Økonomien i dette er ikke avskrekkende. 169
375 stortingsrepresentanter og nesten like mange varamedlemmer bør få
376 bøker, og estimert produduksjonskostnad for hver bok er rundt 6 EURO i
377 følge et raskt estimat fra Lulu. Jeg vet ennå ikke hvor mange sider
378 det blir i størrelsen 5,5" x 8.5" (det er ca. 140 sider i A4-format),
379 så jeg gjettet på 400 sider. Jeg tror originalutgaven har nesten 400
380 sider. For 169*2 eksemplarer snakker vi om en trykkekostnad på
381 ca. 2000 EURO, dvs. ca 15 000 NOK. Det burde være mulig å finne en
382 sponsor for å dekke en slik sum. I tillegg kommer distribusjon og
383 porto, som antagelig kommer på like mye.</p>
384
385 <p>Kan du bidra med oversettelse og docbook-typesetting? Ta kontakt
386 og send patcher i github. Jeg legger gjerne inn folk i prosjektet
387 slik at du kan oppdatere direkte.</p>
388
389 </div>
390 <div class="tags">
391
392
393 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</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>.
394
395
396 </div>
397 </div>
398 <div class="padding"></div>
399
400 <p style="text-align: right;"><a href="docbook.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
401 <div id="sidebar">
402
403
404
405 <h2>Archive</h2>
406 <ul>
407
408 <li>2012
409 <ul>
410
411 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
412
413 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
414
415 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
416
417 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
418
419 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
420
421 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
422
423 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
424
425 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
426
427 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (5)</a></li>
428
429 </ul></li>
430
431 <li>2011
432 <ul>
433
434 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
435
436 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
437
438 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
439
440 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
441
442 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
443
444 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
445
446 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
447
448 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
449
450 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
451
452 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
453
454 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
455
456 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
457
458 </ul></li>
459
460 <li>2010
461 <ul>
462
463 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
464
465 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
466
467 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
468
469 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
470
471 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
472
473 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
474
475 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
476
477 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
478
479 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
480
481 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
482
483 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
484
485 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
486
487 </ul></li>
488
489 <li>2009
490 <ul>
491
492 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
493
494 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
495
496 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
497
498 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
499
500 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
501
502 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
503
504 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
505
506 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
507
508 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
509
510 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
511
512 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
513
514 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
515
516 </ul></li>
517
518 <li>2008
519 <ul>
520
521 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
522
523 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
524
525 </ul></li>
526
527 </ul>
528
529
530
531 <h2>Tags</h2>
532 <ul>
533
534 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
535
536 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
537
538 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
539
540 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (2)</a></li>
541
542 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
543
544 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
545
546 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (57)</a></li>
547
548 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (111)</a></li>
549
550 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (9)</a></li>
551
552 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (6)</a></li>
553
554 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
555
556 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (150)</a></li>
557
558 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (17)</a></li>
559
560 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
561
562 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (7)</a></li>
563
564 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (8)</a></li>
565
566 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (30)</a></li>
567
568 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (17)</a></li>
569
570 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
571
572 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (4)</a></li>
573
574 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
575
576 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
577
578 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (195)</a></li>
579
580 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (143)</a></li>
581
582 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (4)</a></li>
583
584 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
585
586 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (35)</a></li>
587
588 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (49)</a></li>
589
590 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
591
592 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
593
594 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
595
596 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (4)</a></li>
597
598 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
599
600 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
601
602 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
603
604 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (23)</a></li>
605
606 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
607
608 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (1)</a></li>
609
610 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (37)</a></li>
611
612 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (1)</a></li>
613
614 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (4)</a></li>
615
616 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (10)</a></li>
617
618 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (7)</a></li>
619
620 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (34)</a></li>
621
622 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (1)</a></li>
623
624 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (25)</a></li>
625
626 </ul>
627
628
629 </div>
630 <p style="text-align: right">
631 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.4</a>
632 </p>
633
634 </body>
635 </html>