]> pere.pagekite.me Git - homepage.git/blobdiff - blog/tags/nuug/index.html
Generated.
[homepage.git] / blog / tags / nuug / index.html
index 9bb1405b80b1c37bc133450e18db42c9e96ba75a..9e4d9f38e18571e0744d68b030429654a93c9be9 100644 (file)
@@ -4,14 +4,14 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>Petter Reinholdtsen: Entries Tagged nuug</title>
-    <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css" />
-    <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/vim.css" />
+    <link rel="stylesheet" type="text/css" media="screen" href="https://people.skolelinux.org/pere/blog/style.css" />
+    <link rel="stylesheet" type="text/css" media="screen" href="https://people.skolelinux.org/pere/blog/vim.css" />
     <link rel="alternate" title="RSS Feed" href="nuug.rss" type="application/rss+xml" />
   </head>
   <body>
     <div class="title">
  <h1>
-     <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
+     <a href="https://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
      
  </h1>
  
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/I_m_going_to_the_Open_Source_Developers__Conference_Nordic_2015_.html">I'm going to the Open Source Developers' Conference Nordic 2015!</a>
+        <a href="https://people.skolelinux.org/pere/blog/Nikita_version_0_6_released___free_software_archive_API_server.html">Nikita version 0.6 released - free software archive API server</a>
+      </div>
+      <div class="date">
+        10th June 2021
+      </div>
+      <div class="body">
+        <p>I am very pleased to be able to share with you
+<a href="https://lists.nuug.no/pipermail/nikita-noark/2021-June/000576.html">the
+announcement of a new version of the archiving system Nikita</a>
+published by its lead developer Thomas Sødring:</p>
+
+<p><blockquote>
+
+<p>It is with great pleasure that we can announce a new release of
+nikita.  Version 0.6
+(<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core">https://gitlab.com/OsloMet-ABI/nikita-noark5-core</a>). This
+release makes new record keeping functionality available. This really
+is a maturity release. Both in terms of functionality but also code.
+Considerable effort has gone into refactoring the codebase and
+simplifying the code. Notable changes for this release include:</p>
+
+<ul>
+
+  <li>Significantly improved OData parsing</li>
+  <li>Support for business specific metadata and national identifiers</li>
+  <li>Continued implementation of domain model and endpoints</li>
+  <li>Improved testing</li>
+  <li>Ability to export and import from arkivstruktur.xml</li>
+
+</ul>
+
+<p>We are currently in the process of reaching an agreement with an
+archive institution to publish their picture archive using nikita with
+business specific metadata and we hope that we can share this with you
+soon. This is an interesting project as it allows the organisation to
+bring an older picture archive back to life while using the original
+metadata values stored as business specific metadata. Combined with
+OData means the scope and use of the archive is significantly
+increased and will showcase both the flexibility and power of
+Noark.</p>
+
+<p>I really think we are approaching a version 1.0 of nikita, even
+though there is still a lot of work to be done. The notable work at
+the moment is to implement access-control and full text indexing of
+documents.</p>
+
+<p>My sincere thanks to everyone who has contributed to this
+release!</p>
+
+<p>- Thomas</p>
+
+<p><strong>Release 0.6 2021-06-10 (d1ba5fc7e8bad0cfdce45ac20354b19d10ebbc7b)</strong></p>
+
+<ul>
+
+  <li>Refactor metadata entity search</li>
+  <li>Remove redundant security configuration</li>
+  <li>Make OpenAPI documentation work</li>
+  <li>Change database structure / inheritance model to a more sensible approach</li>
+  <li>Make it possible to move entities around the fonds structure</li>
+  <li>Implemented a number of missing endpoints</li>
+  <li>Make sure yml files are in sync</li>
+  <li>Implemented/finalised storing and use of
+  <ul>
+       <li>Business Specific Metadata</li>
+       <li>Norwegian National Identifiers</li>
+       <li>Cross Reference</li>
+       <li>Keyword</li>
+       <li>StorageLocation</li>
+       <li>Author</li>
+       <li>Screening for relevant objects</li>
+       <li>ChangeLog</li>
+       <li>EventLog</li>
+  </ul></li>
+  <li>Make generation of updated docker image part of successful CI pipeline</li>
+  <li>Implement pagination for all list requests
+  <ul>
+       <li>Refactor code to support lists</li>
+       <li>Refactor code for readability</li>
+       <li>Standardise the controller/service code</li>
+  </ul></li>
+  <li>Finalise File->CaseFile expansion and Record->registryEntry/recordNote 
+expansion</li>
+  <li>Improved Continuous Integration (CI) approach via gitlab</li>
+  <li>Changed conversion approach to generate tagged PDF documents</li>
+  <li>Updated dependencies
+  <ul>
+       <li>For security reasons</li>
+       <li>Brought codebase to spring-boot version 2.5.0</li>
+       <li>Remove import of necessary dependencies</li>
+       <li>Remove non-used metrics classes</li>
+  </ul></li>
+  <li>Added new analysis to CI including</li>
+  <li>Implemented storing of Keyword</li>
+  <li>Implemented storing of Screening and ScreeningMetadata</li>
+  <li>Improved OData support
+  <ul>
+       <li>Better support for inheritance in queries where applicable</li>
+       <li>Brought in more OData tests</li>
+       <li>Improved OData/hibernate understanding of queries</li>
+       <li>Implement $count, $orderby</li>
+       <li>Finalise $top and $skip</li>
+       <li>Make sure & is used between query parameters</li>
+  </ul></li>
+  <li>Improved Testing in codebase
+  <ul>
+       <li>A new approach for integration tests to make test more readable</li>
+       <li>Introduce tests in parallel with code development for TDD approach</li>
+       <li>Remove test that required particular access to storage</li>
+  </ul></li>
+  <li>Implement case-handling process from received email to case-handler
+  <ul>
+       <li>Develop required GUI elements (digital postroom from email)</li>
+       <li>Introduced leader, quality control and postroom roles</li>
+  </ul></li>
+  <li>Make PUT requests return 200 OK not 201 CREATED</li>
+  <li>Make DELETE requests return 204 NO CONTENT not 200 OK</li>
+  <li>Replaced 'oppdatert*' with 'endret*' everywhere to match latest spec</li>
+  <li>Upgrade Gitlab CI to use python > 3 for CI scripts</li>
+  <li>Bug fixes
+  <ul>
+       <li>Fix missing ALLOW</li>
+       <li>Fix reading of objects from jar file during start-up</li>
+       <li>Reduce the number of warnings in the codebase</li>
+       <li>Fix delete problems</li>
+       <li>Make better use of cascade for "leaf" objects</li>
+       <li>Add missing annotations where relevant</li>
+       <li>Remove the use of ETAG for delete</li>
+       <li>Fix missing/wrong/broken rels discovered by runtest</li>
+       <li>Drop unofficial convertFil (konverterFil) end point</li>
+       <li>Fix regex problem for dateTime</li>
+       <li>Fix multiple static analysis issues discovered by coverity</li>
+       <li>Fix proxy problem when looking for object class names</li>
+       <li>Add many missing translated Norwegian to English (internal) 
+attribute/entity names</li>
+       <li>Change UUID generation approach to allow code also set a value</li>
+       <li>Fix problem with Part/PartParson</li>
+       <li>Fix problem with empty OData search results</li>
+       <li>Fix metadata entity domain problem</li>
+  </ul></li>
+  <li>General Improvements
+  <ul>
+       <li>Makes future refactoring easier as coupling is reduced</li>
+       <li>Allow some constant variables to be set from property file</li>
+       <li>Refactor code to make reflection work better across codebase</li>
+       <li>Reduce the number of @Service layer classes used in @Controller 
+classes</li>
+       <li>Be more consistent on naming of similar variable types</li>
+       <li>Start printing rels/href if they are applicable</li>
+       <li>Cleaner / standardised approach to deleting objects</li>
+       <li>Avoid concatenation when using StringBuilder</li>
+       <li>Consolidate code to avoid duplication</li>
+       <li>Tidy formatting for a more consistent reading style across 
+similar class files</li>
+       <li>Make throw a log.error message not an log.info message</li>
+       <li>Make throw print the log value rather than printing in multiple 
+places</li>
+       <li>Add some missing pronom codes</li>
+       <li>Fix time formatting issue in Gitlab CI</li>
+       <li>Remove stale / unused code</li>
+       <li>Use only UUID datatype rather than combination String/UUID for systemID</li>
+       <li>Mark variables final and @NotNull where relevant to indicate 
+intention</li>
+  </ul></li>
+  <li>Change Date values to DateTime to maintain compliance with Noark 5 
+standard</li>
+  <li>Domain model improvements using Hypersistence Optimizer
+  <ul>
+       <li>Move @Transactional from class to methods to avoid borrowing the JDBC Connection unnecessarily</li>
+       <li>Fix OneToOne performance issues</li>
+       <li>Fix ManyToMany performance issues</li>
+       <li>Add missing bidirectional synchronization support</li>
+       <li>Fix ManyToMany performance issue</li>
+  </ul></li>
+  <li>Make List<> and Set<> use final-keyword to avoid potential problems 
+during update operations</li>
+  <li>Changed internal URLs, replaced "hateoas-api" with "api".</li>
+  <li>Implemented storing of Precedence.</li>
+  <li>Corrected handling of screening.</li>
+  <li>Corrected _links collection returned for list of mixed entity types 
+to match the specific entity.</li>
+  <li>Improved several internal structures.</li>
+</ul>
+
+</blockquote></p>
+
+<p>If free and open standardized archiving API sound interesting to
+you, please contact us on IRC
+(<a href="irc://irc.oftc.net/%23nikita">#nikita on
+irc.oftc.net</a>) or email
+(<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
+mailing list</a>).</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Nikita_version_0_5_released___updated_free_software_archive_API_server.html">Nikita version 0.5 released - updated free software archive API server</a>
+      </div>
+      <div class="date">
+         2nd March 2020
+      </div>
+      <div class="body">
+        <p>Today, after many months of development, a new release of
+<ahref="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
+Noark 5 core project</a> was finally
+<ahref="https://lists.nuug.no/pipermail/nikita-noark/2020-March/000519.html">announced
+on the project mailing list</a>.  The Nikita free software solution is
+an implementation of the Norwegian archive standard Noark 5 used by
+government offices in Norway.  These were the changes in version 0.5
+since version 0.4, see the email link above for links to a demo
+site:</p>
+
+<ul>
+
+  <li>Updated to Noark 5 versjon 5.0 API specification.
+    <ul>
+      <li>Changed formatting of _links from [] to {} to match IETF draft
+      on JSON HAL.</li>
+      <li>Merged Registrering og Basisregistrering in version 4 to
+      combined Registrering.</li>
+      <li>DokumentObjekt is now subtype of ArkivEnhet.</li>
+      <li>Introducing new entity Arkivnotat.</li>
+      <li>Changed all relation keys to use /v5/ instead of /v4/.</li>
+      <li>Corrected to use new official relation keys when possible.</li>
+      <li>Renamed Sakspart to Part and connect it to Mappe, Registrering
+      and Dokumentbeskrivelse instead of only Saksmappe.</li>
+      <li>Moved Korrespondansepart connection from Journalpost to
+      Registrering.</li>
+      <li>Moved Part and Korrespondansepart from package sakarkiv to
+      arkivstruktur.</li>
+      <li>Renamed presedensstatus to presedensStatus.</li>
+      <li>Use new JSON content-type "application/vnd.noark5+json".</li>
+      <li>Updated prepopulated format list to use PRONOM codes.</li>
+      <li>Implemented endpoint for system information.</li>
+      <li>Implemented national identifiers for both file and record.</li>
+      <li>Implemented comments.</li>
+      <li>implemented sign off.</li>
+      <li>implemented conversion.</li>
+    </ul></li>
+  <li>Improved/implemented OData search and paging support for more entities.</li>
+  <li>No longer exposes attribute Dokumentobjekt.referanseDokumentfil,
+   one should use the relation in _links instead.</li>
+  <li>Corrected relation keys under
+   https://rel.arkivverket.no/noark5/v5/api/administrasjon/, replacing
+   'administrasjon' with 'admin'.</li>
+  <li>Fixed several security and stability issues discovered by Coverity.</li>
+  <li>Corrected handling ETag errors, now return code 409.</li>
+  <li>Improved handling of Kryssreferanse.</li>
+  <li>Changed internal database model to use UUID/SystemID as primary keys
+   in tables.</li>
+  <li>Changed internal database table names to use package prefix.</li>
+  <li>Changed time zone handling for date and datetime attributes, to be
+   more according to the new definition in the API specification.</li>
+  <li>Change revoke-token to only drop token on POST requests, not GET.</li>
+  <li>Updated to newer Spring version.</li>
+  <li>Changed primary key and URL component for metadata code lists to
+   use the 'kode' value instead of a SystemID.</li>
+  <li>Corrected implementation of Part and Sakspart.</li>
+  <li>Changed instance lists with subtypes (like .../registrering/ and
+   .../mappe/) to include the attributes and _links entries for the
+   subtype in the supertype lists.</li>
+  <li>Adjusted _links relations to make it possible to figure out the
+   entity of an instance using the self->href->relation key lookup
+   method.</li>
+  <li>Fixed several end points to make sure GET, PUT, POST and DELETE
+   match each other.</li>
+  <li>Updated DELETE endpoints to work with UUID based entity
+   identifiers.</li>
+  <li>Restructured code to use more common URL related constants in entry
+   point values and replace @RequestMapping with method specific
+   annotations.</li>
+  <li>Added first unit test code.</li>
+  <li>Updated web GUI to work with the updated API.</li>
+  <li>Changed integer fields, enforce them as numeric.</li>
+  <li>Rewrote and simplify metadata handling to use common service and
+   controller code instead of duplicating for each type.</li>
+  <li>Implemented the remaining metadata types.</li>
+  <li>Changed Country list source from Wikipedia to Debian iso-codes and
+   updated the list of Countries.</li>
+  <li>Many many corrections and improvements.</li>
+
+</ul>
+
+<p>If free and open standardized archiving API sound interesting to
+you, please contact us on IRC
+(<a href="irc://irc.freenode.net/%23nikita">#nikita on
+irc.freenode.net</a>) or email
+(<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
+mailing list</a>).</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Teach_kids_to_protect_their_privacy___the_EDRi_way.html">Teach kids to protect their privacy - the EDRi way</a>
+      </div>
+      <div class="date">
+         4th July 2019
+      </div>
+      <div class="body">
+        <p>Childs need to learn how to guard their privacy too.  To help them,
+<a href="https://edri.org/">European Digital Rights (EDRi)</a> created
+a colorful booklet providing information on several privacy related topics,
+and tips on how to protect ones privacy in the digital age.</p>
+
+<p>The 24 page booklet titled Digital Defenders is
+<a href="https://edri.org/digital-defenders-help-kids-defend-their-privacy-around-europe">available
+in several languages</a>.  Thanks to the valuable contributions from
+members of <a href="https://efn.no/">the Electronic Foundation Norway
+(EFN)</a> and others, it is also available in Norwegian Bokmål.
+If you would like to have it available in your language too,
+<a href="https://hosted.weblate.org/projects/efn/privacy4kids/">contribute
+via Weblate</a> and get in touch.</p>
+
+<p>But a funny, well written and good looking PDF do not have much
+impact, unless it is read by the right audience.  To increase the
+chance of kids reading it, I am currently assisting EFN in getting
+copies printed on paper to distribute on the street and in class
+rooms.  Print the booklet was made possible thanks to a small et of
+great sponsors.  Thank you very much to each and every one of them!  I
+hope to have the printed booklet ready to hand out on Tuesday, when
+<a href="https://www.nuug.no/>">the Norwegian Unix Users Group</a> is
+organizing <a href="https://wiki.nuug.no/sommerfest2019">its yearly
+barbecue for geeks and free software zealots in the Oslo area</a>.  If
+you are nearby, feel free to come by and check out the party and the
+booklet.</p>
+
+<p>If the booklet prove to be a success, it would be great to get
+more sponsoring and distribute it to every kid in the country. :)</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Nikita_version_0_4_released___free_software_archive_API_server.html">Nikita version 0.4 released - free software archive API server</a>
+      </div>
+      <div class="date">
+        22nd May 2019
+      </div>
+      <div class="body">
+        <p>This morning,  a new release of 
+<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
+Noark 5 core project</a> was
+<a href="https://lists.nuug.no/pipermail/nikita-noark/2019-May/000468.html">announced
+on the project mailing list</a>.  The Nikita free software solution is
+an implementation of the Norwegian archive standard Noark 5 used by
+government offices in Norway.  These were the changes in version 0.4
+since version 0.3, see the email link above for links to a demo site:</p>
+
+<ul>
+
+  <li>Roll out OData handling to all endpoints where applicable</li>
+  <li>Changed the relation key for "ny-journalpost" to the official one.</li>
+  <li>Better link generation on outgoing links.</li>
+  <li>Tidy up code and make code and approaches more consistent throughout
+   the codebase</li>
+  <li>Update rels to be in compliance with updated version in the
+   interface standard</li>
+  <li>Avoid printing links on empty objects as they can't have links</li>
+  <li>Small bug fixes and improvements</li>
+  <li>Start moving generation of outgoing links to @Service layer so access
+   control can be used when generating links</li>
+  <li>Log exception that was being swallowed so it's traceable</li>
+  <li>Fix name mapping problem</li>
+  <li>Update templated printing so templated should only be printed if it
+   is set true. Requires more work to roll out across entire
+   application.</li>
+  <li>Remove Record->DocumentObject as per domain model of n5v4</li>
+  <li>Add ability to delete lists filtered with OData</li>
+  <li>Return NO_CONTENT (204) on delete as per interface standard</li>
+  <li>Introduce support for ConstraintViolationException exception</li>
+  <li>Make Service classes extend NoarkService</li>
+  <li>Make code base respect X-Forwarded-Host, X-Forwarded-Proto and
+   X-Forwarded-Port</li>
+  <li>Update CorrespondencePart* code to be more in line with Single
+   Responsibility Principle</li>
+  <li>Make package name follow directory structure</li>
+  <li>Make sure Document number starts at 1, not 0</li>
+  <li>Fix isues discovered by FindBugs</li>
+  <li>Update from Date to ZonedDateTime</li>
+  <li>Fix wrong tablename</li>
+  <li>Introduce Service layer tests</li>
+  <li>Improvements to CorrespondencePart</li>
+  <li>Continued work on Class / Classificationsystem</li>
+  <li>Fix feature where authors were stored as storageLocations</li>
+  <li>Update HQL builder for OData</li>
+  <li>Update OData search capability from webpage</li>
+  
+</ul>
+
+<p>If free and open standardized archiving API sound interesting to
+you, please contact us on IRC
+(<a href="irc://irc.freenode.net/%23nikita">#nikita on
+irc.freenode.net</a>) or email
+(<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
+mailing list</a>).</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/PlantUML_for_text_based_UML_diagram_modelling___nice_free_software.html">PlantUML for text based UML diagram modelling - nice free software</a>
+      </div>
+      <div class="date">
+        25th March 2019
+      </div>
+      <div class="body">
+        <p>As part of my involvement with the
+<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
+Noark 5 core project</a>, I have been proposing improvements to the
+API specification created by <a href="https://www.arkivverket.no/">The
+National Archives of Norway</a> and helped migrating the text from a
+version control system unfriendly binary format (docx) to Markdown in
+git.  Combined with the migration to a public git repository (on
+github), this has made it possible for anyone to suggest improvement
+to the text.</p>
+
+<p>The specification is filled with UML diagrams.  I believe the
+original diagrams were modelled using Sparx Systems Enterprise
+Architect, and exported as EMF files for import into docx.  This
+approach make it very hard to track changes using a version control
+system.  To improve the situation I have been looking for a good text
+based UML format with associated command line free software tools on
+Linux and Windows, to allow anyone to send in corrections to the UML
+diagrams in the specification.  The tool must be text based to work
+with git, and command line to be able to run it automatically to
+generate the diagram images.  Finally, it must be free software to
+allow anyone, even those that can not accept a non-free software
+license, to contribute.</p>
+
+<p>I did not know much about free software UML modelling tools when I
+started.  I have used dia and inkscape for simple modelling in the
+past, but neither are available on Windows, as far as I could tell.  I
+came across a nice
+<a href="https://modeling-languages.com/text-uml-tools-complete-list/">list
+of text mode uml tools</a>, and tested out a few of the tools listed
+there.  <a href="http://plantuml.com/">The PlantUML tool</a> seemed
+most promising.  After verifying that the packages
+<a href="https://tracker.debian.org/pkg/plantuml">is available in
+Debian</a> and found <a href="https://github.com/plantuml/plantuml">its
+Java source</a> under a GPL license on github, I set out to test if it
+could represent the diagrams we needed, ie the ones currently in
+<a href="https://github.com/arkivverket/noark5-tjenestegrensesnitt-standard/">the
+Noark 5 Tjenestegrensesnitt specification</a>.  I am happy to report
+that it could represent them, even thought it have a few warts here
+and there.</p>
+
+<p>After a few days of modelling I completed the task this weekend.  A
+temporary link to the complete set of diagrams (original and from
+PlantUML) is available in
+<a href="https://github.com/arkivverket/noark5-tjenestegrensesnitt-standard/issues/76">the
+github issue discussing the need for a text based UML format</a>, but
+please note I lack a sensible tool to convert EMF files to PNGs, so
+the "original" rendering is not as good as the original was in the
+publised PDF.</p>
+
+<p>Here is an example UML diagram, showing the core classes for
+keeping metadata about archived documents:</p>
+
+<pre>
+@startuml
+skinparam classAttributeIconSize 0
+
+!include media/uml-class-arkivskaper.iuml
+!include media/uml-class-arkiv.iuml
+!include media/uml-class-klassifikasjonssystem.iuml
+!include media/uml-class-klasse.iuml
+!include media/uml-class-arkivdel.iuml
+!include media/uml-class-mappe.iuml
+!include media/uml-class-merknad.iuml
+!include media/uml-class-registrering.iuml
+!include media/uml-class-basisregistrering.iuml
+!include media/uml-class-dokumentbeskrivelse.iuml
+!include media/uml-class-dokumentobjekt.iuml
+!include media/uml-class-konvertering.iuml
+!include media/uml-datatype-elektronisksignatur.iuml
+
+Arkivstruktur.Arkivskaper "+arkivskaper 1..*" <-o "+arkiv 0..*" Arkivstruktur.Arkiv
+Arkivstruktur.Arkiv o--> "+underarkiv 0..*" Arkivstruktur.Arkiv
+Arkivstruktur.Arkiv "+arkiv 1" o--> "+arkivdel 0..*" Arkivstruktur.Arkivdel
+Arkivstruktur.Klassifikasjonssystem "+klassifikasjonssystem [0..1]" <--o "+arkivdel 1..*" Arkivstruktur.Arkivdel
+Arkivstruktur.Klassifikasjonssystem "+klassifikasjonssystem [0..1]" o--> "+klasse 0..*" Arkivstruktur.Klasse
+Arkivstruktur.Arkivdel "+arkivdel 0..1" o--> "+mappe 0..*" Arkivstruktur.Mappe
+Arkivstruktur.Arkivdel "+arkivdel 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
+Arkivstruktur.Klasse "+klasse 0..1" o--> "+mappe 0..*" Arkivstruktur.Mappe
+Arkivstruktur.Klasse "+klasse 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
+Arkivstruktur.Mappe --> "+undermappe 0..*" Arkivstruktur.Mappe
+Arkivstruktur.Mappe "+mappe 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
+Arkivstruktur.Merknad "+merknad 0..*" <--* Arkivstruktur.Mappe
+Arkivstruktur.Merknad "+merknad 0..*" <--* Arkivstruktur.Dokumentbeskrivelse
+Arkivstruktur.Basisregistrering -|> Arkivstruktur.Registrering
+Arkivstruktur.Merknad "+merknad 0..*" <--* Arkivstruktur.Basisregistrering
+Arkivstruktur.Registrering "+registrering 1..*" o--> "+dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse
+Arkivstruktur.Dokumentbeskrivelse "+dokumentbeskrivelse 1" o-> "+dokumentobjekt 0..*" Arkivstruktur.Dokumentobjekt
+Arkivstruktur.Dokumentobjekt *-> "+konvertering 0..*" Arkivstruktur.Konvertering
+Arkivstruktur.ElektroniskSignatur -[hidden]-> Arkivstruktur.Dokumentobjekt
+@enduml
+</pre>
+
+<p><a href="http://plantuml.com/class-diagram">The format</a> is quite
+compact, with little redundant information.  The text expresses
+entities and relations, and there is little layout related fluff.  One
+can reuse content by using include files, allowing for consistent
+naming across several diagrams.  The include files can be standalone
+PlantUML too.  Here is the content of
+<tt>media/uml-class-arkivskaper.iuml</tt>:</p>
+
+<pre>
+@startuml
+class Arkivstruktur.Arkivskaper <Arkivenhet> {
+  +arkivskaperID : string
+  +arkivskaperNavn : string
+  +beskrivelse : string [0..1]
+}
+@enduml
+</pre>
+
+<p>This is what the complete diagram for the PlantUML notation above
+look like:</p>
+
+<p><img width="80%" src="http://people.skolelinux.org/pere/blog/images/2019-03-25-noark5-plantuml-diagrameksempel.png"></p>
+
+<p>A cool feature of PlantUML is that the generated PNG files include
+the entire original source diagram as text.  The source (with include
+statements expanded) can be extracted using for example
+<tt>exiftool</tt>.  Another cool feature is that parts of the entities
+can be hidden after inclusion.  This allow to use include files with
+all attributes listed, even for UML diagrams that should not list any
+attributes.</p>
+
+<p>The diagram also show some of the warts.  Some times the layout
+engine place text labels on top of each other, and some times it place
+the class boxes too close to each other, not leaving room for the
+labels on the relationship arrows.  The former can be worked around by
+placing extra newlines in the labes (ie "\n").  I did not do it here
+to be able to demonstrate the issue.  I have not found a good way
+around the latter, so I normally try to reduce the problem by changing
+from vertical to horizontal links to improve the layout.</p>
+
+<p>All in all, I am quite happy with PlantUML, and very impressed with
+how quickly its lead developer responds to questions.  So far I got an
+answer to my questions in a few hours when I send an email.  I
+definitely recommend looking at PlantUML if you need to make UML
+diagrams.  Note, PlantUML can draw a lot more than class relations.
+Check out the documention for a complete list. :)</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nice free software">nice free software</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Release_0_3_of_free_software_archive_API_system_Nikita_announced.html">Release 0.3 of free software archive API system Nikita announced</a>
+      </div>
+      <div class="date">
+        24th March 2019
+      </div>
+      <div class="body">
+        <p>Yesterday,  a new release of 
+<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
+Noark 5 core project</a> was
+<a href="https://lists.nuug.no/pipermail/nikita-noark/2019-March/000451.html">announced
+on the project mailing list</a>.  The free software solution is an
+implementation of the Norwegian archive standard Noark 5 used by
+government offices in Norway.  These were the changes in version 0.3
+since version 0.2.1 (from NEWS.md):</p>
+
+<ul>
+  <li>Improved ClassificationSystem and Class behaviour.</li>
+  <li>Tidied up known inconsistencies between domain model and hateaos links.</li>
+  <li>Added experimental code for blockchain integration.  </li>
+  <li>Make token expiry time configurable at upstart from properties file.</li>
+  <li>Continued work on OData search syntax.</li>
+  <li>Started work on pagination for entities, partly implemented for Saksmappe.</li>
+  <li>Finalise ClassifiedCode Metadata entity.</li>
+  <li>Implement mechanism to check if authentication token is still
+   valid.  This allow the GUI to return a more sensible message to the
+   user if the token is expired.</li>
+  <li>Reintroduce browse.html page to allow user to browse JSON API using
+   hateoas links.</li>
+  <li>Fix bug in handling file/mappe sequence number.  Year change was
+   not properly handled.</li>
+  <li>Update application yml files to be in sync with current development.</li>
+  <li>Stop 'converting' everything to PDF using libreoffice.  Only
+   convert the file formats doc, ppt, xls, docx, pptx, xlsx, odt, odp
+   and ods.</li>
+  <li>Continued code style fixing, making code more readable.</li>
+  <li>Minor bug fixes.</li>
+  
+</ul>
+
+<p>If free and open standardized archiving API sound interesting to
+you, please contact us on IRC
+(<a href="irc://irc.freenode.net/%23nikita">#nikita on
+irc.freenode.net</a>) or email
+(<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
+mailing list</a>).</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Oppdaterte_kommentarer_til__Evaluation_of__il_legality__for_Popcorn_Time.html">Oppdaterte kommentarer til «Evaluation of (il)legality» for Popcorn Time</a>
+      </div>
+      <div class="date">
+        16th January 2019
+      </div>
+      <div class="body">
+        <p>I forrige uke var jeg i Borgarting lagmannsrett som partshjelper og
+  sakkyndig vitne og presenterte mine oppdaterte undersøkelser rundt
+  <a href="https://github.com/petterreinholdtsen/public-domain-free-imdb">telling
+  av filmverk i det fri</a>, relatert til
+  <a href="https://www.nuug.no/">foreningen NUUG</a>s involvering i <a
+  href="https://www.nuug.no/news/tags/dns-domenebeslag/">saken om
+  Økokrims beslag og senere inndragning av DNS-domenet
+  popcorn-time.no</a>.  I forkant hadde jeg oppdatert mitt notat med
+  kommentarer til et av aktors bevis, som forsøkte å måle hvor stor
+  andel ulovligheter som var tilgjengelig via Popcorn Time-avspillere.
+  Jeg mistenker flere kan ha glede av å lese dette notatet, som jeg
+  publiserte en tidligere versjon av i fjor, så her er det.  Legger
+  også ved avskrift av dokument 09,13, som er det sentrale dokumentet
+  jeg kommenterer.</p>
+
+<p><strong>Oppdaterte kommentarer til «Evaluation of (il)legality» for
+Popcorn Time</strong></p>
+
+<p><strong>Oppsummering</strong></p>
+
+<p>Målemetoden som Økokrim har lagt til grunn når de påstår at 99% av
+  filmene tilgjengelig fra Popcorn Time deles ulovlig har svakheter
+  som gjør resultatet upålitelig.</p>
+
+<p>De eller den som har vurdert hvorvidt filmer kan lovlig deles er
+  ikke i stand til å identifisere filmer som kan deles lovlig eller er
+  falt i det fri og har tilsynelatende antatt at kun veldig gamle
+  filmer kan deles lovlig. Økokrim legger til grunn at det bare finnes
+  èn film, Charlie Chaplin-filmen «The Circus» fra 1928, som kan deles
+  fritt blant de som ble observert tilgjengelig via ulike Popcorn
+  Time-varianter. Med min begrensede og ufullstendige oversikt finner
+  jeg tre flere blant de observerte filmene: «The Brain That Wouldn't
+  Die» fra 1962, «God’s Little Acre» fra 1958 og «She Wore a Yellow
+  Ribbon» fra 1949. Det er godt mulig det finnes flere. Det finnes
+  dermed minst fire ganger så mange filmer som lovlig kan deles på
+  Internett i datasettet Økokrim har lagt til grunn når det påstås at
+  mindre enn 1 % kan deles lovlig.</p>
+
+<p>Dernest, utplukket som gjøres ved søk på tilfeldige ord hentet fra
+  ordlisten til Dale-Chall avviker fra årsfordelingen til de brukte
+  filmkatalogene som helhet, hvilket påvirker fordelingen mellom
+  filmer som kan lovlig deles og filmer som ikke kan lovlig deles. I
+  tillegg gir valg av øvre del (de fem første) av søkeresultatene et
+  avvik fra riktig årsfordeling, hvilket påvirker fordelingen av verk
+  i det fri i søkeresultatet.</p>
+
+<p>Til sist er det viktig å merke seg at det som måles er ikke
+  (u)lovligheten knyttet til <strong>bruken</strong> av Popcorn Time,
+  men (u)lovligheten til innholdet i ulike bittorrent-filmkataloger
+  som vedlikeholdes av ulike miljøer uavhengig av Popcorn Time, og som
+  ulike Popcorn Time-varianter har benyttet seg av.</p>
+
+<p>Omtalte dokumenter: 09,12, <a href="#dok-09-13">09,13</a>, 09,14,
+  09,18, 09,19, 09,20.</p>
+
+<p><strong>Utfyllende kommentarer</strong></p>
+
+<p>Økokrim har forklart domstolene at minst 99% av alt som er
+  tilgjengelig fra ulike Popcorn Time-varianter deles ulovlig på
+  Internet. Jeg ble nysgjerrig på hvordan de er kommet frem til dette
+  tallet, og dette notatet er en samling kommentarer rundt målingen
+  Økokrim henviser til. Litt av bakgrunnen for at jeg valgte å se på
+  saken er at jeg er interessert i å identifisere og telle hvor mange
+  kunstneriske verk som er falt i det fri eller av andre grunner kan
+  lovlig deles på Internett, og dermed var interessert i hvordan en
+  hadde funnet den ene prosenten som kanskje deles lovlig.</p>
+
+<p>Andelen på 99% kommer fra et ukreditert og udatert notatet som tar
+  mål av seg å dokumentere en metode for å måle hvor (u)lovlig ulike
+  Popcorn Time-varianter er.</p>
+
+<p>Raskt oppsummert, så forteller metodedokumentet at fordi det ikke
+  er mulig å få tak i komplett liste over alle filmtitler tilgjengelig
+  via Popcorn Time, så lages noe som skal være et representativt
+  utvalg ved å velge 50 tilfeldige søkeord større enn tre tegn fra en
+  ordliste kjent som Dale-Chall. For hvert søkeord gjøres et søk og de
+  første fem filmene i søkeresultatet samles inn inntil 100 unike
+  filmtitler er funnet. Hvis 50 søkeord ikke var tilstrekkelig for å
+  nå 100 unike filmtitler ble flere filmer fra hvert søkeresultat lagt
+  til. Hvis dette heller ikke var tilstrekkelig, så ble det hentet ut
+  og søkt på flere tilfeldig valgte søkeord inntil 100 unike
+  filmtitler var identifisert.</p>
+
+<p>Deretter ble for hver av filmtitlene «vurdert hvorvidt det var
+  rimelig å forvente om at verket var vernet av copyright, ved å se på
+  om filmen var tilgjengelig i IMDB, samt se på regissør,
+  utgivelsesår, når det var utgitt for bestemte markedsområder samt
+  hvilke produksjons- og distribusjonsselskap som var registrert» (min
+  oversettelse).</p>
+
+<p>Metoden er gjengitt både i de ukrediterte dokumentene 09,13 og
+  09,19, samt beskrevet fra side 47 i dokument 09,20, lysark datert
+  2017-02-01. Sistnevnte er kreditert Geerart Bourlon fra Motion
+  Picture Association EMEA.</p>
+
+<p>Metoden virker å ha flere svakheter som gir resultatene en
+  slagside. Den starter med å slå fast at det ikke er mulig å hente ut
+  en komplett liste over alle filmtitler som er tilgjengelig, og at
+  dette er bakgrunnen for metodevalget. Denne forutsetningen er ikke i
+  tråd med det som står i dokument 09,12, som ikke heller har oppgitt
+  forfatter og dato. Dokument 09,12 forteller hvordan hele
+  kataloginnholdet i en bittorrent-katalog ble lasted ned og talt
+  opp. Dokument 09,12 er muligens samme rapport som det ble referert
+  til i dom fra Oslo Tingrett 2017-11-03
+  (<a href="https://www.domstol.no/no/Enkelt-domstol/Oslo--tingrett/Nyheter/ma-sperre-for-popcorn-time/">sak
+  17-093347TVI-OTIR/05</a>) under navnet rapport av 1. juni 2017 av
+  Alexander Kind Petersen. De ligner, men jeg har ikke sammenlignet
+  dokumentene ord for ord for å kontrollere om de er identiske.</p>
+
+<p>Det finnes flere kilder som kan brukes til å finne filmer som er
+  allemannseie (public domain) eller har bruksvilkår som gjør det
+  lovlig for alle å dele dem på Internett. Jeg har det siste året
+  forsøkt å samle og krysskoble disse listene ved hjelp av tittel-ID i
+  IMDB for å forsøke å telle antall filmer i det fri. Ved å ta
+  utgangspunkt i slike lister (og publiserte filmer for
+  Internett-arkivets del), har jeg så langt klart å identifisere over
+  14 000 filmer, hovedsaklig spillefilmer. Noen filmer er gått tapt
+  ved at de eneste kjente eksemplarene er blitt ødelagt. Jeg har ikke
+  forsøkt å finne ut hvilke filmer som er gått tapt, ut over å se
+  hvilke filmer som er tilgjengelig på filmdelings-nettsteder.</p>
+
+<p>IMDB er en forkortelse for The Internet Movie Database, en
+  anerkjent kommersiell nettjeneste som brukes aktivt av både
+  filmbransjen og andre til å holde rede på hvilke spillefilmer (og
+  endel andre filmer) som finnes eller er under produksjon, samt
+  informasjon om disse filmene. Datakvaliteten er høy, med få feil og
+  få filmer som mangler. IMDB viser ikke informasjon om
+  opphavsrettslig status for filmene på infosiden for hver film, men
+  frivillige har lagt ut på IMDB-tjenesten lister med filmer som antas
+  å være verk i det fri. Disse listene er en liten del av kildene for
+  min telling av verk som kan lovlig deles på Internett.</p>
+
+<p>De aller fleste oppføringene over verk i det fri er hentet fra IMDB
+  selv, basert på det faktum at alle filmer laget i USA før 1923 er
+  falt i det fri. Tilsvarende tidsgrense for Storbritannia er
+  1912-07-01, men dette utgjør bare veldig liten del av spillefilmene
+  i IMDB (19 totalt). En annen stor andel kommer fra
+  Internett-arkivet, der jeg har identifisert filmer som har referanse
+  til IMDB. Internett-arkivet, som holder til i USA, har
+  som <a href="https://archive.org/about/terms.php">policy å kun
+  publisere filmer som det er lovlig å distribuere</a>. Jeg har under
+  arbeidet kommet over flere filmer som har blitt fjernet fra
+  Internett-arkivet, hvilket gjør at jeg konkluderer med at folkene
+  som kontrollerer Internett-arkivet har et aktivt forhold til kun å
+  ha lovlig innhold der, selv om det i stor grad er drevet av
+  frivillige. Internett-arkivet har publisert 4.6 millioner
+  videofilmer som samtlige er tilgjengelig også med
+  Bittorrent-protokollen. En annen stor liste med filmer kommer fra
+  det kommersielle selskapet Retro Film Vault, som selger
+  allemannseide filmer til TV- og filmbransjen, Jeg har også benyttet
+  meg av lister over filmer som hevdes å være allemannseie, det være
+  seg Public Domain Review, Public Domain Torrents og Public Domain
+  Movies (to ulike tjenester med samme navn, på .net og .info), samt
+  lister over filmer med Creative Commons-lisensiering fra Wikipedia,
+  VODO og The Hill Productions. Jeg har gjort endel stikkontroll ved å
+  vurdere filmer som kun omtales på en liste. Der jeg har funnet feil
+  som har gjort meg i tvil om vurderingen til de som har laget listen
+  har jeg forkastet listen fullstendig (gjelder for eksemel en av
+  listene fra IMDB).</p>
+
+<p>Ved å ta utgangspunkt i verk som kan antas å være lovlig delt på
+  Internett (fra blant annet Internett-arkivet, Public Domain
+  Torrents, Public Domain Reivew og Public Domain Movies), og knytte
+  dem til oppføringer i IMDB, så har jeg så langt klart å identifisere
+  over 14 000 filmer (hovedsaklig spillefilmer) det er grunn til å tro
+  kan lovlig distribueres av alle på Internett. Som ekstra kilder er
+  det brukt lister over filmer som antas/påstås å være
+  allemannseie. Disse kildene kommer fra miljøer som jobber for å
+  gjøre tilgjengelig for almennheten alle verk som er falt i det fri
+  eller har bruksvilkår som tillater deling.</p>
+
+<p>I tillegg til de over 14 000 filmene der tittel-ID i IMDB er
+  identifisert, har jeg funnet mer enn 26 000 oppføringer der jeg ennå
+  ikke har hatt kapasitet til å spore opp tittel-ID i IMDB. Jeg har
+  sett at noen av disse er duplikater av de IMDB-oppføringene som er
+  identifisert så langt, men de fleste jeg har hatt tid til å
+  undersøke så langt har vist seg å ikke være duplikater. Retro Film
+  Vault hevder å ha 44 000 filmverk i det fri i sin katalog, så det er
+  mulig at det reelle tallet er betydelig høyere enn de jeg har klart
+  å identifisere så langt. Konklusjonen en kan trekke fra dette er at
+  tallet 14 000 er nedre grense for hvor mange filmer i IMDB som kan
+  lovlig deles på Internett. I
+  følge <a href="https://www.imdb.com/stats">statistikk fra IMDB</a>
+  er det 4.6 millioner titler registrert, hvorav 3 millioner er
+  TV-serieepisoder.</p>
+
+<p>Hvis en fordeler på år alle tittel-IDene i IMDB som hevdes å deles
+  lovlig på Internett, får en følgende histogram:</p>
+
+<p align="center"><img src="http://people.skolelinux.org/pere/blog/images/2019-01-16-dns-beslag-verkidetfri-2018-11-26-histogram-year.png"
+       alt="histogram over frie filmer per år" width="80%"/></p>
+
+<p>En kan i histogrammet se at effekten av manglende registrering
+  eller fornying av registrering er at mange filmer gitt ut i USA før
+  1978 er allemannseie i dag. I tillegg kan en se at det finnes flere
+  filmer gitt ut de siste årene med bruksvilkår som tillater deling,
+  muligens på grunn av fremveksten
+  av <a href="https://creativecommons.org/">Creative
+  Commons</a>-bevegelsen.</p>
+
+<p>IMDB har lagt ut <a href="https://www.imdb.com/interfaces/">en
+  maskinlesbare liste</a> over alle registreringene i sin database, og
+  ved hjelp av denne har jeg oppsummert antall titler per år i
+  kategoriene «movies» og «short», som er det jeg fokuserer på i min
+  telling. Inn i oversikten er det tegnet hvor stor prosentandel
+  antallet filmer som hevdes å kunne deles lovlig på Internett utgjør
+  av IMDB-totalen. Ut fra oversikten får man en ide om hvor stor andel
+  av totalen som kan mangle i min telling, for eksempel ved å merke
+  seg at få prosenter av filmene utgitt tidlig på 1900-tallet er med i
+  min telling.</p>
+
+<p align="center"><img src="http://people.skolelinux.org/pere/blog/images/2019-01-16-dns-beslag-verkidetfri-2018-11-26-histogram-year-imdb.png"
+       alt="histogram over filmer og frie filmer per år" width="80%" /></p>
+
+<p>For maskinell analyse av katalogene laget jeg et lite program som
+  kobler seg til bittorrent-katalogene som brukes av ulike Popcorn
+  Time-varianter og laster ned komplett liste over filmer i
+  katalogene. Dette bekrefter at det er mulig å hente ut komplett
+  liste med alle filmtitler som er tilgjengelig i katalogene, i strid
+  med påstanden i dokumentene 09,13, 09,19 og 09,20. Jeg har sett på
+  fire bittorrent-kataloger. Den ene ble brukt av klienten
+  tilgjengelig fra www.popcorntime.sh 2017-12-18 og er navngitt «sh» i
+  dette dokumentet. Den andre brukes i følge dokument 09,12 av
+  klienten tilgjengelig fra popcorntime.ag og popcorntime.sh på ukjent
+  tidspunkt og er navngitt «yts» i dette dokumentet. Den tredje ble
+  brukt av websidene tilgjengelig fra popcorntime-online.tv 2017-12-18
+  og er navngitt «apidomain» i dette dokumentet. Den fjerde ble brukt
+  av klienten tilgjengelig fra popcorn-time.to i følge dokument 09,12
+  på ukjent tidspunkt, og er navngitt «ukrfnlge» i dette
+  dokumentet. Hvilke kataloger som brukes av ulike Popcorn
+  Time-klienter endrer seg over tid, da Popcorn Time-klientene i
+  praksis er nettlesere som viser frem ulike nettsider og disse
+  nettsidene bytter datakilder når nettsidens eier ønsker det.</p>
+
+<p>Metoden som Økokrim legger til grunn, skriver i sitt punkt fire at
+  skjønn er en egnet metode for å finne ut om en film kan lovlig deles
+  på Internett eller ikke, og sier at det ble «vurdert hvorvidt det
+  var rimelig å forvente om at verket var vernet av copyright». For
+  det første er det ikke nok å slå fast om en film er «vernet av
+  copyright» for å vite om det er lovlig å dele den på Internett eller
+  ikke, da det finnes flere filmer med opphavsrettslige bruksvilkår
+  som tillater deling på Internett. Eksempler på dette er Creative
+  Commons-lisensierte filmer som Citizenfour fra 2014 og Sintel fra
+  2010. I tillegg til slike finnes det flere filmer som nå er
+  allemannseie (public domain) på grunn av manglende registrering
+  eller fornying av registrering selv om både regisør,
+  produksjonsselskap og distributør ønsker seg vern. Eksempler på
+  dette er Plan 9 from Outer Space fra 1959 og Night of the Living
+  Dead fra 1968. Alle filmer fra USA som var allemannseie før
+  1989-03-01 forble i det fri da Bern-konvensjonen, som tok effekt i
+  USA på det tidspunktet, ikke ble gitt tilbakevirkende
+  kraft. <a href="https://www.latimes.com/local/lanow/la-me-ln-happy-birthday-song-lawsuit-decision-20150922-story.html">Historien
+  om sangen «Happy birthday»</a>, der betaling for bruk har vært krevd
+  inn i flere tiår selv om sangen ikke var vernet av åndsverksloven,
+  forteller oss at hvert enkelt verk må vurderes nøye og i detalj før
+  en kan slå fast om verket er allemannseie eller ikke, det holder
+  ikke å tro på selverklærte rettighetshavere. Flere eksempel på verk
+  i det fri som feilklassifiseres som vernet er fra dokument 09,18,
+  som lister opp søkeresultater for pklienten omtalt som
+  popcorntime.sh og i følge notatet kun inneholder en film (The Circus
+  fra 1928) som under tvil kan antas å være allemannseie.</p>
+
+<p>Ved rask gjennomlesning av dokument 09,18, som inneholder
+  skjermbilder fra bruk av en Popcorn Time-variant, fant jeg omtalt
+  både filmen «The Brain That Wouldn't Die» fra 1962 som
+  er <a href="https://archive.org/details/brain_that_wouldnt_die">tilgjengelig
+  fra Internett-arkivet</a> og
+  som <a href="https://en.wikipedia.org/wiki/List_of_films_in_the_public_domain_in_the_United_States">i
+  følge Wikipedia er allemannseie i USA</a> da den ble gitt ut i 1962
+  uten «copyright»-merking, og filmen «God’s Little Acre» fra
+  1958 <a href="https://en.wikipedia.org/wiki/God%27s_Little_Acre_%28film%29">som
+  er lagt ut på Wikipedia</a>, der det fortelles at sort/hvit-utgaven
+  er allemannseie. Det fremgår ikke fra dokument 09,18 om filmen
+  omtalt der er sort/hvit-utgaven. Av kapasitetsårsaker og på grunn av
+  at filmoversikten i dokument 09,18 ikke er maskinlesbart har jeg
+  ikke forsøkt å sjekke alle filmene som listes opp der om mot liste
+  med filmer som er antatt lovlig kan distribueres på Internet.</p>
+
+<p>Ved maskinell gjennomgang av listen med IMDB-referanser under
+  regnearkfanen «Unique titles» i dokument 09.14, fant jeg i tillegg
+  filmen «She Wore a Yellow Ribbon» fra 1949) som nok også er
+  feilklassifisert. Filmen «She Wore a Yellow Ribbon» er tilgjengelig
+  fra Internett-arkivet og markert som allemannseie der. Det virker
+  dermed å være minst fire ganger så mange filmer som kan lovlig deles
+  på Internett enn det som er lagt til grunn når en påstår at minst
+  99% av innholdet er ulovlig. Jeg ser ikke bort fra at nærmere
+  undersøkelser kan avdekke flere. Poenget er uansett ikke hvor mange
+  filmer i listen som er lovlig å dele på Internet, men at metodens
+  punkt med vurdering av «rimelig å forvente om at verket var vernet
+  av copyright» gjør metoden upålitelig.</p>
+
+<p>Den omtalte målemetoden velger ut tilfeldige søketermer fra
+  ordlisten Dale-Chall. Den ordlisten inneholder 3000 enkle engelske
+  ord som fjerdeklassinger i USA er forventet å forstå. Det fremgår
+  ikke hvorfor akkurat denne ordlisten er valgt, og det er uklart for
+  meg om den er egnet til å få et representativt utvalg av
+  filmer. Mange av ordene gir tomt søkeresultat. Ved å simulerte
+  tilsvarende søk ser jeg store avvik fra fordelingen i katalogen for
+  enkeltmålinger. Dette antyder at enkeltmålinger av 100 filmer slik
+  målemetoden beskriver er gjort, ikke er velegnet til å finne andel
+  ulovlig innhold i bittorrent-katalogene.</p>
+
+<p>En kan motvirke dette store avviket for enkeltmålinger ved å gjøre
+  mange søk og slå sammen resultatet. Jeg har testet ved å gjennomføre
+  100 enkeltmålinger (dvs. måling av (100x100=) 10 000 tilfeldig
+  valgte filmer) som gir mindre, men fortsatt betydelig avvik, i
+  forhold til telling av filmer pr år i hele katalogen.</p>
+
+<p>Målemetoden henter ut de fem øverste i
+  søkeresultatet. Søkeresultatene er sortert på antall
+  bittorrent-klienter registrert som delere i katalogene, hvilket kan
+  gi en slagside mot hvilke filmer som er populære blant de som bruker
+  bittorrent-katalogene, uten at det forteller noe om hvilket innhold
+  som er tilgjengelig eller hvilket innhold som deles med Popcorn
+  Time-klienter. Jeg har forsøkt å måle hvor stor en slik slagside
+  eventuelt er ved å sammenligne fordelingen hvis en tar de 5 nederste
+  i søkeresultatet i stedet. Avviket for disse to metodene for flere
+  av katalogene er godt synlig på histogramet. Her er histogram over
+  filmer funnet i den komplette katalogen (grønn strek), og filmer
+  funnet ved søk etter ord i Dale-Chall. Grafer merket «top» henter
+  fra de 5 første i søkeresultatet, mens de merket «bottom» henter fra
+  de 5 siste. En kan her se at resultatene påvirkes betydelig av
+  hvorvidt en ser på de første eller de siste filmene i et
+  søketreff.</p>
+
+<p align="center">
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-sh-top.png" width="40%" />
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-sh-bottom.png" width="40%" />
+  <br/>
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-yts-top.png" width="40%" />
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-yts-bottom.png" width="40%" />
+  <br/>
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-ukrfnlge-top.png" width="40%" />
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-ukrfnlge-bottom.png" width="40%" />
+  <br/>
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-apidomain-top.png" width="40%" />
+  <img src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-apidomain-bottom.png" width="40%" />
+</p>
+
+<p>Det er viktig å merke seg at de omtalte bittorrent-katalogene ikke
+  er laget for bruk med Popcorn Time, men for ulike miljøer av
+  bittorrent-brukere. Eksempelvis tilhører katalogen YTS, som brukes
+  av klientet som ble lastes ned fra popcorntime.sh, et selvstendig
+  fildelings-relatert nettsted YTS.AG med et separat
+  brukermiljø. Målemetoden foreslått av Økokrim måler dermed ikke
+  (u)lovligheten rundt bruken av Popcorn Time, men (u)lovligheten til
+  innholdet i disse katalogene.</p>
+
+<hr/>
+
+<p id="dok-09-13">Metoden fra Økokrims dokument 09,13 i straffesaken
+  om DNS-beslag.</p>
+
+<blockquote>
+
+<p><strong>1. Evaluation of (il)legality</strong></p>
+
+<p><strong>1.1. Methodology</strong>
+     
+<p>Due to its technical configuration, Popcorn Time applications don't
+allow to make a full list of all titles made available. In order to
+evaluate the level of illegal operation of PCT, the following
+methodology was applied:</p>
+
+<ol>
+
+ <li>A random selection of 50 keywords, greater than 3 letters, was
+    made from the Dale-Chall list that contains 3000 simple English
+    words1. The selection was made by using a Random Number
+    Generator2.</li>
+         
+ <li>For each keyword, starting with the first randomly selected
+    keyword, a search query was conducted in the movie section of the
+    respective Popcorn Time application. For each keyword, the first
+    five results were added to the title list until the number of 100
+    unique titles was reached (duplicates were removed).</li>
+         
+ <li>For one fork, .CH, insufficient titles were generated via this
+    approach to reach 100 titles. This was solved by adding any
+    additional query results above five for each of the 50 keywords.
+    Since this still was not enough, another 42 random keywords were
+    selected to finally reach 100 titles.</li>
+         
+ <li>It was verified whether or not there is a reasonable expectation
+    that the work is copyrighted by checking if they are available on
+    IMDb, also verifying the director, the year when the title was
+    released, the release date for a certain market, the production
+    company/ies of the title and the distribution company/ies.</li>
+
+</ol>
+
+<p><strong>1.2. Results</strong></p>
+     
+<p>Between 6 and 9 June 2016, four forks of Popcorn Time were
+investigated: popcorn-time.to, popcorntime.ag, popcorntime.sh and
+popcorntime.ch. An excel sheet with the results is included in
+Appendix 1. Screenshots were secured in separate Appendixes for each
+respective fork, see Appendix 2-5.</p>
+
+<p>For each fork, out of 100, de-duplicated titles it was possible to
+retrieve data according to the parameters set out above that indicate
+that the title is commercially available. Per fork, there was 1 title
+that presumably falls within the public domain, i.e. the 1928 movie
+"The Circus" by and with Charles Chaplin.</p>
+
+<p>Based on the above it is reasonable to assume that 99% of the movie
+content of each fork is copyright protected and is made available
+illegally.</p>
+
+<p>This exercise was not repeated for TV series, but considering that
+besides production companies and distribution companies also
+broadcasters may have relevant rights, it is reasonable to assume that
+at least a similar level of infringement will be established.</p>
+
+<p>Based on the above it is reasonable to assume that 99% of all the
+content of each fork is copyright protected and are made available
+illegally.</p>
+
+</blockquote>
+
+<p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
+det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
+til min adresse
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
+Merk, betaling med bitcoin er ikke anonymt. :)</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Release_0_2_of_free_software_archive_system_Nikita_announced.html">Release 0.2 of free software archive system Nikita announced</a>
+      </div>
+      <div class="date">
+        18th October 2018
+      </div>
+      <div class="body">
+        <p>This morning, the new release of the
+<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
+Noark 5 core project</a> was
+<a href="https://lists.nuug.no/pipermail/nikita-noark/2018-October/000406.html">announced
+on the project mailing list</a>.  The free software solution is an
+implementation of the Norwegian archive standard Noark 5 used by
+government offices in Norway.  These were the changes in version 0.2
+since version 0.1.1 (from NEWS.md):
+
+<ul>
+  <li>Fix typos in REL names</li>
+  <li>Tidy up error message reporting</li>
+  <li>Fix issue where we used Integer.valueOf(), not Integer.getInteger()</li>
+  <li>Change some String handling to StringBuffer</li>
+  <li>Fix error reporting</li>
+  <li>Code tidy-up</li>
+  <li>Fix issue using static non-synchronized SimpleDateFormat to avoid 
+      race conditions</li>
+  <li>Fix problem where deserialisers were treating integers as strings</li>
+  <li>Update methods to make them null-safe</li>
+  <li>Fix many issues reported by coverity</li>
+  <li>Improve equals(), compareTo() and hash() in domain model</li>
+  <li>Improvements to the domain model for metadata classes</li>
+  <li>Fix CORS issues when downloading document</li>
+  <li>Implementation of case-handling with registryEntry and document upload</li>
+  <li>Better support in Javascript for OPTIONS</li>
+  <li>Adding concept description of mail integration</li>
+  <li>Improve setting of default values for GET on ny-journalpost</li>
+  <li>Better handling of required values during deserialisation </li>
+  <li>Changed tilknyttetDato (M620) from date to dateTime</li>
+  <li>Corrected some opprettetDato (M600) (de)serialisation errors.</li>
+  <li>Improve parse error reporting.</li>
+  <li>Started on OData search and filtering.</li>
+  <li>Added Contributor Covenant Code of Conduct to project.</li>
+  <li>Moved repository and project from Github to Gitlab.</li>
+  <li>Restructured repository, moved code into src/ and web/.</li>
+  <li>Updated code to use Spring Boot version 2.</li>
+  <li>Added support for OAuth2 authentication.</li>
+  <li>Fixed several bugs discovered by Coverity.</li>
+  <li>Corrected handling of date/datetime fields.</li>
+  <li>Improved error reporting when rejecting during deserializatoin.</li>
+  <li>Adjusted default values provided for ny-arkivdel, ny-mappe,
+   ny-saksmappe, ny-journalpost and ny-dokumentbeskrivelse.</li>
+  <li>Several fixes for korrespondansepart*.</li>
+  <li>Updated web GUI:
+     <ul>
+       <li>Now handle both file upload and download.</li>
+       <li>Uses new OAuth2 authentication for login.</li>
+       <li>Forms now fetches default values from API using GET.</li>
+       <li>Added RFC 822 (email), TIFF and JPEG to list of possible file formats.</li>
+     </ul></li>
+</ul>
+
+<p>The changes and improvements are extensive.  Running diffstat on
+the changes between git tab 0.1.1 and 0.2 show 1098 files changed,
+108666 insertions(+), 54066 deletions(-).</p>
+
+<p>If free and open standardized archiving API sound interesting to
+you, please contact us on IRC
+(<a href="irc://irc.freenode.net/%23nikita">#nikita on
+irc.freenode.net</a>) or email
+(<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
+mailing list</a>).</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Kommentarer_til__Evaluation_of__il_legality__for_Popcorn_Time.html">Kommentarer til «Evaluation of (il)legality» for Popcorn Time</a>
+      </div>
+      <div class="date">
+        20th December 2017
+      </div>
+      <div class="body">
+        <p>I går var jeg i Follo tingrett som sakkyndig vitne og presenterte
+  mine undersøkelser rundt
+  <a href="https://github.com/petterreinholdtsen/public-domain-free-imdb">telling
+    av filmverk i det fri</a>, relatert til
+  <a href="https://www.nuug.no/">foreningen NUUG</a>s involvering i
+  <a href="https://www.nuug.no/news/tags/dns-domenebeslag/">saken om
+  Økokrims beslag og senere inndragning av DNS-domenet
+  popcorn-time.no</a>.  Jeg snakket om flere ting, men mest om min
+  vurdering av hvordan filmbransjen har målt hvor ulovlig Popcorn Time
+  er.  Filmbransjens måling er så vidt jeg kan se videreformidlet uten
+  endringer av norsk politi, og domstolene har lagt målingen til grunn
+  når de har vurdert Popcorn Time både i Norge og i utlandet (tallet
+  99% er referert også i utenlandske domsavgjørelser).</p>
+
+<p>I forkant av mitt vitnemål skrev jeg et notat, mest til meg selv,
+  med de punktene jeg ønsket å få frem.  Her er en kopi av notatet jeg
+  skrev og ga til aktoratet.  Merkelig nok ville ikke dommerene ha
+  notatet, så hvis jeg forsto rettsprosessen riktig ble kun
+  histogram-grafen lagt inn i dokumentasjonen i saken.  Dommerne var
+  visst bare interessert i å forholde seg til det jeg sa i retten,
+  ikke det jeg hadde skrevet i forkant.  Uansett så antar jeg at flere
+  enn meg kan ha glede av teksten, og publiserer den derfor her.
+  Legger ved avskrift av dokument 09,13, som er det sentrale
+  dokumentet jeg kommenterer.</p>
+
+<p><strong>Kommentarer til «Evaluation of (il)legality» for Popcorn
+  Time</strong></p>
+
+<p><strong>Oppsummering</strong></p>           
+
+<p>Målemetoden som Økokrim har lagt til grunn når de påstår at 99% av
+  filmene tilgjengelig fra Popcorn Time deles ulovlig har
+  svakheter.</p>
+
+<p>De eller den som har vurdert hvorvidt filmer kan lovlig deles har
+  ikke lyktes med å identifisere filmer som kan deles lovlig og har
+  tilsynelatende antatt at kun veldig gamle filmer kan deles lovlig.
+  Økokrim legger til grunn at det bare finnes èn film, Charlie
+  Chaplin-filmen «The Circus» fra 1928, som kan deles fritt blant de
+  som ble observert tilgjengelig via ulike Popcorn Time-varianter.
+  Jeg finner tre flere blant de observerte filmene: «The Brain That
+  Wouldn't Die» fra 1962, «God’s Little Acre» fra 1958 og «She Wore a
+  Yellow Ribbon» fra 1949.  Det er godt mulig det finnes flere.  Det
+  finnes dermed minst fire ganger så mange filmer som lovlig kan deles
+  på Internett i datasettet Økokrim har lagt til grunn når det påstås
+  at mindre enn 1 % kan deles lovlig.</p>
+
+<p>Dernest, utplukket som gjøres ved søk på tilfeldige ord hentet fra
+  ordlisten til Dale-Chall avviker fra årsfordelingen til de brukte
+  filmkatalogene som helhet, hvilket påvirker fordelingen mellom
+  filmer som kan lovlig deles og filmer som ikke kan lovlig deles.  I
+  tillegg gir valg av øvre del (de fem første) av søkeresultatene et
+  avvik fra riktig årsfordeling, hvilket påvirker fordelingen av verk
+  i det fri i søkeresultatet.</p>
+
+<p>Det som måles er ikke (u)lovligheten knyttet til bruken av Popcorn
+  Time, men (u)lovligheten til innholdet i bittorrent-filmkataloger
+  som vedlikeholdes uavhengig av Popcorn Time.</p>
+
+<p>Omtalte dokumenter: 09,12, <a href="#dok-09-13">09,13</a>, 09,14,
+09,18, 09,19, 09,20.</p>
+
+<p><strong>Utfyllende kommentarer</strong></p>
+
+<p>Økokrim har forklart domstolene at minst 99% av alt som er
+  tilgjengelig fra ulike Popcorn Time-varianter deles ulovlig på
+  Internet.  Jeg ble nysgjerrig på hvordan de er kommet frem til dette
+  tallet, og dette notatet er en samling kommentarer rundt målingen
+  Økokrim henviser til.  Litt av bakgrunnen for at jeg valgte å se på
+  saken er at jeg er interessert i å identifisere og telle hvor mange
+  kunstneriske verk som er falt i det fri eller av andre grunner kan
+  lovlig deles på Internett, og dermed var interessert i hvordan en
+  hadde funnet den ene prosenten som kanskje deles lovlig.</p>
+
+<p>Andelen på 99% kommer fra et ukreditert og udatert notatet som tar
+  mål av seg å dokumentere en metode for å måle hvor (u)lovlig ulike
+  Popcorn Time-varianter er.</p>
+
+<p>Raskt oppsummert, så forteller metodedokumentet at på grunn av at
+  det ikke er mulig å få tak i komplett liste over alle filmtitler
+  tilgjengelig via Popcorn Time, så lages noe som skal være et
+  representativt utvalg ved å velge 50 søkeord større enn tre tegn fra
+  ordlisten kjent som Dale-Chall.  For hvert søkeord gjøres et søk og
+  de første fem filmene i søkeresultatet samles inn inntil 100 unike
+  filmtitler er funnet.  Hvis 50 søkeord ikke var tilstrekkelig for å
+  nå 100 unike filmtitler ble flere filmer fra hvert søkeresultat lagt
+  til.  Hvis dette heller ikke var tilstrekkelig, så ble det hentet ut
+  og søkt på flere tilfeldig valgte søkeord inntil 100 unike
+  filmtitler var identifisert.</p>
+
+<p>Deretter ble for hver av filmtitlene «vurdert hvorvidt det var
+  rimelig å forvente om at verket var vernet av copyright, ved å se på
+  om filmen var tilgjengelig i IMDB, samt se på regissør,
+  utgivelsesår, når det var utgitt for bestemte markedsområder samt
+  hvilke produksjons- og distribusjonsselskap som var registrert» (min
+  oversettelse).</p>
+
+<p>Metoden er gjengitt både i de ukrediterte dokumentene 09,13 og
+  09,19, samt beskrevet fra side 47 i dokument 09,20, lysark datert
+  2017-02-01.  Sistnevnte er kreditert Geerart Bourlon fra Motion
+  Picture Association EMEA.  Metoden virker å ha flere svakheter som
+  gir resultatene en slagside.  Den starter med å slå fast at det ikke
+  er mulig å hente ut en komplett liste over alle filmtitler som er
+  tilgjengelig, og at dette er bakgrunnen for metodevalget.  Denne
+  forutsetningen er ikke i tråd med det som står i dokument 09,12, som
+  ikke heller har oppgitt forfatter og dato.  Dokument 09,12 forteller
+  hvordan hele kataloginnholdet ble lasted ned og talt opp.  Dokument
+  09,12 er muligens samme rapport som ble referert til i dom fra Oslo
+  Tingrett 2017-11-03
+  (<a href="https://www.domstol.no/no/Enkelt-domstol/Oslo--tingrett/Nyheter/ma-sperre-for-popcorn-time/">sak
+  17-093347TVI-OTIR/05</a>) som rapport av 1. juni 2017 av Alexander
+  Kind Petersen, men jeg har ikke sammenlignet dokumentene ord for ord
+  for å kontrollere dette.</p>
+
+<p>IMDB er en forkortelse for The Internet Movie Database, en
+  anerkjent kommersiell nettjeneste som brukes aktivt av både
+  filmbransjen og andre til å holde rede på hvilke spillefilmer (og
+  endel andre filmer) som finnes eller er under produksjon, og
+  informasjon om disse filmene.  Datakvaliteten er høy, med få feil og
+  få filmer som mangler.  IMDB viser ikke informasjon om
+  opphavsrettslig status for filmene på infosiden for hver film.  Som
+  del av IMDB-tjenesten finnes det lister med filmer laget av
+  frivillige som lister opp det som antas å være verk i det fri.</p>
+  
+<p>Det finnes flere kilder som kan brukes til å finne filmer som er
+  allemannseie (public domain) eller har bruksvilkår som gjør det
+  lovlig for alleå dele dem på Internett.  Jeg har de siste ukene
+  forsøkt å samle og krysskoble disse listene for å forsøke å telle
+  antall filmer i det fri.  Ved å ta utgangspunkt i slike lister (og
+  publiserte filmer for Internett-arkivets del), har jeg så langt
+  klart å identifisere over 11 000 filmer, hovedsaklig spillefilmer.
+
+<p>De aller fleste oppføringene er hentet fra IMDB selv, basert på det
+  faktum at alle filmer laget i USA før 1923 er falt i det fri.
+  Tilsvarende tidsgrense for Storbritannia er 1912-07-01, men dette
+  utgjør bare veldig liten del av spillefilmene i IMDB (19 totalt).
+  En annen stor andel kommer fra Internett-arkivet, der jeg har
+  identifisert filmer med referanse til IMDB.  Internett-arkivet, som
+  holder til i USA, har som
+  <a href="https://archive.org/about/terms.php">policy å kun publisere
+  filmer som det er lovlig å distribuere</a>.  Jeg har under arbeidet
+  kommet over flere filmer som har blitt fjernet fra
+  Internett-arkivet, hvilket gjør at jeg konkluderer med at folkene
+  som kontrollerer Internett-arkivet har et aktivt forhold til å kun
+  ha lovlig innhold der, selv om det i stor grad er drevet av
+  frivillige.  En annen stor liste med filmer kommer fra det
+  kommersielle selskapet Retro Film Vault, som selger allemannseide
+  filmer til TV- og filmbransjen, Jeg har også benyttet meg av lister
+  over filmer som hevdes å være allemannseie, det være seg Public
+  Domain Review, Public Domain Torrents og Public Domain Movies (.net
+  og .info), samt lister over filmer med Creative Commons-lisensiering
+  fra Wikipedia, VODO og The Hill Productions.  Jeg har gjort endel
+  stikkontroll ved å vurdere filmer som kun omtales på en liste.  Der
+  jeg har funnet feil som har gjort meg i tvil om vurderingen til de
+  som har laget listen har jeg forkastet listen fullstendig (gjelder
+  en liste fra IMDB).</p>
+  
+<p>Ved å ta utgangspunkt i verk som kan antas å være lovlig delt på
+  Internett (fra blant annet Internett-arkivet, Public Domain
+  Torrents, Public Domain Reivew og Public Domain Movies), og knytte
+  dem til oppføringer i IMDB, så har jeg så langt klart å identifisere
+  over 11 000 filmer (hovedsaklig spillefilmer) det er grunn til å tro
+  kan lovlig distribueres av alle på Internett.  Som ekstra kilder er
+  det brukt lister over filmer som antas/påstås å være allemannseie.
+  Disse kildene kommer fra miljøer som jobber for å gjøre tilgjengelig
+  for almennheten alle verk som er falt i det fri eller har
+  bruksvilkår som tillater deling.</p>
+
+<p>I tillegg til de over 11 000 filmene der tittel-ID i IMDB er
+  identifisert, har jeg funnet mer enn 20 000 oppføringer der jeg ennå
+  ikke har hatt kapasitet til å spore opp tittel-ID i IMDB.  Noen av
+  disse er nok duplikater av de IMDB-oppføringene som er identifisert
+  så langt, men neppe alle.  Retro Film Vault hevder å ha 44 000
+  filmverk i det fri i sin katalog, så det er mulig at det reelle
+  tallet er betydelig høyere enn de jeg har klart å identifisere så
+  langt.  Konklusjonen er at tallet 11 000 er nedre grense for hvor
+  mange filmer i IMDB som kan lovlig deles på Internett.  I følge <a
+  href="http://www.imdb.com/stats">statistikk fra IMDB</a> er det 4.6
+  millioner titler registrert, hvorav 3 millioner er TV-serieepisoder.
+  Jeg har ikke funnet ut hvordan de fordeler seg per år.</p>
+
+<p>Hvis en fordeler på år alle tittel-IDene i IMDB som hevdes å lovlig
+  kunne deles på Internett, får en følgende histogram:</p>
+
+<p align="center"><img width="80%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year.png"></p>
+
+<p>En kan i histogrammet se at effekten av manglende registrering
+  eller fornying av registrering er at mange filmer gitt ut i USA før
+  1978 er allemannseie i dag.  I tillegg kan en se at det finnes flere
+  filmer gitt ut de siste årene med bruksvilkår som tillater deling,
+  muligens på grunn av fremveksten av
+  <a href="https://creativecommons.org/">Creative
+  Commons</a>-bevegelsen..</p>
+  
+<p>For maskinell analyse av katalogene har jeg laget et lite program
+  som kobler seg til bittorrent-katalogene som brukes av ulike Popcorn
+  Time-varianter og laster ned komplett liste over filmer i
+  katalogene, noe som bekrefter at det er mulig å hente ned komplett
+  liste med alle filmtitler som er tilgjengelig.  Jeg har sett på fire
+  bittorrent-kataloger.  Den ene brukes av klienten tilgjengelig fra
+  www.popcorntime.sh og er navngitt 'sh' i dette dokumentet.  Den
+  andre brukes i følge dokument 09,12 av klienten tilgjengelig fra
+  popcorntime.ag og popcorntime.sh og er navngitt 'yts' i dette
+  dokumentet.  Den tredje brukes av websidene tilgjengelig fra
+  popcorntime-online.tv og er navngitt 'apidomain' i dette dokumentet.
+  Den fjerde brukes av klienten tilgjenglig fra popcorn-time.to i
+  følge dokument 09,12, og er navngitt 'ukrfnlge' i dette
+  dokumentet.</p>
+
+<p>Metoden Økokrim legger til grunn skriver i sitt punkt fire at
+  skjønn er en egnet metode for å finne ut om en film kan lovlig deles
+  på Internett eller ikke, og sier at det ble «vurdert hvorvidt det
+  var rimelig å forvente om at verket var vernet av copyright».  For
+  det første er det ikke nok å slå fast om en film er «vernet av
+  copyright» for å vite om det er lovlig å dele den på Internett eller
+  ikke, da det finnes flere filmer med opphavsrettslige bruksvilkår
+  som tillater deling på Internett.  Eksempler på dette er Creative
+  Commons-lisensierte filmer som Citizenfour fra 2014 og Sintel fra
+  2010.  I tillegg til slike finnes det flere filmer som nå er
+  allemannseie (public domain) på grunn av manglende registrering
+  eller fornying av registrering selv om både regisør,
+  produksjonsselskap og distributør ønsker seg vern.  Eksempler på
+  dette er Plan 9 from Outer Space fra 1959 og Night of the Living
+  Dead fra 1968.  Alle filmer fra USA som var allemannseie før
+  1989-03-01 forble i det fri da Bern-konvensjonen, som tok effekt i
+  USA på det tidspunktet, ikke ble gitt tilbakevirkende kraft.  Hvis
+  det er noe
+  <a href="http://www.latimes.com/local/lanow/la-me-ln-happy-birthday-song-lawsuit-decision-20150922-story.html">historien
+  om sangen «Happy birthday»</a> forteller oss, der betaling for bruk
+  har vært krevd inn i flere tiår selv om sangen ikke egentlig var
+  vernet av åndsverksloven, så er det at hvert enkelt verk må vurderes
+  nøye og i detalj før en kan slå fast om verket er allemannseie eller
+  ikke, det holder ikke å tro på selverklærte rettighetshavere.  Flere
+  eksempel på verk i det fri som feilklassifiseres som vernet er fra
+  dokument 09,18, som lister opp søkeresultater for klienten omtalt
+  som popcorntime.sh og i følge notatet kun inneholder en film (The
+  Circus fra 1928) som under tvil kan antas å være allemannseie.</p>
+
+<p>Ved rask gjennomlesning av dokument 09,18, som inneholder
+  skjermbilder fra bruk av en Popcorn Time-variant, fant jeg omtalt
+  både filmen «The Brain That Wouldn't Die» fra 1962 som er
+  <a href="https://archive.org/details/brain_that_wouldnt_die">tilgjengelig
+  fra Internett-arkivet</a> og som
+  <a href="https://en.wikipedia.org/wiki/List_of_films_in_the_public_domain_in_the_United_States">i
+    følge Wikipedia er allemannseie i USA</a> da den ble gitt ut i
+  1962 uten 'copyright'-merking, og filmen «God’s Little Acre» fra
+  1958 <a href="https://en.wikipedia.org/wiki/God%27s_Little_Acre_%28film%29">som
+    er lagt ut på Wikipedia</a>, der det fortelles at
+  sort/hvit-utgaven er allemannseie.  Det fremgår ikke fra dokument
+  09,18 om filmen omtalt der er sort/hvit-utgaven.  Av
+  kapasitetsårsaker og på grunn av at filmoversikten i dokument 09,18
+  ikke er maskinlesbart har jeg ikke forsøkt å sjekke alle filmene som
+  listes opp der om mot liste med filmer som er antatt lovlig kan
+  distribueres på Internet.</p>
+
+<p>Ved maskinell gjennomgang av listen med IMDB-referanser under
+  regnearkfanen 'Unique titles' i dokument 09.14, fant jeg i tillegg
+  filmen «She Wore a Yellow Ribbon» fra 1949) som nok også er
+  feilklassifisert. Filmen «She Wore a Yellow Ribbon» er tilgjengelig
+  fra Internett-arkivet og markert som allemannseie der.  Det virker
+  dermed å være minst fire ganger så mange filmer som kan lovlig deles
+  på Internett enn det som er lagt til grunn når en påstår at minst
+  99% av innholdet er ulovlig.  Jeg ser ikke bort fra at nærmere
+  undersøkelser kan avdekke flere.  Poenget er uansett at metodens
+  punkt om «rimelig å forvente om at verket var vernet av copyright»
+  gjør metoden upålitelig.</p>
+
+<p>Den omtalte målemetoden velger ut tilfeldige søketermer fra
+  ordlisten Dale-Chall.  Den ordlisten inneholder 3000 enkle engelske
+  som fjerdeklassinger i USA er forventet å forstå.  Det fremgår ikke
+  hvorfor akkurat denne ordlisten er valgt, og det er uklart for meg
+  om den er egnet til å få et representativt utvalg av filmer.  Mange
+  av ordene gir tomt søkeresultat.  Ved å simulerte tilsvarende søk
+  ser jeg store avvik fra fordelingen i katalogen for enkeltmålinger.
+  Dette antyder at enkeltmålinger av 100 filmer slik målemetoden
+  beskriver er gjort, ikke er velegnet til å finne andel ulovlig
+  innhold i bittorrent-katalogene.</p>
+
+<p>En kan motvirke dette store avviket for enkeltmålinger ved å gjøre
+  mange søk og slå sammen resultatet.  Jeg har testet ved å
+  gjennomføre 100 enkeltmålinger (dvs. måling av (100x100=) 10 000
+  tilfeldig valgte filmer) som gir mindre, men fortsatt betydelig
+  avvik, i forhold til telling av filmer pr år i hele katalogen.</p>
+  
+<p>Målemetoden henter ut de fem øverste i søkeresultatet.
+  Søkeresultatene er sortert på antall bittorrent-klienter registrert
+  som delere i katalogene, hvilket kan gi en slagside mot hvilke
+  filmer som er populære blant de som bruker bittorrent-katalogene,
+  uten at det forteller noe om hvilket innhold som er tilgjengelig
+  eller hvilket innhold som deles med Popcorn Time-klienter.  Jeg har
+  forsøkt å måle hvor stor en slik slagside eventuelt er ved å
+  sammenligne fordelingen hvis en tar de 5 nederste i søkeresultatet i
+  stedet.  Avviket for disse to metodene for endel kataloger er godt
+  synlig på histogramet.  Her er histogram over filmer funnet i den
+  komplette katalogen (grønn strek), og filmer funnet ved søk etter
+  ord i Dale-Chall.  Grafer merket 'top' henter fra de 5 første i
+  søkeresultatet, mens de merket 'bottom' henter fra de 5 siste.  En
+  kan her se at resultatene påvirkes betydelig av hvorvidt en ser på
+  de første eller de siste filmene i et søketreff.</p>
+
+<p align="center">
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-sh-top.png"/>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-sh-bottom.png"/>
+  <br>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-yts-top.png"/>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-yts-bottom.png"/>
+  <br>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-ukrfnlge-top.png"/>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-ukrfnlge-bottom.png"/>
+  <br>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-apidomain-top.png"/>
+  <img width="40%" src="http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-apidomain-bottom.png"/>
+</p>
+  
+<p>Det er verdt å bemerke at de omtalte bittorrent-katalogene ikke er
+  laget for bruk med Popcorn Time.  Eksempelvis tilhører katalogen
+  YTS, som brukes av klientet som ble lastes ned fra popcorntime.sh,
+  et selvstendig fildelings-relatert nettsted YTS.AG med et separat
+  brukermiljø.  Målemetoden foreslått av Økokrim måler dermed ikke
+  (u)lovligheten rundt bruken av Popcorn Time, men (u)lovligheten til
+  innholdet i disse katalogene.</p>
+
+<hr>
+
+<p id="dok-09-13">Metoden fra Økokrims dokument 09,13 i straffesaken
+om DNS-beslag.</p>
+
+<p><strong>1. Evaluation of (il)legality</strong></p>
+
+<p><strong>1.1. Methodology</strong>
+     
+<p>Due to its technical configuration, Popcorn Time applications don't
+allow to make a full list of all titles made available. In order to
+evaluate the level of illegal operation of PCT, the following
+methodology was applied:</p>
+
+<ol>
+
+ <li>A random selection of 50 keywords, greater than 3 letters, was
+    made from the Dale-Chall list that contains 3000 simple English
+    words1. The selection was made by using a Random Number
+    Generator2.</li>
+         
+ <li>For each keyword, starting with the first randomly selected
+    keyword, a search query was conducted in the movie section of the
+    respective Popcorn Time application. For each keyword, the first
+    five results were added to the title list until the number of 100
+    unique titles was reached (duplicates were removed).</li>
+         
+ <li>For one fork, .CH, insufficient titles were generated via this
+    approach to reach 100 titles. This was solved by adding any
+    additional query results above five for each of the 50 keywords.
+    Since this still was not enough, another 42 random keywords were
+    selected to finally reach 100 titles.</li>
+         
+ <li>It was verified whether or not there is a reasonable expectation
+    that the work is copyrighted by checking if they are available on
+    IMDb, also verifying the director, the year when the title was
+    released, the release date for a certain market, the production
+    company/ies of the title and the distribution company/ies.</li>
+
+</ol>
+
+<p><strong>1.2. Results</strong></p>
+     
+<p>Between 6 and 9 June 2016, four forks of Popcorn Time were
+investigated: popcorn-time.to, popcorntime.ag, popcorntime.sh and
+popcorntime.ch. An excel sheet with the results is included in
+Appendix 1. Screenshots were secured in separate Appendixes for each
+respective fork, see Appendix 2-5.</p>
+
+<p>For each fork, out of 100, de-duplicated titles it was possible to
+retrieve data according to the parameters set out above that indicate
+that the title is commercially available. Per fork, there was 1 title
+that presumably falls within the public domain, i.e. the 1928 movie
+"The Circus" by and with Charles Chaplin.</p>
+
+<p>Based on the above it is reasonable to assume that 99% of the movie
+content of each fork is copyright protected and is made available
+illegally.</p>
+
+<p>This exercise was not repeated for TV series, but considering that
+besides production companies and distribution companies also
+broadcasters may have relevant rights, it is reasonable to assume that
+at least a similar level of infringement will be established.</p>
+
+<p>Based on the above it is reasonable to assume that 99% of all the
+content of each fork is copyright protected and are made available
+illegally.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Release_0_1_1_of_free_software_archive_system_Nikita_announced.html">Release 0.1.1 of free software archive system Nikita announced</a>
+      </div>
+      <div class="date">
+        10th June 2017
+      </div>
+      <div class="body">
+        <p>I am very happy to report that the
+<a href="https://github.com/hiOA-ABI/nikita-noark5-core">Nikita Noark 5
+core project</a> tagged its second release today.  The free software
+solution is an implementation of the Norwegian archive standard Noark
+5 used by government offices in Norway.  These were the changes in
+version 0.1.1 since version 0.1.0 (from NEWS.md):
+
+<ul>
+
+ <li>Continued work on the angularjs GUI, including document upload.</li>
+ <li>Implemented correspondencepartPerson, correspondencepartUnit and
+   correspondencepartInternal</li>
+ <li>Applied for coverity coverage and started submitting code on
+   regualr basis.</li>
+ <li>Started fixing bugs reported by coverity</li>
+ <li>Corrected and completed HATEOAS links to make sure entire API is
+   available via URLs in _links.</li>
+ <li>Corrected all relation URLs to use trailing slash.</li>
+ <li>Add initial support for storing data in ElasticSearch.</li>
+ <li>Now able to receive and store uploaded files in the archive.</li>
+ <li>Changed JSON output for object lists to have relations in _links.</li>
+ <li>Improve JSON output for empty object lists.</li>
+ <li>Now uses correct MIME type application/vnd.noark5-v4+json.</li>
+ <li>Added support for docker container images.</li>
+ <li>Added simple API browser implemented in JavaScript/Angular.</li>
+ <li>Started on archive client implemented in JavaScript/Angular.</li>
+ <li>Started on prototype to show the public mail journal.</li>
+ <li>Improved performance by disabling Sprint FileWatcher.</li>
+ <li>Added support for 'arkivskaper', 'saksmappe' and 'journalpost'.</li>
+ <li>Added support for some metadata codelists.</li>
+ <li>Added support for Cross-origin resource sharing (CORS).</li>
+ <li>Changed login method from Basic Auth to JSON Web Token (RFC 7519)
+   style.</li>
+ <li>Added support for GET-ing ny-* URLs.</li>
+ <li>Added support for modifying entities using PUT and eTag.</li>
+ <li>Added support for returning XML output on request.</li>
+ <li>Removed support for English field and class names, limiting ourself
+   to the official names.</li>
+ <li>...</li>
+</ul>
+
+<p>If this sound interesting to you, please contact us on IRC (#nikita
+on irc.freenode.net) or email
+(<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
+mailing list).</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Free_software_archive_system_Nikita_now_able_to_store_documents.html">Free software archive system Nikita now able to store documents</a>
+      </div>
+      <div class="date">
+        19th March 2017
+      </div>
+      <div class="body">
+        <p>The <a href="https://github.com/hiOA-ABI/nikita-noark5-core">Nikita
+Noark 5 core project</a> is implementing the Norwegian standard for
+keeping an electronic archive of government documents.
+<a href="http://www.arkivverket.no/arkivverket/Offentlig-forvaltning/Noark/Noark-5/English-version">The
+Noark 5 standard</a> document the requirement for data systems used by
+the archives in the Norwegian government, and the Noark 5 web interface
+specification document a REST web service for storing, searching and
+retrieving documents and metadata in such archive.  I've been involved
+in the project since a few weeks before Christmas, when the Norwegian
+Unix User Group
+<a href="https://www.nuug.no/news/NOARK5_kjerne_som_fri_programvare_f_r_epostliste_hos_NUUG.shtml">announced
+it supported the project</a>.  I believe this is an important project,
+and hope it can make it possible for the government archives in the
+future to use free software to keep the archives we citizens depend
+on.  But as I do not hold such archive myself, personally my first use
+case is to store and analyse public mail journal metadata published
+from the government.  I find it useful to have a clear use case in
+mind when developing, to make sure the system scratches one of my
+itches.</p>
+
+<p>If you would like to help make sure there is a free software
+alternatives for the archives, please join our IRC channel
+(<a href="irc://irc.freenode.net/%23nikita">#nikita on
+irc.freenode.net</a>) and
+<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">the
+project mailing list</a>.</p>
+
+<p>When I got involved, the web service could store metadata about
+documents.  But a few weeks ago, a new milestone was reached when it
+became possible to store full text documents too.  Yesterday, I
+completed an implementation of a command line tool
+<tt>archive-pdf</tt> to upload a PDF file to the archive using this
+API.  The tool is very simple at the moment, and find existing
+<a href="https://en.wikipedia.org/wiki/Fonds">fonds</a>, series and
+files while asking the user to select which one to use if more than
+one exist.  Once a file is identified, the PDF is associated with the
+file and uploaded, using the title extracted from the PDF itself.  The
+process is fairly similar to visiting the archive, opening a cabinet,
+locating a file and storing a piece of paper in the archive.  Here is
+a test run directly after populating the database with test data using
+our API tester:</p>
+
+<p><blockquote><pre>
+~/src//noark5-tester$ ./archive-pdf mangelmelding/mangler.pdf
+using arkiv: Title of the test fonds created 2017-03-18T23:49:32.103446
+using arkivdel: Title of the test series created 2017-03-18T23:49:32.103446
+
+ 0 - Title of the test case file created 2017-03-18T23:49:32.103446
+ 1 - Title of the test file created 2017-03-18T23:49:32.103446
+Select which mappe you want (or search term): 0
+Uploading mangelmelding/mangler.pdf
+  PDF title: Mangler i spesifikasjonsdokumentet for NOARK 5 Tjenestegrensesnitt
+  File 2017/1: Title of the test case file created 2017-03-18T23:49:32.103446
+~/src//noark5-tester$
+</pre></blockquote></p>
+
+<p>You can see here how the fonds (arkiv) and serie (arkivdel) only had
+one option, while the user need to choose which file (mappe) to use
+among the two created by the API tester.  The <tt>archive-pdf</tt>
+tool can be found in the git repository for the API tester.</p>
+
+<p>In the project, I have been mostly working on
+<a href="https://github.com/petterreinholdtsen/noark5-tester">the API
+tester</a> so far, while getting to know the code base.  The API
+tester currently use
+<a href="https://en.wikipedia.org/wiki/HATEOAS">the HATEOAS links</a>
+to traverse the entire exposed service API and verify that the exposed
+operations and objects match the specification, as well as trying to
+create objects holding metadata and uploading a simple XML file to
+store.  The tester has proved very useful for finding flaws in our
+implementation, as well as flaws in the reference site and the
+specification.</p>
+
+<p>The test document I uploaded is a summary of all the specification
+defects we have collected so far while implementing the web service.
+There are several unclear and conflicting parts of the specification,
+and we have
+<a href="https://github.com/petterreinholdtsen/noark5-tester/tree/master/mangelmelding">started
+writing down</a> the questions we get from implementing it.  We use a
+format inspired by how <a href="http://www.opengroup.org/austin/">The
+Austin Group</a> collect defect reports for the POSIX standard with
+<a href="http://www.opengroup.org/austin/mantis.html">their
+instructions for the MANTIS defect tracker system</a>, in lack of an official way to structure defect reports for Noark 5 (our first submitted defect report was a <a href="https://github.com/petterreinholdtsen/noark5-tester/blob/master/mangelmelding/sendt/2017-03-15-mangel-prosess.md">request for a procedure for submitting defect reports</a> :).
+
+<p>The Nikita project is implemented using Java and Spring, and is
+fairly easy to get up and running using Docker containers for those
+that want to test the current code base.  The API tester is
+implemented in Python.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Detect_OOXML_files_with_undefined_behaviour_.html">Detect OOXML files with undefined behaviour?</a>
+      </div>
+      <div class="date">
+        21st February 2017
+      </div>
+      <div class="body">
+        <p>I just noticed
+<a href="http://www.arkivrad.no/aktuelt/riksarkivarens-forskrift-pa-horing">the
+new Norwegian proposal for archiving rules in the goverment</a> list
+<a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376</a>
+/ ISO/IEC 29500 (aka OOXML) as valid formats to put in long term
+storage.  Luckily such files will only be accepted based on
+pre-approval from the National Archive.  Allowing OOXML files to be
+used for long term storage might seem like a good idea as long as we
+forget that there are plenty of ways for a "valid" OOXML document to
+have content with no defined interpretation in the standard, which
+lead to a question and an idea.</p>
+
+<p>Is there any tool to detect if a OOXML document depend on such
+undefined behaviour?  It would be useful for the National Archive (and
+anyone else interested in verifying that a document is well defined)
+to have such tool available when considering to approve the use of
+OOXML.  I'm aware of the
+<a href="https://github.com/arlm/officeotron/">officeotron OOXML
+validator</a>, but do not know how complete it is nor if it will
+report use of undefined behaviour.  Are there other similar tools
+available?  Please send me an email if you know of any such tool.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Ruling_ignored_our_objections_to_the_seizure_of_popcorn_time_no___domstolkontroll_.html">Ruling ignored our objections to the seizure of popcorn-time.no (#domstolkontroll)</a>
+      </div>
+      <div class="date">
+        13th February 2017
+      </div>
+      <div class="body">
+        <p>A few days ago, we received the ruling from
+<a href="http://people.skolelinux.org/pere/blog/A_day_in_court_challenging_seizure_of_popcorn_time_no_for__domstolkontroll.html">my
+day in court</a>.  The case in question is a challenge of the seizure
+of the DNS domain popcorn-time.no.  The ruling simply did not mention
+most of our arguments, and seemed to take everything ØKOKRIM said at
+face value, ignoring our demonstration and explanations.  But it is
+hard to tell for sure, as we still have not seen most of the documents
+in the case and thus were unprepared and unable to contradict several
+of the claims made in court by the opposition.  We are considering an
+appeal, but it is partly a question of funding, as it is costing us
+quite a bit to pay for our lawyer.  If you want to help, please
+<a href="http://www.nuug.no/dns-beslag-donasjon.shtml">donate to the
+NUUG defense fund</a>.</p>
+
+<p>The details of the case, as far as we know it, is available in
+Norwegian from
+<a href="https://www.nuug.no/news/tags/dns-domenebeslag/">the NUUG
+blog</a>.  This also include
+<a href="https://www.nuug.no/news/Avslag_etter_rettslig_h_ring_om_DNS_beslaget___vurderer_veien_videre.shtml">the
+ruling itself</a>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/A_day_in_court_challenging_seizure_of_popcorn_time_no_for__domstolkontroll.html">A day in court challenging seizure of popcorn-time.no for #domstolkontroll</a>
+      </div>
+      <div class="date">
+         3rd February 2017
+      </div>
+      <div class="body">
+        <p align="center"><img width="70%" src="http://people.skolelinux.org/pere/blog/images/2017-02-01-popcorn-time-in-court.jpeg"></p>
+
+<p>On Wednesday, I spent the entire day in court in Follo Tingrett
+representing <a href="https://www.nuug.no/">the member association
+NUUG</a>, alongside <a href="https://www.efn.no/">the member
+association EFN</a> and <a href="http://www.imc.no">the DNS registrar
+IMC</a>, challenging the seizure of the DNS name popcorn-time.no.  It
+was interesting to sit in a court of law for the first time in my
+life.  Our team can be seen in the picture above: attorney Ola
+Tellesbø, EFN board member Tom Fredrik Blenning, IMC CEO Morten Emil
+Eriksen and NUUG board member Petter Reinholdtsen.</p>
+
+<p><a href="http://www.domstol.no/no/Enkelt-domstol/follo-tingrett/Nar-gar-rettssaken/Beramming/?cid=AAAA1701301512081262234UJFBVEZZZZZEJBAvtale">The
+case at hand</a> is that the Norwegian National Authority for
+Investigation and Prosecution of Economic and Environmental Crime (aka
+Økokrim) decided on their own, to seize a DNS domain early last
+year, without following
+<a href="https://www.norid.no/no/regelverk/navnepolitikk/#link12">the
+official policy of the Norwegian DNS authority</a> which require a
+court decision.  The web site in question was a site covering Popcorn
+Time.  And Popcorn Time is the name of a technology with both legal
+and illegal applications.  Popcorn Time is a client combining
+searching a Bittorrent directory available on the Internet with
+downloading/distribute content via Bittorrent and playing the
+downloaded content on screen.  It can be used illegally if it is used
+to distribute content against the will of the right holder, but it can
+also be used legally to play a lot of content, for example the
+millions of movies
+<a href="https://archive.org/details/movies">available from the
+Internet Archive</a> or the collection
+<a href="http://vodo.net/films/">available from Vodo</a>.  We created
+<a href="magnet:?xt=urn:btih:86c1802af5a667ca56d3918aecb7d3c0f7173084&dn=PresentasjonFolloTingrett.mov&tr=udp%3A%2F%2Fpublic.popcorn-tracker.org%3A6969%2Fannounce">a
+video demonstrating legally use of Popcorn Time</a> and played it in
+Court.  It can of course be downloaded using Bittorrent.</p>
+
+<p>I did not quite know what to expect from a day in court.  The
+government held on to their version of the story and we held on to
+ours, and I hope the judge is able to make sense of it all.  We will
+know in two weeks time.  Unfortunately I do not have high hopes, as
+the Government have the upper hand here with more knowledge about the
+case, better training in handling criminal law and in general higher
+standing in the courts than fairly unknown DNS registrar and member
+associations.  It is expensive to be right also in Norway.  So far the
+case have cost more than NOK 70 000,-.  To help fund the case, NUUG
+and EFN have asked for donations, and managed to collect around NOK 25
+000,- so far.  Given the presentation from the Government, I expect
+the government to appeal if the case go our way.  And if the case do
+not go our way, I hope we have enough funding to appeal.</p>
+
+<p>From the other side came two people from Økokrim.  On the benches,
+appearing to be part of the group from the government were two people
+from the Simonsen Vogt Wiik lawyer office, and three others I am not
+quite sure who was.  Økokrim had proposed to present two witnesses
+from The Motion Picture Association, but this was rejected because
+they did not speak Norwegian and it was a bit late to bring in a
+translator, but perhaps the two from MPA were present anyway.  All
+seven appeared to know each other.  Good to see the case is take
+seriously.</p>
+
+<p>If you, like me, believe the courts should be involved before a DNS
+domain is hijacked by the government, or you believe the Popcorn Time
+technology have a lot of useful and legal applications, I suggest you
+too <a href="http://www.nuug.no/dns-beslag-donasjon.shtml">donate to
+the NUUG defense fund</a>.  Both Bitcoin and bank transfer are
+available. If NUUG get more than we need for the legal action (very
+unlikely), the rest will be spend promoting free software, open
+standards and unix-like operating systems in Norway, so no matter what
+happens the money will be put to good use.</p>
+
+<p>If you want to lean more about the case, I recommend you check out
+<a href="https://www.nuug.no/news/tags/dns-domenebeslag/">the blog
+posts from NUUG covering the case</a>.  They cover the legal arguments
+on both sides.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Bryter_NAV_sin_egen_personvernerkl_ring_.html">Bryter NAV sin egen personvernerklæring?</a>
+      </div>
+      <div class="date">
+        11th January 2017
+      </div>
+      <div class="body">
+        <p>Jeg leste med interesse en nyhetssak hos
+<a href="http://www.digi.no/artikler/nav-avslorer-trygdemisbruk-ved-a-spore-ip-adresser/367394">digi.no</a>
+og
+<a href="https://www.nrk.no/buskerud/trygdesvindlere-avslores-av-utenlandske-ip-adresser-1.13313461">NRK</a>
+om at det ikke bare er meg, men at også NAV bedriver geolokalisering
+av IP-adresser, og at det gjøres analyse av IP-adressene til de som
+sendes inn meldekort for å se om meldekortet sendes inn fra
+utenlandske IP-adresser.  Politiadvokat i Drammen, Hans Lyder Haare,
+er sitert i NRK på at «De to er jo blant annet avslørt av
+IP-adresser. At man ser at meldekortet kommer fra utlandet.»</p>
+
+<p>Jeg synes det er fint at det blir bedre kjent at IP-adresser
+knyttes til enkeltpersoner og at innsamlet informasjon brukes til å
+stedsbestemme personer også av aktører her i Norge.  Jeg ser det som
+nok et argument for å bruke
+<a href="https://www.torproject.org/">Tor</a> så mye som mulig for å
+gjøre gjøre IP-lokalisering vanskeligere, slik at en kan beskytte sin
+privatsfære og unngå å dele sin fysiske plassering med
+uvedkommede.</p>
+
+<P>Men det er en ting som bekymrer meg rundt denne nyheten.  Jeg ble
+tipset (takk #nuug) om
+<a href="https://www.nav.no/no/NAV+og+samfunn/Kontakt+NAV/Teknisk+brukerstotte/Snarveier/personvernerkl%C3%A6ring-for-arbeids-og-velferdsetaten">NAVs
+personvernerklæring</a>, som under punktet «Personvern og statistikk»
+lyder:</p>
+
+<p><blockquote>
+
+<p>«Når du besøker nav.no, etterlater du deg elektroniske spor. Sporene
+dannes fordi din nettleser automatisk sender en rekke opplysninger til
+NAVs tjener (server-maskin) hver gang du ber om å få vist en side. Det
+er eksempelvis opplysninger om hvilken nettleser og -versjon du
+bruker, og din internettadresse (ip-adresse). For hver side som vises,
+lagres følgende opplysninger:</p>
+
+<ul>
+<li>hvilken side du ser på</li>
+<li>dato og tid</li>
+<li>hvilken nettleser du bruker</li>
+<li>din ip-adresse</li>
+</ul>
+
+<p>Ingen av opplysningene vil bli brukt til å identifisere
+enkeltpersoner. NAV bruker disse opplysningene til å generere en
+samlet statistikk som blant annet viser hvilke sider som er mest
+populære. Statistikken er et redskap til å forbedre våre
+tjenester.»</p>
+
+</blockquote></p>
+
+<p>Jeg klarer ikke helt å se hvordan analyse av de besøkendes
+IP-adresser for å se hvem som sender inn meldekort via web fra en
+IP-adresse i utlandet kan gjøres uten å komme i strid med påstanden om
+at «ingen av opplysningene vil bli brukt til å identifisere
+enkeltpersoner».  Det virker dermed for meg som at NAV bryter sine
+egen personvernerklæring, hvilket
+<a href="http://people.skolelinux.org/pere/blog/Er_lover_brutt_n_r_personvernpolicy_ikke_stemmer_med_praksis_.html">Datatilsynet
+fortalte meg i starten av desember antagelig er brudd på
+personopplysningsloven</a>.
+
+<p>I tillegg er personvernerklæringen ganske misvisende i og med at
+NAVs nettsider ikke bare forsyner NAV med personopplysninger, men i
+tillegg ber brukernes nettleser kontakte fem andre nettjenere
+(script.hotjar.com, static.hotjar.com, vars.hotjar.com,
+www.google-analytics.com og www.googletagmanager.com), slik at
+personopplysninger blir gjort tilgjengelig for selskapene Hotjar og
+Google , og alle som kan lytte på trafikken på veien (som FRA, GCHQ og
+NSA).  Jeg klarer heller ikke se hvordan slikt spredning av
+personopplysninger kan være i tråd med kravene i
+personopplysningloven, eller i tråd med NAVs personvernerklæring.</p>
+
+<p>Kanskje NAV bør ta en nøye titt på sin personvernerklæring?  Eller
+kanskje Datatilsynet bør gjøre det?</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Where_did_that_package_go___mdash__geolocated_IP_traceroute.html">Where did that package go? &mdash; geolocated IP traceroute</a>
+      </div>
+      <div class="date">
+         9th January 2017
+      </div>
+      <div class="body">
+        <p>Did you ever wonder where the web trafic really flow to reach the
+web servers, and who own the network equipment it is flowing through?
+It is possible to get a glimpse of this from using traceroute, but it
+is hard to find all the details.  Many years ago, I wrote a system to
+map the Norwegian Internet (trying to figure out if our plans for a
+network game service would get low enough latency, and who we needed
+to talk to about setting up game servers close to the users.  Back
+then I used traceroute output from many locations (I asked my friends
+to run a script and send me their traceroute output) to create the
+graph and the map.  The output from traceroute typically look like
+this:
+
+<p><pre>
+traceroute to www.stortinget.no (85.88.67.10), 30 hops max, 60 byte packets
+ 1  uio-gw10.uio.no (129.240.202.1)  0.447 ms  0.486 ms  0.621 ms
+ 2  uio-gw8.uio.no (129.240.24.229)  0.467 ms  0.578 ms  0.675 ms
+ 3  oslo-gw1.uninett.no (128.39.65.17)  0.385 ms  0.373 ms  0.358 ms
+ 4  te3-1-2.br1.fn3.as2116.net (193.156.90.3)  1.174 ms  1.172 ms  1.153 ms
+ 5  he16-1-1.cr1.san110.as2116.net (195.0.244.234)  2.627 ms he16-1-1.cr2.oslosda310.as2116.net (195.0.244.48)  3.172 ms he16-1-1.cr1.san110.as2116.net (195.0.244.234)  2.857 ms
+ 6  ae1.ar8.oslosda310.as2116.net (195.0.242.39)  0.662 ms  0.637 ms ae0.ar8.oslosda310.as2116.net (195.0.242.23)  0.622 ms
+ 7  89.191.10.146 (89.191.10.146)  0.931 ms  0.917 ms  0.955 ms
+ 8  * * *
+ 9  * * *
+[...]
+</pre></p>
+
+<p>This show the DNS names and IP addresses of (at least some of the)
+network equipment involved in getting the data traffic from me to the
+www.stortinget.no server, and how long it took in milliseconds for a
+package to reach the equipment and return to me.  Three packages are
+sent, and some times the packages do not follow the same path.  This
+is shown for hop 5, where three different IP addresses replied to the
+traceroute request.</p>
+
+<p>There are many ways to measure trace routes.  Other good traceroute
+implementations I use are traceroute (using ICMP packages) mtr (can do
+both ICMP, UDP and TCP) and scapy (python library with ICMP, UDP, TCP
+traceroute and a lot of other capabilities).  All of them are easily
+available in <a href="https://www.debian.org/">Debian</a>.</p>
+
+<p>This time around, I wanted to know the geographic location of
+different route points, to visualize how visiting a web page spread
+information about the visit to a lot of servers around the globe.  The
+background is that a web site today often will ask the browser to get
+from many servers the parts (for example HTML, JSON, fonts,
+JavaScript, CSS, video) required to display the content.  This will
+leak information about the visit to those controlling these servers
+and anyone able to peek at the data traffic passing by (like your ISP,
+the ISPs backbone provider, FRA, GCHQ, NSA and others).</p>
+
+<p>Lets pick an example, the Norwegian parliament web site
+www.stortinget.no.  It is read daily by all members of parliament and
+their staff, as well as political journalists, activits and many other
+citizens of Norway.  A visit to the www.stortinget.no web site will
+ask your browser to contact 8 other servers: ajax.googleapis.com,
+insights.hotjar.com, script.hotjar.com, static.hotjar.com,
+stats.g.doubleclick.net, www.google-analytics.com,
+www.googletagmanager.com and www.netigate.se.  I extracted this by
+asking <a href="http://phantomjs.org/">PhantomJS</a> to visit the
+Stortinget web page and tell me all the URLs PhantomJS downloaded to
+render the page (in HAR format using
+<a href="https://github.com/ariya/phantomjs/blob/master/examples/netsniff.js">their
+netsniff example</a>.  I am very grateful to Gorm for showing me how
+to do this).  My goal is to visualize network traces to all IP
+addresses behind these DNS names, do show where visitors personal
+information is spread when visiting the page.</p>
+
+<p align="center"><a href="www.stortinget.no-geoip.kml"><img
+src="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geoip-small.png" alt="map of combined traces for URLs used by www.stortinget.no using GeoIP"/></a></p>
+
+<p>When I had a look around for options, I could not find any good
+free software tools to do this, and decided I needed my own traceroute
+wrapper outputting KML based on locations looked up using GeoIP.  KML
+is easy to work with and easy to generate, and understood by several
+of the GIS tools I have available.  I got good help from by NUUG
+colleague Anders Einar with this, and the result can be seen in
+<a href="https://github.com/petterreinholdtsen/kmltraceroute">my
+kmltraceroute git repository</a>.  Unfortunately, the quality of the
+free GeoIP databases I could find (and the for-pay databases my
+friends had access to) is not up to the task.  The IP addresses of
+central Internet infrastructure would typically be placed near the
+controlling companies main office, and not where the router is really
+located, as you can see from <a href="www.stortinget.no-geoip.kml">the
+KML file I created</a> using the GeoLite City dataset from MaxMind.
+
+<p align="center"><a href="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-scapy.svg"><img
+src="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-scapy-small.png" alt="scapy traceroute graph for URLs used by www.stortinget.no"/></a></p>
+
+<p>I also had a look at the visual traceroute graph created by
+<a href="http://www.secdev.org/projects/scapy/">the scrapy project</a>,
+showing IP network ownership (aka AS owner) for the IP address in
+question.
+<a href="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-scapy.svg">The
+graph display a lot of useful information about the traceroute in SVG
+format</a>, and give a good indication on who control the network
+equipment involved, but it do not include geolocation.  This graph
+make it possible to see the information is made available at least for
+UNINETT, Catchcom, Stortinget, Nordunet, Google, Amazon, Telia, Level
+3 Communications and NetDNA.</p>
+
+<p align="center"><a href="https://geotraceroute.com/index.php?node=4&host=www.stortinget.no"><img
+src="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geotraceroute-small.png" alt="example geotraceroute view for www.stortinget.no"/></a></p>
+
+<p>In the process, I came across the
+<a href="https://geotraceroute.com/">web service GeoTraceroute</a> by
+Salim Gasmi.  Its methology of combining guesses based on DNS names,
+various location databases and finally use latecy times to rule out
+candidate locations seemed to do a very good job of guessing correct
+geolocation.  But it could only do one trace at the time, did not have
+a sensor in Norway and did not make the geolocations easily available
+for postprocessing.  So I contacted the developer and asked if he
+would be willing to share the code (he refused until he had time to
+clean it up), but he was interested in providing the geolocations in a
+machine readable format, and willing to set up a sensor in Norway.  So
+since yesterday, it is possible to run traces from Norway in this
+service thanks to a sensor node set up by
+<a href="https://www.nuug.no/">the NUUG assosiation</a>, and get the
+trace in KML format for further processing.</p>
+
+<p align="center"><a href="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geotraceroute-kml-join.kml"><img
+src="http://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geotraceroute-kml-join.png" alt="map of combined traces for URLs used by www.stortinget.no using geotraceroute"/></a></p>
+
+<p>Here we can see a lot of trafic passes Sweden on its way to
+Denmark, Germany, Holland and Ireland.  Plenty of places where the
+Snowden confirmations verified the traffic is read by various actors
+without your best interest as their top priority.</p>
+
+<p>Combining KML files is trivial using a text editor, so I could loop
+over all the hosts behind the urls imported by www.stortinget.no and
+ask for the KML file from GeoTraceroute, and create a combined KML
+file with all the traces (unfortunately only one of the IP addresses
+behind the DNS name is traced this time.  To get them all, one would
+have to request traces using IP number instead of DNS names from
+GeoTraceroute).  That might be the next step in this project.</p>
+
+<p>Armed with these tools, I find it a lot easier to figure out where
+the IP traffic moves and who control the boxes involved in moving it.
+And every time the link crosses for example the Swedish border, we can
+be sure Swedish Signal Intelligence (FRA) is listening, as GCHQ do in
+Britain and NSA in USA and cables around the globe.  (Hm, what should
+we tell them? :) Keep that in mind if you ever send anything
+unencrypted over the Internet.</p>
+
+<p>PS: KML files are drawn using
+<a href="http://ivanrublev.me/kml/">the KML viewer from Ivan
+Rublev<a/>, as it was less cluttered than the local Linux application
+Marble.  There are heaps of other options too.</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Techno_TV_broadcasting_live_across_Norway_and_the_Internet___debconf16___nuug__on__frikanalen.html">Techno TV broadcasting live across Norway and the Internet (#debconf16, #nuug) on @frikanalen</a>
+      </div>
+      <div class="date">
+         1st August 2016
+      </div>
+      <div class="body">
+        <p>Did you know there is a TV channel broadcasting talks from DebConf
+16 across an entire country?  Or that there is a TV channel
+broadcasting talks by or about
+<a href="http://beta.frikanalen.no/video/625529/">Linus Torvalds</a>,
+<a href="http://beta.frikanalen.no/video/625599/">Tor</a>,
+<a href="http://beta.frikanalen.no/video/624019/">OpenID</A>,
+<a href="http://beta.frikanalen.no/video/625624/">Common Lisp</a>,
+<a href="http://beta.frikanalen.no/video/625446/">Civic Tech</a>,
+<a href="http://beta.frikanalen.no/video/625090/">EFF founder John Barlow</a>,
+<a href="http://beta.frikanalen.no/video/625432/">how to make 3D
+printer electronics</a> and many more fascinating topics?  It works
+using only free software (all of it
+<a href="http://github.com/Frikanalen">available from Github</a>), and
+is administrated using a web browser and a web API.</p>
+
+<p>The TV channel is the Norwegian open channel
+<a href="http://www.frikanalen.no/">Frikanalen</a>, and I am involved
+via <a href="https://www.nuug.no/">the NUUG member association</a> in
+running and developing the software for the channel.  The channel is
+organised as a member organisation where its members can upload and
+broadcast what they want (think of it as Youtube for national
+broadcasting television).  Individuals can broadcast too.  The time
+slots are handled on a first come, first serve basis.  Because the
+channel have almost no viewers and very few active members, we can
+experiment with TV technology without too much flack when we make
+mistakes.  And thanks to the few active members, most of the slots on
+the schedule are free.  I see this as an opportunity to spread
+knowledge about technology and free software, and have a script I run
+regularly to fill up all the open slots the next few days with
+technology related video.  The end result is a channel I like to
+describe as Techno TV - filled with interesting talks and
+presentations.</p>
+
+<p>It is available on channel 50 on the Norwegian national digital TV
+network (RiksTV).  It is also available as a multicast stream on
+Uninett.  And finally, it is available as
+<a href="http://beta.frikanalen.no/">a WebM unicast stream</a> from
+Frikanalen and NUUG.  Check it out. :)</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Tor___from_its_creators_mouth_11_years_ago.html">Tor - from its creators mouth 11 years ago</a>
+      </div>
+      <div class="date">
+        28th May 2016
+      </div>
+      <div class="body">
+        <p>A little more than 11 years ago, one of the creators of Tor, and
+the current President of <a href="https://www.torproject.org/">the Tor
+project</a>, Roger Dingledine, gave a talk for the members of the
+<a href="http://www.nuug.no/">Norwegian Unix User group</a> (NUUG).  A
+video of the talk was recorded, and today, thanks to the great help
+from David Noble, I finally was able to publish the video of the talk
+on Frikanalen, the Norwegian open channel TV station where NUUG
+currently publishes its talks.  You can
+<a href="http://frikanalen.no/se">watch the live stream using a web
+browser</a> with WebM support, or check out the recording on the video
+on demand page for the talk
+"<a href="http://beta.frikanalen.no/video/625599">Tor: Anonymous
+communication for the US Department of Defence...and you.</a>".</p>
+
+<p>Here is the video included for those of you using browsers with
+HTML video and Ogg Theora support:</p>
+
+<p><video width="70%" poster="http://simula.gunkies.org/media/625599/large_thumb/20050421-tor-frikanalen.jpg" controls>
+  <source src="http://simula.gunkies.org/media/625599/theora/20050421-tor-frikanalen.ogv" type="video/ogg"/>
+</video></p>
+
+<p>I guess the gist of the talk can be summarised quite simply: If you
+want to help the military in USA (and everyone else), use Tor. :)</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/I_want_the_courts_to_be_involved_before_the_police_can_hijack_a_news_site_DNS_domain___domstolkontroll_.html">I want the courts to be involved before the police can hijack a news site DNS domain (#domstolkontroll)</a>
+      </div>
+      <div class="date">
+        19th May 2016
+      </div>
+      <div class="body">
+        <p>I just donated to the
+<a href="http://www.nuug.no/dns-beslag-donasjon.shtml">NUUG defence
+"fond"</a> to fund the effort in Norway to get the seizure of the news
+site popcorn-time.no tested in court.  I hope everyone that agree with
+me will do the same.</p>
+
+<p>Would you be worried if you knew the police in your country could
+hijack DNS domains of news sites covering free software system without
+talking to a judge first?  I am.  What if the free software system
+combined search engine lookups, bittorrent downloads and video playout
+and was called Popcorn Time?  Would that affect your view?  It still
+make me worried.</p>
+
+<p>In March 2016, the Norwegian police seized (as in forced NORID to
+change the IP address pointed to by it to one controlled by the
+police) the DNS domain popcorn-time.no, without any supervision from
+the courts.  I did not know about the web site back then, and assumed
+the courts had been involved, and was very surprised when I discovered
+that the police had hijacked the DNS domain without asking a judge for
+permission first.  I was even more surprised when I had a look at
+<a href="https://web.archive.org/web/*/http://popcorn-time.no">the web
+site content on the Internet Archive</A>, and only found news coverage
+about Popcorn Time, not any material published without the right
+holders permissions.</p>
+
+<p>The seizure was widely covered in the Norwegian press (see for
+example <a href="http://www.hegnar.no/Nyheter/Naeringsliv/2016/03/Popcorn-time.no-beslaglagt-av-OEkokrim">Hegnar Online</a> and
+<a href="http://itavisen.no/2016/03/08/okokrim-har-beslaglagt-popcorn-time-no/">ITavisen<a/>
+and
+<a href="http://www.nrk.no/kultur/okokrim-gar-til-aksjon-mot-popcorn-time-1.12842452">NRK</a>),
+at first due to the press release sent out by Økokrim, but then based
+on
+<a href="http://blogg.torvund.net/2016/03/09/okokrims-beslag-i-domenet-popcorn-time-no/">protests
+from the law professor Olav Torvund</a> and
+<a href="http://www.klassekampen.no/article/20160311/ARTICLE/160319995">lawyer
+Jon Wessel-Aas</a>.  It even got some
+<a href="https://torrentfreak.com/norwegian-authorities-sued-over-popcorn-time-domain-seizure-160418/">coverage
+on TorrentFreak</a>.</p>
+
+<p>I
+<a href="http://people.skolelinux.org/pere/blog/NUUG_contests_Norwegian_police_DNS_seizure_of_popcorn_time_no.html">
+wrote about the case a month ago</a>, when the
+<a href="http://www.nuug.no/">Norwegian Unix User Group</a> (NUUG),
+where I am an active member, decided to ask the courts to test this seizure.
+The request was denied, but NUUG and its co-requestor EFN have not
+given up, and now they are rallying for support to get the seizure
+legally challenged.  They accept both bank and Bitcoin transfer for
+those that want to support the request.</p>
+
+<p>If you as me believe news sites about free software should not be
+censored, even if the free software have both legal and illegal
+applications, and that DNS hijacking should be tested by the courts, I
+suggest you <a href="http://www.nuug.no/dns-beslag-donasjon.shtml">show
+your support by donating to NUUG</a>.</a>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/NUUG_contests_Norwegian_police_DNS_seizure_of_popcorn_time_no.html">NUUG contests Norwegian police DNS seizure of popcorn-time.no</a>
+      </div>
+      <div class="date">
+        18th April 2016
+      </div>
+      <div class="body">
+        <p>It is days like today I am really happy to be a member of
+<a href="http://www.nuug.no/">the Norwegian Unix User group</a>, a
+member association for those of us believing in free software, open
+standards and unix-like operating systems.  NUUG announced today it
+will
+<a href="http://www.nuug.no/news/Pressemelding__NUUG_og_EFN_begj_rer_rettslig_pr_ving_for_DNS_domenebeslag_av_popcorn_time_no.shtml">try
+to bring the seizure of the DNS domain popcorn-time.no as
+unlawful</a>, to stand up for the principle that writing about a
+controversial topic is not infringing copyrights, and censuring web
+pages by hijacking DNS domain should be decided by the courts, not the
+police.  The DNS domain was seized by the Norwegian National Authority
+for Investigation and Prosecution of Economic and Environmental Crime
+a month ago.  I hope this bring more paying members to NUUG to give
+the association the financial muscle needed to bring this case as far
+as it must go to stop this kind of DNS hijacking.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Statlig_hemmelighold___mangler__i_OEP_og_treg_journalf_ring___statistikk_for_2015.html">Statlig hemmelighold, «mangler» i OEP og treg journalføring - statistikk for 2015</a>
+      </div>
+      <div class="date">
+         7th April 2016
+      </div>
+      <div class="body">
+        <p>For litt mer enn et år siden laget jeg litt statistikk for 2013 og
+2014 basert på <a href="https://www.oep.no/">Offentlig elektronisk
+postjournal (OEP)</a>.  Tallene finnes i tre bloggposter, en over
+<a href="http://people.skolelinux.org/pere/blog/Hvem_er_mest_hemmelighetsfulle_i_Staten___OEP_statistikk_for_2013_og_2014_.html">hvem
+som er mest hemmelighetsfulle</a>, en annen med
+<a href="http://people.skolelinux.org/pere/blog/Hva__mangler__i_OEP___litt_statistikk_utledet_fra_saksnummer_og_dokumentnummer.html">hvor
+mye som mangler</a> og en om
+<a href="http://people.skolelinux.org/pere/blog/Mer_detaljert_OEP_statisikk_for_2014_over_journalf_rte__gamle__dokumenter.html">hvor
+stor andel dokumenter som journalføres mer enn 180 dager etter
+dokumentdato</a>.  Jeg synes det er interessant å se hvordan det
+utvikler seg over tid, så her er tallene for 2015 og 2014.  2014-tallene
+bør være de samme som sist, men kan ha litt avvik på grunn av
+endringer/korreksjoner gjort i OEP.  Denne gangen har jeg samlet alle
+tallene i samme bloggpost.</p>
+
+<p>Først kommer statistikken over antall dokumenter som er registrert
+unntatt offentligheten i OEP.  Merk at klassifiseringen i OEP er
+foreløpig, slik at en kan få innsyn i dokumenter merket unntatt
+offentlighet når en spør, etter nærmere vurdering.  Det er dermed ikke
+gitt at prosentsatsen representerer hvor mange dokumenter som ville
+blitt holdt tilbake på forespørsel.</p>
+
+<table border="1">
+<tr><th colspan="3">2015</th><th colspan="3">2014</th><th rowspan="2">Instans</th></tr>
+<tr><th>Prosent</th><th>Antall u.off.</th><th>Totalt</th>
+<th>Prosent</th><th>Antall u.off.</th><th>Totalt</th></tr>
+
+<tr><td> 0.0</td><td>   0</td><td>     2</td><td> 0.0</td><td>   0</td><td>     0</td><td>Valgdirektoratet</td></tr>
+<tr><td> 0.0</td><td>   0</td><td>    30</td><td> 0.0</td><td>   0</td><td>     0</td><td>Innstillingsrådet for dommere</td></tr>
+<tr><td> 0.3</td><td>  11</td><td>  3303</td><td> 0.2</td><td>   8</td><td>  3589</td><td>Medietilsynet</td></tr>
+<tr><td> 0.6</td><td>  56</td><td>  8013</td><td> 0.9</td><td>  60</td><td>  6146</td><td>Utlendingsnemnda</td></tr>
+<tr><td> 0.9</td><td>   2</td><td>   206</td><td> 0.0</td><td>   0</td><td>     0</td><td>Norsk Romsenter</td></tr>
+<tr><td> 1.0</td><td> 182</td><td> 17238</td><td> 3.7</td><td> 764</td><td> 20353</td><td>Norsk Filminstitutt</td></tr>
+<tr><td> 1.6</td><td> 483</td><td> 29920</td><td> 2.7</td><td> 720</td><td> 26364</td><td>Direktoratet for byggkvalitet</td></tr>
+<tr><td> 1.7</td><td>  30</td><td>  1674</td><td> 2.5</td><td>  42</td><td>  1649</td><td>Fredskorpset</td></tr>
+<tr><td> 2.4</td><td>2815</td><td>116570</td><td> 2.5</td><td>2098</td><td> 82445</td><td>Landbruksdirektoratet Oslo</td></tr>
+<tr><td> 2.5</td><td> 621</td><td> 24150</td><td> 2.5</td><td> 689</td><td> 26855</td><td>Direktoratet for utviklingssamarbeid</td></tr>
+<tr><td> 2.6</td><td>  62</td><td>  2340</td><td>13.3</td><td> 288</td><td>  2164</td><td>Kunst i offentlige rom</td></tr>
+<tr><td> 3.2</td><td> 272</td><td>  8391</td><td> 4.9</td><td> 388</td><td>  7838</td><td>Statens strålevern</td></tr>
+<tr><td> 3.7</td><td> 372</td><td>  9970</td><td> 4.4</td><td> 480</td><td> 10808</td><td>Petroleumstilsynet</td></tr>
+<tr><td> 4.4</td><td> 456</td><td> 10318</td><td> 3.7</td><td> 408</td><td> 10782</td><td>Forbrukerombudet</td></tr>
+<tr><td> 5.0</td><td>  14</td><td>   278</td><td>11.0</td><td>  22</td><td>   200</td><td>Kompetansesenter for distriktsutvikling</td></tr>
+<tr><td> 6.2</td><td> 467</td><td>  7486</td><td> 4.8</td><td> 385</td><td>  7973</td><td>Sysselmannen på Svalbard</td></tr>
+<tr><td> 6.3</td><td> 294</td><td>  4651</td><td> 7.4</td><td> 304</td><td>  4078</td><td>Språkrådet</td></tr>
+<tr><td> 6.5</td><td>1241</td><td> 18817</td><td> 6.5</td><td>1352</td><td> 20776</td><td>Riksantikvaren - Direktoratet for kulturminneforvaltning</td></tr>
+<tr><td> 6.8</td><td>5381</td><td> 79048</td><td> 7.9</td><td>5981</td><td> 75393</td><td>Fiskeridirektoratet</td></tr>
+<tr><td> 7.2</td><td>4201</td><td> 57778</td><td> 2.8</td><td>1542</td><td> 53911</td><td>Norges vassdrags- og energidirektorat</td></tr>
+<tr><td> 7.4</td><td>2028</td><td> 27385</td><td>10.8</td><td>2342</td><td> 21539</td><td>Kulturdepartementet</td></tr>
+<tr><td> 7.7</td><td>13994</td><td>179777</td><td> 7.9</td><td>13743</td><td>171924</td><td>Arbeidstilsynet</td></tr>
+<tr><td> 8.6</td><td>3256</td><td> 37553</td><td> 8.5</td><td>3203</td><td> 37675</td><td>Nærings- og fiskeridepartementet</td></tr>
+<tr><td> 9.8</td><td>7256</td><td> 73440</td><td> 8.8</td><td>6541</td><td> 74189</td><td>Statens vegvesen Region midt</td></tr>
+<tr><td>10.7</td><td>3802</td><td> 35467</td><td> 7.5</td><td>2780</td><td> 36664</td><td>Forsvarsbygg</td></tr>
+<tr><td>11.0</td><td>1157</td><td> 10448</td><td> 9.6</td><td>1148</td><td> 11935</td><td>Landbruks- og matdepartementet</td></tr>
+<tr><td>11.1</td><td>14089</td><td>126652</td><td>11.7</td><td>12439</td><td>105491</td><td>Statens vegvesen Region vest</td></tr>
+<tr><td>11.1</td><td>1756</td><td> 15726</td><td> 6.9</td><td>1242</td><td> 17980</td><td>Brønnøysundregistrene</td></tr>
+<tr><td>11.2</td><td>3417</td><td> 30277</td><td> 9.3</td><td>2653</td><td> 28291</td><td>Lotteri- og stiftelsestilsynet</td></tr>
+<tr><td>12.2</td><td>2012</td><td> 16490</td><td>13.0</td><td>2183</td><td> 16736</td><td>Fylkesmannen i Hedmark</td></tr>
+<tr><td>12.6</td><td>9751</td><td> 77145</td><td>15.3</td><td>11188</td><td> 72933</td><td>Sjøfartsdirektoratet</td></tr>
+<tr><td>12.8</td><td>11031</td><td> 85996</td><td>10.5</td><td>7895</td><td> 74653</td><td>Arkivverket</td></tr>
+<tr><td>12.8</td><td>21126</td><td>164906</td><td>12.6</td><td>19230</td><td>151541</td><td>Statens vegvesen Region øst</td></tr>
+<tr><td>12.9</td><td> 941</td><td>  7247</td><td>22.8</td><td>1687</td><td>  7393</td><td>Domstoladministrasjonen</td></tr>
+<tr><td>13.0</td><td>14170</td><td>108284</td><td>14.0</td><td>15650</td><td>111147</td><td>Statens vegvesen Region sør</td></tr>
+<tr><td>13.4</td><td>1394</td><td> 10364</td><td>17.5</td><td>1484</td><td>  8440</td><td>Direktoratet for mineralforvaltning med Bergmesteren for Svalbard</td></tr>
+<tr><td>13.6</td><td>5297</td><td> 38707</td><td>11.5</td><td>4366</td><td> 37961</td><td>Statens vegvesen Vegdirektoratet</td></tr>
+<tr><td>14.4</td><td>3001</td><td> 20820</td><td>13.0</td><td>2943</td><td> 22557</td><td>Samferdselsdepartementet</td></tr>
+<tr><td>14.4</td><td>9453</td><td> 65642</td><td>12.7</td><td>7841</td><td> 61425</td><td>Statens vegvesen Region nord</td></tr>
+<tr><td>14.6</td><td>6998</td><td> 47670</td><td>11.2</td><td>5179</td><td> 46025</td><td>Statsbygg</td></tr>
+<tr><td>15.4</td><td>3984</td><td> 25769</td><td>14.6</td><td>3663</td><td> 25010</td><td>Kunnskapsdepartementet</td></tr>
+<tr><td>15.6</td><td>6769</td><td> 43139</td><td> 8.5</td><td>3697</td><td> 43364</td><td>Justervesenet</td></tr>
+<tr><td>15.8</td><td> 178</td><td>  1126</td><td>16.1</td><td> 184</td><td>  1140</td><td>Landinfo</td></tr>
+<tr><td>16.2</td><td> 516</td><td>  3183</td><td>24.2</td><td> 919</td><td>  3790</td><td>Landbruksdirektoratet Alta</td></tr>
+<tr><td>16.2</td><td>1859</td><td> 11424</td><td>12.0</td><td>1100</td><td>  9120</td><td>Havforskningsinstituttet</td></tr>
+<tr><td>16.3</td><td> 142</td><td>   869</td><td> 0.0</td><td>   0</td><td>     0</td><td>Fylkesmannen i Aust-Agder (frem til 31.12.15)</td></tr>
+<tr><td>16.6</td><td>2081</td><td> 12522</td><td>21.1</td><td>2722</td><td> 12850</td><td>Statens jernbanetilsyn</td></tr>
+<tr><td>17.2</td><td>10669</td><td> 62023</td><td>20.9</td><td>11602</td><td> 55388</td><td>Utdanningsdirektoratet</td></tr>
+<tr><td>18.4</td><td>11189</td><td> 60577</td><td>12.9</td><td>6743</td><td> 51881</td><td>Miljødirektoratet</td></tr>
+<tr><td>18.5</td><td>27193</td><td>146803</td><td>49.9</td><td>2549</td><td>  5108</td><td>Norsk kulturråd</td></tr>
+<tr><td>18.8</td><td>2499</td><td> 13281</td><td>20.8</td><td>2888</td><td> 13853</td><td>Olje- og energidepartementet</td></tr>
+<tr><td>18.8</td><td>7804</td><td> 41362</td><td>15.0</td><td>5824</td><td> 38769</td><td>Luftfartstilsynet</td></tr>
+<tr><td>19.1</td><td> 479</td><td>  2505</td><td>21.1</td><td> 563</td><td>  2660</td><td>Norges geologiske undersøkelse</td></tr>
+<tr><td>19.2</td><td>13777</td><td> 71409</td><td>20.4</td><td>13318</td><td> 65121</td><td>Utenriksdepartementet</td></tr>
+<tr><td>19.8</td><td>3605</td><td> 18194</td><td>22.1</td><td>4177</td><td> 18833</td><td>Klima- og miljødepartementet</td></tr>
+<tr><td>20.6</td><td>1736</td><td>  8412</td><td>23.1</td><td>2018</td><td>  8701</td><td>Statens lånekasse for utdanning</td></tr>
+<tr><td>20.6</td><td>2930</td><td> 14220</td><td>18.7</td><td>2459</td><td> 13138</td><td>Barne-, ungdoms- og familiedirektoratet</td></tr>
+<tr><td>21.0</td><td>3786</td><td> 17975</td><td>18.4</td><td>3213</td><td> 17452</td><td>Fylkesmannen i Telemark</td></tr>
+<tr><td>21.4</td><td>4930</td><td> 22971</td><td>22.5</td><td>4565</td><td> 20202</td><td>Fylkesmannen i Møre og Romsdal</td></tr>
+<tr><td>22.0</td><td>8244</td><td> 37385</td><td>17.5</td><td>6420</td><td> 36587</td><td>Statens kartverk</td></tr>
+<tr><td>23.0</td><td>2212</td><td>  9593</td><td>23.0</td><td>1797</td><td>  7799</td><td>Norsk Akkreditering</td></tr>
+<tr><td>23.0</td><td>6622</td><td> 28777</td><td>21.4</td><td>6142</td><td> 28622</td><td>Nasjonal kommunikasjonsmyndighet</td></tr>
+<tr><td>23.4</td><td>2672</td><td> 11405</td><td>25.7</td><td>3039</td><td> 11812</td><td>Oljedirektoratet</td></tr>
+<tr><td>23.6</td><td>5430</td><td> 22918</td><td>20.2</td><td>4847</td><td> 23968</td><td>Fylkesmannen i Oppland</td></tr>
+<tr><td>23.8</td><td>3657</td><td> 15334</td><td>22.6</td><td>3277</td><td> 14499</td><td>Fylkesmannen i Aust-Agder</td></tr>
+<tr><td>23.8</td><td>8182</td><td> 34325</td><td>23.7</td><td>7754</td><td> 32598</td><td>Kommunal- og moderniseringsdepartementet</td></tr>
+<tr><td>24.0</td><td>5806</td><td> 24103</td><td>27.4</td><td>5998</td><td> 21864</td><td>Barne-, likestillings- og inkluderingsdepartementet</td></tr>
+<tr><td>24.2</td><td> 197</td><td>   814</td><td>31.6</td><td> 196</td><td>   620</td><td>Statens institutt for rusmiddelforskning</td></tr>
+<tr><td>24.4</td><td>3266</td><td> 13338</td><td>21.6</td><td>2600</td><td> 11993</td><td>Senter for internasjonalisering av utdanning</td></tr>
+<tr><td>24.6</td><td>4728</td><td> 19208</td><td>24.4</td><td>4584</td><td> 18715</td><td>Fylkesmannen i Vest-Agder</td></tr>
+<tr><td>24.8</td><td>3711</td><td> 14933</td><td> 6.4</td><td> 795</td><td> 12300</td><td>Direktoratet for forvaltning og IKT</td></tr>
+<tr><td>24.9</td><td>5002</td><td> 20033</td><td>21.6</td><td>3997</td><td> 18424</td><td>Fylkesmannen i Nord-Trøndelag</td></tr>
+<tr><td>25.1</td><td>1246</td><td>  4954</td><td>27.2</td><td>1305</td><td>  4781</td><td>Konkurransetilsynet</td></tr>
+<tr><td>25.6</td><td>5674</td><td> 22128</td><td>20.4</td><td>4936</td><td> 24189</td><td>Helse- og omsorgsdepartementet</td></tr>
+<tr><td>26.9</td><td>22947</td><td> 85293</td><td>24.3</td><td>21337</td><td> 87572</td><td>Helsedirektoratet</td></tr>
+<tr><td>27.2</td><td>3648</td><td> 13401</td><td>18.5</td><td>1898</td><td> 10234</td><td>Vox, nasjonalt fagorgan for kompetansepolitikk</td></tr>
+<tr><td>27.6</td><td>23161</td><td> 83795</td><td>29.7</td><td>22587</td><td> 75973</td><td>Statens legemiddelverk</td></tr>
+<tr><td>27.7</td><td>6373</td><td> 22941</td><td>28.3</td><td>6449</td><td> 22738</td><td>Fylkesmannen i Sør-Trøndelag</td></tr>
+<tr><td>27.9</td><td> 784</td><td>  2807</td><td> 0.0</td><td>   0</td><td>     0</td><td>Jernbaneverket</td></tr>
+<tr><td>29.6</td><td>1290</td><td>  4352</td><td>47.0</td><td>1401</td><td>  2976</td><td>Nasjonalt organ for kvalitet i utdanningen (NOKUT)</td></tr>
+<tr><td>29.8</td><td>6990</td><td> 23388</td><td>30.2</td><td>7263</td><td> 23997</td><td>Fylkesmannen i Buskerud</td></tr>
+<tr><td>29.9</td><td>2932</td><td>  9778</td><td>32.3</td><td>3439</td><td> 10643</td><td>Statsministerens kontor</td></tr>
+<tr><td>30.3</td><td> 147</td><td>   485</td><td> 0.0</td><td>   0</td><td>     0</td><td>Fylkesmannen i Vest-Agder (frem til 31.12.115)</td></tr>
+<tr><td>31.5</td><td>9472</td><td> 30047</td><td>28.9</td><td>9498</td><td> 32839</td><td>Fylkesmannen i Rogaland</td></tr>
+<tr><td>31.8</td><td>1627</td><td>  5112</td><td>34.2</td><td>2082</td><td>  6072</td><td>Datatilsynet</td></tr>
+<tr><td>31.9</td><td>1128</td><td>  3528</td><td>32.9</td><td>1302</td><td>  3950</td><td>Statens pensjonskasse</td></tr>
+<tr><td>31.9</td><td>13718</td><td> 42918</td><td>32.2</td><td>12887</td><td> 39921</td><td>Fylkesmannen i Hordaland</td></tr>
+<tr><td>32.0</td><td>7510</td><td> 23464</td><td>33.0</td><td>7544</td><td> 22837</td><td>Fylkesmannen i Vestfold</td></tr>
+<tr><td>32.5</td><td>1116</td><td>  3427</td><td>32.4</td><td>1261</td><td>  3883</td><td>Nasjonalbiblioteket</td></tr>
+<tr><td>32.8</td><td>1662</td><td>  5053</td><td>48.2</td><td>2689</td><td>  5578</td><td>Direktoratet for økonomistyring</td></tr>
+<tr><td>33.1</td><td>6811</td><td> 20567</td><td>28.7</td><td>5041</td><td> 17513</td><td>Fylkesmannen i Sogn og Fjordane</td></tr>
+<tr><td>33.7</td><td>6975</td><td> 20666</td><td>29.1</td><td>6110</td><td> 20994</td><td>Fylkesmannen i Finnmark</td></tr>
+<tr><td>33.8</td><td>7254</td><td> 21402</td><td>33.5</td><td>7138</td><td> 21304</td><td>Finansdepartementet</td></tr>
+<tr><td>34.1</td><td> 387</td><td>  1133</td><td> 0.0</td><td>   0</td><td>     0</td><td>Tilsynsutvalget for dommere</td></tr>
+<tr><td>34.5</td><td>10466</td><td> 30261</td><td>42.7</td><td>7416</td><td> 17342</td><td>Integrerings- og mangfoldsdirektoratet</td></tr>
+<tr><td>36.6</td><td>16005</td><td> 43619</td><td>40.7</td><td>17996</td><td> 44140</td><td>Finanstilsynet</td></tr>
+<tr><td>36.7</td><td>7170</td><td> 19525</td><td>36.6</td><td>7481</td><td> 20434</td><td>Fylkesmannen i Østfold</td></tr>
+<tr><td>40.2</td><td>16584</td><td> 41211</td><td>32.7</td><td>12187</td><td> 37237</td><td>Kystverket</td></tr>
+<tr><td>40.9</td><td>4942</td><td> 12080</td><td>46.3</td><td>5934</td><td> 12802</td><td>Forsvarsdepartementet</td></tr>
+<tr><td>41.4</td><td>13295</td><td> 32050</td><td>41.3</td><td>11805</td><td> 28568</td><td>Fylkesmannen i Troms</td></tr>
+<tr><td>43.0</td><td>9595</td><td> 22275</td><td>43.9</td><td>10288</td><td> 23422</td><td>Arbeids- og sosialdepartementet</td></tr>
+<tr><td>44.6</td><td>9809</td><td> 21967</td><td>48.0</td><td>9627</td><td> 20021</td><td>Politidirektoratet</td></tr>
+<tr><td>45.2</td><td>25158</td><td> 55611</td><td>43.8</td><td>22379</td><td> 51043</td><td>Justis- og beredskapsdepartementet</td></tr>
+<tr><td>49.5</td><td>18312</td><td> 36976</td><td>49.6</td><td>13752</td><td> 27719</td><td>Fylkesmannen i Nordland</td></tr>
+<tr><td>49.8</td><td>27453</td><td> 55028</td><td>50.0</td><td>24782</td><td> 49473</td><td>Fylkesmannen i Oslo og Akershus</td></tr>
+<tr><td>50.3</td><td>32997</td><td> 65513</td><td>39.5</td><td>24644</td><td> 62276</td><td>Direktoratet for samfunnssikkerhet og beredskap</td></tr>
+<tr><td>54.4</td><td>11213</td><td> 20606</td><td>49.4</td><td>7519</td><td> 15204</td><td>Utlendingsdirektoratet</td></tr>
+<tr><td>54.5</td><td>10338</td><td> 18948</td><td>39.7</td><td>5986</td><td> 15043</td><td>Statistisk sentralbyrå</td></tr>
+<tr><td>54.8</td><td>5075</td><td>  9256</td><td>56.0</td><td>4781</td><td>  8528</td><td>Direktoratet for nødkommunikasjon</td></tr>
+<tr><td>55.4</td><td>7765</td><td> 13998</td><td>46.7</td><td>6278</td><td> 13421</td><td>Nasjonalt folkehelseinstitutt</td></tr>
+<tr><td>57.6</td><td>1690</td><td>  2931</td><td>70.2</td><td>3401</td><td>  4840</td><td>Statens innkrevingssentral</td></tr>
+<tr><td>58.0</td><td>7019</td><td> 12101</td><td>39.2</td><td>3671</td><td>  9352</td><td>Departementenes sikkerhets- og serviceorganisasjon</td></tr>
+<tr><td>66.2</td><td>17293</td><td> 26097</td><td>68.1</td><td>18027</td><td> 26463</td><td>Skattedirektoratet</td></tr>
+<tr><td>69.5</td><td>3949</td><td>  5676</td><td>60.1</td><td>2576</td><td>  4284</td><td>Kriminalomsorgsdirektoratet</td></tr>
+<tr><td>70.8</td><td>16713</td><td> 23581</td><td>70.6</td><td>12556</td><td> 17777</td><td>Statens helsetilsyn</td></tr>
+<tr><td>71.1</td><td>1146</td><td>  1610</td><td>76.5</td><td>1160</td><td>  1516</td><td>Statens arbeidsmiljøinstitutt</td></tr>
+<tr><td>79.2</td><td>9343</td><td> 11791</td><td>74.7</td><td>8328</td><td> 11144</td><td>Toll- og avgiftsdirektoratet</td></tr>
+<tr><td>83.7</td><td>122317</td><td>145994</td><td>82.2</td><td>112645</td><td>137034</td><td>Husbanken</td></tr>
+<tr><td>85.6</td><td>84427</td><td> 98626</td><td>87.0</td><td>82682</td><td> 94950</td><td>Norges forskningsråd</td></tr>
+<tr><td>91.1</td><td> 609</td><td>   668</td><td> 0.0</td><td>   0</td><td>     0</td><td>Direktoratet for e-helse</td></tr>
+<tr><td>91.4</td><td>10838</td><td> 11854</td><td>87.1</td><td>10278</td><td> 11798</td><td>Garantiinstituttet for eksportkreditt</td></tr>
+<tr><td>98.9</td><td>17373</td><td> 17563</td><td> 0.0</td><td>   0</td><td>     0</td><td>Forbrukerrådet</td></tr>
+</table>
+
+<p>Interessant å se hvordan Utenriksdepartementet tilsynelatende er
+blitt ekstremt mer hemmelighetsfull på tre år.  I 2015 var 99,8% av
+71409 dokumenter merket som unntatt offentlighet, mens i 2014 var det
+44,3% av 65121 og og i 2013 var det bare 12,1% av 67828.  Lurer på hva
+som har skjedd.  (<strong>Oppdatering 13:40: Dette er en teknisk feil
+i databasen, da UD har begynt å legge inn '-' der det ikke er unntak,
+mens det tidligere var et tomt felt.  Skal lage ny statistikk, men det
+tar noen timer å lage ny tabell. Oppdatering 15:30: Ny tabell på
+plass, mer forklaring nederst i teksten.</strong>)</p>
+
+<p>Dernest kommer statistikken over hvor mange saksnummer og
+dokumenter som ikke finnes i OEP (dvs. hull i saksnummer- og
+dokumentnummerserien).  Se tidligere omtalte bloggpost for å forstå
+hvordan slike hull kan oppstå uten at det er noe galt eller
+mistenkelig med det.</p>
+
+<table border="1">
+<tr><th colspan="6">Saksnummer</th><th colspan="3">Dokumentnummer</th><th rowspan="3">Instans</th></tr>
+<tr><th colspan="3">2015</th><th colspan="3">2014</th><th colspan="3">2015</th></tr>
+<tr><th>%</th><th>Upubl. saksnr.</th><th>Totalt</th>
+<th>%</th><th>Upubl. saksnr</th><th>Totalt</th>
+<th>%</th><th>Upubl. dok.nr.</th><th>Totalt</th>
+</tr>
+
+<tr><td> 0.0</td><td>   0</td><td>     1</td><td> 0.0</td><td>   0</td><td>     0</td><td> 0.0</td><td>   0</td><td>     2</td><td>Valgdirektoratet</td></tr>
+<tr><td> 0.0</td><td>   0</td><td>    85</td><td> 5.2</td><td>   6</td><td>   116</td><td> 0.0</td><td>   0</td><td>   450</td><td>Statens institutt for rusmiddelforskning</td></tr>
+<tr><td> 0.5</td><td> 100</td><td> 21258</td><td>42.4</td><td>9849</td><td> 23215</td><td> 0.6</td><td> 475</td><td> 85333</td><td>Norsk kulturråd</td></tr>
+<tr><td> 0.6</td><td>  80</td><td> 13924</td><td> 1.0</td><td> 154</td><td> 15663</td><td> 0.2</td><td>  75</td><td> 41603</td><td>Justervesenet</td></tr>
+<tr><td> 1.2</td><td>  20</td><td>  1622</td><td> 0.4</td><td>   7</td><td>  1568</td><td> 0.6</td><td>  90</td><td> 15028</td><td>Statistisk sentralbyrå</td></tr>
+<tr><td> 1.4</td><td>  67</td><td>  4623</td><td> 1.5</td><td>  74</td><td>  5066</td><td> 1.5</td><td> 237</td><td> 15762</td><td>Arbeids- og sosialdepartementet</td></tr>
+<tr><td> 1.4</td><td> 166</td><td> 11932</td><td> 0.9</td><td>  84</td><td>  9863</td><td> 1.7</td><td> 510</td><td> 29452</td><td>Direktoratet for byggkvalitet</td></tr>
+<tr><td> 1.4</td><td> 451</td><td> 32677</td><td> 1.0</td><td> 276</td><td> 28515</td><td> 0.4</td><td> 298</td><td> 78470</td><td>Arkivverket</td></tr>
+<tr><td> 1.9</td><td>  11</td><td>   589</td><td> 3.0</td><td>  27</td><td>   891</td><td> 0.6</td><td>  14</td><td>  2211</td><td>Statens innkrevingssentral</td></tr>
+<tr><td> 1.9</td><td>  41</td><td>  2162</td><td> 2.2</td><td>  44</td><td>  1973</td><td> 1.1</td><td>  84</td><td>  7583</td><td>Direktoratet for mineralforvaltning med Bergmesteren for Svalbard</td></tr>
+<tr><td> 2.5</td><td>  68</td><td>  2728</td><td> 4.0</td><td>  99</td><td>  2488</td><td> 2.1</td><td> 197</td><td>  9393</td><td>Forbrukerombudet</td></tr>
+<tr><td> 2.7</td><td>  47</td><td>  1758</td><td> 0.6</td><td>   8</td><td>  1282</td><td> 5.1</td><td> 445</td><td>  8359</td><td>Vox, nasjonalt fagorgan for kompetansepolitikk</td></tr>
+<tr><td> 2.9</td><td> 157</td><td>  5351</td><td> 3.0</td><td> 129</td><td>  4326</td><td> 0.7</td><td>  95</td><td> 12763</td><td>Brønnøysundregistrene</td></tr>
+<tr><td> 3.2</td><td> 293</td><td>  9121</td><td> 2.0</td><td> 132</td><td>  6571</td><td> 6.4</td><td>1653</td><td> 24287</td><td>Statens kartverk</td></tr>
+<tr><td> 3.5</td><td>  40</td><td>  1151</td><td> 3.8</td><td>  51</td><td>  1326</td><td> 6.0</td><td> 275</td><td>  4271</td><td>Sysselmannen på Svalbard</td></tr>
+<tr><td> 3.6</td><td>  53</td><td>  1458</td><td> 2.0</td><td>  30</td><td>  1470</td><td> 1.6</td><td> 155</td><td>  9331</td><td>Norsk Filminstitutt</td></tr>
+<tr><td> 3.7</td><td> 313</td><td>  8449</td><td> 3.2</td><td> 227</td><td>  7092</td><td> 1.3</td><td> 413</td><td> 31241</td><td>Lotteri- og stiftelsestilsynet</td></tr>
+<tr><td> 3.8</td><td> 645</td><td> 17136</td><td> 5.5</td><td> 942</td><td> 17213</td><td> 2.9</td><td>1688</td><td> 57442</td><td>Statens legemiddelverk</td></tr>
+<tr><td> 4.7</td><td> 353</td><td>  7482</td><td>12.4</td><td>1001</td><td>  8069</td><td> 2.6</td><td> 662</td><td> 25153</td><td>Norges vassdrags- og energidirektorat</td></tr>
+<tr><td> 4.9</td><td> 940</td><td> 19148</td><td> 5.0</td><td> 896</td><td> 17781</td><td> 1.6</td><td>1031</td><td> 63978</td><td>Fiskeridirektoratet</td></tr>
+<tr><td> 5.1</td><td>  61</td><td>  1206</td><td> 4.4</td><td>  47</td><td>  1060</td><td> 3.0</td><td> 134</td><td>  4317</td><td>Statens strålevern</td></tr>
+<tr><td> 5.5</td><td>  95</td><td>  1721</td><td> 6.9</td><td> 126</td><td>  1813</td><td> 0.1</td><td>   8</td><td>  8231</td><td>Statsministerens kontor</td></tr>
+<tr><td> 5.5</td><td> 720</td><td> 12985</td><td>14.2</td><td>2803</td><td> 19734</td><td> 1.4</td><td> 641</td><td> 46830</td><td>Direktoratet for samfunnssikkerhet og beredskap</td></tr>
+<tr><td> 5.7</td><td> 252</td><td>  4425</td><td> 4.9</td><td> 228</td><td>  4638</td><td> 1.8</td><td> 298</td><td> 16197</td><td>Barne-, likestillings- og inkluderingsdepartementet</td></tr>
+<tr><td> 5.9</td><td> 207</td><td>  3534</td><td> 5.2</td><td> 207</td><td>  3997</td><td> 2.3</td><td> 230</td><td>  9930</td><td>Klima- og miljødepartementet</td></tr>
+<tr><td> 5.9</td><td> 731</td><td> 12360</td><td> 6.6</td><td> 976</td><td> 14712</td><td> 2.9</td><td>1174</td><td> 39309</td><td>Miljødirektoratet</td></tr>
+<tr><td> 6.2</td><td> 472</td><td>  7629</td><td> 7.5</td><td> 496</td><td>  6649</td><td> 2.2</td><td>1011</td><td> 44077</td><td>Utdanningsdirektoratet</td></tr>
+<tr><td> 6.5</td><td> 434</td><td>  6680</td><td> 3.2</td><td> 202</td><td>  6250</td><td> 1.5</td><td> 364</td><td> 23587</td><td>Nasjonal kommunikasjonsmyndighet</td></tr>
+<tr><td> 6.6</td><td>  19</td><td>   287</td><td> 6.9</td><td>  28</td><td>   408</td><td> 6.5</td><td> 122</td><td>  1742</td><td>Landbruksdirektoratet Alta</td></tr>
+<tr><td> 6.8</td><td> 400</td><td>  5867</td><td> 9.0</td><td> 707</td><td>  7835</td><td> 3.0</td><td> 761</td><td> 24952</td><td>Kommunal- og moderniseringsdepartementet</td></tr>
+<tr><td> 7.5</td><td> 496</td><td>  6587</td><td>13.5</td><td>1324</td><td>  9785</td><td> 1.8</td><td> 509</td><td> 27790</td><td>Nærings- og fiskeridepartementet</td></tr>
+<tr><td> 7.6</td><td> 938</td><td> 12297</td><td> 6.6</td><td> 741</td><td> 11218</td><td> 5.6</td><td>3412</td><td> 57624</td><td>Norges forskningsråd</td></tr>
+<tr><td> 8.2</td><td> 122</td><td>  1484</td><td>10.2</td><td> 169</td><td>  1664</td><td> 6.8</td><td> 680</td><td>  9291</td><td>Direktoratet for utviklingssamarbeid</td></tr>
+<tr><td> 8.2</td><td> 705</td><td>  8648</td><td> 9.3</td><td> 843</td><td>  9040</td><td> 3.1</td><td>1269</td><td> 40179</td><td>Justis- og beredskapsdepartementet</td></tr>
+<tr><td> 8.6</td><td>  97</td><td>  1133</td><td> 5.8</td><td>  78</td><td>  1336</td><td> 6.7</td><td> 179</td><td>  2511</td><td>Medietilsynet</td></tr>
+<tr><td> 8.6</td><td> 425</td><td>  4941</td><td>13.6</td><td> 510</td><td>  3758</td><td>11.4</td><td>2721</td><td> 21076</td><td>Integrerings- og mangfoldsdirektoratet</td></tr>
+<tr><td> 8.7</td><td> 491</td><td>  5662</td><td> 6.8</td><td> 309</td><td>  4514</td><td> 7.1</td><td>1712</td><td> 22269</td><td>Luftfartstilsynet</td></tr>
+<tr><td> 9.0</td><td> 193</td><td>  2134</td><td> 7.6</td><td> 125</td><td>  1650</td><td> 9.4</td><td>1442</td><td> 13937</td><td>Statens helsetilsyn</td></tr>
+<tr><td> 9.3</td><td> 435</td><td>  4690</td><td> 7.6</td><td> 395</td><td>  5216</td><td> 1.3</td><td> 188</td><td> 13881</td><td>Helse- og omsorgsdepartementet</td></tr>
+<tr><td> 9.6</td><td> 142</td><td>  1477</td><td> 5.5</td><td>  81</td><td>  1486</td><td> 2.0</td><td> 155</td><td>  7737</td><td>Petroleumstilsynet</td></tr>
+<tr><td> 9.6</td><td> 169</td><td>  1760</td><td> 6.9</td><td> 151</td><td>  2181</td><td> 1.2</td><td>  67</td><td>  5418</td><td>Landbruks- og matdepartementet</td></tr>
+<tr><td> 9.7</td><td> 473</td><td>  4890</td><td>11.0</td><td> 594</td><td>  5398</td><td> 2.1</td><td> 432</td><td> 19704</td><td>Kulturdepartementet</td></tr>
+<tr><td>10.0</td><td>   2</td><td>    20</td><td>17.4</td><td>   4</td><td>    23</td><td>11.2</td><td>  14</td><td>   111</td><td>Kompetansesenter for distriktsutvikling</td></tr>
+<tr><td>10.1</td><td>  49</td><td>   485</td><td> 6.1</td><td>  30</td><td>   492</td><td>13.2</td><td> 486</td><td>  3187</td><td>Konkurransetilsynet</td></tr>
+<tr><td>10.2</td><td> 133</td><td>  1300</td><td>11.5</td><td> 201</td><td>  1745</td><td> 5.3</td><td> 168</td><td>  3012</td><td>Språkrådet</td></tr>
+<tr><td>10.4</td><td>1471</td><td> 14109</td><td> 9.8</td><td>1165</td><td> 11893</td><td> 3.4</td><td>1976</td><td> 55929</td><td>Helsedirektoratet</td></tr>
+<tr><td>10.5</td><td> 267</td><td>  2535</td><td> 7.3</td><td> 203</td><td>  2787</td><td> 4.1</td><td> 344</td><td>  8104</td><td>Riksantikvaren - Direktoratet for kulturminneforvaltning</td></tr>
+<tr><td>10.6</td><td> 100</td><td>   941</td><td> 9.8</td><td>  95</td><td>   973</td><td> 5.7</td><td> 358</td><td>  5875</td><td>Utlendingsnemnda</td></tr>
+<tr><td>10.7</td><td>  58</td><td>   541</td><td> 9.4</td><td>  51</td><td>   542</td><td> 1.6</td><td>  22</td><td>  1370</td><td>Statens arbeidsmiljøinstitutt</td></tr>
+<tr><td>11.0</td><td> 144</td><td>  1314</td><td> 6.9</td><td> 102</td><td>  1478</td><td> 9.5</td><td> 466</td><td>  4435</td><td>Statens jernbanetilsyn</td></tr>
+<tr><td>11.4</td><td> 487</td><td>  4281</td><td> 7.0</td><td> 189</td><td>  2700</td><td> 1.1</td><td> 253</td><td> 22570</td><td>Samferdselsdepartementet</td></tr>
+<tr><td>12.5</td><td> 622</td><td>  4957</td><td>10.1</td><td> 497</td><td>  4902</td><td> 7.9</td><td>1407</td><td> 16479</td><td>Politidirektoratet</td></tr>
+<tr><td>12.7</td><td>  73</td><td>   573</td><td>21.1</td><td> 107</td><td>   507</td><td>14.8</td><td> 327</td><td>  1877</td><td>Nasjonalbiblioteket</td></tr>
+<tr><td>12.7</td><td> 738</td><td>  5829</td><td> 8.7</td><td> 519</td><td>  5949</td><td> 2.6</td><td> 414</td><td> 15481</td><td>Finansdepartementet</td></tr>
+<tr><td>13.0</td><td> 176</td><td>  1352</td><td> 6.7</td><td>  81</td><td>  1204</td><td> 1.6</td><td> 120</td><td>  7347</td><td>Oljedirektoratet</td></tr>
+<tr><td>13.9</td><td> 856</td><td>  6145</td><td>10.6</td><td> 679</td><td>  6383</td><td> 5.7</td><td>1112</td><td> 18326</td><td>Kunnskapsdepartementet</td></tr>
+<tr><td>14.1</td><td> 715</td><td>  5073</td><td>10.3</td><td> 609</td><td>  5933</td><td>39.5</td><td>15199</td><td> 23238</td><td>Kystverket</td></tr>
+<tr><td>14.3</td><td> 240</td><td>  1676</td><td> 2.2</td><td>  33</td><td>  1478</td><td> 1.9</td><td>  68</td><td>  3459</td><td>Datatilsynet</td></tr>
+<tr><td>14.3</td><td> 319</td><td>  2223</td><td>13.0</td><td> 301</td><td>  2309</td><td> 1.1</td><td>  65</td><td>  5903</td><td>Olje- og energidepartementet</td></tr>
+<tr><td>14.5</td><td>  24</td><td>   166</td><td> 0.0</td><td>   0</td><td>     0</td><td>17.4</td><td>  59</td><td>   281</td><td>Norsk Romsenter</td></tr>
+<tr><td>14.5</td><td>1945</td><td> 13404</td><td> 8.7</td><td>1096</td><td> 12632</td><td> 5.0</td><td>1962</td><td> 37143</td><td>Finanstilsynet</td></tr>
+<tr><td>15.1</td><td>  87</td><td>   578</td><td>21.6</td><td>  94</td><td>   435</td><td> 2.8</td><td>  66</td><td>  2292</td><td>Norges geologiske undersøkelse</td></tr>
+<tr><td>15.2</td><td> 156</td><td>  1028</td><td>12.5</td><td> 137</td><td>  1097</td><td> 2.7</td><td> 312</td><td> 11389</td><td>Direktoratet for forvaltning og IKT</td></tr>
+<tr><td>15.9</td><td> 501</td><td>  3157</td><td>12.7</td><td> 379</td><td>  2996</td><td> 6.5</td><td> 550</td><td>  7966</td><td>Nasjonalt folkehelseinstitutt</td></tr>
+<tr><td>16.1</td><td>  58</td><td>   360</td><td>13.8</td><td>  48</td><td>   348</td><td> 8.2</td><td> 653</td><td>  7294</td><td>Senter for internasjonalisering av utdanning</td></tr>
+<tr><td>17.1</td><td> 692</td><td>  4040</td><td> 9.2</td><td> 285</td><td>  3085</td><td> 6.1</td><td> 484</td><td>  7439</td><td>Forsvarsdepartementet</td></tr>
+<tr><td>17.8</td><td> 161</td><td>   904</td><td>24.9</td><td> 255</td><td>  1023</td><td> 9.7</td><td> 616</td><td>  5752</td><td>Direktoratet for nødkommunikasjon</td></tr>
+<tr><td>17.8</td><td>1278</td><td>  7162</td><td>18.7</td><td>1359</td><td>  7269</td><td> 2.0</td><td> 458</td><td> 21904</td><td>Fylkesmannen i Troms</td></tr>
+<tr><td>17.9</td><td>  68</td><td>   379</td><td> 7.6</td><td>  27</td><td>   355</td><td> 1.9</td><td>  79</td><td>  3981</td><td>Norsk Akkreditering</td></tr>
+<tr><td>19.3</td><td> 878</td><td>  4557</td><td>19.6</td><td> 930</td><td>  4737</td><td> 2.9</td><td> 378</td><td> 12737</td><td>Fylkesmannen i Sogn og Fjordane</td></tr>
+<tr><td>19.6</td><td>1645</td><td>  8394</td><td>21.0</td><td>1821</td><td>  8659</td><td> 6.4</td><td>1621</td><td> 23898</td><td>Fylkesmannen i Nordland</td></tr>
+<tr><td>21.0</td><td>  72</td><td>   343</td><td> 0.0</td><td>   0</td><td>     0</td><td> 1.0</td><td>  10</td><td>   950</td><td>Direktoratet for e-helse</td></tr>
+<tr><td>21.0</td><td>1102</td><td>  5237</td><td>39.6</td><td>2409</td><td>  6079</td><td>30.4</td><td>8669</td><td> 19865</td><td>Forsvarsbygg</td></tr>
+<tr><td>23.0</td><td> 384</td><td>  1671</td><td>27.4</td><td> 544</td><td>  1986</td><td> 3.6</td><td> 251</td><td>  6633</td><td>Statens lånekasse for utdanning</td></tr>
+<tr><td>23.1</td><td> 216</td><td>   937</td><td>23.5</td><td> 195</td><td>   829</td><td> 2.6</td><td> 110</td><td>  4116</td><td>Direktoratet for økonomistyring</td></tr>
+<tr><td>23.7</td><td> 274</td><td>  1154</td><td>26.0</td><td> 379</td><td>  1456</td><td> 2.5</td><td> 206</td><td>  7995</td><td>Departementenes sikkerhets- og serviceorganisasjon</td></tr>
+<tr><td>24.1</td><td>  32</td><td>   133</td><td>19.8</td><td>  24</td><td>   121</td><td> 4.4</td><td>  53</td><td>  1149</td><td>Kunst i offentlige rom</td></tr>
+<tr><td>26.0</td><td>14552</td><td> 56067</td><td>63.6</td><td>67940</td><td>106802</td><td> 7.6</td><td>12846</td><td>155665</td><td>Arbeidstilsynet</td></tr>
+<tr><td>28.1</td><td> 460</td><td>  1635</td><td>27.2</td><td> 401</td><td>  1475</td><td> 8.3</td><td> 481</td><td>  5348</td><td>Domstoladministrasjonen</td></tr>
+<tr><td>31.2</td><td> 815</td><td>  2608</td><td>34.9</td><td>1267</td><td>  3627</td><td> 4.1</td><td> 598</td><td> 14039</td><td>Statsbygg</td></tr>
+<tr><td>32.1</td><td>  88</td><td>   274</td><td>21.6</td><td>  50</td><td>   232</td><td> 5.3</td><td>  55</td><td>   974</td><td>Fredskorpset</td></tr>
+<tr><td>32.9</td><td> 267</td><td>   812</td><td>33.0</td><td> 232</td><td>   702</td><td> 8.1</td><td> 239</td><td>  2717</td><td>Nasjonalt organ for kvalitet i utdanningen (NOKUT)</td></tr>
+<tr><td>33.0</td><td>1665</td><td>  5046</td><td>29.0</td><td>1520</td><td>  5249</td><td> 5.9</td><td> 968</td><td> 15372</td><td>Fylkesmannen i Finnmark</td></tr>
+<tr><td>33.3</td><td> 506</td><td>  1521</td><td>27.4</td><td> 421</td><td>  1538</td><td> 5.7</td><td> 406</td><td>  6687</td><td>Havforskningsinstituttet</td></tr>
+<tr><td>34.0</td><td>24084</td><td> 70775</td><td>53.8</td><td>39567</td><td> 73495</td><td> 0.5</td><td> 515</td><td>109638</td><td>Landbruksdirektoratet Oslo</td></tr>
+<tr><td>37.9</td><td>6306</td><td> 16638</td><td>38.4</td><td>6123</td><td> 15947</td><td> 1.3</td><td> 443</td><td> 34527</td><td>Fylkesmannen i Hordaland</td></tr>
+<tr><td>38.0</td><td>3267</td><td>  8600</td><td>39.8</td><td>3060</td><td>  7698</td><td> 4.3</td><td> 738</td><td> 16551</td><td>Fylkesmannen i Nord-Trøndelag</td></tr>
+<tr><td>40.1</td><td>3359</td><td>  8370</td><td>35.9</td><td>3135</td><td>  8744</td><td> 9.5</td><td>1603</td><td> 15300</td><td>Fylkesmannen i Oppland</td></tr>
+<tr><td>41.8</td><td>3052</td><td>  7298</td><td>43.0</td><td>3285</td><td>  7645</td><td> 0.8</td><td> 142</td><td> 16847</td><td>Fylkesmannen i Vestfold</td></tr>
+<tr><td>42.0</td><td>2260</td><td>  5377</td><td>39.4</td><td>2115</td><td>  5365</td><td> 2.3</td><td> 296</td><td> 12662</td><td>Fylkesmannen i Telemark</td></tr>
+<tr><td>42.0</td><td>2677</td><td>  6373</td><td>42.2</td><td>2826</td><td>  6700</td><td> 3.5</td><td> 425</td><td> 11560</td><td>Fylkesmannen i Vest-Agder</td></tr>
+<tr><td>42.2</td><td>2302</td><td>  5460</td><td>42.7</td><td>2283</td><td>  5350</td><td> 2.1</td><td> 217</td><td> 10030</td><td>Fylkesmannen i Aust-Agder</td></tr>
+<tr><td>42.3</td><td>3249</td><td>  7688</td><td>42.5</td><td>3359</td><td>  7911</td><td> 3.6</td><td> 602</td><td> 15959</td><td>Fylkesmannen i Møre og Romsdal</td></tr>
+<tr><td>43.1</td><td>4750</td><td> 11013</td><td>29.0</td><td>1435</td><td>  4944</td><td> 4.7</td><td> 925</td><td> 18789</td><td>Utlendingsdirektoratet</td></tr>
+<tr><td>45.3</td><td> 511</td><td>  1129</td><td>34.1</td><td> 415</td><td>  1217</td><td>14.9</td><td> 784</td><td>  4468</td><td>Garantiinstituttet for eksportkreditt</td></tr>
+<tr><td>48.4</td><td>4663</td><td>  9627</td><td>50.5</td><td>5064</td><td> 10024</td><td> 4.9</td><td> 869</td><td> 16950</td><td>Fylkesmannen i Sør-Trøndelag</td></tr>
+<tr><td>49.1</td><td>4160</td><td>  8480</td><td>48.7</td><td>4261</td><td>  8747</td><td> 1.0</td><td> 170</td><td> 16593</td><td>Fylkesmannen i Buskerud</td></tr>
+<tr><td>49.9</td><td>8296</td><td> 16617</td><td>26.0</td><td>3844</td><td> 14785</td><td> 1.7</td><td> 696</td><td> 41263</td><td>Utenriksdepartementet</td></tr>
+<tr><td>51.4</td><td>7375</td><td> 14353</td><td>43.0</td><td>5492</td><td> 12773</td><td> 6.0</td><td>1457</td><td> 22780</td><td>Fylkesmannen i Rogaland</td></tr>
+<tr><td>51.5</td><td>4432</td><td>  8610</td><td>51.4</td><td>4472</td><td>  8703</td><td> 3.8</td><td> 494</td><td> 12494</td><td>Fylkesmannen i Hedmark</td></tr>
+<tr><td>54.3</td><td>4718</td><td>  8689</td><td>52.5</td><td>4648</td><td>  8852</td><td> 3.9</td><td> 567</td><td> 13903</td><td>Fylkesmannen i Østfold</td></tr>
+<tr><td>60.2</td><td>6147</td><td> 10216</td><td>99.8</td><td>8133</td><td>  8153</td><td> 4.0</td><td>1010</td><td> 24464</td><td>Forbrukerrådet</td></tr>
+<tr><td>60.9</td><td>45659</td><td> 75035</td><td> 3.5</td><td> 926</td><td> 26466</td><td> 5.7</td><td>5706</td><td> 94908</td><td>Husbanken</td></tr>
+<tr><td>62.3</td><td>15943</td><td> 25595</td><td>59.4</td><td>14766</td><td> 24867</td><td> 6.6</td><td>2978</td><td> 42345</td><td>Fylkesmannen i Oslo og Akershus</td></tr>
+<tr><td>76.5</td><td>6354</td><td>  8309</td><td>87.2</td><td>13391</td><td> 15363</td><td>12.3</td><td>1011</td><td>  7202</td><td>Barne-, ungdoms- og familiedirektoratet</td></tr>
+<tr><td>78.8</td><td>204887</td><td>259963</td><td>69.6</td><td>109962</td><td>157962</td><td> 2.9</td><td>3765</td><td>128230</td><td>Statens vegvesen Region øst</td></tr>
+<tr><td>82.5</td><td>78652</td><td> 95340</td><td>78.5</td><td>54063</td><td> 68912</td><td> 2.4</td><td>1358</td><td> 55810</td><td>Sjøfartsdirektoratet</td></tr>
+<tr><td>83.1</td><td>8088</td><td>  9733</td><td>94.6</td><td>7535</td><td>  7968</td><td>11.3</td><td> 953</td><td>  7468</td><td>Jernbaneverket</td></tr>
+<tr><td>85.1</td><td>221265</td><td>259972</td><td>80.9</td><td>127825</td><td>157956</td><td> 2.2</td><td>2345</td><td>102032</td><td>Statens vegvesen Region vest</td></tr>
+<tr><td>86.6</td><td>225041</td><td>259956</td><td>78.4</td><td>123819</td><td>157956</td><td> 3.2</td><td>2699</td><td> 81896</td><td>Statens vegvesen Region sør</td></tr>
+<tr><td>89.9</td><td>1466</td><td>  1630</td><td>96.3</td><td>1381</td><td>  1434</td><td>19.6</td><td> 267</td><td>  1093</td><td>Tilsynsutvalget for dommere</td></tr>
+<tr><td>89.9</td><td>2498</td><td>  2780</td><td>95.4</td><td>4656</td><td>  4883</td><td> 1.8</td><td>  18</td><td>   996</td><td>Landinfo</td></tr>
+<tr><td>91.2</td><td>237188</td><td>259944</td><td>87.1</td><td>137656</td><td>157962</td><td> 2.6</td><td>1480</td><td> 55993</td><td>Statens vegvesen Region midt</td></tr>
+<tr><td>91.7</td><td>5198</td><td>  5671</td><td>99.1</td><td>5201</td><td>  5247</td><td> 3.3</td><td>  25</td><td>   744</td><td>Fylkesmannen i Aust-Agder (frem til 31.12.15)</td></tr>
+<tr><td>93.4</td><td>242735</td><td>259930</td><td>90.7</td><td>143324</td><td>157956</td><td> 3.8</td><td>1949</td><td> 48772</td><td>Statens vegvesen Region nord</td></tr>
+<tr><td>96.0</td><td>6190</td><td>  6446</td><td>99.4</td><td>6117</td><td>  6157</td><td> 1.9</td><td>   7</td><td>   354</td><td>Fylkesmannen i Vest-Agder (frem til 31.12.115)</td></tr>
+<tr><td>97.2</td><td>23095</td><td> 23766</td><td>96.9</td><td>23911</td><td> 24666</td><td>42.0</td><td>1746</td><td>  2409</td><td>Kriminalomsorgsdirektoratet</td></tr>
+<tr><td>97.3</td><td>38602</td><td> 39679</td><td>98.2</td><td>60831</td><td> 61922</td><td> 3.1</td><td>  83</td><td>  2626</td><td>Statens pensjonskasse</td></tr>
+<tr><td>97.4</td><td>253080</td><td>259768</td><td>96.0</td><td>151565</td><td>157870</td><td> 9.0</td><td>2294</td><td> 23257</td><td>Statens vegvesen Vegdirektoratet</td></tr>
+<tr><td>97.8</td><td>84989</td><td> 86865</td><td>97.2</td><td>101452</td><td>104332</td><td>12.2</td><td> 983</td><td>  7089</td><td>Toll- og avgiftsdirektoratet</td></tr>
+<tr><td>98.0</td><td>1542</td><td>  1573</td><td>99.1</td><td> 889</td><td>   897</td><td> 5.7</td><td>   4</td><td>    66</td><td>Innstillingsrådet for dommere</td></tr>
+<tr><td>99.4</td><td>3934</td><td>  3957</td><td>99.6</td><td> 944</td><td>   948</td><td>52.9</td><td>  37</td><td>    33</td><td>Barne- og likestillingsdepartementet</td></tr>
+<tr><td>99.6</td><td>1199296</td><td>1204394</td><td>99.4</td><td>990362</td><td>995873</td><td> 3.5</td><td> 624</td><td> 17298</td><td>Skattedirektoratet</td></tr>
+</table>
+
+<p>Til sist er statistikken over hvor stor andel av utgående,
+inngående, og andre dokumenter som blir journalført mer enn 180 dager
+etter dokumentets dato, dvs. hvor stor andel som blir journalført
+ekstremt sent for utgående og interne dokumenter, mens det for
+innkommende like gjerne kan være at det tok lang tid før de ble
+mottatt.</p>
+
+<table border="1">
+<tr><th colspan="9">2015</th><th rowspan="3">Instans</th></tr>
+<tr><th colspan="3">Utgående</th><th colspan="3">Innkommende</th><th colspan="3">Annet</th></tr>
+<tr><th>%</th><th># > 180d liggetid</th><th>Totalt</th>
+<th>%</th><th># > 180d liggetid</th><th>Totalt</th>
+<th>%</th><th># > 180d liggetid</th><th>Totalt</th>
+</tr>
+
+<tr><td> 0.0</td><td>   0</td><td>     1</td><td> 0.0</td><td>   0</td><td>     1</td><td> 0.0</td><td>   0</td><td>     0</td><td>Valgdirektoratet</td></tr>
+<tr><td> 0.0</td><td>   0</td><td>    17</td><td> 0.0</td><td>   0</td><td>    13</td><td> 0.0</td><td>   0</td><td>     0</td><td>Innstillingsrådet for dommere</td></tr>
+<tr><td> 0.0</td><td>   0</td><td>    20</td><td> 0.7</td><td>   2</td><td>   258</td><td> 0.0</td><td>   0</td><td>     0</td><td>Kompetansesenter for distriktsutvikling</td></tr>
+<tr><td> 0.0</td><td>   0</td><td>    50</td><td> 0.0</td><td>   0</td><td>   156</td><td> 0.0</td><td>   0</td><td>     0</td><td>Norsk Romsenter</td></tr>
+<tr><td> 0.0</td><td>   0</td><td> 14410</td><td> 0.0</td><td>   0</td><td> 20625</td><td> 0.0</td><td>   0</td><td>  1941</td><td>Fylkesmannen i Nordland</td></tr>
+<tr><td> 0.0</td><td>   0</td><td> 19475</td><td> 0.0</td><td>   0</td><td> 33158</td><td> 0.0</td><td>   0</td><td>  2395</td><td>Fylkesmannen i Oslo og Akershus</td></tr>
+<tr><td> 0.0</td><td>   2</td><td>  6513</td><td> 0.0</td><td>   2</td><td>  8366</td><td> 0.0</td><td>   1</td><td>  2684</td><td>Forbrukerrådet</td></tr>
+<tr><td> 0.0</td><td>   2</td><td> 14848</td><td> 0.0</td><td>  12</td><td> 13720</td><td> 0.1</td><td>   2</td><td>  1709</td><td>Lotteri- og stiftelsestilsynet</td></tr>
+<tr><td> 0.0</td><td>   3</td><td>  3242</td><td> 0.1</td><td>  10</td><td>  6728</td><td> 0.0</td><td>   0</td><td>     0</td><td>Petroleumstilsynet</td></tr>
+<tr><td> 0.0</td><td>  35</td><td> 39417</td><td> 1.8</td><td>  55</td><td>  3023</td><td> 4.1</td><td>  29</td><td>   699</td><td>Justervesenet</td></tr>
+<tr><td> 0.1</td><td>   1</td><td>   563</td><td> 0.1</td><td>   1</td><td>   568</td><td> 0.0</td><td>   0</td><td>     2</td><td>Tilsynsutvalget for dommere</td></tr>
+<tr><td> 0.1</td><td>   2</td><td>  1412</td><td> 0.1</td><td>   2</td><td>  1889</td><td> 0.0</td><td>   0</td><td>     2</td><td>Medietilsynet</td></tr>
+<tr><td> 0.1</td><td>   3</td><td>  1922</td><td> 0.2</td><td>   7</td><td>  3032</td><td> 0.0</td><td>   0</td><td>     0</td><td>Konkurransetilsynet</td></tr>
+<tr><td> 0.1</td><td>   3</td><td>  2861</td><td> 0.2</td><td>  11</td><td>  4625</td><td> 0.0</td><td>   0</td><td>     0</td><td>Sysselmannen på Svalbard</td></tr>
+<tr><td> 0.1</td><td>   4</td><td>  2019</td><td> 0.3</td><td>  10</td><td>  3086</td><td>28.5</td><td>   2</td><td>     7</td><td>Datatilsynet</td></tr>
+<tr><td> 0.1</td><td>  10</td><td>  6724</td><td> 0.0</td><td>   5</td><td> 11621</td><td> 0.0</td><td>   0</td><td>  1180</td><td>Fylkesmannen i Østfold</td></tr>
+<tr><td> 0.1</td><td>  15</td><td>  7701</td><td> 0.2</td><td>  19</td><td>  7959</td><td> 3.0</td><td>   2</td><td>    66</td><td>Brønnøysundregistrene</td></tr>
+<tr><td> 0.1</td><td>  23</td><td> 13317</td><td> 0.1</td><td>  33</td><td> 16601</td><td> 0.0</td><td>   0</td><td>     2</td><td>Direktoratet for byggkvalitet</td></tr>
+<tr><td> 0.1</td><td> 207</td><td>106179</td><td> 0.3</td><td> 285</td><td> 73027</td><td> 1.0</td><td>   6</td><td>   571</td><td>Arbeidstilsynet</td></tr>
+<tr><td> 0.2</td><td>   4</td><td>  1958</td><td> 1.9</td><td>  46</td><td>  2394</td><td> 0.0</td><td>   0</td><td>     0</td><td>Nasjonalt organ for kvalitet i utdanningen (NOKUT)</td></tr>
+<tr><td> 0.2</td><td>   6</td><td>  2924</td><td> 0.1</td><td>  10</td><td>  6854</td><td> 0.0</td><td>   0</td><td>     0</td><td>Statsministerens kontor</td></tr>
+<tr><td> 0.2</td><td>  42</td><td> 14193</td><td> 0.1</td><td>  46</td><td> 26329</td><td> 7.4</td><td> 179</td><td>  2396</td><td>Fylkesmannen i Hordaland</td></tr>
+<tr><td> 0.3</td><td>  11</td><td>  3042</td><td> 0.1</td><td>   8</td><td>  6898</td><td> 0.2</td><td>   1</td><td>   378</td><td>Forbrukerombudet</td></tr>
+<tr><td> 0.3</td><td>  12</td><td>  3792</td><td> 0.0</td><td>   5</td><td>  6364</td><td>12.0</td><td>  25</td><td>   208</td><td>Direktoratet for mineralforvaltning med Bergmesteren for Svalbard</td></tr>
+<tr><td> 0.3</td><td>  13</td><td>  3468</td><td> 0.9</td><td>  62</td><td>  6883</td><td> 1.4</td><td>  25</td><td>  1729</td><td>Forsvarsdepartementet</td></tr>
+<tr><td> 0.3</td><td>  15</td><td>  4463</td><td> 0.5</td><td>  40</td><td>  7903</td><td> 1.2</td><td>   2</td><td>   156</td><td>Statens jernbanetilsyn</td></tr>
+<tr><td> 0.3</td><td>  19</td><td>  5470</td><td> 0.7</td><td> 104</td><td> 13525</td><td> 6.5</td><td>  68</td><td>  1038</td><td>Fylkesmannen i Nord-Trøndelag</td></tr>
+<tr><td> 0.3</td><td> 130</td><td> 36848</td><td> 0.3</td><td> 148</td><td> 46603</td><td> 7.1</td><td> 183</td><td>  2545</td><td>Arkivverket</td></tr>
+<tr><td> 0.3</td><td> 130</td><td> 38432</td><td> 1.6</td><td> 691</td><td> 42125</td><td> 1.5</td><td> 442</td><td> 27727</td><td>Statens vegvesen Region sør</td></tr>
+<tr><td> 0.4</td><td>  26</td><td>  6320</td><td> 0.1</td><td>  21</td><td> 12884</td><td> 0.0</td><td>   0</td><td>     4</td><td>Fylkesmannen i Vest-Agder</td></tr>
+<tr><td> 0.4</td><td>  29</td><td>  6530</td><td> 2.4</td><td> 362</td><td> 14872</td><td> 0.0</td><td>   0</td><td>     0</td><td>Finansdepartementet</td></tr>
+<tr><td> 0.4</td><td>  35</td><td>  7248</td><td> 0.4</td><td>  58</td><td> 12097</td><td> 2.2</td><td>  30</td><td>  1321</td><td>Fylkesmannen i Finnmark</td></tr>
+<tr><td> 0.4</td><td>  64</td><td> 14367</td><td> 0.4</td><td> 128</td><td> 26712</td><td> 7.0</td><td>  20</td><td>   283</td><td>Luftfartstilsynet</td></tr>
+<tr><td> 0.5</td><td>   6</td><td>  1090</td><td> 1.7</td><td>  25</td><td>  1415</td><td> 0.0</td><td>   0</td><td>     0</td><td>Norges geologiske undersøkelse</td></tr>
+<tr><td> 0.5</td><td>  30</td><td>  5810</td><td> 1.0</td><td>  71</td><td>  6812</td><td> 1.7</td><td>  14</td><td>   779</td><td>Vox, nasjonalt fagorgan for kompetansepolitikk</td></tr>
+<tr><td> 0.5</td><td>  38</td><td>  7595</td><td> 0.6</td><td>  93</td><td> 15083</td><td>17.4</td><td>  51</td><td>   293</td><td>Fylkesmannen i Møre og Romsdal</td></tr>
+<tr><td> 0.5</td><td> 321</td><td> 63780</td><td> 0.2</td><td> 135</td><td> 51738</td><td> 2.0</td><td>  22</td><td>  1052</td><td>Landbruksdirektoratet Oslo</td></tr>
+<tr><td> 0.6</td><td>  21</td><td>  3049</td><td> 0.8</td><td>  71</td><td>  8356</td><td> 0.0</td><td>   0</td><td>     0</td><td>Oljedirektoratet</td></tr>
+<tr><td> 0.6</td><td>  58</td><td>  8800</td><td> 0.6</td><td> 123</td><td> 20412</td><td> 1.9</td><td> 163</td><td>  8341</td><td>Nærings- og fiskeridepartementet</td></tr>
+<tr><td> 0.7</td><td>  56</td><td>  7339</td><td> 1.1</td><td>  90</td><td>  8125</td><td>25.8</td><td> 458</td><td>  1774</td><td>Norsk Filminstitutt</td></tr>
+<tr><td> 0.7</td><td> 191</td><td> 26033</td><td> 0.7</td><td> 307</td><td> 42834</td><td> 2.1</td><td> 215</td><td> 10181</td><td>Fiskeridirektoratet</td></tr>
+<tr><td> 0.7</td><td> 357</td><td> 44844</td><td> 0.5</td><td> 301</td><td> 52202</td><td> 1.9</td><td> 590</td><td> 29606</td><td>Statens vegvesen Region vest</td></tr>
+<tr><td> 0.8</td><td>   2</td><td>   239</td><td> 0.0</td><td>   0</td><td>   246</td><td> 0.0</td><td>   0</td><td>     0</td><td>Fylkesmannen i Vest-Agder (frem til 31.12.115)</td></tr>
+<tr><td> 0.8</td><td> 119</td><td> 14631</td><td> 0.3</td><td>  39</td><td> 12465</td><td>12.9</td><td> 217</td><td>  1681</td><td>Nasjonal kommunikasjonsmyndighet</td></tr>
+<tr><td> 0.9</td><td>  36</td><td>  3886</td><td> 2.0</td><td>  94</td><td>  4505</td><td> 0.0</td><td>   0</td><td>     0</td><td>Statens strålevern</td></tr>
+<tr><td> 0.9</td><td>  41</td><td>  4128</td><td> 1.5</td><td> 141</td><td>  9101</td><td> 7.6</td><td>   4</td><td>    52</td><td>Olje- og energidepartementet</td></tr>
+<tr><td> 0.9</td><td>  76</td><td>  7829</td><td> 0.6</td><td>  95</td><td> 14804</td><td> 4.2</td><td>  35</td><td>   831</td><td>Fylkesmannen i Vestfold</td></tr>
+<tr><td> 0.9</td><td> 385</td><td> 41153</td><td> 0.5</td><td> 330</td><td> 62989</td><td> 0.9</td><td> 404</td><td> 42661</td><td>Norsk kulturråd</td></tr>
+<tr><td> 1.0</td><td>  37</td><td>  3538</td><td> 0.2</td><td>  19</td><td>  6906</td><td> 0.0</td><td>   0</td><td>     4</td><td>Landbruks- og matdepartementet</td></tr>
+<tr><td> 1.1</td><td> 753</td><td> 64926</td><td> 0.6</td><td> 433</td><td> 67975</td><td> 2.3</td><td> 747</td><td> 32005</td><td>Statens vegvesen Region øst</td></tr>
+<tr><td> 1.2</td><td>  33</td><td>  2558</td><td> 2.0</td><td>  97</td><td>  4643</td><td> 0.0</td><td>   0</td><td>    46</td><td>Domstoladministrasjonen</td></tr>
+<tr><td> 1.2</td><td>  49</td><td>  3849</td><td> 0.4</td><td>  20</td><td>  4078</td><td> 6.3</td><td>  31</td><td>   485</td><td>Statens lånekasse for utdanning</td></tr>
+<tr><td> 1.2</td><td>  91</td><td>  7120</td><td> 0.6</td><td>  83</td><td> 13700</td><td> 0.0</td><td>   0</td><td>     0</td><td>Samferdselsdepartementet</td></tr>
+<tr><td> 1.2</td><td> 179</td><td> 14775</td><td> 0.5</td><td> 167</td><td> 28844</td><td> 0.0</td><td>   0</td><td>     0</td><td>Finanstilsynet</td></tr>
+<tr><td> 1.3</td><td>  86</td><td>  6175</td><td> 0.3</td><td>  39</td><td> 11738</td><td> 1.8</td><td>  82</td><td>  4362</td><td>Arbeids- og sosialdepartementet</td></tr>
+<tr><td> 1.3</td><td> 101</td><td>  7741</td><td> 0.8</td><td> 115</td><td> 14226</td><td> 0.0</td><td>   0</td><td>     0</td><td>Politidirektoratet</td></tr>
+<tr><td> 1.3</td><td> 229</td><td> 16626</td><td> 0.8</td><td> 264</td><td> 31782</td><td> 3.9</td><td> 283</td><td>  7203</td><td>Justis- og beredskapsdepartementet</td></tr>
+<tr><td> 1.4</td><td>  13</td><td>   873</td><td> 1.5</td><td>  23</td><td>  1467</td><td> 0.0</td><td>   0</td><td>     0</td><td>Kunst i offentlige rom</td></tr>
+<tr><td> 1.4</td><td>  28</td><td>  2000</td><td> 1.0</td><td>  26</td><td>  2446</td><td> 7.8</td><td>  16</td><td>   205</td><td>Språkrådet</td></tr>
+<tr><td> 1.4</td><td> 146</td><td> 10001</td><td> 0.6</td><td> 132</td><td> 19008</td><td> 2.9</td><td>  31</td><td>  1038</td><td>Fylkesmannen i Rogaland</td></tr>
+<tr><td> 1.4</td><td> 176</td><td> 12255</td><td> 0.3</td><td>  64</td><td> 18762</td><td> 9.1</td><td>  95</td><td>  1033</td><td>Fylkesmannen i Troms</td></tr>
+<tr><td> 1.5</td><td> 137</td><td>  8801</td><td> 2.2</td><td> 190</td><td>  8578</td><td>10.7</td><td> 169</td><td>  1569</td><td>Statistisk sentralbyrå</td></tr>
+<tr><td> 1.5</td><td> 298</td><td> 19717</td><td> 2.5</td><td> 833</td><td> 32313</td><td>11.0</td><td> 637</td><td>  5748</td><td>Norges vassdrags- og energidirektorat</td></tr>
+<tr><td> 1.5</td><td> 376</td><td> 24323</td><td> 0.4</td><td> 119</td><td> 24404</td><td> 3.5</td><td> 606</td><td> 16915</td><td>Statens vegvesen Region nord</td></tr>
+<tr><td> 1.5</td><td> 424</td><td> 26628</td><td> 0.9</td><td> 268</td><td> 29189</td><td> 3.5</td><td> 623</td><td> 17623</td><td>Statens vegvesen Region midt</td></tr>
+<tr><td> 1.7</td><td>  79</td><td>  4582</td><td> 8.5</td><td> 431</td><td>  5070</td><td> 6.6</td><td> 142</td><td>  2139</td><td>Toll- og avgiftsdirektoratet</td></tr>
+<tr><td> 1.7</td><td> 469</td><td> 26133</td><td> 3.0</td><td> 923</td><td> 30195</td><td>20.5</td><td>1891</td><td>  9185</td><td>Direktoratet for samfunnssikkerhet og beredskap</td></tr>
+<tr><td> 1.8</td><td>  23</td><td>  1272</td><td> 2.9</td><td>  64</td><td>  2155</td><td> 0.0</td><td>   0</td><td>     0</td><td>Nasjonalbiblioteket</td></tr>
+<tr><td> 1.9</td><td> 150</td><td>  7763</td><td> 1.3</td><td> 202</td><td> 14603</td><td> 4.8</td><td>  50</td><td>  1022</td><td>Fylkesmannen i Buskerud</td></tr>
+<tr><td> 2.0</td><td>  25</td><td>  1217</td><td> 1.3</td><td>  21</td><td>  1556</td><td> 3.1</td><td>  13</td><td>   410</td><td>Landbruksdirektoratet Alta</td></tr>
+<tr><td> 2.0</td><td> 136</td><td>  6656</td><td> 1.7</td><td>  97</td><td>  5480</td><td> 9.3</td><td> 261</td><td>  2797</td><td>Direktoratet for forvaltning og IKT</td></tr>
+<tr><td> 2.0</td><td> 263</td><td> 12584</td><td> 0.8</td><td> 113</td><td> 13273</td><td> 3.7</td><td> 484</td><td> 12850</td><td>Statens vegvesen Vegdirektoratet</td></tr>
+<tr><td> 2.1</td><td> 184</td><td>  8700</td><td> 0.3</td><td>  68</td><td> 17957</td><td> 1.5</td><td> 117</td><td>  7668</td><td>Kommunal- og moderniseringsdepartementet</td></tr>
+<tr><td> 2.3</td><td>  65</td><td>  2777</td><td> 1.6</td><td>  71</td><td>  4405</td><td> 6.9</td><td>  58</td><td>   831</td><td>Utlendingsnemnda</td></tr>
+<tr><td> 2.3</td><td> 118</td><td>  4986</td><td> 0.2</td><td>  30</td><td> 10584</td><td> 1.1</td><td>  11</td><td>   920</td><td>Fylkesmannen i Hedmark</td></tr>
+<tr><td> 2.4</td><td>  26</td><td>  1068</td><td> 1.2</td><td>  21</td><td>  1640</td><td> 1.7</td><td>   4</td><td>   223</td><td>Statens innkrevingssentral</td></tr>
+<tr><td> 2.5</td><td> 101</td><td>  3979</td><td> 6.7</td><td> 354</td><td>  5219</td><td> 8.6</td><td> 251</td><td>  2903</td><td>Departementenes sikkerhets- og serviceorganisasjon</td></tr>
+<tr><td> 2.5</td><td> 119</td><td>  4698</td><td> 3.0</td><td> 134</td><td>  4434</td><td>26.6</td><td> 123</td><td>   461</td><td>Norsk Akkreditering</td></tr>
+<tr><td> 2.6</td><td>  45</td><td>  1705</td><td> 0.6</td><td>  15</td><td>  2438</td><td> 0.4</td><td>   7</td><td>  1533</td><td>Kriminalomsorgsdirektoratet</td></tr>
+<tr><td> 2.6</td><td> 140</td><td>  5260</td><td> 1.4</td><td> 165</td><td> 11499</td><td>14.7</td><td> 212</td><td>  1435</td><td>Klima- og miljødepartementet</td></tr>
+<tr><td> 2.6</td><td> 172</td><td>  6552</td><td> 0.6</td><td>  88</td><td> 13413</td><td> 4.0</td><td> 168</td><td>  4138</td><td>Barne-, likestillings- og inkluderingsdepartementet</td></tr>
+<tr><td> 2.7</td><td>  63</td><td>  2292</td><td> 9.3</td><td> 259</td><td>  2761</td><td> 0.0</td><td>   0</td><td>     0</td><td>Direktoratet for økonomistyring</td></tr>
+<tr><td> 2.9</td><td>  22</td><td>   741</td><td> 1.4</td><td>  13</td><td>   869</td><td> 0.0</td><td>   0</td><td>     0</td><td>Statens arbeidsmiljøinstitutt</td></tr>
+<tr><td> 2.9</td><td>1766</td><td> 59502</td><td> 3.7</td><td>2457</td><td> 66026</td><td> 3.5</td><td> 729</td><td> 20466</td><td>Husbanken</td></tr>
+<tr><td> 3.0</td><td> 198</td><td>  6525</td><td> 0.3</td><td>  36</td><td> 10925</td><td> 9.1</td><td>  48</td><td>   525</td><td>Fylkesmannen i Telemark</td></tr>
+<tr><td> 3.2</td><td>  92</td><td>  2824</td><td> 1.6</td><td> 126</td><td>  7663</td><td> 8.3</td><td> 114</td><td>  1367</td><td>Garantiinstituttet for eksportkreditt</td></tr>
+<tr><td> 3.2</td><td> 113</td><td>  3508</td><td> 1.2</td><td>  98</td><td>  7916</td><td> 0.0</td><td>   0</td><td>     0</td><td>Havforskningsinstituttet</td></tr>
+<tr><td> 3.2</td><td> 178</td><td>  5477</td><td> 0.5</td><td>  48</td><td>  9264</td><td>13.3</td><td>  79</td><td>   593</td><td>Fylkesmannen i Aust-Agder</td></tr>
+<tr><td> 3.2</td><td> 211</td><td>  6542</td><td> 2.3</td><td> 178</td><td>  7678</td><td> 0.0</td><td>   0</td><td>     0</td><td>Barne-, ungdoms- og familiedirektoratet</td></tr>
+<tr><td> 3.2</td><td> 499</td><td> 15144</td><td> 2.2</td><td> 562</td><td> 24560</td><td> 2.4</td><td> 767</td><td> 31705</td><td>Utenriksdepartementet</td></tr>
+<tr><td> 3.3</td><td> 266</td><td>  7831</td><td> 0.3</td><td>  44</td><td> 11717</td><td>12.5</td><td> 128</td><td>  1019</td><td>Fylkesmannen i Sogn og Fjordane</td></tr>
+<tr><td> 3.3</td><td> 275</td><td>  8151</td><td> 2.7</td><td> 323</td><td> 11629</td><td>16.6</td><td>1052</td><td>  6317</td><td>Skattedirektoratet</td></tr>
+<tr><td> 3.4</td><td> 887</td><td> 25797</td><td> 1.6</td><td> 569</td><td> 34780</td><td> 0.0</td><td>   0</td><td>     0</td><td>Miljødirektoratet</td></tr>
+<tr><td> 3.4</td><td>1378</td><td> 39669</td><td> 1.6</td><td> 847</td><td> 49862</td><td> 2.9</td><td> 267</td><td>  9095</td><td>Norges forskningsråd</td></tr>
+<tr><td> 3.6</td><td> 277</td><td>  7638</td><td> 0.3</td><td>  26</td><td>  8473</td><td>11.8</td><td> 888</td><td>  7470</td><td>Statens helsetilsyn</td></tr>
+<tr><td> 3.6</td><td> 291</td><td>  8056</td><td> 1.1</td><td> 110</td><td>  9677</td><td>13.7</td><td> 394</td><td>  2873</td><td>Utlendingsdirektoratet</td></tr>
+<tr><td> 3.7</td><td> 305</td><td>  8158</td><td> 2.9</td><td> 366</td><td> 12300</td><td>12.8</td><td> 475</td><td>  3692</td><td>Direktoratet for utviklingssamarbeid</td></tr>
+<tr><td> 3.7</td><td> 730</td><td> 19384</td><td> 1.1</td><td> 242</td><td> 20898</td><td> 5.5</td><td>  52</td><td>   929</td><td>Kystverket</td></tr>
+<tr><td> 4.2</td><td> 271</td><td>  6327</td><td> 1.3</td><td> 174</td><td> 12490</td><td> 0.0</td><td>   0</td><td>     0</td><td>Riksantikvaren - Direktoratet for kulturminneforvaltning</td></tr>
+<tr><td> 4.3</td><td>  19</td><td>   432</td><td> 0.0</td><td>   0</td><td>   386</td><td> 7.8</td><td>   4</td><td>    51</td><td>Fylkesmannen i Aust-Agder (frem til 31.12.15)</td></tr>
+<tr><td> 4.4</td><td> 458</td><td> 10325</td><td> 3.4</td><td> 623</td><td> 18141</td><td>14.3</td><td>1003</td><td>  7001</td><td>Forsvarsbygg</td></tr>
+<tr><td> 4.6</td><td>  22</td><td>   476</td><td>11.4</td><td> 198</td><td>  1722</td><td>15.4</td><td>  94</td><td>   609</td><td>Jernbaneverket</td></tr>
+<tr><td> 4.6</td><td> 774</td><td> 16824</td><td> 8.4</td><td>1329</td><td> 15723</td><td>15.6</td><td> 756</td><td>  4838</td><td>Statens kartverk</td></tr>
+<tr><td> 5.1</td><td>  85</td><td>  1635</td><td> 1.4</td><td>  27</td><td>  1892</td><td> 0.0</td><td>   0</td><td>     1</td><td>Statens pensjonskasse</td></tr>
+<tr><td> 5.1</td><td> 339</td><td>  6602</td><td> 5.1</td><td> 381</td><td>  7396</td><td> 0.0</td><td>   0</td><td>     0</td><td>Nasjonalt folkehelseinstitutt</td></tr>
+<tr><td> 5.2</td><td> 377</td><td>  7225</td><td> 0.7</td><td> 112</td><td> 15036</td><td> 9.8</td><td>  67</td><td>   680</td><td>Fylkesmannen i Sør-Trøndelag</td></tr>
+<tr><td> 5.7</td><td> 376</td><td>  6526</td><td> 0.3</td><td>  59</td><td> 15602</td><td> 0.0</td><td>   0</td><td>     0</td><td>Helse- og omsorgsdepartementet</td></tr>
+<tr><td> 6.1</td><td>1645</td><td> 26666</td><td> 0.7</td><td> 220</td><td> 31017</td><td>15.3</td><td> 665</td><td>  4340</td><td>Utdanningsdirektoratet</td></tr>
+<tr><td> 6.2</td><td> 470</td><td>  7517</td><td> 0.2</td><td>  51</td><td> 19868</td><td> 0.0</td><td>   0</td><td>     0</td><td>Kulturdepartementet</td></tr>
+<tr><td> 6.7</td><td>  48</td><td>   706</td><td> 7.6</td><td>  74</td><td>   968</td><td> 0.0</td><td>   0</td><td>     0</td><td>Fredskorpset</td></tr>
+<tr><td> 6.8</td><td>  19</td><td>   279</td><td> 4.6</td><td>  20</td><td>   429</td><td> 4.7</td><td>   5</td><td>   106</td><td>Statens institutt for rusmiddelforskning</td></tr>
+<tr><td> 6.9</td><td>2173</td><td> 31077</td><td> 3.1</td><td>1342</td><td> 43025</td><td>32.9</td><td>3691</td><td> 11191</td><td>Helsedirektoratet</td></tr>
+<tr><td> 7.4</td><td>1053</td><td> 14189</td><td> 6.0</td><td> 764</td><td> 12638</td><td>32.5</td><td>1119</td><td>  3434</td><td>Integrerings- og mangfoldsdirektoratet</td></tr>
+<tr><td> 8.1</td><td> 322</td><td>  3961</td><td> 7.3</td><td> 271</td><td>  3675</td><td> 8.7</td><td> 141</td><td>  1620</td><td>Direktoratet for nødkommunikasjon</td></tr>
+<tr><td> 8.6</td><td>  51</td><td>   590</td><td> 6.8</td><td>  12</td><td>   174</td><td>23.7</td><td>  86</td><td>   362</td><td>Landinfo</td></tr>
+<tr><td>10.8</td><td>1034</td><td>  9557</td><td> 1.4</td><td> 238</td><td> 16191</td><td> 9.5</td><td>   2</td><td>    21</td><td>Kunnskapsdepartementet</td></tr>
+<tr><td>13.0</td><td> 764</td><td>  5873</td><td> 5.5</td><td> 417</td><td>  7451</td><td>42.8</td><td>   6</td><td>    14</td><td>Senter for internasjonalisering av utdanning</td></tr>
+<tr><td>14.6</td><td>4088</td><td> 27956</td><td> 0.3</td><td> 171</td><td> 43364</td><td> 6.9</td><td> 402</td><td>  5825</td><td>Sjøfartsdirektoratet</td></tr>
+<tr><td>20.2</td><td>4464</td><td> 22016</td><td> 6.6</td><td>3076</td><td> 46377</td><td> 2.3</td><td> 366</td><td> 15402</td><td>Statens legemiddelverk</td></tr>
+<tr><td>24.3</td><td>5085</td><td> 20862</td><td> 9.5</td><td>1486</td><td> 15545</td><td>38.7</td><td>4368</td><td> 11263</td><td>Statsbygg</td></tr>
+<tr><td>28.0</td><td>1859</td><td>  6637</td><td> 3.2</td><td> 488</td><td> 15219</td><td>21.6</td><td> 230</td><td>  1062</td><td>Fylkesmannen i Oppland</td></tr>
+<tr><td>32.5</td><td>  41</td><td>   126</td><td>41.7</td><td> 172</td><td>   412</td><td>60.0</td><td>  78</td><td>   130</td><td>Direktoratet for e-helse</td></tr>
+</table>
+
+<p>Jeg lurer virkelig på hvordan så mange i det offentlige klarer å
+ikke journalføre utgående dokumenter med en gang de gjøres ferdig.  Er
+det manglende opplæring, vanskelige systemer, vond vilje eller noe
+helt annet som er årsaken?  Det hadde vært interessant å finne ut om
+det var noen fellestrekk for dokumenter som ikke blir journalført før
+det er gått et halvt år.</p>
+
+<p><strong>Oppdatering 2016-04-07</strong>: En nærmere undersøkelse av
+OEP-oppføringene til Utenriksdepartementet viste at det var en teknisk
+feil i måten jeg laget statistikken, der alle oppføringer med '-' i
+unntaksgrunnlagsfeltet ble talt opp som unntatt offentlighet.  Det
+var UD ikke alene om.  Det viste seg å gjelde Barne-, likestillings-
+og inkluderingsdepartementet (4), Helse- og omsorgsdepartementet
+(3525), Landbruks- og matdepartementet (1753), Nærings- og
+fiskeridepartementet (11780), Nærings- og handelsdepartementet (7),
+Nærings- og handelsdepartementet (frem til 31.12.13) (10417) og
+Utenriksdepartementet (78798) også.  Antall påvirkede oppføringer står
+i parentes.  Jeg har fikset problemet og oppdatert tabellen for
+hemmelighold over.  Oppføringene for Nærings- og handelsdepartementet,
+Landbruks- og matdepartementet, Utenriksdepartementet og Helse- og
+omsorgsdepartementet fikk ny plassering i lista.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/Mimes_br_nn__norsk_utgave_av_Alaveteli___WhatDoTheyKnow__endelig_lansert.html">Mimes brønn, norsk utgave av Alaveteli / WhatDoTheyKnow, endelig lansert</a>
+      </div>
+      <div class="date">
+         9th July 2015
+      </div>
+      <div class="body">
+        <p>I går fikk vi endelig lansert en norsk version av mySocietys
+<a href="https://www.whatdotheyknow.com/">WhatDoTheyKnow</a>.
+Tjenesten heter Mimes brønn, og ble
+<a href="http://www.nuug.no/news/NUUG_lanserer_innsynstjenesten_Mimes_Br_nn.shtml">annonsert
+av NUUG</a> via blogg, epost og twitter til NUUG-assosierte personer.
+Det har tatt noen år, men de siste dagene fikk vi endelig tid til å få
+på plass de siste bitene.  Vi er to, Gorm og meg selv, som har vært
+primus motor for det hele, men vi har fått hjelp med oversettelser og
+oppsett fra mange flere.  Jeg vil si tusen takk til hver og en av dem,
+og er veldig fornøyd med at vi klarte å få tjenesten opp å kjøre før
+ferietiden slo inn for fullt.</p>
+
+<p>Vi er usikker på hvor mye belastning den virtuelle maskinen der
+tjenesten kjører klarer, så vi har lansert litt i det stille og ikke
+til for mange folk for å se hvordan maskinen klarer seg over sommeren,
+før vi går mer aktivt ut og annonserer til høsten.  Ta en titt, og se
+om du kanskje har et spørsmål til det offentlige som er egnet å sende
+inn via Mimes brønn.</p>
+
+<p>Hvis du lurer på hva i alle dager en slik tjenestes kan brukes til,
+anbefaler jeg deg å se
+<a href="http://beta.frikanalen.no/video/625321">TED-foredraget til
+Heather Brook</a> om hvordan hun brukte WhatDoTheyKnow til å lære
+hvordan offentlige midler ble misbrukt.  Det er en inspirerende
+historie.</p>
+
+      </div>
+      <div class="tags">
+        
+        
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="https://people.skolelinux.org/pere/blog/I_m_going_to_the_Open_Source_Developers__Conference_Nordic_2015_.html">I'm going to the Open Source Developers' Conference Nordic 2015!</a>
       </div>
       <div class="date">
          7th April 2015
@@ -35,7 +3002,8 @@ Conference Nordic 2015</a>!</p>
 <p>It take place Friday 8th to Sunday 10th of May in Oslo next to
 where I work, and I finally got around to submitting
 <a href="http://act.osdc.no/osdc2015no/talk/6192">a talk proposal for
-it</a>.  As part of my involvement with the
+it</a> (dead link for most people until the talk is accepted).  As
+part of my involvement with the
 <a href="http://www.nuug.no/">Norwegian Unix User Group member
 association</a> I have been slightly involved in the planning of this
 conference for a while now, with a focus on organising a Civic Hacking
@@ -52,7 +3020,7 @@ submitted and accepted so far</a>.</p>
       <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/fiksgatami">fiksgatami</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -61,7 +3029,7 @@ submitted and accepted so far</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Frikanalen__Norwegian_TV_channel_for_technical_topics.html">Frikanalen, Norwegian TV channel for technical topics</a>
+        <a href="https://people.skolelinux.org/pere/blog/Frikanalen__Norwegian_TV_channel_for_technical_topics.html">Frikanalen, Norwegian TV channel for technical topics</a>
       </div>
       <div class="date">
          9th March 2015
@@ -120,7 +3088,7 @@ know how to fix it using free software.</p>
       <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/frikanalen">frikanalen</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -129,7 +3097,7 @@ know how to fix it using free software.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/The_Citizenfour_documentary_on_the_Snowden_confirmations_to_Norway.html">The Citizenfour documentary on the Snowden confirmations to Norway</a>
+        <a href="https://people.skolelinux.org/pere/blog/The_Citizenfour_documentary_on_the_Snowden_confirmations_to_Norway.html">The Citizenfour documentary on the Snowden confirmations to Norway</a>
       </div>
       <div class="date">
         28th February 2015
@@ -163,7 +3131,7 @@ here in Norway, but I am afraid he would not be safe.</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
         
         
       </div>
@@ -172,7 +3140,7 @@ here in Norway, but I am afraid he would not be safe.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/The_Norwegian_open_channel_Frikanalen___24x7_on_the_Internet.html">The Norwegian open channel Frikanalen - 24x7 on the Internet</a>
+        <a href="https://people.skolelinux.org/pere/blog/The_Norwegian_open_channel_Frikanalen___24x7_on_the_Internet.html">The Norwegian open channel Frikanalen - 24x7 on the Internet</a>
       </div>
       <div class="date">
         25th February 2015
@@ -229,7 +3197,7 @@ Norway that I am aware of.</p>
       <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/frikanalen">frikanalen</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -238,7 +3206,7 @@ Norway that I am aware of.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Nagios_module_to_check_if_the_Frikanalen_video_stream_is_working.html">Nagios module to check if the Frikanalen video stream is working</a>
+        <a href="https://people.skolelinux.org/pere/blog/Nagios_module_to_check_if_the_Frikanalen_video_stream_is_working.html">Nagios module to check if the Frikanalen video stream is working</a>
       </div>
       <div class="date">
          8th February 2015
@@ -288,7 +3256,7 @@ streams are working as they should.</p>
       <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/frikanalen">frikanalen</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -297,7 +3265,7 @@ streams are working as they should.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hva__mangler__i_OEP___litt_statistikk_utledet_fra_saksnummer_og_dokumentnummer.html">Hva «mangler» i OEP - litt statistikk utledet fra saksnummer og dokumentnummer</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hva__mangler__i_OEP___litt_statistikk_utledet_fra_saksnummer_og_dokumentnummer.html">Hva «mangler» i OEP - litt statistikk utledet fra saksnummer og dokumentnummer</a>
       </div>
       <div class="date">
         29th January 2015
@@ -499,7 +3467,7 @@ andelen upubliserte nummer er ganske lik.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -508,7 +3476,7 @@ andelen upubliserte nummer er ganske lik.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hvem_er_mest_hemmelighetsfulle_i_Staten___OEP_statistikk_for_2013_og_2014_.html">Hvem er mest hemmelighetsfulle i Staten?  OEP-statistikk for 2013 og 2014.</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hvem_er_mest_hemmelighetsfulle_i_Staten___OEP_statistikk_for_2013_og_2014_.html">Hvem er mest hemmelighetsfulle i Staten?  OEP-statistikk for 2013 og 2014.</a>
       </div>
       <div class="date">
         21st January 2015
@@ -672,7 +3640,7 @@ publiserte for tre dager siden.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -681,7 +3649,7 @@ publiserte for tre dager siden.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Mer_detaljert_OEP_statisikk_for_2014_over_journalf_rte__gamle__dokumenter.html">Mer detaljert OEP-statisikk for 2014 over journalførte "gamle" dokumenter</a>
+        <a href="https://people.skolelinux.org/pere/blog/Mer_detaljert_OEP_statisikk_for_2014_over_journalf_rte__gamle__dokumenter.html">Mer detaljert OEP-statisikk for 2014 over journalførte "gamle" dokumenter</a>
       </div>
       <div class="date">
         18th January 2015
@@ -848,7 +3816,7 @@ Eller finnes det andre forklaringer?</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -857,7 +3825,7 @@ Eller finnes det andre forklaringer?</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Over_et_halvt__r_f_r_offentlig_korrespondanse_journalf_res___statistikk_for_2014.html">Over et halvt år før offentlig korrespondanse journalføres - statistikk for 2014</a>
+        <a href="https://people.skolelinux.org/pere/blog/Over_et_halvt__r_f_r_offentlig_korrespondanse_journalf_res___statistikk_for_2014.html">Over et halvt år før offentlig korrespondanse journalføres - statistikk for 2014</a>
       </div>
       <div class="date">
         16th January 2015
@@ -1016,7 +3984,7 @@ notater.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -1025,7 +3993,7 @@ notater.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Microsofts_filming_under_L_r_kidsa_koding_arrangement__samtykke_f_r_og_n_.html">Microsofts filming under Lær kidsa koding-arrangement, samtykke før og nå</a>
+        <a href="https://people.skolelinux.org/pere/blog/Microsofts_filming_under_L_r_kidsa_koding_arrangement__samtykke_f_r_og_n_.html">Microsofts filming under Lær kidsa koding-arrangement, samtykke før og nå</a>
       </div>
       <div class="date">
          7th January 2015
@@ -1200,7 +4168,7 @@ Heldigvis!</p>
       <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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -1209,7 +4177,7 @@ Heldigvis!</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Vi_kan_selv_avsl_re_mobiltelefonoverv_kning.html">Vi kan selv avsløre mobiltelefonovervåkning</a>
+        <a href="https://people.skolelinux.org/pere/blog/Vi_kan_selv_avsl_re_mobiltelefonoverv_kning.html">Vi kan selv avsløre mobiltelefonovervåkning</a>
       </div>
       <div class="date">
          3rd January 2015
@@ -1290,7 +4258,7 @@ Klassekampen 2014-12-31 side 39
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
         
         
       </div>
@@ -1299,7 +4267,7 @@ Klassekampen 2014-12-31 side 39
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Updated_version_of_the_Norwegian_web_service_FiksGataMi.html">Updated version of the Norwegian web service FiksGataMi</a>
+        <a href="https://people.skolelinux.org/pere/blog/Updated_version_of_the_Norwegian_web_service_FiksGataMi.html">Updated version of the Norwegian web service FiksGataMi</a>
       </div>
       <div class="date">
         30th December 2014
@@ -1327,7 +4295,7 @@ reports in public.</p>
       <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/fiksgatami">fiksgatami</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -1336,7 +4304,7 @@ reports in public.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Klarer_ikke_Microsoft___holde_p__hemmeligheter_.html">Klarer ikke Microsoft å holde på hemmeligheter?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Klarer_ikke_Microsoft___holde_p__hemmeligheter_.html">Klarer ikke Microsoft å holde på hemmeligheter?</a>
       </div>
       <div class="date">
         18th December 2014
@@ -1398,7 +4366,7 @@ på livet som bidragsyter her.</p>
       <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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -1407,7 +4375,7 @@ på livet som bidragsyter her.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/I_spent_last_weekend_recording_MakerCon_Nordic.html">I spent last weekend recording MakerCon Nordic</a>
+        <a href="https://people.skolelinux.org/pere/blog/I_spent_last_weekend_recording_MakerCon_Nordic.html">I spent last weekend recording MakerCon Nordic</a>
       </div>
       <div class="date">
         23rd October 2014
@@ -1437,7 +4405,7 @@ talks available.  Check it out! :)</p>
       <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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -1446,7 +4414,7 @@ talks available.  Check it out! :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Norsk_utgave_av_Alaveteli___WhatDoTheyKnow_p__trappene.html">Norsk utgave av Alaveteli / WhatDoTheyKnow på trappene</a>
+        <a href="https://people.skolelinux.org/pere/blog/Norsk_utgave_av_Alaveteli___WhatDoTheyKnow_p__trappene.html">Norsk utgave av Alaveteli / WhatDoTheyKnow på trappene</a>
       </div>
       <div class="date">
         16th March 2014
@@ -1500,7 +4468,7 @@ fått oversatt 76%, men trenger hjelp for å komme helt i mål. :)</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -1509,7 +4477,7 @@ fått oversatt 76%, men trenger hjelp for å komme helt i mål. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Dugnadsnett_for_alle_stiller_p__Oslo_Maker_Faire_i_januar_2014.html">Dugnadsnett for alle stiller på Oslo Maker Faire i januar 2014</a>
+        <a href="https://people.skolelinux.org/pere/blog/Dugnadsnett_for_alle_stiller_p__Oslo_Maker_Faire_i_januar_2014.html">Dugnadsnett for alle stiller på Oslo Maker Faire i januar 2014</a>
       </div>
       <div class="date">
         10th December 2013
@@ -1551,7 +4519,7 @@ likevel.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -1560,7 +4528,7 @@ likevel.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Dugnadsnett_for_alle__a_wireless_community_network_in_Oslo__take_shape.html">Dugnadsnett for alle, a wireless community network in Oslo, take shape</a>
+        <a href="https://people.skolelinux.org/pere/blog/Dugnadsnett_for_alle__a_wireless_community_network_in_Oslo__take_shape.html">Dugnadsnett for alle, a wireless community network in Oslo, take shape</a>
       </div>
       <div class="date">
         30th November 2013
@@ -1591,7 +4559,7 @@ the mailing list and IRC channel</a>.</p>
       <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/mesh network">mesh network</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -1600,7 +4568,7 @@ the mailing list and IRC channel</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/RSS_kilde_for_friteksts_k_i_offentlige_anbud_hos_Doffin.html">RSS-kilde for fritekstsøk i offentlige anbud hos Doffin</a>
+        <a href="https://people.skolelinux.org/pere/blog/RSS_kilde_for_friteksts_k_i_offentlige_anbud_hos_Doffin.html">RSS-kilde for fritekstsøk i offentlige anbud hos Doffin</a>
       </div>
       <div class="date">
         22nd November 2013
@@ -1662,7 +4630,7 @@ Scraperwiki for de som vil grave dypere.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -1671,7 +4639,7 @@ Scraperwiki for de som vil grave dypere.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Lets_make_a_wireless_community_network_in_Oslo_.html">Lets make a wireless community network in Oslo!</a>
+        <a href="https://people.skolelinux.org/pere/blog/Lets_make_a_wireless_community_network_in_Oslo_.html">Lets make a wireless community network in Oslo!</a>
       </div>
       <div class="date">
         13th November 2013
@@ -1695,7 +4663,7 @@ right away. :)</p>
       <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/mesh network">mesh network</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -1704,7 +4672,7 @@ right away. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Running_TP_Link_MR3040_as_a_batman_adv_mesh_node_using_openwrt.html">Running TP-Link MR3040 as a batman-adv mesh node using openwrt</a>
+        <a href="https://people.skolelinux.org/pere/blog/Running_TP_Link_MR3040_as_a_batman_adv_mesh_node_using_openwrt.html">Running TP-Link MR3040 as a batman-adv mesh node using openwrt</a>
       </div>
       <div class="date">
         10th November 2013
@@ -1833,7 +4801,7 @@ still wrapped up in plastic.</p>
       <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/mesh network">mesh network</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -1842,7 +4810,7 @@ still wrapped up in plastic.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/A_Raspberry_Pi_based_batman_adv_Mesh_network_node.html">A Raspberry Pi based batman-adv Mesh network node</a>
+        <a href="https://people.skolelinux.org/pere/blog/A_Raspberry_Pi_based_batman_adv_Mesh_network_node.html">A Raspberry Pi based batman-adv Mesh network node</a>
       </div>
       <div class="date">
         21st October 2013
@@ -1933,7 +4901,7 @@ and how much packet loss we will experience around the park. :)</p>
       <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/freedombox">freedombox</a>, <a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -1942,7 +4910,7 @@ and how much packet loss we will experience around the park. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Perl_library_to_control_the_Spykee_robot_moved_to_github.html">Perl library to control the Spykee robot moved to github</a>
+        <a href="https://people.skolelinux.org/pere/blog/Perl_library_to_control_the_Spykee_robot_moved_to_github.html">Perl library to control the Spykee robot moved to github</a>
       </div>
       <div class="date">
         19th October 2013
@@ -1961,7 +4929,7 @@ libspykee-perl github repository</a>.</p>
       <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/robot">robot</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
         
         
       </div>
@@ -1970,7 +4938,7 @@ libspykee-perl github repository</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Oslo_community_mesh_network___with_NUUG_and_Hackeriet_at_Hausmania.html">Oslo community mesh network - with NUUG and Hackeriet at Hausmania</a>
+        <a href="https://people.skolelinux.org/pere/blog/Oslo_community_mesh_network___with_NUUG_and_Hackeriet_at_Hausmania.html">Oslo community mesh network - with NUUG and Hackeriet at Hausmania</a>
       </div>
       <div class="date">
         11th October 2013
@@ -2110,7 +5078,7 @@ mesh system.</p>
       <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/freedombox">freedombox</a>, <a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -2119,7 +5087,7 @@ mesh system.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html">July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</a>
+        <a href="https://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html">July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</a>
       </div>
       <div class="date">
          9th July 2013
@@ -2143,7 +5111,7 @@ wiki page</a> if you plan to join us.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -2152,7 +5120,7 @@ wiki page</a> if you plan to join us.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/V_rt_konkurransebidrag_til__apps4norge_bruker__opnedata.html">Vårt konkurransebidrag til #apps4norge bruker @opnedata</a>
+        <a href="https://people.skolelinux.org/pere/blog/V_rt_konkurransebidrag_til__apps4norge_bruker__opnedata.html">Vårt konkurransebidrag til #apps4norge bruker @opnedata</a>
       </div>
       <div class="date">
          1st May 2013
@@ -2316,7 +5284,7 @@ hjemmebanen.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -2325,7 +5293,7 @@ hjemmebanen.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Til_frikanalens_st_ttespillere___fra_styret_i_Frikanalen.html">Til frikanalens støttespillere - fra styret i Frikanalen</a>
+        <a href="https://people.skolelinux.org/pere/blog/Til_frikanalens_st_ttespillere___fra_styret_i_Frikanalen.html">Til frikanalens støttespillere - fra styret i Frikanalen</a>
       </div>
       <div class="date">
         13th March 2013
@@ -2493,7 +5461,7 @@ oppfordring fra Frikanalen-styret.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -2502,7 +5470,7 @@ oppfordring fra Frikanalen-styret.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Frikanalen___Complete_TV_station_organised_using_the_web.html">Frikanalen - Complete TV station organised using the web</a>
+        <a href="https://people.skolelinux.org/pere/blog/Frikanalen___Complete_TV_station_organised_using_the_web.html">Frikanalen - Complete TV station organised using the web</a>
       </div>
       <div class="date">
          3rd March 2013
@@ -2558,7 +5526,7 @@ development.</p>
       <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/frikanalen">frikanalen</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -2567,7 +5535,7 @@ development.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Litt_statistikk_over_offentlige_anbud_annonsert_via_Doffin_siden_2008.html">Litt statistikk over offentlige anbud annonsert via Doffin siden 2008</a>
+        <a href="https://people.skolelinux.org/pere/blog/Litt_statistikk_over_offentlige_anbud_annonsert_via_Doffin_siden_2008.html">Litt statistikk over offentlige anbud annonsert via Doffin siden 2008</a>
       </div>
       <div class="date">
         11th February 2013
@@ -2664,7 +5632,7 @@ lenken for oppdaterte tall.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -2673,7 +5641,7 @@ lenken for oppdaterte tall.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html">Ledger - double-entry accounting using text based storage format</a>
+        <a href="https://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html">Ledger - double-entry accounting using text based storage format</a>
       </div>
       <div class="date">
         18th December 2012
@@ -2735,7 +5703,7 @@ for the organisations I am involved in.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -2744,7 +5712,7 @@ for the organisations I am involved in.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/59_kommuner_omfavner_n__FiksGataMi.html">59 kommuner omfavner nå FiksGataMi</a>
+        <a href="https://people.skolelinux.org/pere/blog/59_kommuner_omfavner_n__FiksGataMi.html">59 kommuner omfavner nå FiksGataMi</a>
       </div>
       <div class="date">
          5th November 2012
@@ -2780,7 +5748,7 @@ innbyggerne om feil på offentlig infrastruktur.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -2789,7 +5757,7 @@ innbyggerne om feil på offentlig infrastruktur.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Ode_til_Frikanalen___.html">Ode til Frikanalen...</a>
+        <a href="https://people.skolelinux.org/pere/blog/Ode_til_Frikanalen___.html">Ode til Frikanalen...</a>
       </div>
       <div class="date">
          2nd November 2012
@@ -2891,7 +5859,7 @@ Frikanalen, bli medlem, lage og sende programmer der.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -2900,7 +5868,7 @@ Frikanalen, bli medlem, lage og sende programmer der.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/12_years_of_outages___summarised_by_Stuart_Kendrick.html">12 years of outages - summarised by Stuart Kendrick</a>
+        <a href="https://people.skolelinux.org/pere/blog/12_years_of_outages___summarised_by_Stuart_Kendrick.html">12 years of outages - summarised by Stuart Kendrick</a>
       </div>
       <div class="date">
         26th October 2012
@@ -2992,7 +5960,7 @@ for other sites to consider too?</p>
       <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/usenix">usenix</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/usenix">usenix</a>.
         
         
       </div>
@@ -3001,7 +5969,7 @@ for other sites to consider too?</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/NUUGs_sp_rreunders_kelse_for_2012_endelig__pnet.html">NUUGs spørreundersøkelse for 2012 endelig åpnet</a>
+        <a href="https://people.skolelinux.org/pere/blog/NUUGs_sp_rreunders_kelse_for_2012_endelig__pnet.html">NUUGs spørreundersøkelse for 2012 endelig åpnet</a>
       </div>
       <div class="date">
         10th October 2012
@@ -3021,7 +5989,7 @@ har 27 spørsmål og vil ta om lag fem minutt å fylle ut.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -3030,7 +5998,7 @@ har 27 spørsmål og vil ta om lag fem minutt å fylle ut.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html">NUUGs høringsuttalelse til DIFIs forslag om å kaste ut ODF fra statens standardkatalog</a>
+        <a href="https://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html">NUUGs høringsuttalelse til DIFIs forslag om å kaste ut ODF fra statens standardkatalog</a>
       </div>
       <div class="date">
          1st October 2012
@@ -3054,7 +6022,7 @@ dag.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -3063,7 +6031,7 @@ dag.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/E_valg__fortsatt_en_d_rlig_id___evaluering_legges_frem_i_Oslo_.html">E-valg, fortsatt en dårlig idé (evaluering legges frem i Oslo)</a>
+        <a href="https://people.skolelinux.org/pere/blog/E_valg__fortsatt_en_d_rlig_id___evaluering_legges_frem_i_Oslo_.html">E-valg, fortsatt en dårlig idé (evaluering legges frem i Oslo)</a>
       </div>
       <div class="date">
         11th September 2012
@@ -3360,7 +6328,7 @@ artikler.  Ta en titt der hvis du vil lese mer. :)</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
         
         
       </div>
@@ -3369,7 +6337,7 @@ artikler.  Ta en titt der hvis du vil lese mer. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/OOXML_og_standardisering.html">OOXML og standardisering</a>
+        <a href="https://people.skolelinux.org/pere/blog/OOXML_og_standardisering.html">OOXML og standardisering</a>
       </div>
       <div class="date">
         25th July 2012
@@ -3415,7 +6383,7 @@ gyldige ISO OOXML-dokumenter.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -3424,7 +6392,7 @@ gyldige ISO OOXML-dokumenter.</p>
     
     <div class="entry">
       <div class="title">
-        <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>
+        <a href="https://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>
       </div>
       <div class="date">
         21st July 2012
@@ -3457,7 +6425,7 @@ language.</p>
       <div class="tags">
         
         
-        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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -3466,7 +6434,7 @@ language.</p>
     
     <div class="entry">
       <div class="title">
-        <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>
+        <a href="https://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>
       </div>
       <div class="date">
         16th July 2012
@@ -3497,7 +6465,7 @@ send pull requests with fixes. :)</p>
       <div class="tags">
         
         
-        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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -3506,7 +6474,7 @@ send pull requests with fixes. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Fri_programvare____fri__som_i__talefrihet___ikke_som_i__fri_bar_.html">Fri programvare - "fri" som i "talefrihet", ikke som i "fri bar"</a>
+        <a href="https://people.skolelinux.org/pere/blog/Fri_programvare____fri__som_i__talefrihet___ikke_som_i__fri_bar_.html">Fri programvare - "fri" som i "talefrihet", ikke som i "fri bar"</a>
       </div>
       <div class="date">
         15th July 2012
@@ -3540,7 +6508,7 @@ lille folder om temaet</a>.</p>
       <div class="tags">
         
         
-        Tags: <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -3549,7 +6517,7 @@ lille folder om temaet</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <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>
+        <a href="https://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>
       </div>
       <div class="date">
         11th July 2012
@@ -3623,7 +6591,7 @@ slik at du kan oppdatere direkte.</p>
       <div class="tags">
         
         
-        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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -3632,7 +6600,7 @@ slik at du kan oppdatere direkte.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hvorfor_leverer_noen_sent_til_Offentlig_Elektronisk_postjournal_.html">Hvorfor leverer noen sent til Offentlig Elektronisk postjournal?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hvorfor_leverer_noen_sent_til_Offentlig_Elektronisk_postjournal_.html">Hvorfor leverer noen sent til Offentlig Elektronisk postjournal?</a>
       </div>
       <div class="date">
          5th July 2012
@@ -3825,7 +6793,7 @@ at det er interesse for leveringen til OEP.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -3834,7 +6802,7 @@ at det er interesse for leveringen til OEP.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Medietilsynets_syn_p__om_Frikanalen_b_r_v_re_ukryptert_p__det_digitale_bakkenettet.html">Medietilsynets syn på om Frikanalen bør være ukryptert på det digitale bakkenettet</a>
+        <a href="https://people.skolelinux.org/pere/blog/Medietilsynets_syn_p__om_Frikanalen_b_r_v_re_ukryptert_p__det_digitale_bakkenettet.html">Medietilsynets syn på om Frikanalen bør være ukryptert på det digitale bakkenettet</a>
       </div>
       <div class="date">
          4th July 2012
@@ -3885,7 +6853,7 @@ krypteringen av Frikanalen.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -3894,7 +6862,7 @@ krypteringen av Frikanalen.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Can_Zimbra_be_told_to_send_autoreplies_to_the_From__address_.html">Can Zimbra be told to send autoreplies to the From: address?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Can_Zimbra_be_told_to_send_autoreplies_to_the_From__address_.html">Can Zimbra be told to send autoreplies to the From: address?</a>
       </div>
       <div class="date">
          3rd July 2012
@@ -3938,7 +6906,7 @@ differently.  Anyone know?  Please let us know at
       <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/fiksgatami">fiksgatami</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -3947,7 +6915,7 @@ differently.  Anyone know?  Please let us know at
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Frikanalen_b_r_v_re_ukryptert_p__det_digitale_bakkenettet.html">Frikanalen bør være ukryptert på det digitale bakkenettet</a>
+        <a href="https://people.skolelinux.org/pere/blog/Frikanalen_b_r_v_re_ukryptert_p__det_digitale_bakkenettet.html">Frikanalen bør være ukryptert på det digitale bakkenettet</a>
       </div>
       <div class="date">
          1st July 2012
@@ -4153,7 +7121,7 @@ opp.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -4162,7 +7130,7 @@ opp.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html">DIFI foreslår å kaste ut ODF og ta inn OOXML fra statens standardkatalog</a>
+        <a href="https://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html">DIFI foreslår å kaste ut ODF og ta inn OOXML fra statens standardkatalog</a>
       </div>
       <div class="date">
         29th June 2012
@@ -4235,7 +7203,7 @@ klassisk tekst som er like gyldig i dag som da det ble skrevet.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -4244,7 +7212,7 @@ klassisk tekst som er like gyldig i dag som da det ble skrevet.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Postjournaler_i_det_offentlige___vanskelig_med_vilje_.html">Postjournaler i det offentlige - vanskelig med vilje?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Postjournaler_i_det_offentlige___vanskelig_med_vilje_.html">Postjournaler i det offentlige - vanskelig med vilje?</a>
       </div>
       <div class="date">
         27th June 2012
@@ -4335,7 +7303,7 @@ Norsk Journalistlag og Institutt for Journalistikk.</p>
       <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/offentlig innsyn">offentlig innsyn</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -4344,7 +7312,7 @@ Norsk Journalistlag og Institutt for Journalistikk.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/SQL_database_med_anbud_publisert_p__Doffin.html">SQL-database med anbud publisert på Doffin</a>
+        <a href="https://people.skolelinux.org/pere/blog/SQL_database_med_anbud_publisert_p__Doffin.html">SQL-database med anbud publisert på Doffin</a>
       </div>
       <div class="date">
         15th June 2012
@@ -4394,7 +7362,7 @@ informasjonen allerede er publisert.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -4403,7 +7371,7 @@ informasjonen allerede er publisert.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Litt_statistikk_fra_Offentlig_Elektronisk_postjournal.html">Litt statistikk fra Offentlig Elektronisk postjournal</a>
+        <a href="https://people.skolelinux.org/pere/blog/Litt_statistikk_fra_Offentlig_Elektronisk_postjournal.html">Litt statistikk fra Offentlig Elektronisk postjournal</a>
       </div>
       <div class="date">
         10th June 2012
@@ -4483,7 +7451,7 @@ til å levere hver uke.  Har ikke undersøkt noen av de andre.</p>
       <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/offentlig innsyn">offentlig innsyn</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
         
         
       </div>
@@ -4492,7 +7460,7 @@ til å levere hver uke.  Har ikke undersøkt noen av de andre.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html">Web service to look up HP and Dell computer hardware support status</a>
+        <a href="https://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html">Web service to look up HP and Dell computer hardware support status</a>
       </div>
       <div class="date">
          6th June 2012
@@ -4528,7 +7496,7 @@ Scraperwiki and I welcome help with adding more features.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -4537,7 +7505,7 @@ Scraperwiki and I welcome help with adding more features.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/SOAP_based_webservice_from_Dell_to_check_server_support_status.html">SOAP based webservice from Dell to check server support status</a>
+        <a href="https://people.skolelinux.org/pere/blog/SOAP_based_webservice_from_Dell_to_check_server_support_status.html">SOAP based webservice from Dell to check server support status</a>
       </div>
       <div class="date">
          1st June 2012
@@ -4633,7 +7601,7 @@ you know of one, drop me an email. :)</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -4642,7 +7610,7 @@ you know of one, drop me an email. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html">The cost of ODF and OOXML</a>
+        <a href="https://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html">The cost of ODF and OOXML</a>
       </div>
       <div class="date">
         26th May 2012
@@ -4694,7 +7662,7 @@ for background information.  Norwegian only, sorry. :)</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -4703,7 +7671,7 @@ for background information.  Norwegian only, sorry. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/OpenOffice_org_fungerer_da_fint_for_blinde_.html">OpenOffice.org fungerer da fint for blinde?</a>
+        <a href="https://people.skolelinux.org/pere/blog/OpenOffice_org_fungerer_da_fint_for_blinde_.html">OpenOffice.org fungerer da fint for blinde?</a>
       </div>
       <div class="date">
         21st May 2012
@@ -4780,7 +7748,7 @@ utmerket for blinde.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -4789,7 +7757,7 @@ utmerket for blinde.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/D_r_Unix__eller_lever_den_videre_som_Linux_.html">Dør Unix, eller lever den videre som Linux?</a>
+        <a href="https://people.skolelinux.org/pere/blog/D_r_Unix__eller_lever_den_videre_som_Linux_.html">Dør Unix, eller lever den videre som Linux?</a>
       </div>
       <div class="date">
         15th May 2012
@@ -4823,7 +7791,7 @@ har i dag fokus på Linux.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -4832,7 +7800,7 @@ har i dag fokus på Linux.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/NUUGs_leverer_h_ringsuttalelse_om_v3_1_av_statens_referansekatalog.html">NUUGs leverer høringsuttalelse om v3.1 av statens referansekatalog</a>
+        <a href="https://people.skolelinux.org/pere/blog/NUUGs_leverer_h_ringsuttalelse_om_v3_1_av_statens_referansekatalog.html">NUUGs leverer høringsuttalelse om v3.1 av statens referansekatalog</a>
       </div>
       <div class="date">
         27th April 2012
@@ -4851,7 +7819,7 @@ sider med innspill</a>.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -4860,7 +7828,7 @@ sider med innspill</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Holder_de_ord_og_NUUG_lanserer_testtjeneste_med_stortingsinformasjon.html">Holder de ord og NUUG lanserer testtjeneste med stortingsinformasjon</a>
+        <a href="https://people.skolelinux.org/pere/blog/Holder_de_ord_og_NUUG_lanserer_testtjeneste_med_stortingsinformasjon.html">Holder de ord og NUUG lanserer testtjeneste med stortingsinformasjon</a>
       </div>
       <div class="date">
         22nd April 2012
@@ -4893,7 +7861,7 @@ til å ta en sniktitt.</p>
       <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/stortinget">stortinget</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>.
         
         
       </div>
@@ -4902,7 +7870,7 @@ til å ta en sniktitt.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html">RAND terms - non-reasonable and discriminatory</a>
+        <a href="https://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html">RAND terms - non-reasonable and discriminatory</a>
       </div>
       <div class="date">
         19th April 2012
@@ -4966,7 +7934,7 @@ specifications with RAND terms.</p>
       <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/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -4975,7 +7943,7 @@ specifications with RAND terms.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Jeg_skal_p__konferansen_Go_Open_2012.html">Jeg skal på konferansen Go Open 2012</a>
+        <a href="https://people.skolelinux.org/pere/blog/Jeg_skal_p__konferansen_Go_Open_2012.html">Jeg skal på konferansen Go Open 2012</a>
       </div>
       <div class="date">
         13th April 2012
@@ -4991,7 +7959,7 @@ programvare i Norge</a> der i år.  Kommer du?</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5000,7 +7968,7 @@ programvare i Norge</a> der i år.  Kommer du?</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html">NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</a>
+        <a href="https://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html">NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</a>
       </div>
       <div class="date">
         13th March 2012
@@ -5021,7 +7989,7 @@ likevel.</p>
       <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/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5030,7 +7998,7 @@ likevel.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Et_bilde_p__problemet_med_programvarepatenter.html">Et bilde på problemet med programvarepatenter</a>
+        <a href="https://people.skolelinux.org/pere/blog/Et_bilde_p__problemet_med_programvarepatenter.html">Et bilde på problemet med programvarepatenter</a>
       </div>
       <div class="date">
          6th August 2011
@@ -5055,7 +8023,7 @@ temaet</a>.  Alle er hjertelig velkomne som abonnenter.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5064,7 +8032,7 @@ temaet</a>.  Alle er hjertelig velkomne som abonnenter.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Voteringsdata_fra_stortinget_p__plass__mye_igjen.html">Voteringsdata fra stortinget på plass, mye igjen</a>
+        <a href="https://people.skolelinux.org/pere/blog/Voteringsdata_fra_stortinget_p__plass__mye_igjen.html">Voteringsdata fra stortinget på plass, mye igjen</a>
       </div>
       <div class="date">
         21st July 2011
@@ -5109,7 +8077,7 @@ utviklingstimer for å en norsk portal på plass.</p>
       <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/stortinget">stortinget</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>.
         
         
       </div>
@@ -5118,7 +8086,7 @@ utviklingstimer for å en norsk portal på plass.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hvem_stemte_hva_p__Stortinget_.html">Hvem stemte hva på Stortinget?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hvem_stemte_hva_p__Stortinget_.html">Hvem stemte hva på Stortinget?</a>
       </div>
       <div class="date">
         20th May 2011
@@ -5180,7 +8148,7 @@ utviklingstimer for å tilpasse eksisterende portal til norsk.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/dld">dld</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/stortinget">stortinget</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/dld">dld</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>.
         
         
       </div>
@@ -5189,7 +8157,7 @@ utviklingstimer for å tilpasse eksisterende portal til norsk.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html">The video format most supported in web browsers?</a>
+        <a href="https://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html">The video format most supported in web browsers?</a>
       </div>
       <div class="date">
         16th January 2011
@@ -5248,7 +8216,7 @@ provided by external plugins like the Flash plugins.</p>
       <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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -5257,7 +8225,7 @@ provided by external plugins like the Flash plugins.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hva_har_mine_representanter_stemt_i_Storinget_.html">Hva har mine representanter stemt i Storinget?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hva_har_mine_representanter_stemt_i_Storinget_.html">Hva har mine representanter stemt i Storinget?</a>
       </div>
       <div class="date">
         11th January 2011
@@ -5341,7 +8309,7 @@ at vi i NUUG har fått operativ en norsk utgave av
       <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/stortinget">stortinget</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>.
         
         
       </div>
@@ -5350,7 +8318,7 @@ at vi i NUUG har fått operativ en norsk utgave av
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html">Debian Edu development gathering and General Assembly for FRiSK</a>
+        <a href="https://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html">Debian Edu development gathering and General Assembly for FRiSK</a>
       </div>
       <div class="date">
         29th November 2010
@@ -5376,7 +8344,7 @@ vote this year.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5385,7 +8353,7 @@ vote this year.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html">Gnash buildbot slave and Debian kfreebsd</a>
+        <a href="https://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html">Gnash buildbot slave and Debian kfreebsd</a>
       </div>
       <div class="date">
         20th November 2010
@@ -5419,7 +8387,7 @@ gnash buildbot slave on the Debian Edu/Skolelinux this weekend.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5428,7 +8396,7 @@ gnash buildbot slave on the Debian Edu/Skolelinux this weekend.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Gjendikte_sangen__Copying_Is_Not_Theft__p__Norsk_.html">Gjendikte sangen "Copying Is Not Theft" på Norsk?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Gjendikte_sangen__Copying_Is_Not_Theft__p__Norsk_.html">Gjendikte sangen "Copying Is Not Theft" på Norsk?</a>
       </div>
       <div class="date">
         10th November 2010
@@ -5504,7 +8472,7 @@ til å få denne sangen over i norsk språkdrakt, ta kontakt med video
       <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/frikanalen">frikanalen</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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -5513,7 +8481,7 @@ til å få denne sangen over i norsk språkdrakt, ta kontakt med video
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html">Making room on the Debian Edu/Sqeeze DVD</a>
+        <a href="https://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html">Making room on the Debian Edu/Sqeeze DVD</a>
       </div>
       <div class="date">
          7th November 2010
@@ -5560,7 +8528,7 @@ DVD more useful again.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5569,7 +8537,7 @@ DVD more useful again.</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="https://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
@@ -5622,7 +8590,7 @@ project gets, the more features it can develop using these funds.
       <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="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -5631,7 +8599,7 @@ project gets, the more features it can develop using these funds.
     
     <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="https://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html">Standardkrav inn i anbudstekster?</a>
       </div>
       <div class="date">
         17th October 2010
@@ -5710,7 +8678,7 @@ skal spesifisere hvordan seriell-konsoll skal fungere.</p>
       <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="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -5719,7 +8687,7 @@ skal spesifisere hvordan seriell-konsoll skal fungere.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Links_for_2010_10_14.html">Links for 2010-10-14</a>
+        <a href="https://people.skolelinux.org/pere/blog/Links_for_2010_10_14.html">Links for 2010-10-14</a>
       </div>
       <div class="date">
         14th October 2010
@@ -5764,7 +8732,7 @@ forslag for et rent og sikkert Internet.</li>
       <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/lenker">lenker</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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -5773,7 +8741,7 @@ forslag for et rent og sikkert Internet.</li>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/First_version_of_a_Perl_library_to_control_the_Spykee_robot.html">First version of a Perl library to control the Spykee robot</a>
+        <a href="https://people.skolelinux.org/pere/blog/First_version_of_a_Perl_library_to_control_the_Spykee_robot.html">First version of a Perl library to control the Spykee robot</a>
       </div>
       <div class="date">
          9th October 2010
@@ -5813,7 +8781,7 @@ please let me know.</p>
       <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/robot">robot</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
         
         
       </div>
@@ -5822,7 +8790,7 @@ please let me know.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Links_for_2010_10_03.html">Links for 2010-10-03</a>
+        <a href="https://people.skolelinux.org/pere/blog/Links_for_2010_10_03.html">Links for 2010-10-03</a>
       </div>
       <div class="date">
          3rd October 2010
@@ -5848,7 +8816,7 @@ simple setup.
       <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/lenker">lenker</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -5857,7 +8825,7 @@ simple setup.
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/TED_talks_p__norsk_og_NUUG_foredrag___frivillige_trengs_til_teksting.html">TED talks på norsk og NUUG-foredrag - frivillige trengs til teksting</a>
+        <a href="https://people.skolelinux.org/pere/blog/TED_talks_p__norsk_og_NUUG_foredrag___frivillige_trengs_til_teksting.html">TED talks på norsk og NUUG-foredrag - frivillige trengs til teksting</a>
       </div>
       <div class="date">
          1st October 2010
@@ -5895,7 +8863,7 @@ lar en bidra med teksting via en nettleser.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -5904,7 +8872,7 @@ lar en bidra med teksting via en nettleser.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Anonym_ferdsel_er_en_menneskerett.html">Anonym ferdsel er en menneskerett</a>
+        <a href="https://people.skolelinux.org/pere/blog/Anonym_ferdsel_er_en_menneskerett.html">Anonym ferdsel er en menneskerett</a>
       </div>
       <div class="date">
         15th September 2010
@@ -5944,7 +8912,7 @@ kollektivtrafikken i Oslo.  Jeg synes det er hårreisende.</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/betalkontant">betalkontant</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ruter">ruter</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -5953,7 +8921,7 @@ kollektivtrafikken i Oslo.  Jeg synes det er hårreisende.</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="https://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
@@ -6004,7 +8972,7 @@ Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
       <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="https://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -6013,7 +8981,7 @@ 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/Navteq_bruker_3_12_m_neder__OpenStreetmap_org_trenger_noen_dager.html">Navteq bruker 3-12 måneder, OpenStreetmap.org trenger noen dager</a>
+        <a href="https://people.skolelinux.org/pere/blog/Navteq_bruker_3_12_m_neder__OpenStreetmap_org_trenger_noen_dager.html">Navteq bruker 3-12 måneder, OpenStreetmap.org trenger noen dager</a>
       </div>
       <div class="date">
          7th September 2010
@@ -6045,7 +9013,7 @@ gjøres kontinuerlig men kun regelmessing.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -6054,7 +9022,7 @@ gjøres kontinuerlig men kun regelmessing.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/My_first_perl_GUI_application___controlling_a_Spykee_robot.html">My first perl GUI application - controlling a Spykee robot</a>
+        <a href="https://people.skolelinux.org/pere/blog/My_first_perl_GUI_application___controlling_a_Spykee_robot.html">My first perl GUI application - controlling a Spykee robot</a>
       </div>
       <div class="date">
          1st September 2010
@@ -6113,7 +9081,7 @@ those that want to check back later to find it.</p>
       <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/robot">robot</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
         
         
       </div>
@@ -6122,7 +9090,7 @@ those that want to check back later to find it.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Forslag_i_stortinget_om___stoppe_elektronisk_stemmegiving_i_Norge.html">Forslag i stortinget om å stoppe elektronisk stemmegiving i Norge</a>
+        <a href="https://people.skolelinux.org/pere/blog/Forslag_i_stortinget_om___stoppe_elektronisk_stemmegiving_i_Norge.html">Forslag i stortinget om å stoppe elektronisk stemmegiving i Norge</a>
       </div>
       <div class="date">
         31st August 2010
@@ -6141,7 +9109,7 @@ er fremmet av Erna Solberg, Michael Tetzschner og Trond Helleland.</p>
       <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/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
         
         
       </div>
@@ -6150,7 +9118,7 @@ er fremmet av Erna Solberg, Michael Tetzschner og Trond Helleland.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html">Broken hard link handling with sshfs</a>
+        <a href="https://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html">Broken hard link handling with sshfs</a>
       </div>
       <div class="date">
         30th August 2010
@@ -6184,7 +9152,7 @@ git from
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -6193,7 +9161,7 @@ git from
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Sikkerhetsteateret_p__flyplassene_fortsetter.html">Sikkerhetsteateret på flyplassene fortsetter</a>
+        <a href="https://people.skolelinux.org/pere/blog/Sikkerhetsteateret_p__flyplassene_fortsetter.html">Sikkerhetsteateret på flyplassene fortsetter</a>
       </div>
       <div class="date">
         28th August 2010
@@ -6233,7 +9201,7 @@ en god ting sett fra et miljøperspektiv, men det er en annen sak.</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -6242,7 +9210,7 @@ en god ting sett fra et miljøperspektiv, men det er en annen sak.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html">Broken umask handling with sshfs</a>
+        <a href="https://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html">Broken umask handling with sshfs</a>
       </div>
       <div class="date">
         26th August 2010
@@ -6352,7 +9320,7 @@ script so useful that he created a GIT repository and stored it in
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -6361,7 +9329,7 @@ script so useful that he created a GIT repository and stored it in
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Elektronisk_stemmegiving_er_ikke_til___stole_p____heller_ikke_i_Norge.html">Elektronisk stemmegiving er ikke til å stole på - heller ikke i Norge</a>
+        <a href="https://people.skolelinux.org/pere/blog/Elektronisk_stemmegiving_er_ikke_til___stole_p____heller_ikke_i_Norge.html">Elektronisk stemmegiving er ikke til å stole på - heller ikke i Norge</a>
       </div>
       <div class="date">
         23rd August 2010
@@ -6410,7 +9378,7 @@ elektronisk stemmegiving og unngå begrepet "evalg".</p>
       <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/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
         
         
       </div>
@@ -6419,7 +9387,7 @@ elektronisk stemmegiving og unngå begrepet "evalg".</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Robot__reis_deg___.html">Robot, reis deg...</a>
+        <a href="https://people.skolelinux.org/pere/blog/Robot__reis_deg___.html">Robot, reis deg...</a>
       </div>
       <div class="date">
         21st August 2010
@@ -6468,7 +9436,7 @@ der hvis du er nysgjerrig.</p>
       <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/robot">robot</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
         
         
       </div>
@@ -6477,7 +9445,7 @@ der hvis du er nysgjerrig.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/2_Spykee_roboter_i_hus__n__skal_det_lekes.html">2 Spykee-roboter i hus, nå skal det lekes</a>
+        <a href="https://people.skolelinux.org/pere/blog/2_Spykee_roboter_i_hus__n__skal_det_lekes.html">2 Spykee-roboter i hus, nå skal det lekes</a>
       </div>
       <div class="date">
         18th August 2010
@@ -6510,7 +9478,7 @@ firmwaren. :)</p>
       <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/robot">robot</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
         
         
       </div>
@@ -6519,7 +9487,7 @@ firmwaren. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Rob_Weir__How_to_Crush_Dissent.html">Rob Weir: How to Crush Dissent</a>
+        <a href="https://people.skolelinux.org/pere/blog/Rob_Weir__How_to_Crush_Dissent.html">Rob Weir: How to Crush Dissent</a>
       </div>
       <div class="date">
         15th August 2010
@@ -6536,7 +9504,7 @@ long time.</p>
       <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/lenker">lenker</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -6545,7 +9513,7 @@ long time.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html">No hardcoded config on Debian Edu clients</a>
+        <a href="https://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html">No hardcoded config on Debian Edu clients</a>
       </div>
       <div class="date">
          9th August 2010
@@ -6672,7 +9640,7 @@ implement it for Debian Edu. :)</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -6681,7 +9649,7 @@ implement it for Debian Edu. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html">Testing if a file system can be used for home directories...</a>
+        <a href="https://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html">Testing if a file system can be used for home directories...</a>
       </div>
       <div class="date">
          8th August 2010
@@ -6915,7 +9883,7 @@ script so useful that he created a GIT repository and stored it in
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -6924,7 +9892,7 @@ script so useful that he created a GIT repository and stored it in
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html">Autodetecting Client setup for roaming workstations in Debian Edu</a>
+        <a href="https://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html">Autodetecting Client setup for roaming workstations in Debian Edu</a>
       </div>
       <div class="date">
          7th August 2010
@@ -6986,7 +9954,7 @@ Edu, please contact us on debian-edu@lists.debian.org.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -6995,7 +9963,7 @@ Edu, please contact us on debian-edu@lists.debian.org.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html">Debian Edu roaming workstation - at the university of Oslo</a>
+        <a href="https://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html">Debian Edu roaming workstation - at the university of Oslo</a>
       </div>
       <div class="date">
          3rd August 2010
@@ -7036,7 +10004,7 @@ uses.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7045,7 +10013,7 @@ uses.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Circular_package_dependencies_harms_apt_recovery.html">Circular package dependencies harms apt recovery</a>
+        <a href="https://people.skolelinux.org/pere/blog/Circular_package_dependencies_harms_apt_recovery.html">Circular package dependencies harms apt recovery</a>
       </div>
       <div class="date">
         27th July 2010
@@ -7104,7 +10072,7 @@ it.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7113,7 +10081,7 @@ it.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html">First Debian Edu test release (alpha0) based on Squeeze is released</a>
+        <a href="https://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html">First Debian Edu test release (alpha0) based on Squeeze is released</a>
       </div>
       <div class="date">
         27th July 2010
@@ -7235,7 +10203,7 @@ http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7244,7 +10212,7 @@ http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html">One step closer to single signon in Debian Edu</a>
+        <a href="https://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html">One step closer to single signon in Debian Edu</a>
       </div>
       <div class="date">
         25th July 2010
@@ -7290,7 +10258,7 @@ please contact us on debian-edu@lists.debian.org.</p>
       <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/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -7299,7 +10267,7 @@ please contact us on debian-edu@lists.debian.org.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Digitale_restriksjonsmekanismer_fikk_meg_til___slutte___kj_pe_musikk.html">Digitale restriksjonsmekanismer fikk meg til å slutte å kjøpe musikk</a>
+        <a href="https://people.skolelinux.org/pere/blog/Digitale_restriksjonsmekanismer_fikk_meg_til___slutte___kj_pe_musikk.html">Digitale restriksjonsmekanismer fikk meg til å slutte å kjøpe musikk</a>
       </div>
       <div class="date">
         22nd July 2010
@@ -7333,7 +10301,7 @@ Kommer neppe til å ta i bruk Blueray, og ei heller de nye DRM-greiene
       <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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -7342,7 +10310,7 @@ Kommer neppe til å ta i bruk Blueray, og ei heller de nye DRM-greiene
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html">What are they searching for - PowerDNS and ISC DHCP in LDAP</a>
+        <a href="https://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html">What are they searching for - PowerDNS and ISC DHCP in LDAP</a>
       </div>
       <div class="date">
         17th July 2010
@@ -7664,7 +10632,7 @@ auxiliary object class.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7673,7 +10641,7 @@ auxiliary object class.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html">Combining PowerDNS and ISC DHCP LDAP objects</a>
+        <a href="https://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html">Combining PowerDNS and ISC DHCP LDAP objects</a>
       </div>
       <div class="date">
         14th July 2010
@@ -7741,7 +10709,7 @@ please contact us on debian-edu@lists.debian.org.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7750,7 +10718,7 @@ please contact us on debian-edu@lists.debian.org.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html">Idea for storing LTSP configuration in LDAP</a>
+        <a href="https://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html">Idea for storing LTSP configuration in LDAP</a>
       </div>
       <div class="date">
         11th July 2010
@@ -7835,7 +10803,7 @@ personal home page over at redhat.com.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7844,7 +10812,7 @@ personal home page over at redhat.com.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html">jXplorer, a very nice LDAP GUI</a>
+        <a href="https://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html">jXplorer, a very nice LDAP GUI</a>
       </div>
       <div class="date">
          9th July 2010
@@ -7869,7 +10837,7 @@ and remove the failing query.  Nothing big, but very annoying.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -7878,7 +10846,7 @@ and remove the failing query.  Nothing big, but very annoying.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html">Caching password, user and group on a roaming Debian laptop</a>
+        <a href="https://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html">Caching password, user and group on a roaming Debian laptop</a>
       </div>
       <div class="date">
          1st July 2010
@@ -8087,7 +11055,7 @@ please contact us on debian-edu@lists.debian.org.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8096,7 +11064,7 @@ please contact us on debian-edu@lists.debian.org.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html">LUMA, a very nice LDAP GUI</a>
+        <a href="https://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html">LUMA, a very nice LDAP GUI</a>
       </div>
       <div class="date">
         28th June 2010
@@ -8137,7 +11105,7 @@ changes, it will not be an option for Debian Edu based on Squeeze.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8146,7 +11114,7 @@ changes, it will not be an option for Debian Edu based on Squeeze.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html">Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</a>
+        <a href="https://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html">Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</a>
       </div>
       <div class="date">
         24th June 2010
@@ -8199,7 +11167,7 @@ please contact us on debian-edu@lists.debian.org.</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8208,7 +11176,7 @@ please contact us on debian-edu@lists.debian.org.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Calling_tasksel_like_the_installer__while_still_getting_useful_output.html">Calling tasksel like the installer, while still getting useful output</a>
+        <a href="https://people.skolelinux.org/pere/blog/Calling_tasksel_like_the_installer__while_still_getting_useful_output.html">Calling tasksel like the installer, while still getting useful output</a>
       </div>
       <div class="date">
         16th June 2010
@@ -8260,7 +11228,7 @@ like this.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8269,7 +11237,7 @@ like this.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/_pne_tr_dl_snett_er_et_samfunnsgode.html">Åpne trådløsnett er et samfunnsgode</a>
+        <a href="https://people.skolelinux.org/pere/blog/_pne_tr_dl_snett_er_et_samfunnsgode.html">Åpne trådløsnett er et samfunnsgode</a>
       </div>
       <div class="date">
         12th June 2010
@@ -8300,7 +11268,7 @@ anstrenge oss for å beholde.</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -8309,7 +11277,7 @@ anstrenge oss for å beholde.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html">Skolelinux er laget for sentraldrifting, naturligvis</a>
+        <a href="https://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html">Skolelinux er laget for sentraldrifting, naturligvis</a>
       </div>
       <div class="date">
          9th June 2010
@@ -8397,7 +11365,7 @@ minner.</p>
       <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/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8406,7 +11374,7 @@ minner.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Magnetstripeinnhold_i_billetter_fra_Flytoget_og_Hurtigruten.html">Magnetstripeinnhold i billetter fra Flytoget og Hurtigruten</a>
+        <a href="https://people.skolelinux.org/pere/blog/Magnetstripeinnhold_i_billetter_fra_Flytoget_og_Hurtigruten.html">Magnetstripeinnhold i billetter fra Flytoget og Hurtigruten</a>
       </div>
       <div class="date">
         21st May 2010
@@ -8471,7 +11439,7 @@ ser jeg mye korrespondanse mellom påtrykk og magnetstripe.</p>
       <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/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -8480,7 +11448,7 @@ ser jeg mye korrespondanse mellom påtrykk og magnetstripe.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html">Pieces of the roaming laptop puzzle in Debian</a>
+        <a href="https://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html">Pieces of the roaming laptop puzzle in Debian</a>
       </div>
       <div class="date">
         19th May 2010
@@ -8542,7 +11510,7 @@ please contact us on debian-edu@lists.debian.org.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8551,7 +11519,7 @@ please contact us on debian-edu@lists.debian.org.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/systemd__an_interesting_alternative_to_upstart.html">systemd, an interesting alternative to upstart</a>
+        <a href="https://people.skolelinux.org/pere/blog/systemd__an_interesting_alternative_to_upstart.html">systemd, an interesting alternative to upstart</a>
       </div>
       <div class="date">
         13th May 2010
@@ -8594,7 +11562,7 @@ with parallel booting enabled by default.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem</a>, <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8603,7 +11571,7 @@ with parallel booting enabled by default.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html">Forcing new users to change their password on first login</a>
+        <a href="https://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html">Forcing new users to change their password on first login</a>
       </div>
       <div class="date">
          2nd May 2010
@@ -8684,7 +11652,7 @@ change.</p>
       <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/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -8693,7 +11661,7 @@ change.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html">Thoughts on roaming laptop setup for Debian Edu</a>
+        <a href="https://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html">Thoughts on roaming laptop setup for Debian Edu</a>
       </div>
       <div class="date">
         28th April 2010
@@ -8769,7 +11737,7 @@ please contact us on debian-edu@lists.debian.org.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8778,7 +11746,7 @@ please contact us on debian-edu@lists.debian.org.</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="https://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">
         19th April 2010
@@ -8801,7 +11769,7 @@ strongly recommend this book.</p>
       <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="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -8810,7 +11778,7 @@ strongly recommend this book.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html">Kerberos for Debian Edu/Squeeze?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html">Kerberos for Debian Edu/Squeeze?</a>
       </div>
       <div class="date">
         14th April 2010
@@ -8857,7 +11825,7 @@ up in a few days.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8866,7 +11834,7 @@ up in a few days.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html">After 6 years of waiting, the Xreset.d feature is implemented</a>
+        <a href="https://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html">After 6 years of waiting, the Xreset.d feature is implemented</a>
       </div>
       <div class="date">
          6th March 2010
@@ -8895,7 +11863,7 @@ similar to how they use the Xsession.d framework today.<p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8904,7 +11872,7 @@ similar to how they use the Xsession.d framework today.<p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Digitale_b_ker_uten_digitale_restriksjonsmekanismer__DRM__b_r_f__mva_fritak.html">Digitale bøker uten digitale restriksjonsmekanismer (DRM) bør få mva-fritak</a>
+        <a href="https://people.skolelinux.org/pere/blog/Digitale_b_ker_uten_digitale_restriksjonsmekanismer__DRM__b_r_f__mva_fritak.html">Digitale bøker uten digitale restriksjonsmekanismer (DRM) bør få mva-fritak</a>
       </div>
       <div class="date">
          3rd March 2010
@@ -8946,7 +11914,7 @@ der</a> for å se hva de har.
       <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/opphavsrett">opphavsrett</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -8955,7 +11923,7 @@ der</a> for å se hva de har.
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html">Debian Edu / Skolelinux based on Lenny released, work continues</a>
+        <a href="https://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html">Debian Edu / Skolelinux based on Lenny released, work continues</a>
       </div>
       <div class="date">
         11th February 2010
@@ -8980,7 +11948,7 @@ and have just a few weeks or months to make it happen.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -8989,7 +11957,7 @@ and have just a few weeks or months to make it happen.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Danmark_g_r_for_ODF_.html">Danmark går for ODF?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Danmark_g_r_for_ODF_.html">Danmark går for ODF?</a>
       </div>
       <div class="date">
         29th January 2010
@@ -9016,7 +11984,7 @@ platforme.</blockquote></p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -9025,7 +11993,7 @@ platforme.</blockquote></p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html">Automatic Munin and Nagios configuration</a>
+        <a href="https://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html">Automatic Munin and Nagios configuration</a>
       </div>
       <div class="date">
         27th January 2010
@@ -9081,7 +12049,7 @@ everything is taken care of.</p>
       <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/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary</a>.
         
         
       </div>
@@ -9090,7 +12058,7 @@ everything is taken care of.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Sikkerhet__teater__og_hvordan_gj_re_verden_sikrere.html">Sikkerhet, teater, og hvordan gjøre verden sikrere</a>
+        <a href="https://people.skolelinux.org/pere/blog/Sikkerhet__teater__og_hvordan_gj_re_verden_sikrere.html">Sikkerhet, teater, og hvordan gjøre verden sikrere</a>
       </div>
       <div class="date">
         30th December 2009
@@ -9112,7 +12080,7 @@ på flyplassene.</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -9121,7 +12089,7 @@ på flyplassene.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html">Opphavet til Skolelinux-prosjektet</a>
+        <a href="https://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html">Opphavet til Skolelinux-prosjektet</a>
       </div>
       <div class="date">
         17th December 2009
@@ -9160,7 +12128,7 @@ Resten er historie. :)</p>
       <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/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -9169,7 +12137,7 @@ Resten er historie. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/F_rste_NUUG_fordrag_sendt_p__TV.html">Første NUUG-fordrag sendt på TV</a>
+        <a href="https://people.skolelinux.org/pere/blog/F_rste_NUUG_fordrag_sendt_p__TV.html">Første NUUG-fordrag sendt på TV</a>
       </div>
       <div class="date">
          8th December 2009
@@ -9197,7 +12165,7 @@ meg, Tollef og alle andre de som deltok på møtet på TV.<p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -9206,7 +12174,7 @@ meg, Tollef og alle andre de som deltok på møtet på TV.<p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Kartverket__frigj_r__data_men_er_fortsatt_ikke_interessante.html">Kartverket "frigjør" data men er fortsatt ikke interessante</a>
+        <a href="https://people.skolelinux.org/pere/blog/Kartverket__frigj_r__data_men_er_fortsatt_ikke_interessante.html">Kartverket "frigjør" data men er fortsatt ikke interessante</a>
       </div>
       <div class="date">
         12th November 2009
@@ -9252,7 +12220,7 @@ nye i stedet</a>.</p>
       <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/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -9261,7 +12229,7 @@ nye i stedet</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Internet_leverand_rer_er_ikke_vokterne_av_sine_kunders_nettbruk.html">Internet-leverandører er ikke vokterne av sine kunders nettbruk</a>
+        <a href="https://people.skolelinux.org/pere/blog/Internet_leverand_rer_er_ikke_vokterne_av_sine_kunders_nettbruk.html">Internet-leverandører er ikke vokterne av sine kunders nettbruk</a>
       </div>
       <div class="date">
          6th November 2009
@@ -9296,7 +12264,7 @@ publiseres med mer brukervennlige vilkår, som CC-BY og lignende.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -9305,7 +12273,7 @@ publiseres med mer brukervennlige vilkår, som CC-BY og lignende.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Internet_sensur_skal_i_retten_p__mandag.html">Internet-sensur skal i retten på mandag</a>
+        <a href="https://people.skolelinux.org/pere/blog/Internet_sensur_skal_i_retten_p__mandag.html">Internet-sensur skal i retten på mandag</a>
       </div>
       <div class="date">
         10th October 2009
@@ -9341,7 +12309,7 @@ bruk av musikk.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -9350,7 +12318,7 @@ bruk av musikk.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/MVA_p__b_ker_med_DRM__ikke_MVA_p__b_ker_uten_DRM_.html">MVA på bøker med DRM, ikke MVA på bøker uten DRM?</a>
+        <a href="https://people.skolelinux.org/pere/blog/MVA_p__b_ker_med_DRM__ikke_MVA_p__b_ker_uten_DRM_.html">MVA på bøker med DRM, ikke MVA på bøker uten DRM?</a>
       </div>
       <div class="date">
         23rd September 2009
@@ -9379,7 +12347,7 @@ DRM må anses som et kjøp.</p>
       <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/opphavsrett">opphavsrett</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -9388,7 +12356,7 @@ DRM må anses som et kjøp.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Sikkerhet_til_sj_s_trenger_sj_kart_uten_bruksbegresninger.html">Sikkerhet til sjøs trenger sjøkart uten bruksbegresninger</a>
+        <a href="https://people.skolelinux.org/pere/blog/Sikkerhet_til_sj_s_trenger_sj_kart_uten_bruksbegresninger.html">Sikkerhet til sjøs trenger sjøkart uten bruksbegresninger</a>
       </div>
       <div class="date">
         23rd August 2009
@@ -9452,7 +12420,7 @@ det viser at behovet for fribruks-sjøkart er til stedet.</p>
       <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/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -9461,7 +12429,7 @@ det viser at behovet for fribruks-sjøkart er til stedet.</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="https://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">
         12th August 2009
@@ -9521,7 +12489,7 @@ numbers.</p>
       <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="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -9530,7 +12498,7 @@ numbers.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/ISO_still_hope_to_fix_OOXML.html">ISO still hope to fix OOXML</a>
+        <a href="https://people.skolelinux.org/pere/blog/ISO_still_hope_to_fix_OOXML.html">ISO still hope to fix OOXML</a>
       </div>
       <div class="date">
          8th August 2009
@@ -9556,7 +12524,7 @@ seminar this autumn.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -9565,7 +12533,7 @@ seminar this autumn.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Debian_has_switched_to_dependency_based_boot_sequencing.html">Debian has switched to dependency based boot sequencing</a>
+        <a href="https://people.skolelinux.org/pere/blog/Debian_has_switched_to_dependency_based_boot_sequencing.html">Debian has switched to dependency based boot sequencing</a>
       </div>
       <div class="date">
         27th July 2009
@@ -9587,7 +12555,7 @@ non-predictable kernel in the early boot.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem</a>, <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -9596,7 +12564,7 @@ non-predictable kernel in the early boot.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Taking_over_sysvinit_development.html">Taking over sysvinit development</a>
+        <a href="https://people.skolelinux.org/pere/blog/Taking_over_sysvinit_development.html">Taking over sysvinit development</a>
       </div>
       <div class="date">
         22nd July 2009
@@ -9629,7 +12597,7 @@ distributions are moving to upstart as a syvinit replacement.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem</a>, <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -9638,7 +12606,7 @@ distributions are moving to upstart as a syvinit replacement.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html">Regjerningens oppsummering av høringen om standardkatalogen versjon 2</a>
+        <a href="https://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html">Regjerningens oppsummering av høringen om standardkatalogen versjon 2</a>
       </div>
       <div class="date">
          9th July 2009
@@ -9669,7 +12637,7 @@ politidirektoratet om patentproblemer i Theora).</p>
       <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/nuug">nuug</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -9678,7 +12646,7 @@ politidirektoratet om patentproblemer i Theora).</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html">Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon 2</a>
+        <a href="https://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html">Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon 2</a>
       </div>
       <div class="date">
          6th July 2009
@@ -9714,8 +12682,7 @@ mot dette i
 <a href="http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2">sin
 høringsuttalelse</a>, men ser ut til å ha blitt ignorert.</p>
 
-<p>Oppdatering 2012-06-29: Kom over <ahref="
-http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf">en
+<p>Oppdatering 2012-06-29: Kom over <a href="http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf">en
 rapport til FAD</a> fra da versjon 1 av katalogen ble vedtatt, og der
 er det tydelig at problemstillingen var kjent og forstått.</p>
 
@@ -9723,7 +12690,7 @@ er det tydelig at problemstillingen var kjent og forstått.</p>
       <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/nuug">nuug</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -9732,7 +12699,7 @@ er det tydelig at problemstillingen var kjent og forstått.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Litt_om_valgfusk_og_problemet_med_elektronisk_stemmegiving.html">Litt om valgfusk og problemet med elektronisk stemmegiving</a>
+        <a href="https://people.skolelinux.org/pere/blog/Litt_om_valgfusk_og_problemet_med_elektronisk_stemmegiving.html">Litt om valgfusk og problemet med elektronisk stemmegiving</a>
       </div>
       <div class="date">
         17th June 2009
@@ -9772,7 +12739,7 @@ inneholdt i Iran hvis de ikke hadde hemmelige valg?</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
         
         
       </div>
@@ -9781,7 +12748,7 @@ inneholdt i Iran hvis de ikke hadde hemmelige valg?</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Standarder_fungerer_best_n_r_en_samler_seg_rundt_dem.html">Standarder fungerer best når en samler seg rundt dem</a>
+        <a href="https://people.skolelinux.org/pere/blog/Standarder_fungerer_best_n_r_en_samler_seg_rundt_dem.html">Standarder fungerer best når en samler seg rundt dem</a>
       </div>
       <div class="date">
         19th May 2009
@@ -9805,7 +12772,7 @@ bidrar positivt.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -9814,7 +12781,7 @@ bidrar positivt.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/BSAs_p_stander_om_piratkopiering_m_ter_motstand.html">BSAs påstander om piratkopiering møter motstand</a>
+        <a href="https://people.skolelinux.org/pere/blog/BSAs_p_stander_om_piratkopiering_m_ter_motstand.html">BSAs påstander om piratkopiering møter motstand</a>
       </div>
       <div class="date">
         17th May 2009
@@ -9852,7 +12819,7 @@ på Slashdot</a>.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/bsa">bsa</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -9861,7 +12828,7 @@ på Slashdot</a>.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Massiv_overv_kning_av_kollektivtrafikken_i_Oslo_planlegges.html">Massiv overvåkning av kollektivtrafikken i Oslo planlegges</a>
+        <a href="https://people.skolelinux.org/pere/blog/Massiv_overv_kning_av_kollektivtrafikken_i_Oslo_planlegges.html">Massiv overvåkning av kollektivtrafikken i Oslo planlegges</a>
       </div>
       <div class="date">
         16th May 2009
@@ -9884,7 +12851,7 @@ Osloområdet.</p>
       <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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ruter">ruter</a>.
         
         
       </div>
@@ -9893,7 +12860,7 @@ Osloområdet.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/3D_printing_brer_om_seg___fabrikkene_best_r.html">3D-printing brer om seg - fabrikkene består</a>
+        <a href="https://people.skolelinux.org/pere/blog/3D_printing_brer_om_seg___fabrikkene_best_r.html">3D-printing brer om seg - fabrikkene består</a>
       </div>
       <div class="date">
         10th May 2009
@@ -9937,7 +12904,7 @@ massemarkedet.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -9946,7 +12913,7 @@ massemarkedet.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Lenker_samlet_2009_05_09.html">Lenker samlet 2009-05-09</a>
+        <a href="https://people.skolelinux.org/pere/blog/Lenker_samlet_2009_05_09.html">Lenker samlet 2009-05-09</a>
       </div>
       <div class="date">
          9th May 2009
@@ -9975,7 +12942,7 @@ Word 2007 håndterer ODF dårlig</a>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -9984,7 +12951,7 @@ Word 2007 håndterer ODF dårlig</a>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/IDG_mener_linux_i_servermarkedet_vil_vokse_med_21__i_2009.html">IDG mener linux i servermarkedet vil vokse med 21% i 2009</a>
+        <a href="https://people.skolelinux.org/pere/blog/IDG_mener_linux_i_servermarkedet_vil_vokse_med_21__i_2009.html">IDG mener linux i servermarkedet vil vokse med 21% i 2009</a>
       </div>
       <div class="date">
          7th May 2009
@@ -10003,7 +12970,7 @@ bakgrunnskunnskapen kan jeg godt tro at IDG er inne på noe.</p>
       <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/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10012,7 +12979,7 @@ bakgrunnskunnskapen kan jeg godt tro at IDG er inne på noe.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Kryptert_harddisk___naturligvis.html">Kryptert harddisk - naturligvis</a>
+        <a href="https://people.skolelinux.org/pere/blog/Kryptert_harddisk___naturligvis.html">Kryptert harddisk - naturligvis</a>
       </div>
       <div class="date">
          2nd May 2009
@@ -10052,7 +13019,7 @@ betydelige.</p>
       <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/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
         
         
       </div>
@@ -10061,7 +13028,7 @@ betydelige.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/No_patch_is_not_better_than_a_useless_patch.html">No patch is not better than a useless patch</a>
+        <a href="https://people.skolelinux.org/pere/blog/No_patch_is_not_better_than_a_useless_patch.html">No patch is not better than a useless patch</a>
       </div>
       <div class="date">
         28th April 2009
@@ -10079,7 +13046,7 @@ properties.</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10088,7 +13055,7 @@ properties.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/EU_parlamentet_raner_fellesskapet_for_musikk.html">EU-parlamentet raner fellesskapet for musikk</a>
+        <a href="https://people.skolelinux.org/pere/blog/EU_parlamentet_raner_fellesskapet_for_musikk.html">EU-parlamentet raner fellesskapet for musikk</a>
       </div>
       <div class="date">
         26th April 2009
@@ -10118,7 +13085,7 @@ uten musikk med bruksbegresninger.</p>
       <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/opphavsrett">opphavsrett</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -10127,7 +13094,7 @@ uten musikk med bruksbegresninger.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hvor_flyter_Microsofts_penger_.html">Hvor flyter Microsofts penger?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hvor_flyter_Microsofts_penger_.html">Hvor flyter Microsofts penger?</a>
       </div>
       <div class="date">
         24th April 2009
@@ -10163,7 +13130,7 @@ om spaniaselskapet på spansk</a>, men jeg kan ikke lese spansk. :(</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10172,7 +13139,7 @@ om spaniaselskapet på spansk</a>, men jeg kan ikke lese spansk. :(</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hvorfor_jeg_ikke_bruker_eFaktura.html">Hvorfor jeg ikke bruker eFaktura</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hvorfor_jeg_ikke_bruker_eFaktura.html">Hvorfor jeg ikke bruker eFaktura</a>
       </div>
       <div class="date">
         23rd April 2009
@@ -10211,7 +13178,7 @@ liker rett og slett ikke dagens faktureringsmodeller.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -10220,7 +13187,7 @@ liker rett og slett ikke dagens faktureringsmodeller.</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="https://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">
         23rd April 2009
@@ -10257,7 +13224,7 @@ fortløpende.</p>
       <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="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -10266,7 +13233,7 @@ fortløpende.</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="https://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">
         17th April 2009
@@ -10293,7 +13260,7 @@ og fildeling av slike filer er fullt ut lovlig.</p>
       <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="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -10302,7 +13269,7 @@ og fildeling av slike filer er fullt ut lovlig.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Reprap_bygging_i_p_sken.html">Reprap-bygging i påsken</a>
+        <a href="https://people.skolelinux.org/pere/blog/Reprap_bygging_i_p_sken.html">Reprap-bygging i påsken</a>
       </div>
       <div class="date">
         12th April 2009
@@ -10366,7 +13333,7 @@ kommer til å bruke denne plasttypen som håndterer temperaturer mellom
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -10375,7 +13342,7 @@ kommer til å bruke denne plasttypen som håndterer temperaturer mellom
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Fransk_idiotlovforslag_hinker_gjennom_parlamentet.html">Fransk idiotlovforslag hinker gjennom parlamentet</a>
+        <a href="https://people.skolelinux.org/pere/blog/Fransk_idiotlovforslag_hinker_gjennom_parlamentet.html">Fransk idiotlovforslag hinker gjennom parlamentet</a>
       </div>
       <div class="date">
         10th April 2009
@@ -10401,7 +13368,7 @@ rettet mot seg.</p>
       <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/personvern">personvern</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
         
         
       </div>
@@ -10410,7 +13377,7 @@ rettet mot seg.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Recording_video_from_cron_using_VLC.html">Recording video from cron using VLC</a>
+        <a href="https://people.skolelinux.org/pere/blog/Recording_video_from_cron_using_VLC.html">Recording video from cron using VLC</a>
       </div>
       <div class="date">
          5th April 2009
@@ -10458,7 +13425,7 @@ wait $pid</pre></blockquote>
       <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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -10467,7 +13434,7 @@ wait $pid</pre></blockquote>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Standardize_on_protocols_and_formats__not_vendors_and_applications.html">Standardize on protocols and formats, not vendors and applications</a>
+        <a href="https://people.skolelinux.org/pere/blog/Standardize_on_protocols_and_formats__not_vendors_and_applications.html">Standardize on protocols and formats, not vendors and applications</a>
       </div>
       <div class="date">
         30th March 2009
@@ -10503,7 +13470,7 @@ application that do not use open network protocol or open formats.</p>
       <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/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -10512,7 +13479,7 @@ application that do not use open network protocol or open formats.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html">Returning from Skolelinux developer gathering</a>
+        <a href="https://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html">Returning from Skolelinux developer gathering</a>
       </div>
       <div class="date">
         29th March 2009
@@ -10538,7 +13505,7 @@ now. :)</p>
       <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/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10547,7 +13514,7 @@ now. :)</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html">Time for new  LDAP schemas replacing RFC 2307?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html">Time for new  LDAP schemas replacing RFC 2307?</a>
       </div>
       <div class="date">
         29th March 2009
@@ -10590,7 +13557,7 @@ new IETF work group?</p>
       <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/ldap">ldap</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10599,7 +13566,7 @@ new IETF work group?</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Hva_er_egentlig_en__pen_standard_.html">Hva er egentlig en åpen standard?</a>
+        <a href="https://people.skolelinux.org/pere/blog/Hva_er_egentlig_en__pen_standard_.html">Hva er egentlig en åpen standard?</a>
       </div>
       <div class="date">
         28th March 2009
@@ -10708,7 +13675,7 @@ av en standard for at en standard skal kunne kalles fri og åpen.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -10717,7 +13684,7 @@ av en standard for at en standard skal kunne kalles fri og åpen.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/F_rste_reprap_integreringsfors_k___Z_aksen_beveger_seg.html">Første reprap-integreringsforsøk - Z-aksen beveger seg</a>
+        <a href="https://people.skolelinux.org/pere/blog/F_rste_reprap_integreringsfors_k___Z_aksen_beveger_seg.html">Første reprap-integreringsforsøk - Z-aksen beveger seg</a>
       </div>
       <div class="date">
         19th March 2009
@@ -10759,7 +13726,7 @@ limet egentlig heter, så det er vanskelig å søke på nett.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -10768,7 +13735,7 @@ limet egentlig heter, så det er vanskelig å søke på nett.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Avisene_i_endring.html">Avisene i endring</a>
+        <a href="https://people.skolelinux.org/pere/blog/Avisene_i_endring.html">Avisene i endring</a>
       </div>
       <div class="date">
         15th March 2009
@@ -10785,7 +13752,7 @@ eksisterer.  Det blir spennende å se hva vi ender opp med.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10794,7 +13761,7 @@ eksisterer.  Det blir spennende å se hva vi ender opp med.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Testing_av_reprap_elektronikken_igang.html">Testing av reprap-elektronikken igang</a>
+        <a href="https://people.skolelinux.org/pere/blog/Testing_av_reprap_elektronikken_igang.html">Testing av reprap-elektronikken igang</a>
       </div>
       <div class="date">
         12th March 2009
@@ -10836,7 +13803,7 @@ reprap-en kvikner til.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -10845,7 +13812,7 @@ reprap-en kvikner til.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Frikanalen_og_jul_i_studentr_det.html">Frikanalen og jul i studentrådet</a>
+        <a href="https://people.skolelinux.org/pere/blog/Frikanalen_og_jul_i_studentr_det.html">Frikanalen og jul i studentrådet</a>
       </div>
       <div class="date">
         11th March 2009
@@ -10895,7 +13862,7 @@ NUUG lykkes med å få ut sine opptak med like stor suksess.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -10904,7 +13871,7 @@ NUUG lykkes med å få ut sine opptak med like stor suksess.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Lisensvalg_for_NUUG_opptakene_endelig_p__plass.html">Lisensvalg for NUUG-opptakene endelig på plass</a>
+        <a href="https://people.skolelinux.org/pere/blog/Lisensvalg_for_NUUG_opptakene_endelig_p__plass.html">Lisensvalg for NUUG-opptakene endelig på plass</a>
       </div>
       <div class="date">
          6th March 2009
@@ -10924,7 +13891,7 @@ i denne sammenhengen.</p>
       <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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -10933,7 +13900,7 @@ i denne sammenhengen.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Teknisk_program_for_Go_Open_2009_er_nesten_ferdig.html">Teknisk program for Go Open 2009 er nesten ferdig</a>
+        <a href="https://people.skolelinux.org/pere/blog/Teknisk_program_for_Go_Open_2009_er_nesten_ferdig.html">Teknisk program for Go Open 2009 er nesten ferdig</a>
       </div>
       <div class="date">
          5th March 2009
@@ -10972,7 +13939,7 @@ stort.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -10981,7 +13948,7 @@ stort.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">Checking server hardware support status for Dell, HP and IBM servers</a>
+        <a href="https://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">Checking server hardware support status for Dell, HP and IBM servers</a>
       </div>
       <div class="date">
         28th February 2009
@@ -11152,7 +14119,7 @@ do so.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -11161,7 +14128,7 @@ do so.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Using_bar_codes_at_a_computing_center.html">Using bar codes at a computing center</a>
+        <a href="https://people.skolelinux.org/pere/blog/Using_bar_codes_at_a_computing_center.html">Using bar codes at a computing center</a>
       </div>
       <div class="date">
         20th February 2009
@@ -11213,7 +14180,7 @@ easier automatic tracking of computers.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -11222,7 +14189,7 @@ easier automatic tracking of computers.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/F_rste_vellykkede_videostr_m_fra_NUUG.html">Første vellykkede videostrøm fra NUUG</a>
+        <a href="https://people.skolelinux.org/pere/blog/F_rste_vellykkede_videostr_m_fra_NUUG.html">Første vellykkede videostrøm fra NUUG</a>
       </div>
       <div class="date">
         11th February 2009
@@ -11243,7 +14210,7 @@ webserver og komprimert.</p>
       <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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -11252,7 +14219,7 @@ webserver og komprimert.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Min_reprap_tar_sakte_form.html">Min reprap tar sakte form</a>
+        <a href="https://people.skolelinux.org/pere/blog/Min_reprap_tar_sakte_form.html">Min reprap tar sakte form</a>
       </div>
       <div class="date">
          3rd February 2009
@@ -11294,7 +14261,7 @@ arbeidet.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -11303,7 +14270,7 @@ arbeidet.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Intellektuelt_privilegium___et_bedre_IP_begrep.html">Intellektuelt privilegium - et bedre IP-begrep</a>
+        <a href="https://people.skolelinux.org/pere/blog/Intellektuelt_privilegium___et_bedre_IP_begrep.html">Intellektuelt privilegium - et bedre IP-begrep</a>
       </div>
       <div class="date">
          1st February 2009
@@ -11334,7 +14301,7 @@ forretningshemmeligheter framover.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -11343,7 +14310,7 @@ forretningshemmeligheter framover.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html">Fri og åpen standard, slik Digistan ser det</a>
+        <a href="https://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html">Fri og åpen standard, slik Digistan ser det</a>
       </div>
       <div class="date">
         31st January 2009
@@ -11365,8 +14332,8 @@ kravene som stilles der gjør at alle markedsaktører får like vilkår,
 noe som kommer kundene til gode ved hjelp av økt konkurranse.</p>
 
 <p>I sommer kom det en ny definisjon på banen.
-<a href="http://www.digistan.org/">Digistan</a> lanserte
-<a href="http://www.digistan.org/open-standard:definition">en
+<a href="https://web.archive.org/web/20160618103850/http://www.digistan.org/">Digistan</a> lanserte
+<a href="https://web.archive.org/web/20160618103850/http://www.digistan.org/open-standard:definition">en
 definisjon på en fri og åpen standard</a>.  Jeg liker måten de bryter
 ut av diskusjonen om hva som kreves for å kalle noe en åpen standard
 ved å legge på et ord og poengtere at en standard som er både åpen og
@@ -11405,7 +14372,7 @@ produkter basert på standarden.</p>
       <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/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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -11414,7 +14381,7 @@ produkter basert på standarden.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Transendentalt_tullball_og_en_funksjonell_tiln_rming.html">Transendentalt tullball og en funksjonell tilnærming</a>
+        <a href="https://people.skolelinux.org/pere/blog/Transendentalt_tullball_og_en_funksjonell_tiln_rming.html">Transendentalt tullball og en funksjonell tilnærming</a>
       </div>
       <div class="date">
         24th January 2009
@@ -11444,7 +14411,7 @@ oppløsning.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -11453,7 +14420,7 @@ oppløsning.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/ODF_bruk_i_staten__ikke_helt_p__plass.html">ODF-bruk i staten, ikke helt på plass</a>
+        <a href="https://people.skolelinux.org/pere/blog/ODF_bruk_i_staten__ikke_helt_p__plass.html">ODF-bruk i staten, ikke helt på plass</a>
       </div>
       <div class="date">
         22nd January 2009
@@ -11477,7 +14444,7 @@ Kjenner kun til ufullstendige løsninger for slikt.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
         
         
       </div>
@@ -11486,7 +14453,7 @@ Kjenner kun til ufullstendige løsninger for slikt.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Det_vanskelige_Lisensvalget___ikke_lag_din_egen.html">Det vanskelige Lisensvalget - ikke lag din egen</a>
+        <a href="https://people.skolelinux.org/pere/blog/Det_vanskelige_Lisensvalget___ikke_lag_din_egen.html">Det vanskelige Lisensvalget - ikke lag din egen</a>
       </div>
       <div class="date">
         22nd January 2009
@@ -11608,7 +14575,7 @@ database.</p>
       <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/opphavsrett">opphavsrett</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
         
         
       </div>
@@ -11617,7 +14584,7 @@ database.</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="https://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">
         17th January 2009
@@ -11670,7 +14637,7 @@ sure hope it was using the announced Ogg Theora support. :)</p>
       <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="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
         
         
       </div>
@@ -11679,7 +14646,7 @@ 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/Fiksgatami_begynner___ta_form.html">Fiksgatami begynner å ta form</a>
+        <a href="https://people.skolelinux.org/pere/blog/Fiksgatami_begynner___ta_form.html">Fiksgatami begynner å ta form</a>
       </div>
       <div class="date">
         15th January 2009
@@ -11708,7 +14675,7 @@ med dem.  Dette blir bra.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -11717,7 +14684,7 @@ med dem.  Dette blir bra.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Elektronikkbyggesettet_kommer_fram_p__andre_fors_k.html">Elektronikkbyggesettet kommer fram på andre forsøk</a>
+        <a href="https://people.skolelinux.org/pere/blog/Elektronikkbyggesettet_kommer_fram_p__andre_fors_k.html">Elektronikkbyggesettet kommer fram på andre forsøk</a>
       </div>
       <div class="date">
          2nd January 2009
@@ -11767,7 +14734,7 @@ påstår det skulle skje i 2008.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -11776,7 +14743,7 @@ påstår det skulle skje i 2008.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Software_video_mixer_on_a_USB_stick.html">Software video mixer on a USB stick</a>
+        <a href="https://people.skolelinux.org/pere/blog/Software_video_mixer_on_a_USB_stick.html">Software video mixer on a USB stick</a>
       </div>
       <div class="date">
         28th December 2008
@@ -11811,7 +14778,7 @@ larger stick as well.</p>
       <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/video">video</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
         
         
       </div>
@@ -11820,7 +14787,7 @@ larger stick as well.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/FAD_lanserer_reiseregningsskjema_som_fri_programvare.html">FAD lanserer reiseregningsskjema som fri programvare</a>
+        <a href="https://people.skolelinux.org/pere/blog/FAD_lanserer_reiseregningsskjema_som_fri_programvare.html">FAD lanserer reiseregningsskjema som fri programvare</a>
       </div>
       <div class="date">
         17th December 2008
@@ -11908,7 +14875,7 @@ gjorde det litt vanskeligere for brukeren.</p>
       <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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -11917,7 +14884,7 @@ gjorde det litt vanskeligere for brukeren.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Elektronikkbyggesettet_for_reprapen_sporet_opp.html">Elektronikkbyggesettet for reprapen sporet opp</a>
+        <a href="https://people.skolelinux.org/pere/blog/Elektronikkbyggesettet_for_reprapen_sporet_opp.html">Elektronikkbyggesettet for reprapen sporet opp</a>
       </div>
       <div class="date">
         16th December 2008
@@ -11944,7 +14911,7 @@ jul.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -11953,7 +14920,7 @@ jul.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Mekanikk_delen_av_reprap_byggesettet_i_hus.html">Mekanikk-delen av reprap-byggesettet i hus</a>
+        <a href="https://people.skolelinux.org/pere/blog/Mekanikk_delen_av_reprap_byggesettet_i_hus.html">Mekanikk-delen av reprap-byggesettet i hus</a>
       </div>
       <div class="date">
          9th December 2008
@@ -11981,7 +14948,7 @@ og kan melde seg på aktive@nuug.no.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -11990,7 +14957,7 @@ og kan melde seg på aktive@nuug.no.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Mekanikk_delen_av_reprap_byggesettet_p__vei.html">Mekanikk-delen av reprap-byggesettet på vei</a>
+        <a href="https://people.skolelinux.org/pere/blog/Mekanikk_delen_av_reprap_byggesettet_p__vei.html">Mekanikk-delen av reprap-byggesettet på vei</a>
       </div>
       <div class="date">
          2nd December 2008
@@ -12010,7 +14977,7 @@ bort første pakke.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -12019,7 +14986,7 @@ bort første pakke.</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Reprap_pakke_tapt_i_posten.html">Reprap-pakke tapt i posten</a>
+        <a href="https://people.skolelinux.org/pere/blog/Reprap_pakke_tapt_i_posten.html">Reprap-pakke tapt i posten</a>
       </div>
       <div class="date">
         27th November 2008
@@ -12039,7 +15006,7 @@ lenge alt er klart til <a href="http://www.goopen.no/">Go Open
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
@@ -12048,7 +15015,7 @@ lenge alt er klart til <a href="http://www.goopen.no/">Go Open
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Amigafolket_holder_ut.html">Amigafolket holder ut</a>
+        <a href="https://people.skolelinux.org/pere/blog/Amigafolket_holder_ut.html">Amigafolket holder ut</a>
       </div>
       <div class="date">
         26th November 2008
@@ -12068,7 +15035,7 @@ pakke.  Kanskje Aros kunne vært interessant for et NUUG-foredrag?</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga</a>, <a href="http://people.skolelinux.org/pere/blog/tags/aros">aros</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>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/amiga">amiga</a>, <a href="https://people.skolelinux.org/pere/blog/tags/aros">aros</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
         
         
       </div>
@@ -12077,7 +15044,7 @@ pakke.  Kanskje Aros kunne vært interessant for et NUUG-foredrag?</p>
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Mens_vi_venter_p__3D_skriveren.html">Mens vi venter på 3D-skriveren</a>
+        <a href="https://people.skolelinux.org/pere/blog/Mens_vi_venter_p__3D_skriveren.html">Mens vi venter på 3D-skriveren</a>
       </div>
       <div class="date">
         24th November 2008
@@ -12109,14 +15076,14 @@ håper det ikke går tapt på samme vis.</p>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</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/reprap">reprap</a>.
+        Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap</a>.
         
         
       </div>
     </div>
     <div class="padding"></div>
     
-    <p style="text-align: right;"><a href="nuug.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
+    <p style="text-align: right;"><a href="nuug.rss"><img src="https://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
     <div id="sidebar">
       
 
@@ -12124,199 +15091,413 @@ håper det ikke går tapt på samme vis.</p>
 <h2>Archive</h2>
 <ul>
 
+<li>2023
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/01/">January (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/02/">February (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/04/">April (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/05/">May (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/06/">June (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/08/">August (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/09/">September (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/10/">October (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2023/11/">November (1)</a></li>
+
+</ul></li>
+
+<li>2022
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/02/">February (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/03/">March (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/04/">April (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/06/">June (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/07/">July (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/09/">September (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/10/">October (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2022/12/">December (1)</a></li>
+
+</ul></li>
+
+<li>2021
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/01/">January (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/02/">February (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/05/">May (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/06/">June (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/07/">July (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/08/">August (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/09/">September (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/10/">October (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2021/12/">December (1)</a></li>
+
+</ul></li>
+
+<li>2020
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/02/">February (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/03/">March (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/04/">April (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/05/">May (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/06/">June (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/07/">July (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/09/">September (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/10/">October (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2020/11/">November (1)</a></li>
+
+</ul></li>
+
+<li>2019
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/01/">January (4)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/02/">February (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/03/">March (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/05/">May (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/06/">June (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/07/">July (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/08/">August (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/09/">September (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/11/">November (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2019/12/">December (4)</a></li>
+
+</ul></li>
+
+<li>2018
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/01/">January (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/02/">February (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/03/">March (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/04/">April (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/06/">June (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/07/">July (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/08/">August (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/09/">September (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/10/">October (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/11/">November (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2018/12/">December (4)</a></li>
+
+</ul></li>
+
+<li>2017
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/01/">January (4)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/02/">February (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/03/">March (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/04/">April (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/06/">June (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/07/">July (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/08/">August (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/09/">September (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/10/">October (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/11/">November (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2017/12/">December (4)</a></li>
+
+</ul></li>
+
+<li>2016
+<ul>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/01/">January (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/02/">February (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/03/">March (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/04/">April (8)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/05/">May (8)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/06/">June (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/07/">July (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/08/">August (5)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/09/">September (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/10/">October (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/11/">November (8)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2016/12/">December (5)</a></li>
+
+</ul></li>
+
 <li>2015
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2015/04/">April (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/08/">August (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/09/">September (2)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/10/">October (9)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/11/">November (6)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/12/">December (3)</a></li>
 
 </ul></li>
 
 <li>2014
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
 
 </ul></li>
 
 <li>2013
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
+<li><a href="https://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="https://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="https://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="https://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="https://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="https://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="https://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="https://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 (5)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
 
 </ul></li>
 
 <li>2012
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
+<li><a href="https://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 (12)</a></li>
+<li><a href="https://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="https://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="https://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="https://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="https://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="https://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="https://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="https://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>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
 
 </ul></li>
 
 <li>2011
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
 
 </ul></li>
 
 <li>2010
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
 
 </ul></li>
 
 <li>2009
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
 
 </ul></li>
 
 <li>2008
 <ul>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
 
 </ul></li>
 
@@ -12327,117 +15508,139 @@ håper det ikke går tapt på samme vis.</p>
 <h2>Tags</h2>
 <ul>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (19)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/betalkontant">betalkontant (9)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (12)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (17)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/debian">debian (195)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (159)</a></li>
+
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/debian-handbook">debian-handbook (9)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan (11)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/dld">dld (18)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook (32)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (8)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (15)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/english">english (452)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (14)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (109)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (34)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (151)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (20)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (15)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (13)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/intervju">intervju (43)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (16)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (273)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/kart">kart (23)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/kodi">kodi (6)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (15)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/lego">lego (5)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (14)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/linuxcnc">linuxcnc (5)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (41)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (10)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (19)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/madewithcc">madewithcc (3)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (46)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (15)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5 (23)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk (322)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (32)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug (198)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (260)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (40)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (176)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (16)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/opensnitch">opensnitch (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (75)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (51)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern (114)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (83)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/raid">raid (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/robot">robot (17)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (9)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/ruter">ruter (7)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (59)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (41)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (5)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/standard">standard (74)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (46)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (7)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (14)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (9)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (64)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (30)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (5)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/valg">valg (9)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri (20)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (50)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/video">video (79)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (35)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/web">web (42)</a></li>
 
 </ul>