From: Petter Reinholdtsen Date: Mon, 11 Jun 2012 10:52:34 +0000 (+0000) Subject: Generated. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/f894c6f01c317de14824d4de1fab33985f4f5691?ds=inline Generated. --- diff --git a/blog/Debian_Edu___some_ideas_for_the_future_versions.html b/blog/Debian_Edu___some_ideas_for_the_future_versions.html new file mode 100644 index 0000000000..a73b66b602 --- /dev/null +++ b/blog/Debian_Edu___some_ideas_for_the_future_versions.html @@ -0,0 +1,393 @@ + + + + + Petter Reinholdtsen: Debian Edu - some ideas for the future versions + + + + +
+

+ Petter Reinholdtsen + +

+ +
+ + +
+
Debian Edu - some ideas for the future versions
+
11th June 2012
+

During my work on +Debian Edu +based on Squeeze, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.

+ +

    + +
  • We need to rewrite our package installation framework, as tasksel +changed from using tasksel tasks to using meta packages (aka packages +with dependencies like our education-* packages), and our installation +system depend on tasksel tasks in +/usr/share/tasksel/debian-edu-tasks.desc for package +installation.
  • + +
  • Enable Kerberos login for more services. Now with the Kerberos +foundation in place, we should use it to get single sign on with more +services, and avoiding unneeded password / login questions. We should +at least try to enable it for these services: +
      + +
    • CUPS for admins to add/configure printers and users when using + quotas.
    • +
    • Nagios for admins checking the system status.
    • +
    • GOsa for admins updating LDAP and users changing their passwords.
    • +
    • LDAP for admins updating LDAP.
    • +
    • Squid for users when exam mode / filtering is active.
    • +
    • ssh for admins and users to save a password prompt.
    • + +
  • + +
  • When we move GOsa to use Kerberos instead of LDAP bind to +authenticate users, we should try to block or at least limit access to +use LDAP bind for authentication, to ensure Kerberos is used when it +is intended, and nothing fall back to using the less safe LDAP bind
  • + +
  • Merge debian-edu-config and debian-edu-install. The split made +sense when d-e-install did a lot more, but these days it is just an +inconvenience when we update the debconf preseeding values.
  • + +
  • Fix partman-auto to allow us to abort the installation before +touching the disk if the disk is too small. This is +BTS report #653305 and the +d-i developers are fine with the patch and someone just need to apply +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.
  • + +
  • Adjust to new LTSP framework (boot time config instead of install +time config). LTSP changed its design, and our hooks to install +packages and update the configuration is most likely not going to work +in Wheezy. + +
  • Consider switching to NBD instead of NFS for LTSP root, to allow +the Kernel to cache files in its normal file cache, possibly speeding +up KDE login on slow networks.
  • + +
  • Make it possible to create expired user passwords that need to +change on first login. This is useful when handing out password on +paper, to make sure only the user know the password. This require +fixes to the PAM handling of kdm and gdm.
  • + +
  • Make GUI for adding new machines automatically from sitesummary. +The current command line script is not very friendly to people most +familiar with GUIs. This should probably be integrated into GOsa to +have it available where the admin will be looking for it..
  • + +
  • We should find way for Nagios to check that the DHCP service +actually is working (as in handling out IP addresses). None of the +Nagios checks I have found so far have been working for me.
  • + +
  • We should switch from libpam-nss-ldapd to sssd for all profiles +using LDAP, and not only on for roaming workstations, to have less +packages to configure and consistent setup across all profiles.
  • + +
  • We should configure Kerberos to update LDAP and Samba password +when changing password using the Kerberos protocol. The hook was +requested in BTS report +#588968 and is now available in Wheezy. We might need to write a +MIT Kerberos plugin in C to get this.
  • + +
  • We should clean up the set of applications installed by default. +
      + +
    • reduce the number of chemistry visualisers
    • +
    • consider dropping xpaint
    • +
    • and probably more?
    • +
  • + +
  • Some hardware need external firmware to work properly. This is +mostly the case for WiFi network cards, but there are some other +examples too. For popular laptops to work out of the box, such +firmware need to be installed from non-free, and we should provide +some GUI to do this. Ubuntu already have this implemented, and we +could consider using their packages. At the moment we have some +command line script to do this (one for the running system, another +for the LTSP chroot).
  • + + +
  • In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We +should extend the list to Xfce and Sugar, and preferably find a way to +install several and allow the admin or the user to select which one to +use.
  • + +
  • The golearn tool from the goplay package make it easy to check out +interesting educational packages. We should work on the package +tagging in Debian to ensure it represent all the useful educational +packages, and extend the tool to allow it to use packagekit to install +new applications with a simple mouse click.
  • + +
  • The Squeeze version got half a exam solution already in place, +with the introduction of iptable based network blocking, but for it to +be a complete exam solution the Squid proxy need to enable +filtering/blocking as well when the exam mode is enabled. We should +implement a way to easily enable this for the schools that want it, +instead of the "it is documented" method of today.
  • + +
  • A feature used in several schools is the ability for a teacher to +"take over" the desktop of individual or all computers in the room. +There are at least three implementations, +italc, +controlaula og +epoptes and we should pick one of +them and make it trivial to set it up in a school. The challenges is +how to distribute crypto keys and how to group computers in one room +and how to set up which machine/user can control the machines in a +given room.
  • + +
  • Tablets and surf boards are getting more and more popular, and we +should look into providing a good solution for integrating these into +the Debian Edu network. Not quite sure how. Perhaps we should +provide a installation profile with better touch screen support for +them, or add some sync services to allow them to exchange +configuration and data with the central server. This should be +investigated.
  • + +

+ +

I guess we will discover more as we continue to work on the Wheezy +version.

+
+ + + + +
+ + + + + +

+ Created by Chronicle v4.4 +

+ + + diff --git a/blog/archive/2012/06/06.rss b/blog/archive/2012/06/06.rss index e0c5666405..a6e03588b1 100644 --- a/blog/archive/2012/06/06.rss +++ b/blog/archive/2012/06/06.rss @@ -491,10 +491,12 @@ til å levere hver uke. Har ikke undersøkt noen av de andre.</p> http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html Mon, 11 Jun 2012 14:30:00 +0200 - <p>During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.</p> + <p>During my work on +<a href="http://www.debian.org/News/2012/20120311.nb.html">Debian Edu +based on Squeeze</a>, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.</p> <p><ul> @@ -534,7 +536,8 @@ inconvenience when we update the debconf preseeding values.</li> touching the disk if the disk is too small. This is <a href="http://bugs.debian.org/653305">BTS report #653305</a> and the d-i developers are fine with the patch and someone just need to apply -it and upload.</li> +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.</li> <li>Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/archive/2012/06/index.html b/blog/archive/2012/06/index.html index b9da8ebab9..e9451a2779 100644 --- a/blog/archive/2012/06/index.html +++ b/blog/archive/2012/06/index.html @@ -593,10 +593,12 @@ til å levere hver uke. Har ikke undersøkt noen av de andre.

11th June 2012
-

During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.

+

During my work on +Debian Edu +based on Squeeze, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.

    @@ -636,7 +638,8 @@ inconvenience when we update the debconf preseeding values. touching the disk if the disk is too small. This is BTS report #653305 and the d-i developers are fine with the patch and someone just need to apply -it and upload. +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.
  • Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/index.html b/blog/index.html index 234dbce9dd..93210323a9 100644 --- a/blog/index.html +++ b/blog/index.html @@ -22,10 +22,12 @@
    11th June 2012
    -

    During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.

    +

    During my work on +Debian Edu +based on Squeeze, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.

      @@ -65,7 +67,8 @@ inconvenience when we update the debconf preseeding values. touching the disk if the disk is too small. This is BTS report #653305 and the d-i developers are fine with the patch and someone just need to apply -it and upload. +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.
    • Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/index.rss b/blog/index.rss index 2b61d6ba9c..3ae99cc26e 100644 --- a/blog/index.rss +++ b/blog/index.rss @@ -11,10 +11,12 @@ http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html Mon, 11 Jun 2012 14:30:00 +0200 - <p>During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.</p> + <p>During my work on +<a href="http://www.debian.org/News/2012/20120311.nb.html">Debian Edu +based on Squeeze</a>, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.</p> <p><ul> @@ -54,7 +56,8 @@ inconvenience when we update the debconf preseeding values.</li> touching the disk if the disk is too small. This is <a href="http://bugs.debian.org/653305">BTS report #653305</a> and the d-i developers are fine with the patch and someone just need to apply -it and upload.</li> +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.</li> <li>Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/tags/debian edu/debian edu.rss b/blog/tags/debian edu/debian edu.rss index 2277079fc4..3fff3b242a 100644 --- a/blog/tags/debian edu/debian edu.rss +++ b/blog/tags/debian edu/debian edu.rss @@ -7825,10 +7825,12 @@ enrol people.</p> http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html Mon, 11 Jun 2012 14:30:00 +0200 - <p>During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.</p> + <p>During my work on +<a href="http://www.debian.org/News/2012/20120311.nb.html">Debian Edu +based on Squeeze</a>, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.</p> <p><ul> @@ -7868,7 +7870,8 @@ inconvenience when we update the debconf preseeding values.</li> touching the disk if the disk is too small. This is <a href="http://bugs.debian.org/653305">BTS report #653305</a> and the d-i developers are fine with the patch and someone just need to apply -it and upload.</li> +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.</li> <li>Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/tags/debian edu/index.html b/blog/tags/debian edu/index.html index 9b584d508c..a369b5ca87 100644 --- a/blog/tags/debian edu/index.html +++ b/blog/tags/debian edu/index.html @@ -9078,10 +9078,12 @@ enrol people.

      11th June 2012
    -

    During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.

    +

    During my work on +Debian Edu +based on Squeeze, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.

      @@ -9121,7 +9123,8 @@ inconvenience when we update the debconf preseeding values. touching the disk if the disk is too small. This is BTS report #653305 and the d-i developers are fine with the patch and someone just need to apply -it and upload. +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.
    • Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/tags/english/english.rss b/blog/tags/english/english.rss index e62160ee4b..9c9b4c9d5a 100644 --- a/blog/tags/english/english.rss +++ b/blog/tags/english/english.rss @@ -8649,10 +8649,12 @@ Orwell</a>.</p> http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html Mon, 11 Jun 2012 14:30:00 +0200 - <p>During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.</p> + <p>During my work on +<a href="http://www.debian.org/News/2012/20120311.nb.html">Debian Edu +based on Squeeze</a>, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.</p> <p><ul> @@ -8692,7 +8694,8 @@ inconvenience when we update the debconf preseeding values.</li> touching the disk if the disk is too small. This is <a href="http://bugs.debian.org/653305">BTS report #653305</a> and the d-i developers are fine with the patch and someone just need to apply -it and upload.</li> +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.</li> <li>Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/tags/english/index.html b/blog/tags/english/index.html index 0321926efb..e830a4fc9e 100644 --- a/blog/tags/english/index.html +++ b/blog/tags/english/index.html @@ -10274,10 +10274,12 @@ Orwell.

      11th June 2012
    -

    During my work on Debian Edu based on Squeeze, I came across some -issues that should be addressed in the Wheezy release. I finally -found time to wrap up my notes and provide quick summary of what I -found, with a bit explanation.

    +

    During my work on +Debian Edu +based on Squeeze, I came across some issues that should be +addressed in the Wheezy release. I finally found time to wrap up my +notes and provide quick summary of what I found, with a bit +explanation.

      @@ -10317,7 +10319,8 @@ inconvenience when we update the debconf preseeding values. touching the disk if the disk is too small. This is BTS report #653305 and the d-i developers are fine with the patch and someone just need to apply -it and upload. +it and upload. After this is done we need to adjust +debian-edu-install to use this new hook.
    • Adjust to new LTSP framework (boot time config instead of install time config). LTSP changed its design, and our hooks to install diff --git a/blog/tags/fiksgatami/index.html b/blog/tags/fiksgatami/index.html index f45d2f3036..96d16549f7 100644 --- a/blog/tags/fiksgatami/index.html +++ b/blog/tags/fiksgatami/index.html @@ -1037,7 +1037,7 @@ kommunens potensielle lovbrudd.

    • May (12)
    • -
    • June (7)
    • +
    • June (8)
  • @@ -1158,13 +1158,13 @@ kommunens potensielle lovbrudd.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/fildeling/index.html b/blog/tags/fildeling/index.html index 34b2f0c986..5745ff8601 100644 --- a/blog/tags/fildeling/index.html +++ b/blog/tags/fildeling/index.html @@ -643,7 +643,7 @@ føre til at flere tar i bruk fri programvare.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
@@ -764,13 +764,13 @@ føre til at flere tar i bruk fri programvare.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/intervju/index.html b/blog/tags/intervju/index.html index 66466b54f5..64e4c54c3d 100644 --- a/blog/tags/intervju/index.html +++ b/blog/tags/intervju/index.html @@ -3074,7 +3074,7 @@ enrol people.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -3195,13 +3195,13 @@ enrol people.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/kart/index.html b/blog/tags/kart/index.html index 2def7ee8e5..468733d16d 100644 --- a/blog/tags/kart/index.html +++ b/blog/tags/kart/index.html @@ -1072,7 +1072,7 @@ til Ã¥ publisere sine kartdata pÃ¥ Internet uten bruksbegresninger.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1193,13 +1193,13 @@ til Ã¥ publisere sine kartdata pÃ¥ Internet uten bruksbegresninger.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/ldap/index.html b/blog/tags/ldap/index.html index fceb061d19..700cb8aac1 100644 --- a/blog/tags/ldap/index.html +++ b/blog/tags/ldap/index.html @@ -959,7 +959,7 @@ auxiliary object class.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1080,13 +1080,13 @@ auxiliary object class.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/lenker/index.html b/blog/tags/lenker/index.html index f3b0802cae..da9cc6d911 100644 --- a/blog/tags/lenker/index.html +++ b/blog/tags/lenker/index.html @@ -194,7 +194,7 @@ forslag for et rent og sikkert Internet.
  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -315,13 +315,13 @@ forslag for et rent og sikkert Internet.
  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/ltsp/index.html b/blog/tags/ltsp/index.html index 2953781e9c..9e1840dd86 100644 --- a/blog/tags/ltsp/index.html +++ b/blog/tags/ltsp/index.html @@ -75,7 +75,7 @@ of these cards.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -196,13 +196,13 @@ of these cards.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/multimedia/index.html b/blog/tags/multimedia/index.html index 32800b8859..ed8528a2d4 100644 --- a/blog/tags/multimedia/index.html +++ b/blog/tags/multimedia/index.html @@ -1017,7 +1017,7 @@ standards also for video.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1138,13 +1138,13 @@ standards also for video.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/norsk/index.html b/blog/tags/norsk/index.html index d5f8be3530..c0bd6239be 100644 --- a/blog/tags/norsk/index.html +++ b/blog/tags/norsk/index.html @@ -10938,7 +10938,7 @@ til Ã¥ levere hver uke. Har ikke undersøkt noen av de andre.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -11059,13 +11059,13 @@ til Ã¥ levere hver uke. Har ikke undersøkt noen av de andre.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/nuug/index.html b/blog/tags/nuug/index.html index 95193daa42..f13187bbc0 100644 --- a/blog/tags/nuug/index.html +++ b/blog/tags/nuug/index.html @@ -7839,7 +7839,7 @@ til Ã¥ levere hver uke. Har ikke undersøkt noen av de andre.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -7960,13 +7960,13 @@ til Ã¥ levere hver uke. Har ikke undersøkt noen av de andre.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/offentlig innsyn/index.html b/blog/tags/offentlig innsyn/index.html new file mode 100644 index 0000000000..20a4d6e973 --- /dev/null +++ b/blog/tags/offentlig innsyn/index.html @@ -0,0 +1,333 @@ + + + + + Petter Reinholdtsen: Entries Tagged offentlig innsyn + + + + + +
    +

    + Petter Reinholdtsen + +

    + +
    + + +

    Entries tagged "offentlig innsyn".

    + +
    + +
    + 10th June 2012 +
    +
    +

    De siste månedene har jeg sammen med andre i NUUG jobbet med å +gjøre det enklere å få innsyn i offentlige dokumenter, og dette +inkluderer å gjøre postjournaler enklere tilgjengelig for maskinell +analyse og søk. I den forbindelse tok jeg i dag å tittet litt på +Offentlig Elektronisk Postjournal +(OEP), FAD/DIFIs fellesløsning for departementer og statlige +etater.

    + +

    Her er antall oppføringer pr. måned det siste året, +summert +opp ved hjelp av +en +Scraperwiki-database. Merk at denne Scraperwikien har +ytelsesproblemer pga. mengden data.

    + +

    + + + + + + + + + + + + +
    MÃ¥nedAntall
    2011-07164355
    2011-08153662
    2011-09173134
    2011-10170665
    2011-11198409
    2011-12175908
    2012-01206875
    2012-02202862
    2012-03204225
    2012-04207931
    2012-05223754

    + +

    Det er også interessant å se hvor ofte ulike etater sender inn sine +journaloppføringer til OEP. OEP inneholder en liste med sist +innrapporteringsdato for alle som sender til OEP, og ved å se når og +hvor ofte det blir sendt inn fra etatene kan +frekvensen +beregnes. Her er bunnlista, dvs. de som leverer mer enn hver 10 +dag beregnet fra +en +Scraperwiki-database:

    + +

    + + + + + + + + + + + + + + + + + +
    Etat Frekvens Leveringer
    Norges geologiske undersøkelse 83.7527546296 1
    Medietilsynet 33.7527546296 1
    Departementenes servicesenter 23.8763773148 2
    Kunnskapsdepartementet 15.8763773148 2
    Kompetansesenter for distriktsutvikling 15.3763773148 2
    Toll- og avgiftsdirektoratet 15.3763773148 2
    Fredskorpset 12.5842515432 3
    Statens legemiddelverk 12.1881886574 4
    Utlendingsnemnda 11.5842515432 3
    Politidirektoratet 10.9175848765 3
    Skattedirektoratet 10.9175848765 3
    Statens innkrevingssentral 10.5842515432 3
    Barne-, ungdoms- og familiedirektoratet 10.2509182099 3
    Kunst i offentlige rom 10.2509182099 3

    + +

    En kan beregne lignende frekvenser ved å sammenligne +journalføringsdato med publiseringsdato for hver enkelt oppføring i +OEP, men den lenken legger jeg ikke ved her for å unngå at +søkemotorroboter begynner å overbelaste Scraperwiki-databasen.

    + +

    Jeg har spurt Norges geologiske undersøkelse om hvorfor de leverer +så sjelden, og det kommer av at de har problemer etter oppgradering av +arkivsystemet sitt og jobber med å fikse det slik at de kan gå tilbake +til å levere hver uke. Har ikke undersøkt noen av de andre.

    + +
    +
    + + + Tags: norsk, nuug, offentlig innsyn. + + +
    +
    +
    + +

    RSS Feed

    + +

    + Created by Chronicle v4.4 +

    + + + diff --git a/blog/tags/offentlig innsyn/offentlig innsyn.rss b/blog/tags/offentlig innsyn/offentlig innsyn.rss new file mode 100644 index 0000000000..34c538ab0b --- /dev/null +++ b/blog/tags/offentlig innsyn/offentlig innsyn.rss @@ -0,0 +1,87 @@ + + + + Petter Reinholdtsen - Entries tagged offentlig innsyn + Entries tagged offentlig innsyn + http://people.skolelinux.org/pere/blog/ + + + + Litt statistikk fra Offentlig Elektronisk postjournal + http://people.skolelinux.org/pere/blog/Litt_statistikk_fra_Offentlig_Elektronisk_postjournal.html + http://people.skolelinux.org/pere/blog/Litt_statistikk_fra_Offentlig_Elektronisk_postjournal.html + Sun, 10 Jun 2012 20:30:00 +0200 + <p>De siste månedene har jeg sammen med andre i NUUG jobbet med å +gjøre det enklere å få innsyn i offentlige dokumenter, og dette +inkluderer å gjøre postjournaler enklere tilgjengelig for maskinell +analyse og søk. I den forbindelse tok jeg i dag å tittet litt på +<a href="http://www.oep.no/">Offentlig Elektronisk Postjournal +(OEP)</a>, FAD/DIFIs fellesløsning for departementer og statlige +etater.</p> + +<p>Her er antall oppføringer pr. måned det siste året, +<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=postliste-oep&query=select%20strftime(%22%25Y-%25m%22%2C%20%60recordpublishdate%60)%20as%20oeppubmonth%2C%20count(*)%20from%20%60swdata%60%20group%20by%20oeppubmonth%20order%20by%20oeppubmonth">summert +opp</a> ved hjelp av +<a href="https://scraperwiki.com/scrapers/postliste-oep/">en +Scraperwiki-database</a>. Merk at denne Scraperwikien har +ytelsesproblemer pga. mengden data. </p> + +<p><table border="1"> +<tr><th>Måned</th><th>Antall</th></tr> +<tr><td>2011-07</td><td>164355</td></tr> +<tr><td>2011-08</td><td>153662</td></tr> +<tr><td>2011-09</td><td>173134</td></tr> +<tr><td>2011-10</td><td>170665</td></tr> +<tr><td>2011-11</td><td>198409</td></tr> +<tr><td>2011-12</td><td>175908</td></tr> +<tr><td>2012-01</td><td>206875</td></tr> +<tr><td>2012-02</td><td>202862</td></tr> +<tr><td>2012-03</td><td>204225</td></tr> +<tr><td>2012-04</td><td>207931</td></tr> +<tr><td>2012-05</td><td>223754</td></tr> +</table></p> + +<p>Det er også interessant å se hvor ofte ulike etater sender inn sine +journaloppføringer til OEP. OEP inneholder en liste med sist +innrapporteringsdato for alle som sender til OEP, og ved å se når og +hvor ofte det blir sendt inn fra etatene kan +<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=postliste-oep-deliverydates&query=select%20agency%2C%0A(julianday(datetime('now'))%20-%20%0A%20julianday(min(%60deliverydate%60)))%2Fcount(*)%20as%20dayfreq%2C%0A%20count(*)%0Afrom%20%60swdata%60%20group%20by%20agency%20order%20by%20dayfreq%20desc">frekvensen +beregnes</a>. Her er bunnlista, dvs. de som leverer mer enn hver 10 +dag beregnet fra +<a href="https://scraperwiki.com/scrapers/postliste-oep-deliverydates/">en +Scraperwiki-database</a>:</p> + +<p><table border="1"> + +<tr> <th>Etat</th> <th>Frekvens</th> <th>Leveringer</th> </tr> +<tr> <td>Norges geologiske undersøkelse</td> <td>83.7527546296</td> <td>1</td> </tr> +<tr> <td>Medietilsynet</td> <td>33.7527546296</td> <td>1</td> </tr> +<tr> <td>Departementenes servicesenter</td> <td>23.8763773148</td> <td>2</td> </tr> +<tr> <td>Kunnskapsdepartementet</td> <td>15.8763773148</td> <td>2</td> </tr> +<tr> <td>Kompetansesenter for distriktsutvikling</td> <td>15.3763773148</td> <td>2</td> </tr> +<tr> <td>Toll- og avgiftsdirektoratet</td> <td>15.3763773148</td> <td>2</td> </tr> +<tr> <td>Fredskorpset</td> <td>12.5842515432</td> <td>3</td> </tr> +<tr> <td>Statens legemiddelverk</td> <td>12.1881886574</td> <td>4</td> </tr> +<tr> <td>Utlendingsnemnda</td> <td>11.5842515432</td> <td>3</td> </tr> +<tr> <td>Politidirektoratet</td> <td>10.9175848765</td> <td>3</td> </tr> +<tr> <td>Skattedirektoratet</td> <td>10.9175848765</td> <td>3</td> </tr> +<tr> <td>Statens innkrevingssentral</td> <td>10.5842515432</td> <td>3</td> </tr> +<tr> <td>Barne-, ungdoms- og familiedirektoratet</td> <td>10.2509182099</td> <td>3</td> </tr> +<tr> <td>Kunst i offentlige rom</td> <td>10.2509182099</td> <td>3</td> </tr> + +</table></p> + +<p>En kan beregne lignende frekvenser ved å sammenligne +journalføringsdato med publiseringsdato for hver enkelt oppføring i +OEP, men den lenken legger jeg ikke ved her for å unngå at +søkemotorroboter begynner å overbelaste Scraperwiki-databasen.</p> + +<p>Jeg har spurt Norges geologiske undersøkelse om hvorfor de leverer +så sjelden, og det kommer av at de har problemer etter oppgradering av +arkivsystemet sitt og jobber med å fikse det slik at de kan gå tilbake +til å levere hver uke. Har ikke undersøkt noen av de andre.</p> + + + + + diff --git a/blog/tags/open311/index.html b/blog/tags/open311/index.html index cb4097769c..73775046c0 100644 --- a/blog/tags/open311/index.html +++ b/blog/tags/open311/index.html @@ -170,7 +170,7 @@ to have a look. Please send feedback to the
  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -291,13 +291,13 @@ to have a look. Please send feedback to the
  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/opphavsrett/index.html b/blog/tags/opphavsrett/index.html index c1dab06cb2..6b91c9603d 100644 --- a/blog/tags/opphavsrett/index.html +++ b/blog/tags/opphavsrett/index.html @@ -1563,7 +1563,7 @@ med fÃ¥r en kopi.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1684,13 +1684,13 @@ med fÃ¥r en kopi.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/personvern/index.html b/blog/tags/personvern/index.html index 29dbe9e4e6..3eb74aebf2 100644 --- a/blog/tags/personvern/index.html +++ b/blog/tags/personvern/index.html @@ -2785,7 +2785,7 @@ standards also for video.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -2906,13 +2906,13 @@ standards also for video.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/raid/index.html b/blog/tags/raid/index.html index 5186265586..82033a6bf2 100644 --- a/blog/tags/raid/index.html +++ b/blog/tags/raid/index.html @@ -111,7 +111,7 @@ disk(s) is failing when the RAID is running short on disks.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -232,13 +232,13 @@ disk(s) is failing when the RAID is running short on disks.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/reprap/index.html b/blog/tags/reprap/index.html index 96ee77279c..a1bf70cdf8 100644 --- a/blog/tags/reprap/index.html +++ b/blog/tags/reprap/index.html @@ -537,7 +537,7 @@ very cool 3D scanner.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -658,13 +658,13 @@ very cool 3D scanner.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/rfid/index.html b/blog/tags/rfid/index.html index 000cb0bb13..a696938001 100644 --- a/blog/tags/rfid/index.html +++ b/blog/tags/rfid/index.html @@ -160,7 +160,7 @@ i 2007. Det er i dag mulig Ã¥ klone slike kort.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -281,13 +281,13 @@ i 2007. Det er i dag mulig Ã¥ klone slike kort.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/robot/index.html b/blog/tags/robot/index.html index 2a94f7a64d..f412aa6d45 100644 --- a/blog/tags/robot/index.html +++ b/blog/tags/robot/index.html @@ -258,7 +258,7 @@ please let me know.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -379,13 +379,13 @@ please let me know.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/rss/index.html b/blog/tags/rss/index.html index c9b5b3a0e9..7b492045e3 100644 --- a/blog/tags/rss/index.html +++ b/blog/tags/rss/index.html @@ -64,7 +64,7 @@ forsøk.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -185,13 +185,13 @@ forsøk.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/ruter/index.html b/blog/tags/ruter/index.html index 77e08ab383..c0bcff4b25 100644 --- a/blog/tags/ruter/index.html +++ b/blog/tags/ruter/index.html @@ -218,7 +218,7 @@ Commons Navngivelse 3.0 Norge (CC BY 3.0).

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -339,13 +339,13 @@ Commons Navngivelse 3.0 Norge (CC BY 3.0).

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/scraperwiki/index.html b/blog/tags/scraperwiki/index.html index 470e22e544..3b71187d6d 100644 --- a/blog/tags/scraperwiki/index.html +++ b/blog/tags/scraperwiki/index.html @@ -93,7 +93,7 @@ av Ã¥ dele informasjon med andre uten bruksbegresninger.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -214,13 +214,13 @@ av Ã¥ dele informasjon med andre uten bruksbegresninger.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/sikkerhet/index.html b/blog/tags/sikkerhet/index.html index f995d7b30c..0f492b3c2c 100644 --- a/blog/tags/sikkerhet/index.html +++ b/blog/tags/sikkerhet/index.html @@ -1493,7 +1493,7 @@ for their packages.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1614,13 +1614,13 @@ for their packages.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/sitesummary/index.html b/blog/tags/sitesummary/index.html index 72ebf38455..9590328eba 100644 --- a/blog/tags/sitesummary/index.html +++ b/blog/tags/sitesummary/index.html @@ -269,7 +269,7 @@ original text, and have added it to the text now.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -390,13 +390,13 @@ original text, and have added it to the text now.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/standard/index.html b/blog/tags/standard/index.html index 838dfb3e00..551a85f9b5 100644 --- a/blog/tags/standard/index.html +++ b/blog/tags/standard/index.html @@ -2225,7 +2225,7 @@ for background information. Norwegian only, sorry. :)

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -2346,13 +2346,13 @@ for background information. Norwegian only, sorry. :)

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/stavekontroll/index.html b/blog/tags/stavekontroll/index.html index c9e4bb28fc..dc92b7ff48 100644 --- a/blog/tags/stavekontroll/index.html +++ b/blog/tags/stavekontroll/index.html @@ -84,7 +84,7 @@ stavekontrollen.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -205,13 +205,13 @@ stavekontrollen.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/stortinget/index.html b/blog/tags/stortinget/index.html index 72d67e75fb..7a02b78dfe 100644 --- a/blog/tags/stortinget/index.html +++ b/blog/tags/stortinget/index.html @@ -301,7 +301,7 @@ til Ã¥ ta en sniktitt.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -422,13 +422,13 @@ til Ã¥ ta en sniktitt.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/surveillance/index.html b/blog/tags/surveillance/index.html index d37c7d8651..59f4156055 100644 --- a/blog/tags/surveillance/index.html +++ b/blog/tags/surveillance/index.html @@ -560,7 +560,7 @@ Orwell.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -681,13 +681,13 @@ Orwell.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/valg/index.html b/blog/tags/valg/index.html index 49b9114850..611ec2a3d8 100644 --- a/blog/tags/valg/index.html +++ b/blog/tags/valg/index.html @@ -355,7 +355,7 @@ valgsystemet.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -476,13 +476,13 @@ valgsystemet.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/video/index.html b/blog/tags/video/index.html index e081266cbc..04a065699b 100644 --- a/blog/tags/video/index.html +++ b/blog/tags/video/index.html @@ -1604,7 +1604,7 @@ standards also for video.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1725,13 +1725,13 @@ standards also for video.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/vitenskap/index.html b/blog/tags/vitenskap/index.html index 7d9a8f495a..da7f75f8dd 100644 --- a/blog/tags/vitenskap/index.html +++ b/blog/tags/vitenskap/index.html @@ -129,7 +129,7 @@ skyskrapere. Takke meg til en tur til mÃ¥nen.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -250,13 +250,13 @@ skyskrapere. Takke meg til en tur til mÃ¥nen.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)
  • diff --git a/blog/tags/web/index.html b/blog/tags/web/index.html index 25c3eb49b2..bc04d77022 100644 --- a/blog/tags/web/index.html +++ b/blog/tags/web/index.html @@ -1192,7 +1192,7 @@ med fÃ¥r en kopi.

  • May (12)
  • -
  • June (7)
  • +
  • June (8)
  • @@ -1313,13 +1313,13 @@ med fÃ¥r en kopi.

  • debian (54)
  • -
  • debian edu (103)
  • +
  • debian edu (104)
  • digistan (8)
  • drivstoffpriser (3)
  • -
  • english (134)
  • +
  • english (135)
  • fiksgatami (16)