<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/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/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? — 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
+ </div>
+ <div class="body">
+ <p>I am happy to let you all know that I'm going to the <a
+href="http://act.osdc.no/osdc2015no/">Open Source Developers'
+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> (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
+Hackathon with our friends
+over at <a href="http://www.mysociety.org/">mySociety</a> and
+<a href="http://www.holderdeord.no/">Holder de ord</a>. This part is
+named the 'My Society' track in the program. There is still space for
+more talks and participants. I hope to see you there.</p>
+
+<p>Check out <a href="http://act.osdc.no/osdc2015no/talks">the talks
+submitted and accepted so far</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/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>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title">
+ <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
+ </div>
+ <div class="body">
+ <p>The <a href="http://www.nuug.no/">Norwegian Unix User Group</a>,
+where I am a member, and where people interested in free software,
+open standards and UNIX like operating systems like Linux and the BSDs
+come together, record our monthly technical presentations on video.
+The purpose is to document the talks and spread them to a wider
+audience. For this, the the Norwegian nationwide open channel
+<a href="http://www.frikanalen.no/">Frikanalen</a> is a useful venue.
+Since a few days ago, when I figured out the
+<a href="http://beta.frikanalen.no/api/">REST API</a> to program the
+<a href="http://beta.frikanalen.tv/guide/">channel time schedule</a>,
+the channel has been filled with NUUG talks, related recordings and
+some Creative Commons licensed TED talks (from archive.org). I fill
+all "leftover bits" on the channel with content from NUUG, which at
+the moment is almost 17 of 24 hours every day.</p>
+
+<p>The list of NUUG videos
+<a href="http://beta.frikanalen.tv/organization/82">uploaded so far</a>
+include things like a
+<a href="http://beta.frikanalen.tv/video/625090">one hour talk by John
+Perry Barlow when he visited Oslo</a>, a presentation of
+<a href="http://beta.frikanalen.tv/video/624275">Haiku, the BeOS
+re-implementation</a>, the
+<a href="http://beta.frikanalen.tv/video/624493">history of FiksGataMi,
+the Norwegian version of FixMyStreet</a>, the good old
+<a href="http://beta.frikanalen.tv/video/623566">Warriors of the net
+video</A> and many others.</p>
+
+<p>We have a large backlog of NUUG talks not yet uploaded to
+Frikanalen, and plan to upload every useful bit to the channel to
+spread the word there. I also hope to find useful recordings from the
+Chaos Computer Club and Debian conferences and spread them on the
+channel as well. But this require locating the videos and their meta
+information (title, description, license, etc), and preparing the
+recordings for broadcast, and I have not yet had the spare time to
+focus on this. Perhaps you want to help. Please join us on IRC,
+<a href="irc://irc.freenode.net/%23nuug">#nuug on irc.freenode.net</a>
+if you want to help make this happen.</p>
+
+<p>But as I said, already the channel is already almost exclusively
+filled with technical topics, and if you want to learn something new
+today, check out the <a href="http://www.frikanalen.tv/se">Ogg Theora
+web stream</a> or use one of the other ways to get access to the
+channel. Unfortunately the Ogg Theora recoding for distribution still
+do not properly sync the video and sound. It is generated by recoding
+a internal MPEG transport stream with MPEG4 coded video (ie H.264) to
+Ogg Theora / Vorbis, and we have not been able to find a way that
+produces acceptable quality. Help needed, please get in touch if you
+know how to fix it using free software.</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/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>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title">
+ <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
+ </div>
+ <div class="body">
+ <p>Today I was happy to learn that the documentary
+<a href="https://citizenfourfilm.com/">Citizenfour</a> by
+<a href="https://en.wikipedia.org/wiki/Laura_Poitras">Laura Poitras</a>
+finally will show up in Norway. According to the magazine
+<a href="http://montages.no/">Montages</a>, a deal has finally been
+made for
+<a href="http://montages.no/nyheter/snowden-dokumentaren-citizenfour-far-norsk-kinodistribusjon/">Cinema
+distribution in Norway</a> and the movie will have its premiere soon.
+This is great news. As part of my involvement with
+<a href="http://www.nuug.no/">the Norwegian Unix User Group</a>, me and
+a friend have
+<a href="http://www.nuug.no/news/Dokumentar_om_Snowdenbekreftelsene_til_Norge_.shtml">tried
+to get the movie to Norway</a> ourselves, but obviously
+<a href="http://www.nuug.no/news/Dokumentar_om_Snowdenbekreftelsene_endelig_til_Norge_.shtml">we
+were too late</a> and Tor Fosse beat us to it. I am happy he did, as
+the movie will make its way to the public and we do not have to make
+it happen ourselves.
+<a href="https://www.youtube.com/watch?v=XiGwAvd5mvM">The trailer</a>
+can be seen on youtube, if you are curious what kind of film this
+is.</p>
+
+<p>The whistle blower Edward Snowden really deserve political asylum
+here in Norway, but I am afraid he would not be safe.</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>, <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/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
+ </div>
+ <div class="body">
+ <p>The Norwegian nationwide open channel
+<a href="http://www.frikanalen.no/">Frikanalen</a> is still going
+strong. It allow everyone to send the video they want on national
+television. It is a TV station administrated completely using a web
+browser, running only <ahref="https://github.com/Frikanalen">Free
+Software</a>, providing <ahref="http://beta.frikanalen.tv/api">a REST
+api</a> for administrators and members, and with distribution on the
+national DVB-T distribution network RiksTV. But only between 12:00
+and 17:30 Norwegian time. This has finally changed, after many years
+with limited distribution. A few weeks ago, we set up a Ogg Theora
+stream via icecast to allow everyone with Internet access to check out
+the channel the rest of the day. This is presented on
+<a href="http://www.frikanalen.tv/se">the Frikanalen web site now</a>. And
+since a few days ago, the channel is also available
+via <a href="https://www.uninett.no/iptv-tilgang">multicast on
+UNINETT</a>, available for those using IPTV TVs and set-top boxes in
+the Norwegian National Research and Education network.</p>
+
+<p>If you want to see what is on the channel, point your media player
+to one of these sources. The first should work with most players and
+browsers, while as far as I know, the multicast UDP stream only work
+with VLC.</p>
+
+<ul>
+ <li><a href="http://video.nuug.no/frikanalen.ogv">http://video.nuug.no/frikanalen.ogv</a></li>
+ <li>udp://@224.17.43.129:1234</li>
+</ul>
+
+<p>The Ogg Theora / icecast stream is not working well, as the video
+and audio is slightly out of sync. We have not been able to figure
+out how to fix it. It is generated by recoding a internal MPEG
+transport stream with MPEG4 coded video (ie H.264) to Ogg Theora /
+Vorbis, and the result is less then stellar. If you have ideas how to
+fix it, please let us know on frikanalen (at) nuug.no. We currently
+use this with ffmpeg2theora 0.29:</p>
+
+<blockquote><pre>
+./ffmpeg2theora.linux <OBE_gemini_URL.ts> -F 25 -x 720 -y 405 \
+ --deinterlace --inputfps 25 -c 1 -H 48000 --keyint 8 --buf-delay 100 \
+ --nosync -V 700 -o - | oggfwd video.nuug.no 8000 <pw> /frikanalen.ogv
+</pre></blockquote>
+
+<p>If you get the multicast UDP stream working, please let me know, as
+I am curious how far the multicast stream reach. It do not make it to
+my home network, nor any other commercially available network in
+Norway that I am aware of.</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/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>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title">
+ <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
+ </div>
+ <div class="body">
+ <p>When running a TV station with both broadcast and web stream
+distribution, it is useful to know that the stream is working. As I
+am involved in the Norwegian open channel
+<a href="http://www.frikanalen.no/">Frikanalen</a> as part of my
+activity in the <a href="http://www.nuug.no/">NUUG member
+organisation</a>, I wrote a script to use mplayer to connect to a
+video stream, pick two images 35 seconds apart and compare them. If
+the images are missing or identical, something is probably wrong with
+the stream and an alarm should be triggered. The script is written as
+a Nagios plugin, allowing us to use Nagios to run the check regularly
+and sound the alarm when something is wrong. It is able to detect
+both a hanging and a broken video stream.</p>
+
+<p>I just uploaded the code for the script into the
+<a href="https://github.com/Frikanalen/frikanalen/blob/master/nagios-plugin/check_video_stream_images">Frikanalen
+git repository</a> on github. If you run a TV station with web
+streaming, perhaps you can find it useful too.</p>
+
+<p>Last year, the Frikanalen public TV station transformed into using
+only Linux based free software to administrate, schedule and
+distribute the TV content. The
+<a href="https://github.com/Frikanalen">source code for the entire TV
+station</a> is available from the Github project page. Everyone can
+use it to send their content on national TV, and we provide both a web
+GUI and <a href="http://beta.frikanalen.tv/api/">a web API</a> to
+<a href="http://beta.frikanalen.tv/login/?next=/members/video/">add</a>
+and <a href="http://beta.frikanalen.tv/members/plan/">schedule
+content</a>. And thanks to last weeks developer gathering and
+following activity, we now have the schedule
+<a href="http://beta.frikanalen.tv/xmltv/2015/01/01">available as
+XMLTV</a> too. Still a lot of work left to do, especially with the
+process to add videos and with the scheduling, so your contribution is
+most welcome. Perhaps you want to set up your own TV station?</p>
+
+<p>Update 2015-02-25: Got a tip from Uninett about their
+<a href="https://scm.uninett.no/maalepaaler/qstream/">qstream
+monitoring system</a>, which gather connection time, jitter, packet
+loss and burst bandwidth usage. It look useful to check if UDP
+streams are working as they should.</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/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
+ </div>
+ <div class="body">
+ <p>En ting jeg har lurt på når det gjelder offentlige postjournaler,
+er hvor stor andel av det som ligger i de interne databasene kommer
+ikke med i postjournalen. Dette er det mulig å finne ut basert på det
+som ligger i postjournalen. For å forstå hva jeg mener, trengs det
+litt bakgrunnsinformasjon. I henhold til
+<a href="http://www.arkivverket.no/arkivverket/Offentleg-forvalting/Noark">NOARK-standarden</a>
+for norske offentlige arkiv skal enhver sak ha et årstall og et
+løpenummer, og ethvert dokument i saken skal gis et
+dokument-løpenummer. Det vil si at en ender opp med dokument-ID som
+ser ut som ÅÅÅÅ/SAKNR-DOKNR, f.eks. 2014/2-1 eller 2014/12312-14.
+Mange oppgir kun tosifret årstall, men prinsippet er det samme. Så
+vidt jeg vet skal saksnummer og dokumentnummer tildeles løpende og i
+stigende rekkefølge. Gitt en instans med følgende dokument-ID i
+postjournalen, så kan en regne ut hvor mye som ikke finnes i
+journalen:
+
+<ul>
+<li>2014/2-1</li>
+<li>2014/5-1</li>
+<li>2014/5-3</li>
+</ul>
+
+<p>Her ser en at saksnummer 2 og 5 finnes i postjournalen, mens
+nummerene 1, 3 og 4 mangler. En ser også at i sak 2014/5 mangler
+dokument 2. Ved hjelp av denne informasjonen har jeg regnet ut hvor
+stor andel av saksnummer og dokumentløpenummer som ikke har dukket opp
+i <a href="https://www.oep.no/">Offentlig Elektronisk Postjournal</a>
+(OEP). For saksnummer har jeg tatt utgangspunkt i at en ikke trenger
+å starte på 1, og dermed regnet med området fra laveste til høyeste
+saksnummer og talt antall unike saksnummer som forekommer i OEP. I
+dette tilfellet betyr de at 2 av 4 saksnummer er ubrukte (50%). For
+dokumentløpenummer har jeg tilsvarende tatt utgangspunkt i laveste og
+høyeste kjente dokumentløpenummer, for å handtere databaser der jeg
+mangler komplett postjournal. For sak 2014/5 her betyr det at 1 av 3
+dokumenter mangler (33%).</p>
+
+<p>Det er flere årsaker til at det kan bli hull i nummerseriene.
+Feilføring der et dokument tildeles et nytt saksnummer ved en feil, og
+deretter flyttes inn i riktig sak vil gi et ubrukt saksnummer, da
+saksnummer skal tildeles i stigende rekkefølge og en ikke får opprette
+nye saker innimellom gamle saker. Tilsvarende kan skje med
+dokument-løpenummer. Det er jo heller ikke sikkert at et saksnummer i
+OEP er det samme som løpenummeret som brukes som saksnummeret i
+instansens interne datasystem. Kanskje snakker vi om ulike ontologier
+der en delmengde av interne saksnummer tilsvarer saksnummer i OEP.
+Hvis like nummer også tildeles andre ting enn saker som skal til OEP
+vil en tilsvarende få «hull» i saksnumrene i postjournalen.</p>
+
+<p>Jeg er litt usikker på hva denne statistikken egentlig viser, og
+heller ikke sikker på om det er reelt sett mangler i OEP (som kanskje
+kunne anses å være kritikkverdig), bare er resultatet av hendelige
+uhell i nummertildelingen eller resultat av ulik ontologi i OEP og
+instansens datasystem. Men jeg syntes tallene og variasjonen var så
+interessant at jeg hadde lyst til å dele dem med mine lesere. Jeg har
+sortert listen på prosent upubliserte saksnummer for 2014.</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">2014</th><th colspan="3">2013</th><th colspan="3">2014</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.6</td><td> 8</td><td> 1282</td><td> 0.2</td><td> 2</td><td> 861</td><td> 0.0</td><td> 0</td><td> 6105</td><td>Vox, nasjonalt fagorgan for kompetansepolitikk</td></tr>
+<tr><td> 0.9</td><td> 91</td><td> 9863</td><td> 2.7</td><td> 313</td><td> 11703</td><td> 0.0</td><td> 0</td><td> 24029</td><td>Direktoratet for byggkvalitet</td></tr>
+<tr><td> 1.0</td><td> 161</td><td> 15663</td><td> 3.3</td><td> 558</td><td> 17045</td><td> 0.0</td><td> 0</td><td> 41954</td><td>Justervesenet</td></tr>
+<tr><td> 1.1</td><td> 325</td><td> 28515</td><td> 1.2</td><td> 357</td><td> 29621</td><td> 0.0</td><td> 0</td><td> 66871</td><td>Arkivverket</td></tr>
+<tr><td> 1.8</td><td> 28</td><td> 1568</td><td> 1.0</td><td> 17</td><td> 1722</td><td> 0.0</td><td> 0</td><td> 9259</td><td>Statistisk sentralbyrå</td></tr>
+<tr><td> 1.8</td><td> 92</td><td> 5066</td><td>75.4</td><td>3144</td><td> 4169</td><td> 0.0</td><td> 0</td><td> 17056</td><td>Arbeids- og sosialdepartementet</td></tr>
+<tr><td> 2.2</td><td> 32</td><td> 1470</td><td> 2.4</td><td> 36</td><td> 1471</td><td> 0.0</td><td> 0</td><td> 9757</td><td>Norsk Filminstitutt</td></tr>
+<tr><td> 2.3</td><td> 34</td><td> 1478</td><td> 2.9</td><td> 41</td><td> 1425</td><td> 0.0</td><td> 0</td><td> 4522</td><td>Datatilsynet</td></tr>
+<tr><td> 2.7</td><td> 49</td><td> 1795</td><td> 2.8</td><td> 34</td><td> 1199</td><td> 0.0</td><td> 0</td><td> 5824</td><td>Direktoratet for mineralforvaltning med Bergmesteren for Svalbard</td></tr>
+<tr><td> 3.1</td><td> 134</td><td> 4326</td><td> 2.8</td><td> 144</td><td> 5119</td><td> 0.0</td><td> 0</td><td> 12223</td><td>Brønnøysundregistrene</td></tr>
+<tr><td> 3.1</td><td> 201</td><td> 6571</td><td> 6.1</td><td> 603</td><td> 9870</td><td> 0.0</td><td> 0</td><td> 22390</td><td>Statens kartverk</td></tr>
+<tr><td> 3.2</td><td> 228</td><td> 7092</td><td> 2.0</td><td> 143</td><td> 7032</td><td> 0.1</td><td> 14</td><td> 24491</td><td>Lotteri- og stiftelsestilsynet</td></tr>
+<tr><td> 3.6</td><td> 32</td><td> 891</td><td> 4.9</td><td> 37</td><td> 753</td><td> 0.0</td><td> 0</td><td> 3055</td><td>Statens innkrevingssentral</td></tr>
+<tr><td> 3.8</td><td>1016</td><td> 26466</td><td> 2.5</td><td> 716</td><td> 28727</td><td> 0.0</td><td> 0</td><td> 86951</td><td>Husbanken</td></tr>
+<tr><td> 3.9</td><td> 52</td><td> 1326</td><td>14.4</td><td> 180</td><td> 1247</td><td> 0.0</td><td> 0</td><td> 4922</td><td>Sysselmannen på Svalbard</td></tr>
+<tr><td> 4.0</td><td> 248</td><td> 6250</td><td> 4.6</td><td> 332</td><td> 7159</td><td> 0.0</td><td> 0</td><td> 22063</td><td>Post- og teletilsynet</td></tr>
+<tr><td> 4.1</td><td> 102</td><td> 2488</td><td> 2.7</td><td> 62</td><td> 2291</td><td> 0.0</td><td> 0</td><td> 9707</td><td>Forbrukerombudet</td></tr>
+<tr><td> 4.8</td><td> 51</td><td> 1060</td><td>12.6</td><td> 132</td><td> 1046</td><td> 0.0</td><td> 0</td><td> 3616</td><td>Statens strålevern</td></tr>
+<tr><td> 5.2</td><td> 924</td><td> 17781</td><td> 6.3</td><td>1184</td><td> 18665</td><td> 0.0</td><td> 0</td><td> 59772</td><td>Fiskeridirektoratet</td></tr>
+<tr><td> 5.5</td><td> 254</td><td> 4638</td><td> 6.1</td><td> 315</td><td> 5168</td><td> 0.0</td><td> 0</td><td> 15470</td><td>Barne-, likestillings- og inkluderingsdepartementet</td></tr>
+<tr><td> 6.0</td><td> 80</td><td> 1336</td><td> 3.7</td><td> 48</td><td> 1314</td><td> 0.0</td><td> 0</td><td> 2691</td><td>Medietilsynet</td></tr>
+<tr><td> 6.1</td><td> 91</td><td> 1486</td><td> 5.0</td><td> 83</td><td> 1651</td><td> 0.2</td><td> 17</td><td> 7473</td><td>Petroleumstilsynet</td></tr>
+<tr><td> 6.2</td><td> 248</td><td> 3997</td><td>73.7</td><td>3459</td><td> 4693</td><td> 0.0</td><td> 0</td><td> 10963</td><td>Klima- og miljødepartementet</td></tr>
+<tr><td> 7.0</td><td> 190</td><td> 2700</td><td>10.2</td><td> 207</td><td> 2033</td><td> 0.0</td><td> 1</td><td> 14299</td><td>Samferdselsdepartementet</td></tr>
+<tr><td> 7.1</td><td> 35</td><td> 492</td><td> 4.5</td><td> 41</td><td> 909</td><td> 0.0</td><td> 0</td><td> 2960</td><td>Konkurransetilsynet</td></tr>
+<tr><td> 7.1</td><td> 482</td><td> 6800</td><td> 6.4</td><td> 532</td><td> 8259</td><td> 0.0</td><td> 0</td><td> 28684</td><td>Justis- og beredskapsdepartementet</td></tr>
+<tr><td> 7.2</td><td> 87</td><td> 1204</td><td> 4.2</td><td> 50</td><td> 1199</td><td> 0.0</td><td> 3</td><td> 7428</td><td>Oljedirektoratet</td></tr>
+<tr><td> 7.2</td><td> 106</td><td> 1478</td><td> 6.3</td><td> 129</td><td> 2045</td><td> 0.0</td><td> 2</td><td> 4987</td><td>Statens jernbanetilsyn</td></tr>
+<tr><td> 7.2</td><td> 131</td><td> 1813</td><td> 8.5</td><td> 124</td><td> 1452</td><td> 0.0</td><td> 2</td><td> 8758</td><td>Statsministerens kontor</td></tr>
+<tr><td> 7.3</td><td> 816</td><td> 11218</td><td> 6.1</td><td> 655</td><td> 10665</td><td> 0.0</td><td> 0</td><td> 47160</td><td>Norges forskningsråd</td></tr>
+<tr><td> 7.8</td><td>1150</td><td> 14712</td><td> 6.7</td><td> 746</td><td> 11202</td><td> 0.0</td><td> 0</td><td> 33794</td><td>Miljødirektoratet</td></tr>
+<tr><td> 7.9</td><td> 411</td><td> 5216</td><td> 8.3</td><td> 446</td><td> 5365</td><td> 0.0</td><td> 0</td><td> 16441</td><td>Helse- og omsorgsdepartementet</td></tr>
+<tr><td> 8.3</td><td> 376</td><td> 4514</td><td> 8.2</td><td> 457</td><td> 5548</td><td> 0.0</td><td> 3</td><td> 20840</td><td>Luftfartstilsynet</td></tr>
+<tr><td> 8.5</td><td> 185</td><td> 2181</td><td> 9.8</td><td> 175</td><td> 1780</td><td> 0.0</td><td> 0</td><td> 7669</td><td>Landbruks- og matdepartementet</td></tr>
+<tr><td> 8.6</td><td> 10</td><td> 116</td><td> 0.8</td><td> 1</td><td> 127</td><td> 0.0</td><td> 0</td><td> 318</td><td>Statens institutt for rusmiddelforskning</td></tr>
+<tr><td> 9.0</td><td> 597</td><td> 6648</td><td> 9.7</td><td> 705</td><td> 7236</td><td> 0.0</td><td> 3</td><td> 35663</td><td>Utdanningsdirektoratet</td></tr>
+<tr><td> 9.0</td><td>1139</td><td> 12632</td><td> 8.2</td><td>1100</td><td> 13344</td><td> 0.0</td><td> 2</td><td> 36987</td><td>Finanstilsynet</td></tr>
+<tr><td> 9.1</td><td> 540</td><td> 5949</td><td>13.4</td><td> 769</td><td> 5743</td><td> 0.0</td><td> 0</td><td> 13908</td><td>Finansdepartementet</td></tr>
+<tr><td> 9.2</td><td> 256</td><td> 2787</td><td> 6.5</td><td> 203</td><td> 3147</td><td> 0.0</td><td> 0</td><td> 9487</td><td>Riksantikvaren - Direktoratet for kulturminneforvaltning</td></tr>
+<tr><td> 9.3</td><td>1596</td><td> 17209</td><td> 2.5</td><td> 463</td><td> 18438</td><td> 0.0</td><td> 0</td><td> 53119</td><td>Statens legemiddelverk</td></tr>
+<tr><td> 9.7</td><td> 299</td><td> 3085</td><td>10.7</td><td> 329</td><td> 3072</td><td> 0.1</td><td> 6</td><td> 7579</td><td>Forsvarsdepartementet</td></tr>
+<tr><td>10.1</td><td> 167</td><td> 1650</td><td> 4.5</td><td> 65</td><td> 1445</td><td> 0.0</td><td> 0</td><td> 11157</td><td>Statens helsetilsyn</td></tr>
+<tr><td>10.9</td><td> 59</td><td> 542</td><td> 7.7</td><td> 44</td><td> 569</td><td> 0.0</td><td> 0</td><td> 1283</td><td>Statens arbeidsmiljøinstitutt</td></tr>
+<tr><td>11.3</td><td> 46</td><td> 407</td><td>96.1</td><td>2591</td><td> 2695</td><td> 0.0</td><td> 0</td><td> 1489</td><td>Landbruksdirektoratet Alta</td></tr>
+<tr><td>11.4</td><td> 675</td><td> 5933</td><td>13.6</td><td> 613</td><td> 4492</td><td> 0.0</td><td> 0</td><td> 24598</td><td>Kystverket</td></tr>
+<tr><td>11.6</td><td> 739</td><td> 6383</td><td>12.2</td><td> 748</td><td> 6121</td><td> 0.0</td><td> 1</td><td> 18605</td><td>Kunnskapsdepartementet</td></tr>
+<tr><td>11.9</td><td> 641</td><td> 5398</td><td> 9.3</td><td> 432</td><td> 4655</td><td> 0.0</td><td> 0</td><td> 14438</td><td>Kulturdepartementet</td></tr>
+<tr><td>11.9</td><td> 934</td><td> 7835</td><td> 0.0</td><td> 0</td><td> 0</td><td> 0.0</td><td> 0</td><td> 33448</td><td>Kommunal- og moderniseringsdepartementet</td></tr>
+<tr><td>12.1</td><td> 588</td><td> 4860</td><td>12.2</td><td> 522</td><td> 4294</td><td> 0.0</td><td> 0</td><td> 14173</td><td>Politidirektoratet</td></tr>
+<tr><td>12.1</td><td>1444</td><td> 11893</td><td>46.0</td><td>5212</td><td> 11331</td><td> 0.0</td><td> 0</td><td> 51438</td><td>Helsedirektoratet</td></tr>
+<tr><td>12.6</td><td> 220</td><td> 1745</td><td>17.5</td><td> 112</td><td> 640</td><td> 0.1</td><td> 3</td><td> 4184</td><td>Språkrådet</td></tr>
+<tr><td>12.7</td><td> 211</td><td> 1664</td><td> 9.7</td><td> 226</td><td> 2318</td><td> 0.0</td><td> 0</td><td> 9151</td><td>Direktoratet for utviklingssamarbeid</td></tr>
+<tr><td>13.9</td><td> 321</td><td> 2309</td><td>15.1</td><td> 329</td><td> 2185</td><td> 0.0</td><td> 0</td><td> 6307</td><td>Olje- og energidepartementet</td></tr>
+<tr><td>14.3</td><td> 429</td><td> 2996</td><td>12.5</td><td> 303</td><td> 2432</td><td> 0.0</td><td> 0</td><td> 7560</td><td>Nasjonalt folkehelseinstitutt</td></tr>
+<tr><td>14.4</td><td>1408</td><td> 9785</td><td> 0.0</td><td> 0</td><td> 0</td><td> 0.0</td><td> 0</td><td> 38923</td><td>Nærings- og fiskeridepartementet</td></tr>
+<tr><td>14.7</td><td> 143</td><td> 973</td><td> 7.7</td><td> 83</td><td> 1084</td><td> 0.0</td><td> 0</td><td> 4130</td><td>Utlendingsnemnda</td></tr>
+<tr><td>15.8</td><td> 173</td><td> 1097</td><td>38.8</td><td> 621</td><td> 1602</td><td> 0.0</td><td> 0</td><td> 7557</td><td>Direktoratet for forvaltning og IKT</td></tr>
+<tr><td>16.7</td><td>1345</td><td> 8069</td><td> 8.6</td><td> 703</td><td> 8219</td><td> 0.0</td><td> 0</td><td> 20834</td><td>Norges vassdrags- og energidirektorat</td></tr>
+<tr><td>17.5</td><td> 61</td><td> 348</td><td>17.2</td><td> 67</td><td> 389</td><td> 0.0</td><td> 0</td><td> 7732</td><td>Senter for internasjonalisering av utdanning</td></tr>
+<tr><td>18.9</td><td>3737</td><td> 19734</td><td> 4.4</td><td> 606</td><td> 13752</td><td> 0.0</td><td> 0</td><td> 49938</td><td>Direktoratet for samfunnssikkerhet og beredskap</td></tr>
+<tr><td>19.1</td><td>1392</td><td> 7269</td><td>19.1</td><td>1263</td><td> 6601</td><td> 0.0</td><td> 0</td><td> 19869</td><td>Fylkesmannen i Troms</td></tr>
+<tr><td>20.4</td><td> 768</td><td> 3758</td><td>15.7</td><td> 471</td><td> 3008</td><td> 0.1</td><td> 9</td><td> 11280</td><td>Integrerings- og mangfoldsdirektoratet</td></tr>
+<tr><td>21.0</td><td> 995</td><td> 4737</td><td>17.8</td><td> 978</td><td> 5508</td><td> 0.0</td><td> 0</td><td> 11260</td><td>Fylkesmannen i Sogn og Fjordane</td></tr>
+<tr><td>21.6</td><td> 16</td><td> 74</td><td>97.3</td><td>2626</td><td> 2698</td><td> 0.0</td><td> 0</td><td> 155</td><td>Statens reindriftsforvaltning</td></tr>
+<tr><td>22.1</td><td> 96</td><td> 435</td><td>17.6</td><td> 81</td><td> 459</td><td> 0.2</td><td> 3</td><td> 1943</td><td>Norges geologiske undersøkelse</td></tr>
+<tr><td>22.3</td><td> 27</td><td> 121</td><td>10.6</td><td> 15</td><td> 141</td><td> 0.1</td><td> 1</td><td> 779</td><td>Kunst i offentlige rom</td></tr>
+<tr><td>22.4</td><td>1939</td><td> 8659</td><td>21.8</td><td>1992</td><td> 9120</td><td> 0.0</td><td> 1</td><td> 17738</td><td>Fylkesmannen i Nordland</td></tr>
+<tr><td>22.5</td><td> 52</td><td> 231</td><td>14.7</td><td> 32</td><td> 217</td><td> 0.0</td><td> 0</td><td> 896</td><td>Fredskorpset</td></tr>
+<tr><td>22.5</td><td>2017</td><td> 8957</td><td>95.5</td><td>40498</td><td> 42425</td><td> 0.0</td><td> 0</td><td> 14223</td><td>Statens landbruksforvaltning</td></tr>
+<tr><td>22.9</td><td> 116</td><td> 507</td><td>15.2</td><td> 81</td><td> 532</td><td> 0.0</td><td> 0</td><td> 2069</td><td>Nasjonalbiblioteket</td></tr>
+<tr><td>25.5</td><td> 211</td><td> 829</td><td>20.8</td><td> 205</td><td> 987</td><td> 0.0</td><td> 0</td><td> 3867</td><td>Direktoratet for økonomistyring</td></tr>
+<tr><td>26.1</td><td> 6</td><td> 23</td><td> 9.7</td><td> 3</td><td> 31</td><td> 0.0</td><td> 0</td><td> 106</td><td>Kompetansesenter for distriktsutvikling</td></tr>
+<tr><td>26.6</td><td> 187</td><td> 702</td><td>28.5</td><td> 248</td><td> 871</td><td> 0.0</td><td> 1</td><td> 3154</td><td>Nasjonalt organ for kvalitet i utdanningen</td></tr>
+<tr><td>27.1</td><td> 90</td><td> 332</td><td>13.2</td><td> 41</td><td> 311</td><td> 0.0</td><td> 0</td><td> 2400</td><td>Norsk Akkreditering</td></tr>
+<tr><td>28.3</td><td> 562</td><td> 1986</td><td>20.0</td><td> 518</td><td> 2586</td><td> 0.0</td><td> 0</td><td> 6267</td><td>Statens lånekasse for utdanning</td></tr>
+<tr><td>28.8</td><td> 443</td><td> 1538</td><td>41.0</td><td> 688</td><td> 1679</td><td> 0.0</td><td> 0</td><td> 5556</td><td>Havforskningsinstituttet</td></tr>
+<tr><td>29.8</td><td>1473</td><td> 4944</td><td>24.8</td><td>1047</td><td> 4230</td><td> 0.0</td><td> 0</td><td> 9850</td><td>Utlendingsdirektoratet</td></tr>
+<tr><td>29.8</td><td>1563</td><td> 5249</td><td>31.0</td><td>1421</td><td> 4588</td><td> 0.0</td><td> 0</td><td> 15660</td><td>Fylkesmannen i Finnmark</td></tr>
+<tr><td>30.8</td><td> 314</td><td> 1021</td><td>58.4</td><td> 941</td><td> 1610</td><td> 0.3</td><td> 13</td><td> 3979</td><td>Direktoratet for nødkommunikasjon</td></tr>
+<tr><td>31.4</td><td> 463</td><td> 1475</td><td>37.0</td><td> 280</td><td> 757</td><td> 0.1</td><td> 7</td><td> 4797</td><td>Domstoladministrasjonen</td></tr>
+<tr><td>31.8</td><td>4708</td><td> 14785</td><td>25.2</td><td>2236</td><td> 8879</td><td> 0.0</td><td> 2</td><td> 39313</td><td>Utenriksdepartementet</td></tr>
+<tr><td>36.1</td><td> 526</td><td> 1456</td><td>76.6</td><td>1364</td><td> 1781</td><td> 0.0</td><td> 0</td><td> 4472</td><td>Departementenes sikkerhets- og serviceorganisasjon</td></tr>
+<tr><td>36.7</td><td> 447</td><td> 1217</td><td>63.8</td><td>1503</td><td> 2355</td><td> 1.8</td><td> 92</td><td> 5121</td><td>Garantiinstituttet for eksportkreditt</td></tr>
+<tr><td>38.2</td><td>3341</td><td> 8744</td><td>34.7</td><td>3096</td><td> 8927</td><td> 0.0</td><td> 3</td><td> 15180</td><td>Fylkesmannen i Oppland</td></tr>
+<tr><td>39.3</td><td>6267</td><td> 15947</td><td>37.7</td><td>6262</td><td> 16606</td><td> 0.1</td><td> 15</td><td> 29707</td><td>Fylkesmannen i Hordaland</td></tr>
+<tr><td>39.6</td><td>2122</td><td> 5365</td><td>41.3</td><td>2242</td><td> 5428</td><td> 0.0</td><td> 0</td><td> 12680</td><td>Fylkesmannen i Telemark</td></tr>
+<tr><td>40.8</td><td>3137</td><td> 7698</td><td>37.0</td><td>3059</td><td> 8272</td><td> 0.0</td><td> 5</td><td> 13848</td><td>Fylkesmannen i Nord-Trøndelag</td></tr>
+<tr><td>42.1</td><td>1528</td><td> 3627</td><td>19.2</td><td> 529</td><td> 2750</td><td> 0.0</td><td> 1</td><td> 13524</td><td>Statsbygg</td></tr>
+<tr><td>42.4</td><td>2844</td><td> 6700</td><td>42.4</td><td>2913</td><td> 6863</td><td> 0.0</td><td> 0</td><td> 12090</td><td>Fylkesmannen i Vest-Agder</td></tr>
+<tr><td>42.9</td><td> 6</td><td> 14</td><td>88.9</td><td>2398</td><td> 2698</td><td> 0.0</td><td> 0</td><td> 23</td><td>Reindriftsforvaltningen</td></tr>
+<tr><td>43.3</td><td>3310</td><td> 7645</td><td>42.6</td><td>3369</td><td> 7908</td><td> 0.0</td><td> 0</td><td> 15739</td><td>Fylkesmannen i Vestfold</td></tr>
+<tr><td>43.4</td><td>3433</td><td> 7905</td><td>40.8</td><td>3508</td><td> 8594</td><td> 0.0</td><td> 0</td><td> 12921</td><td>Fylkesmannen i Møre og Romsdal</td></tr>
+<tr><td>43.4</td><td>5540</td><td> 12773</td><td>40.1</td><td>5429</td><td> 13534</td><td> 0.0</td><td> 0</td><td> 22389</td><td>Fylkesmannen i Rogaland</td></tr>
+<tr><td>43.6</td><td>2334</td><td> 5350</td><td>39.5</td><td>2314</td><td> 5861</td><td> 0.0</td><td> 0</td><td> 9997</td><td>Fylkesmannen i Aust-Agder</td></tr>
+<tr><td>43.7</td><td>2656</td><td> 6079</td><td>23.1</td><td> 890</td><td> 3853</td><td> 0.1</td><td> 21</td><td> 18064</td><td>Forsvarsbygg</td></tr>
+<tr><td>48.9</td><td>4276</td><td> 8747</td><td>48.0</td><td>4189</td><td> 8734</td><td> 0.0</td><td> 0</td><td> 16281</td><td>Fylkesmannen i Buskerud</td></tr>
+<tr><td>50.9</td><td>5106</td><td> 10024</td><td>45.7</td><td>4584</td><td> 10022</td><td> 0.0</td><td> 0</td><td> 15340</td><td>Fylkesmannen i Sør-Trøndelag</td></tr>
+<tr><td>51.4</td><td>4477</td><td> 8703</td><td>45.8</td><td>4240</td><td> 9253</td><td> 0.0</td><td> 5</td><td> 12067</td><td>Fylkesmannen i Hedmark</td></tr>
+<tr><td>51.5</td><td> 210</td><td> 408</td><td>36.8</td><td> 656</td><td> 1785</td><td> 0.0</td><td> 0</td><td> 658</td><td>Departementenes servicesenter</td></tr>
+<tr><td>52.7</td><td>4663</td><td> 8852</td><td>46.6</td><td>4110</td><td> 8824</td><td> 0.0</td><td> 0</td><td> 13869</td><td>Fylkesmannen i Østfold</td></tr>
+<tr><td>59.7</td><td>14852</td><td> 24867</td><td>56.6</td><td>14366</td><td> 25404</td><td> 0.0</td><td> 0</td><td> 38706</td><td>Fylkesmannen i Oslo og Akershus</td></tr>
+<tr><td>61.1</td><td>44900</td><td> 73495</td><td>95.1</td><td>40365</td><td> 42462</td><td> 0.0</td><td> 11</td><td> 63747</td><td>Landbruksdirektoratet Oslo</td></tr>
+<tr><td>63.8</td><td>68121</td><td>106802</td><td>18.5</td><td>7592</td><td> 41093</td><td> 0.0</td><td> 0</td><td>144950</td><td>Arbeidstilsynet</td></tr>
+<tr><td>69.8</td><td>110225</td><td>157962</td><td>70.8</td><td>105811</td><td>149449</td><td> 0.0</td><td> 14</td><td>106772</td><td>Statens vegvesen Region øst</td></tr>
+<tr><td>72.2</td><td>16772</td><td> 23215</td><td>95.2</td><td>16409</td><td> 17238</td><td> 0.0</td><td> 0</td><td> 16705</td><td>Norsk kulturråd</td></tr>
+<tr><td>78.6</td><td>124131</td><td>157956</td><td>77.6</td><td>115949</td><td>149462</td><td> 0.0</td><td> 0</td><td> 77689</td><td>Statens vegvesen Region sør</td></tr>
+<tr><td>80.7</td><td>55587</td><td> 68896</td><td>71.9</td><td>36121</td><td> 50269</td><td> 0.0</td><td> 0</td><td> 42152</td><td>Sjøfartsdirektoratet</td></tr>
+<tr><td>81.0</td><td>128006</td><td>157956</td><td>80.1</td><td>119743</td><td>149456</td><td> 0.0</td><td> 8</td><td> 74195</td><td>Statens vegvesen Region vest</td></tr>
+<tr><td>87.2</td><td>137798</td><td>157962</td><td>87.6</td><td>130971</td><td>149449</td><td> 0.0</td><td> 9</td><td> 50814</td><td>Statens vegvesen Region midt</td></tr>
+<tr><td>88.0</td><td>12239</td><td> 13902</td><td>86.1</td><td>19158</td><td> 22244</td><td> 0.0</td><td> 0</td><td> 5492</td><td>Barne-, ungdoms- og familiedirektoratet</td></tr>
+<tr><td>90.8</td><td>143453</td><td>157956</td><td>90.6</td><td>135441</td><td>149453</td><td> 0.0</td><td> 0</td><td> 39961</td><td>Statens vegvesen Region nord</td></tr>
+<tr><td>93.8</td><td>5865</td><td> 6250</td><td>99.3</td><td>7093</td><td> 7140</td><td> 0.0</td><td> 0</td><td> 984</td><td>Nasjonal kommunikasjonsmyndighet</td></tr>
+<tr><td>95.3</td><td>4655</td><td> 4883</td><td>94.3</td><td>3819</td><td> 4049</td><td> 0.1</td><td> 1</td><td> 967</td><td>Landinfo</td></tr>
+<tr><td>96.2</td><td>151935</td><td>157870</td><td>96.0</td><td>143497</td><td>149452</td><td> 0.0</td><td> 0</td><td> 19555</td><td>Statens vegvesen Vegdirektoratet</td></tr>
+<tr><td>97.5</td><td>100799</td><td>103373</td><td>96.9</td><td>119802</td><td>123636</td><td> 0.0</td><td> 0</td><td> 7605</td><td>Toll- og avgiftsdirektoratet</td></tr>
+<tr><td>97.7</td><td>24104</td><td> 24666</td><td>98.2</td><td>23640</td><td> 24062</td><td> 0.2</td><td> 5</td><td> 2108</td><td>Kriminalomsorgsdirektoratet</td></tr>
+<tr><td>98.3</td><td>60845</td><td> 61922</td><td>98.3</td><td>58575</td><td> 59605</td><td> 0.0</td><td> 0</td><td> 2837</td><td>Statens pensjonskasse</td></tr>
+<tr><td>99.5</td><td>990661</td><td>995873</td><td>99.4</td><td>953094</td><td>958529</td><td> 0.0</td><td> 0</td><td> 18246</td><td>Skattedirektoratet</td></tr>
+
+</table>
+
+<p>Det kunne vært interessant å se hva som skjedde hvis en ba om
+innsyn i en dokument-ID som ikke finnes i OEP... :) Det hadde også
+vært interessant å få vite hva årsaken til at noen saksnummer ikke
+dukker opp i OEP der det er få og mange. Jeg mistenker jo at årsaken
+ikke er den samme hos Skattedirektoratet og hos Landinfo, selv om
+andelen upubliserte nummer er ganske lik.</p>
+
+ </div>
+ <div class="tags">
+
+
+ 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>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title">
+ <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
+ </div>
+ <div class="body">
+ <p>Ethvert dokument som føres i postlisten til en offentlig instans
+skal vurderes etter offentlighetsloven, for å se om det skal gjøres
+offentlig tilgjengelige eller ikke. Det noteres så i postlisten om
+dokumentet er undratt offentlighet eller ikke. For moro skyld laget
+jeg en oversikt over hvor hemmelighetsfull de ulike som rapporterer
+til <a href="https://www.oep.no/">Offentlig Elektronisk
+Postjournal</a> (OEP) er, basert på hvor stor andel av dokumentene som
+er undratt offentlighet i postlisten. Jeg hentet ut for de siste to
+årene, og sorterte på andelen undratt offentlighet i 2014. De minst
+hemmelighetsfulle instansene i 2014 er på dermed på toppen av denne
+lista, og en kan se om de er blitt mer eller mindre hemmelighetsfull
+siden året før. Noen instanser, som Statens landbruksforvaltning,
+begynte rapporteringen til OEP i 2014 og har dermed ufullstendig
+statistikk for 2014 og ingen tall fra 2013. Andre begynte i 2013 og
+har mangelfull statistikk bare for 2013. Instanser som kun
+rapporterte til OEP i 2013 er ikke med i listen.</p>
+
+<table border="1">
+<tr><th colspan="3">2014</th><th colspan="3">2013</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,2</td><td> 8</td><td> 3589</td><td> 0,9</td><td> 36</td><td> 3886</td><td>Medietilsynet</td></tr>
+<tr><td> 0,9</td><td> 60</td><td> 6146</td><td> 4,6</td><td> 386</td><td> 8274</td><td>Utlendingsnemnda</td></tr>
+<tr><td> 1,6</td><td> 277</td><td> 17289</td><td> 0,0</td><td> 0</td><td> 0</td><td>Statens landbruksforvaltning</td></tr>
+<tr><td> 2,5</td><td> 42</td><td> 1648</td><td> 0,5</td><td> 11</td><td> 1844</td><td>Fredskorpset</td></tr>
+<tr><td> 2,5</td><td> 689</td><td> 26854</td><td> 3,9</td><td>1181</td><td> 30043</td><td>Direktoratet for utviklingssamarbeid</td></tr>
+<tr><td> 2,6</td><td>1817</td><td> 67600</td><td> 0,0</td><td> 0</td><td> 0</td><td>Landbruksdirektoratet Oslo</td></tr>
+<tr><td> 2,7</td><td> 719</td><td> 26367</td><td> 2,0</td><td> 556</td><td> 27226</td><td>Direktoratet for byggkvalitet</td></tr>
+<tr><td> 2,8</td><td>1472</td><td> 51147</td><td> 2,7</td><td>1599</td><td> 58846</td><td>Norges vassdrags- og energidirektorat</td></tr>
+<tr><td> 3,7</td><td> 402</td><td> 10778</td><td> 4,8</td><td> 455</td><td> 9324</td><td>Forbrukerombudet</td></tr>
+<tr><td> 3,7</td><td> 762</td><td> 20151</td><td> 4,1</td><td> 745</td><td> 18004</td><td>Norsk Filminstitutt</td></tr>
+<tr><td> 4,4</td><td> 465</td><td> 10493</td><td> 4,4</td><td> 477</td><td> 10831</td><td>Petroleumstilsynet</td></tr>
+<tr><td> 4,8</td><td> 385</td><td> 7971</td><td> 9,7</td><td> 586</td><td> 6018</td><td>Sysselmannen på Svalbard</td></tr>
+<tr><td> 4,9</td><td> 387</td><td> 7809</td><td> 3,1</td><td> 200</td><td> 6276</td><td>Statens strålevern</td></tr>
+<tr><td> 6,4</td><td> 795</td><td> 12300</td><td> 6,3</td><td> 204</td><td> 3238</td><td>Direktoratet for forvaltning og IKT</td></tr>
+<tr><td> 6,5</td><td>1349</td><td> 20712</td><td> 3,7</td><td> 883</td><td> 23398</td><td>Riksantikvaren - Direktoratet for kulturminneforvaltning</td></tr>
+<tr><td> 6,9</td><td>1241</td><td> 17972</td><td> 6,7</td><td>1346</td><td> 20067</td><td>Brønnøysundregistrene</td></tr>
+<tr><td> 7,4</td><td> 306</td><td> 4082</td><td>13,9</td><td> 255</td><td> 1829</td><td>Språkrådet</td></tr>
+<tr><td> 7,5</td><td>2775</td><td> 36626</td><td> 5,6</td><td>2243</td><td> 39431</td><td>Forsvarsbygg</td></tr>
+<tr><td> 7,9</td><td>5983</td><td> 75543</td><td> 9,5</td><td>7414</td><td> 77455</td><td>Fiskeridirektoratet</td></tr>
+<tr><td> 8,0</td><td>13686</td><td>170980</td><td>10,0</td><td>15106</td><td>150603</td><td>Arbeidstilsynet</td></tr>
+<tr><td> 8,4</td><td>3666</td><td> 43323</td><td> 8,2</td><td>3566</td><td> 43303</td><td>Justervesenet</td></tr>
+<tr><td> 8,8</td><td>6531</td><td> 74182</td><td> 7,6</td><td>5635</td><td> 73902</td><td>Statens vegvesen Region midt</td></tr>
+<tr><td> 9,8</td><td>2392</td><td> 24380</td><td> 7,6</td><td>2231</td><td> 29174</td><td>Lotteri- og stiftelsestilsynet</td></tr>
+<tr><td>10,5</td><td>7873</td><td> 74398</td><td>10,8</td><td>8313</td><td> 76452</td><td>Arkivverket</td></tr>
+<tr><td>10,8</td><td>2336</td><td> 21506</td><td> 9,6</td><td>1829</td><td> 18877</td><td>Kulturdepartementet</td></tr>
+<tr><td>11,0</td><td> 22</td><td> 200</td><td>17,8</td><td> 68</td><td> 382</td><td>Kompetansesenter for distriktsutvikling</td></tr>
+<tr><td>11,2</td><td>5174</td><td> 45965</td><td> 6,2</td><td>2824</td><td> 45527</td><td>Statsbygg</td></tr>
+<tr><td>11,5</td><td>4356</td><td> 37790</td><td>10,7</td><td>3700</td><td> 34504</td><td>Statens vegvesen Vegdirektoratet</td></tr>
+<tr><td>11,7</td><td>12431</td><td>105374</td><td>10,5</td><td>11273</td><td>107145</td><td>Statens vegvesen Region vest</td></tr>
+<tr><td>11,8</td><td>1077</td><td> 9097</td><td>20,2</td><td>1661</td><td> 8196</td><td>Havforskningsinstituttet</td></tr>
+<tr><td>12,5</td><td>6395</td><td> 50976</td><td> 9,9</td><td>2095</td><td> 20957</td><td>Miljødirektoratet</td></tr>
+<tr><td>12,6</td><td>19224</td><td>151481</td><td>12,6</td><td>18766</td><td>148032</td><td>Statens vegvesen Region øst</td></tr>
+<tr><td>12,7</td><td>1490</td><td> 11717</td><td>10,5</td><td>1223</td><td> 11616</td><td>Landbruks- og matdepartementet</td></tr>
+<tr><td>12,7</td><td>7831</td><td> 61404</td><td>12,6</td><td>7609</td><td> 60384</td><td>Statens vegvesen Region nord</td></tr>
+<tr><td>13,0</td><td>2183</td><td> 16735</td><td>16,7</td><td>3038</td><td> 18163</td><td>Fylkesmannen i Hedmark</td></tr>
+<tr><td>13,0</td><td>2941</td><td> 22554</td><td>11,8</td><td>1929</td><td> 16312</td><td>Samferdselsdepartementet</td></tr>
+<tr><td>13,3</td><td> 288</td><td> 2164</td><td>16,2</td><td> 485</td><td> 2989</td><td>Kunst i offentlige rom</td></tr>
+<tr><td>14,0</td><td>15523</td><td>110353</td><td>12,1</td><td>13170</td><td>107995</td><td>Statens vegvesen Region sør</td></tr>
+<tr><td>14,6</td><td>3661</td><td> 25006</td><td>14,1</td><td>3233</td><td> 22814</td><td>Kunnskapsdepartementet</td></tr>
+<tr><td>15,0</td><td>5820</td><td> 38701</td><td>20,8</td><td>8640</td><td> 41441</td><td>Luftfartstilsynet</td></tr>
+<tr><td>16,1</td><td> 184</td><td> 1140</td><td>10,5</td><td> 95</td><td> 903</td><td>Landinfo</td></tr>
+<tr><td>17,1</td><td>11103</td><td> 64829</td><td>14,2</td><td>8005</td><td> 56273</td><td>Sjøfartsdirektoratet</td></tr>
+<tr><td>17,5</td><td>6420</td><td> 36585</td><td>19,6</td><td>7645</td><td> 38859</td><td>Statens kartverk</td></tr>
+<tr><td>18,0</td><td>1850</td><td> 10223</td><td>12,4</td><td> 980</td><td> 7861</td><td>Vox, nasjonalt fagorgan for kompetansepolitikk</td></tr>
+<tr><td>18,3</td><td>2083</td><td> 11367</td><td>21,3</td><td>2515</td><td> 11796</td><td>Barne-, ungdoms- og familiedirektoratet</td></tr>
+<tr><td>18,4</td><td>3211</td><td> 17444</td><td>23,2</td><td>4056</td><td> 17444</td><td>Fylkesmannen i Telemark</td></tr>
+<tr><td>19,1</td><td>1475</td><td> 7703</td><td>26,1</td><td>1566</td><td> 5997</td><td>Direktoratet for mineralforvaltning med Bergmesteren for Svalbard</td></tr>
+<tr><td>20,2</td><td>4845</td><td> 23941</td><td>23,0</td><td>5049</td><td> 21949</td><td>Fylkesmannen i Oppland</td></tr>
+<tr><td>20,3</td><td> 66</td><td> 324</td><td>32,8</td><td>1411</td><td> 4291</td><td>Reindriftsforvaltningen</td></tr>
+<tr><td>20,8</td><td>2887</td><td> 13851</td><td>19,3</td><td>2657</td><td> 13748</td><td>Olje- og energidepartementet</td></tr>
+<tr><td>20,9</td><td> 128</td><td> 610</td><td> 0,0</td><td> 0</td><td> 0</td><td>Statens reindriftsforvaltning</td></tr>
+<tr><td>20,9</td><td>11601</td><td> 55388</td><td>20,3</td><td>10739</td><td> 52741</td><td>Utdanningsdirektoratet</td></tr>
+<tr><td>21,1</td><td>2721</td><td> 12848</td><td>25,8</td><td>3424</td><td> 13251</td><td>Statens jernbanetilsyn</td></tr>
+<tr><td>21,2</td><td> 563</td><td> 2653</td><td>28,8</td><td> 913</td><td> 3164</td><td>Norges geologiske undersøkelse</td></tr>
+<tr><td>21,4</td><td>6142</td><td> 28625</td><td>19,1</td><td>5079</td><td> 26526</td><td>Post- og teletilsynet</td></tr>
+<tr><td>21,6</td><td>2600</td><td> 11993</td><td> 9,5</td><td>1421</td><td> 14891</td><td>Senter for internasjonalisering av utdanning</td></tr>
+<tr><td>21,6</td><td>3992</td><td> 18413</td><td>21,9</td><td>4228</td><td> 19296</td><td>Fylkesmannen i Nord-Trøndelag</td></tr>
+<tr><td>22,0</td><td>4128</td><td> 18754</td><td>18,8</td><td> 67</td><td> 355</td><td>Klima- og miljødepartementet</td></tr>
+<tr><td>22,5</td><td>3271</td><td> 14483</td><td>24,0</td><td>3851</td><td> 16006</td><td>Fylkesmannen i Aust-Agder</td></tr>
+<tr><td>22,6</td><td>1597</td><td> 7058</td><td>39,4</td><td>2358</td><td> 5984</td><td>Norsk Akkreditering</td></tr>
+<tr><td>22,6</td><td>4437</td><td> 19580</td><td>24,0</td><td>5403</td><td> 22475</td><td>Fylkesmannen i Møre og Romsdal</td></tr>
+<tr><td>22,8</td><td>1687</td><td> 7395</td><td>35,1</td><td>2839</td><td> 8073</td><td>Domstoladministrasjonen</td></tr>
+<tr><td>23,2</td><td>2019</td><td> 8695</td><td> 5,2</td><td> 670</td><td> 12847</td><td>Statens lånekasse for utdanning</td></tr>
+<tr><td>23,7</td><td>7712</td><td> 32425</td><td> 0,0</td><td> 0</td><td> 0</td><td>Kommunal- og moderniseringsdepartementet</td></tr>
+<tr><td>24,3</td><td>21335</td><td> 87574</td><td>12,6</td><td>9324</td><td> 73780</td><td>Helsedirektoratet</td></tr>
+<tr><td>24,3</td><td>9155</td><td> 37674</td><td>100,0</td><td> 1</td><td> 1</td><td>Nærings- og fiskeridepartementet</td></tr>
+<tr><td>24,4</td><td>4584</td><td> 18714</td><td>25,6</td><td>5046</td><td> 19690</td><td>Fylkesmannen i Vest-Agder</td></tr>
+<tr><td>25,3</td><td> 723</td><td> 2854</td><td> 0,0</td><td> 0</td><td> 0</td><td>Landbruksdirektoratet Alta</td></tr>
+<tr><td>25,7</td><td>3039</td><td> 11812</td><td>20,8</td><td>2316</td><td> 11099</td><td>Oljedirektoratet</td></tr>
+<tr><td>27,0</td><td>6532</td><td> 24176</td><td>35,1</td><td>7221</td><td> 20556</td><td>Helse- og omsorgsdepartementet</td></tr>
+<tr><td>27,2</td><td>1305</td><td> 4781</td><td>29,6</td><td>1582</td><td> 5343</td><td>Konkurransetilsynet</td></tr>
+<tr><td>27,4</td><td>5879</td><td> 21426</td><td>20,9</td><td>4857</td><td> 23184</td><td>Barne-, likestillings- og inkluderingsdepartementet</td></tr>
+<tr><td>28,3</td><td>6420</td><td> 22606</td><td>31,1</td><td>6842</td><td> 21963</td><td>Fylkesmannen i Sør-Trøndelag</td></tr>
+<tr><td>28,7</td><td>5041</td><td> 17513</td><td>29,7</td><td>5547</td><td> 18625</td><td>Fylkesmannen i Sogn og Fjordane</td></tr>
+<tr><td>29,0</td><td>6074</td><td> 20910</td><td>27,1</td><td>4543</td><td> 16760</td><td>Fylkesmannen i Finnmark</td></tr>
+<tr><td>29,0</td><td>9437</td><td> 32529</td><td>33,7</td><td>10389</td><td> 30826</td><td>Fylkesmannen i Rogaland</td></tr>
+<tr><td>29,7</td><td>22583</td><td> 75955</td><td>29,2</td><td>19174</td><td> 65534</td><td>Statens legemiddelverk</td></tr>
+<tr><td>30,2</td><td>7225</td><td> 23881</td><td>34,7</td><td>8433</td><td> 24247</td><td>Fylkesmannen i Buskerud</td></tr>
+<tr><td>31,6</td><td> 196</td><td> 620</td><td>19,7</td><td> 69</td><td> 350</td><td>Statens institutt for rusmiddelforskning</td></tr>
+<tr><td>31,8</td><td>11830</td><td> 37188</td><td>33,4</td><td>9805</td><td> 29344</td><td>Kystverket</td></tr>
+<tr><td>32,3</td><td>12833</td><td> 39687</td><td>31,9</td><td>13194</td><td> 41290</td><td>Fylkesmannen i Hordaland</td></tr>
+<tr><td>32,3</td><td>3439</td><td> 10643</td><td>36,1</td><td>3178</td><td> 8786</td><td>Statsministerens kontor</td></tr>
+<tr><td>32,4</td><td>1261</td><td> 3883</td><td>44,5</td><td>2477</td><td> 5566</td><td>Nasjonalbiblioteket</td></tr>
+<tr><td>32,8</td><td>7466</td><td> 22731</td><td>30,9</td><td>6799</td><td> 21948</td><td>Fylkesmannen i Vestfold</td></tr>
+<tr><td>32,9</td><td>1301</td><td> 3949</td><td>40,6</td><td>1462</td><td> 3594</td><td>Statens pensjonskasse</td></tr>
+<tr><td>33,6</td><td>7060</td><td> 20950</td><td>28,8</td><td>6075</td><td> 21080</td><td>Finansdepartementet</td></tr>
+<tr><td>34,2</td><td>2082</td><td> 6072</td><td>24,9</td><td>1253</td><td> 5021</td><td>Datatilsynet</td></tr>
+<tr><td>35,9</td><td> 647</td><td> 1798</td><td>35,9</td><td>2777</td><td> 7714</td><td>Departementenes servicesenter</td></tr>
+<tr><td>36,6</td><td>7480</td><td> 20433</td><td>39,0</td><td>8218</td><td> 21053</td><td>Fylkesmannen i Østfold</td></tr>
+<tr><td>39,3</td><td>23978</td><td> 60897</td><td>18,8</td><td>9950</td><td> 52772</td><td>Direktoratet for samfunnssikkerhet og beredskap</td></tr>
+<tr><td>39,8</td><td>5953</td><td> 14949</td><td>41,5</td><td>5594</td><td> 13453</td><td>Statistisk sentralbyrå</td></tr>
+<tr><td>40,0</td><td>3023</td><td> 7553</td><td> 0,0</td><td> 0</td><td> 0</td><td>Departementenes sikkerhets- og serviceorganisasjon</td></tr>
+<tr><td>40,2</td><td>1816</td><td> 4515</td><td>32,6</td><td>1386</td><td> 4246</td><td>Nasjonalt organ for kvalitet i utdanningen</td></tr>
+<tr><td>40,5</td><td>17858</td><td> 43992</td><td>35,9</td><td>16457</td><td> 45831</td><td>Finanstilsynet</td></tr>
+<tr><td>41,3</td><td>11805</td><td> 28564</td><td>41,4</td><td>10882</td><td> 26247</td><td>Fylkesmannen i Troms</td></tr>
+<tr><td>42,6</td><td>20313</td><td> 47640</td><td>43,8</td><td>21407</td><td> 48837</td><td>Justis- og beredskapsdepartementet</td></tr>
+<tr><td>42,7</td><td>7416</td><td> 17343</td><td>42,2</td><td>6995</td><td> 16553</td><td>Integrerings- og mangfoldsdirektoratet</td></tr>
+<tr><td>43,9</td><td>10278</td><td> 23402</td><td>39,2</td><td> 152</td><td> 387</td><td>Arbeids- og sosialdepartementet</td></tr>
+<tr><td>44,1</td><td>28731</td><td> 65102</td><td>12,1</td><td>8253</td><td> 67828</td><td>Utenriksdepartementet</td></tr>
+<tr><td>46,3</td><td>5933</td><td> 12800</td><td>47,6</td><td>5702</td><td> 11955</td><td>Forsvarsdepartementet</td></tr>
+<tr><td>46,7</td><td>6270</td><td> 13414</td><td>41,9</td><td>4651</td><td> 11095</td><td>Nasjonalt folkehelseinstitutt</td></tr>
+<tr><td>48,2</td><td>2690</td><td> 5579</td><td>36,1</td><td>1655</td><td> 4572</td><td>Direktoratet for økonomistyring</td></tr>
+<tr><td>48,2</td><td>9352</td><td> 19398</td><td>42,9</td><td>6769</td><td> 15766</td><td>Politidirektoratet</td></tr>
+<tr><td>49,4</td><td>7472</td><td> 15122</td><td>52,1</td><td>5979</td><td> 11471</td><td>Utlendingsdirektoratet</td></tr>
+<tr><td>49,6</td><td>13751</td><td> 27719</td><td>52,0</td><td>15890</td><td> 30552</td><td>Fylkesmannen i Nordland</td></tr>
+<tr><td>50,0</td><td>24782</td><td> 49479</td><td>51,0</td><td>26239</td><td> 51366</td><td>Fylkesmannen i Oslo og Akershus</td></tr>
+<tr><td>50,3</td><td>2528</td><td> 5019</td><td> 0,0</td><td> 0</td><td> 0</td><td>Norsk kulturråd</td></tr>
+<tr><td>56,0</td><td>4779</td><td> 8520</td><td>54,5</td><td>3234</td><td> 5931</td><td>Direktoratet for nødkommunikasjon</td></tr>
+<tr><td>60,1</td><td>2575</td><td> 4283</td><td>35,9</td><td> 476</td><td> 1324</td><td>Kriminalomsorgsdirektoratet</td></tr>
+<tr><td>68,1</td><td>18020</td><td> 26457</td><td>72,2</td><td>17108</td><td> 23665</td><td>Skattedirektoratet</td></tr>
+<tr><td>70,2</td><td>3401</td><td> 4840</td><td>73,3</td><td>2773</td><td> 3779</td><td>Statens innkrevingssentral</td></tr>
+<tr><td>70,6</td><td>12556</td><td> 17777</td><td>60,8</td><td>11650</td><td> 19151</td><td>Statens helsetilsyn</td></tr>
+<tr><td>75,3</td><td>7878</td><td> 10451</td><td>69,3</td><td>7756</td><td> 11182</td><td>Toll- og avgiftsdirektoratet</td></tr>
+<tr><td>76,5</td><td>1160</td><td> 1516</td><td>78,7</td><td>1176</td><td> 1493</td><td>Statens arbeidsmiljøinstitutt</td></tr>
+<tr><td>82,2</td><td>112634</td><td>137014</td><td>81,2</td><td>85210</td><td>104865</td><td>Husbanken</td></tr>
+<tr><td>87,0</td><td>82220</td><td> 94471</td><td>88,8</td><td>84903</td><td> 95532</td><td>Norges forskningsråd</td></tr>
+<tr><td>87,1</td><td>10266</td><td> 11783</td><td>87,2</td><td>1389</td><td> 1592</td><td>Garantiinstituttet for eksportkreditt</td></tr>
+</table>
+
+<p>Jeg synes det er interessant hvordan instanser som tilsynelatende
+driver med det samme (som vegvesenet og fylkesmennene) har så stor
+spredning i hemmeligholdet. Vegvesenet spenner fra 8,8 til 14,0
+prosent, mens fylkesmennene spenner fra 13,0 til 50,0 prosent! Mon
+tro om det er regionale forskjeller som ligger bak, eller om det er
+kulturforskjeller internt i organisasjonene som er årsaken.</p>
+
+<p>Det er interessant å sammenligne hvor hemmelighetsfulle instansene
+er med
+<a href="http://people.skolelinux.org/pere/blog/Mer_detaljert_OEP_statisikk_for_2014_over_journalf_rte__gamle__dokumenter.html">oversikten
+over hvor mange gamle dokumenter de journalfører</a> som jeg
+publiserte for tre dager siden.</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/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
+ </div>
+ <div class="body">
+ <p>For to dager siden la jeg ut
+<a href="http://people.skolelinux.org/pere/blog/Over_et_halvt__r_f_r_offentlig_korrespondanse_journalf_res___statistikk_for_2014.html">litt
+statistikk</a> for <a href="https://www.oep.no/">Offentlig Elektronisk
+Postjournal</a> som viste hvor stor andel av postjournalen til ulike
+instanser som hadde mer enn 180 dager mellom oppført dokumentdato og
+journalføringsdato (liggetid). Det var stor variasjon, men det er
+uklart for meg hva det kommer av. Noe er åpenbart feilført, som
+<a href="https://oep.no/search/resultSingle.html?journalPostId=10864390">sykepleiertilbakekallingen
+skrevet i år 7</a>, mens andre ser ut til å være reelt gamle som
+<a href="https://oep.no/search/resultSingle.html?journalPostId=11221422">avleveringslista
+fra 2001</a> som ser ut til å være fra et skippertak for å få arkivert
+gamle dokumenter. Men etter kommentarer fra leserne innså jeg at det
+vil være nyttig å dele statistikken i inngående og utgående dokumenter,
+samt interne notater.</p>
+
+<p>Her er samme statistikk for 2014 som for to dager siden, men delt
+opp i tre ulike kategorier. Her kan en både se hvem som er flinke til
+å journalføre egenproduserte dokumenter slik at liggetiden er mindre
+enn 180 dager, men også hvem som ikke lager interne notater eller i
+hvert fall ikke publiserer informasjon om dem på Offentlig Elektronisk
+Postjournal. Jeg må si at jeg er veldig imponert over Fylkesmannen i
+Oslo og Akershus, som ser ut til å ha kontroll over arkiveringen
+sin.</p>
+
+<table border="1">
+<tr><th colspan="3">Utgående</th><th colspan="3">Innkommende</th><th colspan="3">Annet</th><th rowspan="2">Instans</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> 16692</td><td> 0.0</td><td> 0</td><td> 31778</td><td> 0.0</td><td> 0</td><td> 1009</td><td>Fylkesmannen i Oslo og Akershus</td></tr>
+<tr><td> 0.0</td><td> 0</td><td> 1140</td><td> 0.2</td><td> 5</td><td> 2343</td><td> 0.0</td><td> 0</td><td> 1</td><td>Medietilsynet</td></tr>
+<tr><td> 0.0</td><td> 0</td><td> 14</td><td> 1.6</td><td> 3</td><td> 186</td><td> 0.0</td><td> 0</td><td> 0</td><td>Kompetansesenter for distriktsutvikling</td></tr>
+<tr><td> 0.0</td><td> 1</td><td> 1204</td><td> 0.5</td><td> 6</td><td> 1165</td><td> 3.2</td><td> 16</td><td> 485</td><td>Landbruksdirektoratet Alta</td></tr>
+<tr><td> 0.0</td><td> 2</td><td> 10618</td><td> 0.3</td><td> 35</td><td> 11608</td><td> 0.2</td><td> 4</td><td> 1412</td><td>Lotteri- og stiftelsestilsynet</td></tr>
+<tr><td> 0.0</td><td> 7</td><td> 9156</td><td> 0.2</td><td> 16</td><td> 7997</td><td> 1.4</td><td> 2</td><td> 136</td><td>Statens landbruksforvaltning</td></tr>
+<tr><td> 0.1</td><td> 2</td><td> 1141</td><td> 0.0</td><td> 1</td><td> 3758</td><td> 0.8</td><td> 1</td><td> 120</td><td>Norsk kulturråd</td></tr>
+<tr><td> 0.1</td><td> 2</td><td> 1709</td><td> 0.4</td><td> 14</td><td> 3072</td><td> 0.0</td><td> 0</td><td> 0</td><td>Konkurransetilsynet</td></tr>
+<tr><td> 0.1</td><td> 3</td><td> 1814</td><td> 0.3</td><td> 9</td><td> 2701</td><td> 0.0</td><td> 0</td><td> 0</td><td>Nasjonalt organ for kvalitet i utdanningen</td></tr>
+<tr><td> 0.1</td><td> 3</td><td> 2491</td><td> 0.4</td><td> 25</td><td> 5010</td><td> 7.4</td><td> 15</td><td> 202</td><td>Direktoratet for mineralforvaltning med Bergmesteren for Svalbard</td></tr>
+<tr><td> 0.1</td><td> 5</td><td> 3773</td><td> 1.2</td><td> 85</td><td> 6749</td><td> 0.3</td><td> 7</td><td> 2278</td><td>Forsvarsdepartementet</td></tr>
+<tr><td> 0.1</td><td> 8</td><td> 6799</td><td> 0.2</td><td> 31</td><td> 14139</td><td> 0.0</td><td> 0</td><td> 12</td><td>Finansdepartementet</td></tr>
+<tr><td> 0.1</td><td> 10</td><td> 5143</td><td> 0.1</td><td> 14</td><td> 7507</td><td> 2.0</td><td> 4</td><td> 198</td><td>Statens jernbanetilsyn</td></tr>
+<tr><td> 0.1</td><td> 13</td><td> 7057</td><td> 0.0</td><td> 3</td><td> 12154</td><td> 0.2</td><td> 3</td><td> 1222</td><td>Fylkesmannen i Østfold</td></tr>
+<tr><td> 0.1</td><td> 16</td><td> 12382</td><td> 0.1</td><td> 20</td><td> 13510</td><td> 2.7</td><td> 13</td><td> 475</td><td>Direktoratet for byggkvalitet</td></tr>
+<tr><td> 0.1</td><td> 62</td><td> 39959</td><td> 3.5</td><td> 96</td><td> 2721</td><td> 6.2</td><td> 40</td><td> 643</td><td>Justervesenet</td></tr>
+<tr><td> 0.3</td><td> 1</td><td> 255</td><td> 2.0</td><td> 5</td><td> 242</td><td> 6.1</td><td> 7</td><td> 113</td><td>Statens reindriftsforvaltning</td></tr>
+<tr><td> 0.3</td><td> 9</td><td> 2605</td><td> 0.3</td><td> 12</td><td> 3464</td><td> 0.0</td><td> 0</td><td> 3</td><td>Datatilsynet</td></tr>
+<tr><td> 0.3</td><td> 10</td><td> 2873</td><td> 0.1</td><td> 15</td><td> 7770</td><td> 0.0</td><td> 0</td><td> 0</td><td>Statsministerens kontor</td></tr>
+<tr><td> 0.3</td><td> 11</td><td> 3415</td><td> 0.4</td><td> 29</td><td> 6875</td><td> 0.0</td><td> 0</td><td> 0</td><td>Petroleumstilsynet</td></tr>
+<tr><td> 0.3</td><td> 24</td><td> 7058</td><td> 0.8</td><td> 105</td><td> 12406</td><td> 0.8</td><td> 13</td><td> 1446</td><td>Fylkesmannen i Finnmark</td></tr>
+<tr><td> 0.3</td><td> 112</td><td> 34376</td><td> 0.1</td><td> 63</td><td> 32452</td><td> 3.7</td><td> 29</td><td> 772</td><td>Landbruksdirektoratet Oslo</td></tr>
+<tr><td> 0.3</td><td> 378</td><td> 97805</td><td> 0.4</td><td> 337</td><td> 72449</td><td> 5.9</td><td> 43</td><td> 726</td><td>Arbeidstilsynet</td></tr>
+<tr><td> 0.4</td><td> 26</td><td> 6161</td><td> 0.6</td><td> 73</td><td> 11750</td><td> 5.9</td><td> 30</td><td> 502</td><td>Fylkesmannen i Nord-Trøndelag</td></tr>
+<tr><td> 0.4</td><td> 26</td><td> 6315</td><td> 0.4</td><td> 50</td><td> 12399</td><td> 0.0</td><td> 0</td><td> 0</td><td>Fylkesmannen i Vest-Agder</td></tr>
+<tr><td> 0.4</td><td> 30</td><td> 6147</td><td> 0.3</td><td> 44</td><td> 11971</td><td> 2.0</td><td> 68</td><td> 3308</td><td>Barne-, likestillings- og inkluderingsdepartementet</td></tr>
+<tr><td> 0.4</td><td> 58</td><td> 13614</td><td> 0.5</td><td> 135</td><td> 24906</td><td> 1.1</td><td> 2</td><td> 181</td><td>Luftfartstilsynet</td></tr>
+<tr><td> 0.5</td><td> 18</td><td> 3582</td><td> 0.6</td><td> 28</td><td> 4227</td><td> 0.0</td><td> 0</td><td> 0</td><td>Statens strålevern</td></tr>
+<tr><td> 0.5</td><td> 32</td><td> 5617</td><td> 0.1</td><td> 22</td><td> 11219</td><td> 1.4</td><td> 10</td><td> 677</td><td>Fylkesmannen i Sogn og Fjordane</td></tr>
+<tr><td> 0.5</td><td> 42</td><td> 8092</td><td> 0.5</td><td> 71</td><td> 13955</td><td> 2.9</td><td> 20</td><td> 683</td><td>Fylkesmannen i Vestfold</td></tr>
+<tr><td> 0.5</td><td> 51</td><td> 9369</td><td> 1.8</td><td> 379</td><td> 20097</td><td> 1.5</td><td> 127</td><td> 8208</td><td>Nærings- og fiskeridepartementet</td></tr>
+<tr><td> 0.5</td><td> 131</td><td> 26078</td><td> 0.7</td><td> 288</td><td> 40744</td><td> 1.9</td><td> 169</td><td> 8720</td><td>Fiskeridirektoratet</td></tr>
+<tr><td> 0.6</td><td> 8</td><td> 1196</td><td> 2.8</td><td> 63</td><td> 2218</td><td> 0.4</td><td> 4</td><td> 869</td><td>Kriminalomsorgsdirektoratet</td></tr>
+<tr><td> 0.6</td><td> 21</td><td> 3346</td><td> 0.6</td><td> 52</td><td> 8466</td><td> 0.0</td><td> 0</td><td> 0</td><td>Oljedirektoratet</td></tr>
+<tr><td> 0.6</td><td> 46</td><td> 6829</td><td> 0.2</td><td> 31</td><td> 12569</td><td> 0.0</td><td> 0</td><td> 0</td><td>Politidirektoratet</td></tr>
+<tr><td> 0.6</td><td> 212</td><td> 31652</td><td> 0.2</td><td> 91</td><td> 40008</td><td> 4.8</td><td> 134</td><td> 2737</td><td>Arkivverket</td></tr>
+<tr><td> 0.7</td><td> 55</td><td> 7146</td><td> 1.0</td><td> 190</td><td> 18453</td><td> 0.2</td><td> 17</td><td> 6826</td><td>Kommunal- og moderniseringsdepartementet</td></tr>
+<tr><td> 0.7</td><td> 65</td><td> 8775</td><td> 0.3</td><td> 28</td><td> 9163</td><td> 8.8</td><td> 3</td><td> 34</td><td>Brønnøysundregistrene</td></tr>
+<tr><td> 0.7</td><td> 76</td><td> 10608</td><td> 0.8</td><td> 155</td><td> 17370</td><td> 3.4</td><td> 20</td><td> 586</td><td>Fylkesmannen i Troms</td></tr>
+<tr><td> 0.7</td><td> 133</td><td> 16654</td><td> 1.2</td><td> 361</td><td> 28621</td><td> 6.5</td><td> 343</td><td> 5260</td><td>Norges vassdrags- og energidirektorat</td></tr>
+<tr><td> 0.7</td><td> 259</td><td> 35560</td><td> 0.7</td><td> 314</td><td> 42109</td><td> 1.2</td><td> 359</td><td> 27705</td><td>Statens vegvesen Region vest</td></tr>
+<tr><td> 0.8</td><td> 6</td><td> 737</td><td> 1.2</td><td> 10</td><td> 779</td><td> 0.0</td><td> 0</td><td> 0</td><td>Statens arbeidsmiljøinstitutt</td></tr>
+<tr><td> 0.8</td><td> 22</td><td> 2712</td><td> 0.3</td><td> 29</td><td> 7795</td><td> 0.7</td><td> 2</td><td> 270</td><td>Forbrukerombudet</td></tr>
+<tr><td> 0.8</td><td> 26</td><td> 2991</td><td> 0.8</td><td> 40</td><td> 4980</td><td> 0.0</td><td> 0</td><td> 0</td><td>Sysselmannen på Svalbard</td></tr>
+<tr><td> 0.8</td><td> 36</td><td> 4024</td><td> 0.3</td><td> 27</td><td> 7660</td><td>50.0</td><td> 1</td><td> 2</td><td>Landbruks- og matdepartementet</td></tr>
+<tr><td> 0.8</td><td> 75</td><td> 8834</td><td> 0.7</td><td> 77</td><td> 10190</td><td>16.2</td><td> 183</td><td> 1127</td><td>Norsk Filminstitutt</td></tr>
+<tr><td> 0.8</td><td> 499</td><td> 57720</td><td> 0.5</td><td> 311</td><td> 61184</td><td> 1.5</td><td> 514</td><td> 32577</td><td>Statens vegvesen Region øst</td></tr>
+<tr><td> 0.9</td><td> 45</td><td> 4578</td><td> 0.3</td><td> 35</td><td> 9186</td><td> 0.0</td><td> 0</td><td> 60</td><td>Olje- og energidepartementet</td></tr>
+<tr><td> 1.0</td><td> 56</td><td> 5121</td><td> 1.0</td><td> 54</td><td> 5316</td><td> 0.0</td><td> 0</td><td> 14</td><td>Toll- og avgiftsdirektoratet</td></tr>
+<tr><td> 1.0</td><td> 71</td><td> 6736</td><td> 0.1</td><td> 29</td><td> 17332</td><td> 0.0</td><td> 0</td><td> 0</td><td>Helse- og omsorgsdepartementet</td></tr>
+<tr><td> 1.0</td><td> 71</td><td> 6738</td><td> 0.2</td><td> 32</td><td> 12467</td><td>10.6</td><td> 40</td><td> 374</td><td>Fylkesmannen i Møre og Romsdal</td></tr>
+<tr><td> 1.1</td><td> 143</td><td> 12363</td><td> 0.2</td><td> 54</td><td> 24540</td><td> 6.4</td><td> 159</td><td> 2455</td><td>Fylkesmannen i Hordaland</td></tr>
+<tr><td> 1.1</td><td> 298</td><td> 25798</td><td> 0.8</td><td> 261</td><td> 29618</td><td> 2.1</td><td> 407</td><td> 18761</td><td>Statens vegvesen Region midt</td></tr>
+<tr><td> 1.2</td><td> 37</td><td> 2870</td><td> 1.0</td><td> 63</td><td> 6227</td><td> 0.0</td><td> 0</td><td> 0</td><td>Havforskningsinstituttet</td></tr>
+<tr><td> 1.2</td><td> 99</td><td> 7791</td><td> 0.4</td><td> 65</td><td> 14762</td><td> 0.0</td><td> 0</td><td> 1</td><td>Samferdselsdepartementet</td></tr>
+<tr><td> 1.2</td><td> 157</td><td> 12292</td><td> 4.6</td><td> 701</td><td> 15117</td><td> 2.5</td><td> 265</td><td> 10381</td><td>Statens vegvesen Vegdirektoratet</td></tr>
+<tr><td> 1.3</td><td> 12</td><td> 920</td><td> 0.8</td><td> 11</td><td> 1244</td><td> 0.0</td><td> 0</td><td> 0</td><td>Kunst i offentlige rom</td></tr>
+<tr><td> 1.3</td><td> 215</td><td> 15828</td><td> 0.6</td><td> 186</td><td> 28164</td><td> 0.0</td><td> 0</td><td> 0</td><td>Finanstilsynet</td></tr>
+<tr><td> 1.3</td><td> 302</td><td> 22933</td><td> 0.3</td><td> 90</td><td> 23240</td><td> 2.6</td><td> 398</td><td> 15231</td><td>Statens vegvesen Region nord</td></tr>
+<tr><td> 1.4</td><td> 25</td><td> 1715</td><td> 6.1</td><td> 133</td><td> 2168</td><td> 0.0</td><td> 0</td><td> 0</td><td>Nasjonalbiblioteket</td></tr>
+<tr><td> 1.5</td><td> 98</td><td> 6156</td><td> 0.0</td><td> 20</td><td> 20593</td><td> 4.1</td><td> 40</td><td> 970</td><td>Fylkesmannen i Nordland</td></tr>
+<tr><td> 1.6</td><td> 18</td><td> 1125</td><td> 3.2</td><td> 49</td><td> 1528</td><td> 0.0</td><td> 0</td><td> 0</td><td>Norges geologiske undersøkelse</td></tr>
+<tr><td> 1.6</td><td> 60</td><td> 3554</td><td> 1.4</td><td> 68</td><td> 4737</td><td> 7.9</td><td> 32</td><td> 404</td><td>Statens lånekasse for utdanning</td></tr>
+<tr><td> 1.6</td><td> 134</td><td> 8362</td><td> 0.4</td><td> 60</td><td> 14685</td><td> 1.9</td><td> 16</td><td> 834</td><td>Fylkesmannen i Buskerud</td></tr>
+<tr><td> 1.7</td><td> 91</td><td> 5179</td><td> 0.4</td><td> 43</td><td> 10584</td><td> 2.0</td><td> 20</td><td> 972</td><td>Fylkesmannen i Hedmark</td></tr>
+<tr><td> 1.8</td><td> 80</td><td> 4247</td><td> 0.9</td><td> 51</td><td> 5598</td><td> 3.4</td><td> 13</td><td> 378</td><td>Vox, nasjonalt fagorgan for kompetansepolitikk</td></tr>
+<tr><td> 1.9</td><td> 724</td><td> 37954</td><td> 0.7</td><td> 295</td><td> 40382</td><td> 2.7</td><td> 875</td><td> 32017</td><td>Statens vegvesen Region sør</td></tr>
+<tr><td> 2.1</td><td> 5</td><td> 230</td><td> 3.9</td><td> 11</td><td> 279</td><td> 5.4</td><td> 6</td><td> 111</td><td>Statens institutt for rusmiddelforskning</td></tr>
+<tr><td> 2.1</td><td> 197</td><td> 9135</td><td> 3.4</td><td> 648</td><td> 19009</td><td>10.3</td><td> 880</td><td> 8482</td><td>Forsvarsbygg</td></tr>
+<tr><td> 2.2</td><td> 146</td><td> 6439</td><td> 2.9</td><td> 201</td><td> 6800</td><td> 7.0</td><td> 121</td><td> 1710</td><td>Statistisk sentralbyrå</td></tr>
+<tr><td> 2.2</td><td> 600</td><td> 26724</td><td> 1.8</td><td> 493</td><td> 26246</td><td>12.8</td><td>1022</td><td> 7925</td><td>Direktoratet for samfunnssikkerhet og beredskap</td></tr>
+<tr><td> 2.3</td><td> 61</td><td> 2648</td><td> 3.7</td><td> 104</td><td> 2758</td><td>14.4</td><td> 310</td><td> 2147</td><td>Departementenes sikkerhets- og serviceorganisasjon</td></tr>
+<tr><td> 2.3</td><td> 166</td><td> 7039</td><td> 0.4</td><td> 61</td><td> 14467</td><td> 0.0</td><td> 0</td><td> 0</td><td>Kulturdepartementet</td></tr>
+<tr><td> 2.4</td><td> 159</td><td> 6438</td><td> 0.4</td><td> 57</td><td> 12599</td><td> 2.0</td><td> 88</td><td> 4365</td><td>Arbeids- og sosialdepartementet</td></tr>
+<tr><td> 2.6</td><td> 122</td><td> 4630</td><td> 0.7</td><td> 66</td><td> 9346</td><td> 1.1</td><td> 6</td><td> 507</td><td>Fylkesmannen i Aust-Agder</td></tr>
+<tr><td> 2.6</td><td> 238</td><td> 9078</td><td> 0.5</td><td> 85</td><td> 15926</td><td> 0.0</td><td> 0</td><td> 2</td><td>Kunnskapsdepartementet</td></tr>
+<tr><td> 2.7</td><td> 53</td><td> 1924</td><td> 4.8</td><td> 98</td><td> 2025</td><td> 0.0</td><td> 0</td><td> 0</td><td>Statens pensjonskasse</td></tr>
+<tr><td> 2.7</td><td> 385</td><td> 14079</td><td> 1.6</td><td> 225</td><td> 13259</td><td> 7.6</td><td> 99</td><td> 1287</td><td>Post- og teletilsynet</td></tr>
+<tr><td> 2.8</td><td> 57</td><td> 2022</td><td> 3.5</td><td> 125</td><td> 3557</td><td> 0.0</td><td> 0</td><td> 0</td><td>Direktoratet for økonomistyring</td></tr>
+<tr><td> 2.9</td><td> 92</td><td> 3087</td><td> 0.7</td><td> 31</td><td> 4294</td><td> 0.0</td><td> 0</td><td> 14</td><td>Domstoladministrasjonen</td></tr>
+<tr><td> 3.0</td><td> 53</td><td> 1745</td><td> 4.0</td><td> 87</td><td> 2147</td><td> 4.7</td><td> 9</td><td> 190</td><td>Språkrådet</td></tr>
+<tr><td> 3.0</td><td> 163</td><td> 5292</td><td> 1.3</td><td> 79</td><td> 6075</td><td> 0.0</td><td> 0</td><td> 0</td><td>Barne-, ungdoms- og familiedirektoratet</td></tr>
+<tr><td> 3.1</td><td> 451</td><td> 14408</td><td> 1.9</td><td> 524</td><td> 26513</td><td> 7.0</td><td> 474</td><td> 6719</td><td>Justis- og beredskapsdepartementet</td></tr>
+<tr><td> 3.3</td><td> 719</td><td> 21150</td><td> 2.1</td><td> 641</td><td> 29824</td><td> 0.0</td><td> 0</td><td> 0</td><td>Miljødirektoratet</td></tr>
+<tr><td> 3.4</td><td> 110</td><td> 3232</td><td> 3.6</td><td> 128</td><td> 3536</td><td>21.3</td><td> 62</td><td> 290</td><td>Norsk Akkreditering</td></tr>
+<tr><td> 3.4</td><td> 227</td><td> 6535</td><td> 2.8</td><td> 401</td><td> 14175</td><td> 0.0</td><td> 0</td><td> 2</td><td>Riksantikvaren - Direktoratet for kulturminneforvaltning</td></tr>
+<tr><td> 3.7</td><td> 309</td><td> 8202</td><td> 2.2</td><td> 250</td><td> 10976</td><td>17.0</td><td>1243</td><td> 7279</td><td>Skattedirektoratet</td></tr>
+<tr><td> 3.8</td><td> 19</td><td> 499</td><td> 8.6</td><td> 67</td><td> 775</td><td> 5.3</td><td> 28</td><td> 524</td><td>Departementenes servicesenter</td></tr>
+<tr><td> 3.8</td><td> 617</td><td> 15934</td><td> 4.3</td><td> 715</td><td> 16533</td><td> 9.8</td><td> 407</td><td> 4118</td><td>Statens kartverk</td></tr>
+<tr><td> 4.0</td><td> 274</td><td> 6776</td><td> 0.3</td><td> 38</td><td> 9907</td><td> 2.4</td><td> 17</td><td> 687</td><td>Fylkesmannen i Telemark</td></tr>
+<tr><td> 4.1</td><td>2326</td><td> 56219</td><td> 8.5</td><td>5657</td><td> 66171</td><td> 5.8</td><td> 861</td><td> 14624</td><td>Husbanken</td></tr>
+<tr><td> 4.2</td><td> 223</td><td> 5190</td><td> 0.8</td><td> 60</td><td> 7456</td><td> 7.6</td><td> 392</td><td> 5131</td><td>Statens helsetilsyn</td></tr>
+<tr><td> 4.3</td><td> 273</td><td> 6232</td><td> 3.3</td><td> 238</td><td> 7050</td><td> 1.5</td><td> 2</td><td> 132</td><td>Nasjonalt folkehelseinstitutt</td></tr>
+<tr><td> 4.4</td><td> 151</td><td> 3381</td><td>12.6</td><td> 429</td><td> 3392</td><td>10.5</td><td> 185</td><td> 1747</td><td>Direktoratet for nødkommunikasjon</td></tr>
+<tr><td> 4.5</td><td> 27</td><td> 594</td><td> 5.9</td><td> 63</td><td> 1054</td><td> 0.0</td><td> 0</td><td> 0</td><td>Fredskorpset</td></tr>
+<tr><td> 4.5</td><td> 157</td><td> 3471</td><td> 2.8</td><td> 209</td><td> 7407</td><td> 8.3</td><td> 76</td><td> 905</td><td>Garantiinstituttet for eksportkreditt</td></tr>
+<tr><td> 4.6</td><td> 86</td><td> 1841</td><td> 0.8</td><td> 31</td><td> 3543</td><td>18.6</td><td> 142</td><td> 762</td><td>Utlendingsnemnda</td></tr>
+<tr><td> 4.7</td><td> 198</td><td> 4203</td><td>17.9</td><td>1015</td><td> 5640</td><td>11.1</td><td> 273</td><td> 2457</td><td>Direktoratet for forvaltning og IKT</td></tr>
+<tr><td> 5.0</td><td> 455</td><td> 9044</td><td> 5.6</td><td> 771</td><td> 13717</td><td> 8.4</td><td> 346</td><td> 4093</td><td>Direktoratet for utviklingssamarbeid</td></tr>
+<tr><td> 5.0</td><td> 639</td><td> 12780</td><td> 6.8</td><td>1629</td><td> 23811</td><td> 5.4</td><td>1559</td><td> 28511</td><td>Utenriksdepartementet</td></tr>
+<tr><td> 5.7</td><td> 7</td><td> 122</td><td> 2.6</td><td> 3</td><td> 115</td><td>58.6</td><td> 51</td><td> 87</td><td>Reindriftsforvaltningen</td></tr>
+<tr><td> 5.7</td><td>1002</td><td> 17507</td><td> 0.9</td><td> 172</td><td> 18776</td><td> 6.5</td><td> 59</td><td> 905</td><td>Kystverket</td></tr>
+<tr><td> 6.1</td><td> 360</td><td> 5849</td><td> 3.2</td><td> 216</td><td> 6747</td><td>43.9</td><td>1110</td><td> 2526</td><td>Utlendingsdirektoratet</td></tr>
+<tr><td> 6.4</td><td> 140</td><td> 2161</td><td> 2.5</td><td> 61</td><td> 2407</td><td> 5.1</td><td> 14</td><td> 272</td><td>Statens innkrevingssentral</td></tr>
+<tr><td> 7.0</td><td> 329</td><td> 4658</td><td> 5.9</td><td> 432</td><td> 7313</td><td>36.3</td><td> 8</td><td> 22</td><td>Senter for internasjonalisering av utdanning</td></tr>
+<tr><td> 8.3</td><td>2038</td><td> 24504</td><td> 0.7</td><td> 194</td><td> 26862</td><td>11.2</td><td> 453</td><td> 4022</td><td>Utdanningsdirektoratet</td></tr>
+<tr><td> 8.8</td><td> 482</td><td> 5474</td><td> 0.8</td><td> 94</td><td> 11724</td><td>10.9</td><td> 170</td><td> 1556</td><td>Klima- og miljødepartementet</td></tr>
+<tr><td> 8.8</td><td>3400</td><td> 38523</td><td> 2.6</td><td>1237</td><td> 46100</td><td> 9.9</td><td> 979</td><td> 9848</td><td>Norges forskningsråd</td></tr>
+<tr><td> 9.5</td><td> 35</td><td> 365</td><td>17.2</td><td> 20</td><td> 116</td><td>27.4</td><td> 181</td><td> 659</td><td>Landinfo</td></tr>
+<tr><td> 9.7</td><td> 848</td><td> 8722</td><td> 1.7</td><td> 228</td><td> 13240</td><td>22.2</td><td> 143</td><td> 644</td><td>Fylkesmannen i Sør-Trøndelag</td></tr>
+<tr><td>10.1</td><td>1222</td><td> 12077</td><td> 0.7</td><td> 138</td><td> 18896</td><td>10.0</td><td> 157</td><td> 1556</td><td>Fylkesmannen i Rogaland</td></tr>
+<tr><td>12.8</td><td>2078</td><td> 16221</td><td> 1.0</td><td> 431</td><td> 40447</td><td> 1.8</td><td> 363</td><td> 19287</td><td>Statens legemiddelverk</td></tr>
+<tr><td>12.8</td><td>2683</td><td> 20887</td><td>14.1</td><td>2045</td><td> 14445</td><td>21.4</td><td>2283</td><td> 10633</td><td>Statsbygg</td></tr>
+<tr><td>13.0</td><td> 789</td><td> 6042</td><td> 1.5</td><td> 135</td><td> 8745</td><td>28.1</td><td> 719</td><td> 2556</td><td>Integrerings- og mangfoldsdirektoratet</td></tr>
+<tr><td>13.1</td><td>4057</td><td> 30897</td><td>11.8</td><td>5606</td><td> 47404</td><td>32.1</td><td>2977</td><td> 9273</td><td>Helsedirektoratet</td></tr>
+<tr><td>24.2</td><td>1878</td><td> 7744</td><td> 4.6</td><td> 685</td><td> 14843</td><td>19.2</td><td> 261</td><td> 1354</td><td>Fylkesmannen i Oppland</td></tr>
+<tr><td>28.8</td><td>6710</td><td> 23254</td><td> 0.6</td><td> 229</td><td> 35654</td><td>19.3</td><td>1060</td><td> 5491</td><td>Sjøfartsdirektoratet</td></tr>
+</table>
+
+<p>Jeg lurer virkelig på hva som gjør at det blir så langt tid mellom
+dokumentdato og journalføringsdato for så stor andel av postjournalen
+for endel offentlige kontorer, spesielt for utgående dokumenter og
+interne notater. Gjør saksbehandlere eller arkivarer mye feil med
+datoføringen, eller har de gjort en innsats for å få ryddet opp i
+bakloggen av dokumenter som skulle vært journalført for lenge siden?
+Eller finnes det andre forklaringer?</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/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
journalføringsdato (liggetid). Dvs. hvor stor andel dokumenter som
blir journalført veldig sent. Et eksempel på en slik journalføring er
et <a href="https://oep.no/search/resultSingle.html?journalPostId=10232315">261
-år gammelt hemmeligstemplet dokument</a> ført i postjournal av
+år gammelt hemmeligstemplet dokument</a> ført i postjournalen til
Forsvarsdepartementet 2014-04-23.</p>
<table border="1">
-<tr> <th>prosent</th> <th># > 180d liggetid</th> <th>Totalt</th> <th>Instans</th> </tr>
+<tr> <th>Prosent</th> <th># > 180d liggetid</th> <th>Totalt</th> <th>Instans</th> </tr>
<tr><td>0.0</td> <td>0</td> <td>49478</td> <td>Fylkesmannen i Oslo og Akershus</td></tr>
<tr><td>0.1</td> <td>4</td> <td>5019</td> <td>Norsk kulturråd</td></tr>
<tr><td>0.1</td> <td>19</td> <td>20433</td> <td>Fylkesmannen i Østfold</td></tr>
andelen er så stor i enkelte virksomheter. Kanskje noen burde se
nærmere på om det kan bli bedre?</p>
+<p>Oppdatering 2015-01-18: La ut
+<a href="http://people.skolelinux.org/pere/blog/Mer_detaljert_OEP_statisikk_for_2014_over_journalf_rte__gamle__dokumenter.html">mer
+detaljert statistikk</a>, fordelt på inngående, utgående og interne
+notater.</p>
+
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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 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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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 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
<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>
<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
<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 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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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 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
<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>
<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
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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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>
<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
<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 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
<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>
<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
<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>
<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
<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 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
<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 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
<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 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
<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 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
<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>
<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
<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">
<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 (4)</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="https://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
+
+<li><a href="https://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</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>
<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 (12)</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 (266)</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 (22)</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 (14)</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 (11)</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 (255)</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 (168)</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 (12)</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 (50)</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 (81)</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 (29)</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 (47)</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 (34)</a></li>
+ <li><a href="https://people.skolelinux.org/pere/blog/tags/web">web (42)</a></li>
</ul>