]> pere.pagekite.me Git - homepage.git/blob - blog/tags/standard/standard.rss
fba23dd567688ed87242dbaa7675a9d32ebd661a
[homepage.git] / blog / tags / standard / standard.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged standard</title>
5 <description>Entries tagged standard</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>Why is your site not using Content Security Policy / CSP?</title>
11 <link>http://people.skolelinux.org/pere/blog/Why_is_your_site_not_using_Content_Security_Policy___CSP_.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_is_your_site_not_using_Content_Security_Policy___CSP_.html</guid>
13 <pubDate>Sun, 9 Dec 2018 15:00:00 +0100</pubDate>
14 <description>&lt;p&gt;Yesterday, I had the pleasure of watching on Frikanalen the OWASP
15 talk by Scott Helme titled
16 &quot;&lt;a href=&quot;https://frikanalen.no/video/626080/&quot;&gt;What We’ve Learned From
17 Billions of Security Reports&lt;/a&gt;&quot;. I had not heard of the
18 &lt;a href=&quot;https://en.wikipedia.org/wiki/Content_Security_Policy&quot;&gt;Content
19 Security Policy standard&lt;/a&gt; nor its ability to &quot;call home&quot; when a
20 browser detect a policy breach (I do not follow web page design
21 development much these days), and found the talk very illuminating.&lt;/p&gt;
22
23 &lt;p&gt;The mechanism allow a web site owner to use HTTP headers to tell
24 visitors web browser which sources (internal and external) are allowed to
25 be used on the web site. Thus it become possible to enforce a &quot;only
26 local content&quot; policy despite web designers urge to fetch programs
27 from random sites on the Internet, like the one
28 &lt;a href=&quot;https://securityaffairs.co/wordpress/68966/hacking/browsealoud-plugin-hack.html&quot;&gt;enabling
29 the attack&lt;/a&gt; reported by Scott Helme earlier this year.&lt;/p&gt;
30
31 &lt;p&gt;Using CSP seem like an obvious thing for a site admin to implement
32 to take some control over the information leak that occur when
33 external sources are used to render web pages, it is a mystery more
34 sites are not using CSP? It is being
35 &lt;a href=&quot;https://www.w3.org/TR/CSP/&quot;&gt;standardized under W3C&lt;/a&gt; these
36 days, and is supposed by most web browsers&lt;/p&gt;
37
38 &lt;p&gt;I managed to find &lt;a href=&quot;https://github.com/mozilla/django-csp&quot;&gt;a
39 Django middleware for implementing CSP&lt;/a&gt; and was happy to discover
40 it was already in Debian. I plan to use it to add CSP support to the
41 Frikanalen web site soon.&lt;/p&gt;
42
43 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
44 activities, please send Bitcoin donations to my address
45 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
46 </description>
47 </item>
48
49 <item>
50 <title>Time for an official MIME type for patches?</title>
51 <link>http://people.skolelinux.org/pere/blog/Time_for_an_official_MIME_type_for_patches_.html</link>
52 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_an_official_MIME_type_for_patches_.html</guid>
53 <pubDate>Thu, 1 Nov 2018 08:15:00 +0100</pubDate>
54 <description>&lt;p&gt;As part of my involvement in
55 &lt;a href=&quot;https://gitlab.com/OsloMet-ABI/nikita-noark5-core&quot;&gt;the Nikita
56 archive API project&lt;/a&gt;, I&#39;ve been importing a fairly large lump of
57 emails into a test instance of the archive to see how well this would
58 go. I picked a subset of &lt;a href=&quot;https://notmuchmail.org/&quot;&gt;my
59 notmuch email database&lt;/a&gt;, all public emails sent to me via
60 @lists.debian.org, giving me a set of around 216 000 emails to import.
61 In the process, I had a look at the various attachments included in
62 these emails, to figure out what to do with attachments, and noticed
63 that one of the most common attachment formats do not have
64 &lt;a href=&quot;https://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;an
65 official MIME type&lt;/a&gt; registered with IANA/IETF. The output from
66 diff, ie the input for patch, is on the top 10 list of formats
67 included in these emails. At the moment people seem to use either
68 text/x-patch or text/x-diff, but neither is officially registered. It
69 would be better if one official MIME type were registered and used
70 everywhere.&lt;/p&gt;
71
72 &lt;p&gt;To try to get one official MIME type for these files, I&#39;ve brought
73 up the topic on
74 &lt;a href=&quot;https://www.ietf.org/mailman/listinfo/media-types&quot;&gt;the
75 media-types mailing list&lt;/a&gt;. If you are interested in discussion
76 which MIME type to use as the official for patch files, or involved in
77 making software using a MIME type for patches, perhaps you would like
78 to join the discussion?&lt;/p&gt;
79
80 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
81 activities, please send Bitcoin donations to my address
82 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
83 </description>
84 </item>
85
86 <item>
87 <title>Release 0.2 of free software archive system Nikita announced</title>
88 <link>http://people.skolelinux.org/pere/blog/Release_0_2_of_free_software_archive_system_Nikita_announced.html</link>
89 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Release_0_2_of_free_software_archive_system_Nikita_announced.html</guid>
90 <pubDate>Thu, 18 Oct 2018 14:40:00 +0200</pubDate>
91 <description>&lt;p&gt;This morning, the new release of the
92 &lt;a href=&quot;https://gitlab.com/OsloMet-ABI/nikita-noark5-core/&quot;&gt;Nikita
93 Noark 5 core project&lt;/a&gt; was
94 &lt;a href=&quot;https://lists.nuug.no/pipermail/nikita-noark/2018-October/000406.html&quot;&gt;announced
95 on the project mailing list&lt;/a&gt;. The free software solution is an
96 implementation of the Norwegian archive standard Noark 5 used by
97 government offices in Norway. These were the changes in version 0.2
98 since version 0.1.1 (from NEWS.md):
99
100 &lt;ul&gt;
101 &lt;li&gt;Fix typos in REL names&lt;/li&gt;
102 &lt;li&gt;Tidy up error message reporting&lt;/li&gt;
103 &lt;li&gt;Fix issue where we used Integer.valueOf(), not Integer.getInteger()&lt;/li&gt;
104 &lt;li&gt;Change some String handling to StringBuffer&lt;/li&gt;
105 &lt;li&gt;Fix error reporting&lt;/li&gt;
106 &lt;li&gt;Code tidy-up&lt;/li&gt;
107 &lt;li&gt;Fix issue using static non-synchronized SimpleDateFormat to avoid
108 race conditions&lt;/li&gt;
109 &lt;li&gt;Fix problem where deserialisers were treating integers as strings&lt;/li&gt;
110 &lt;li&gt;Update methods to make them null-safe&lt;/li&gt;
111 &lt;li&gt;Fix many issues reported by coverity&lt;/li&gt;
112 &lt;li&gt;Improve equals(), compareTo() and hash() in domain model&lt;/li&gt;
113 &lt;li&gt;Improvements to the domain model for metadata classes&lt;/li&gt;
114 &lt;li&gt;Fix CORS issues when downloading document&lt;/li&gt;
115 &lt;li&gt;Implementation of case-handling with registryEntry and document upload&lt;/li&gt;
116 &lt;li&gt;Better support in Javascript for OPTIONS&lt;/li&gt;
117 &lt;li&gt;Adding concept description of mail integration&lt;/li&gt;
118 &lt;li&gt;Improve setting of default values for GET on ny-journalpost&lt;/li&gt;
119 &lt;li&gt;Better handling of required values during deserialisation &lt;/li&gt;
120 &lt;li&gt;Changed tilknyttetDato (M620) from date to dateTime&lt;/li&gt;
121 &lt;li&gt;Corrected some opprettetDato (M600) (de)serialisation errors.&lt;/li&gt;
122 &lt;li&gt;Improve parse error reporting.&lt;/li&gt;
123 &lt;li&gt;Started on OData search and filtering.&lt;/li&gt;
124 &lt;li&gt;Added Contributor Covenant Code of Conduct to project.&lt;/li&gt;
125 &lt;li&gt;Moved repository and project from Github to Gitlab.&lt;/li&gt;
126 &lt;li&gt;Restructured repository, moved code into src/ and web/.&lt;/li&gt;
127 &lt;li&gt;Updated code to use Spring Boot version 2.&lt;/li&gt;
128 &lt;li&gt;Added support for OAuth2 authentication.&lt;/li&gt;
129 &lt;li&gt;Fixed several bugs discovered by Coverity.&lt;/li&gt;
130 &lt;li&gt;Corrected handling of date/datetime fields.&lt;/li&gt;
131 &lt;li&gt;Improved error reporting when rejecting during deserializatoin.&lt;/li&gt;
132 &lt;li&gt;Adjusted default values provided for ny-arkivdel, ny-mappe,
133 ny-saksmappe, ny-journalpost and ny-dokumentbeskrivelse.&lt;/li&gt;
134 &lt;li&gt;Several fixes for korrespondansepart*.&lt;/li&gt;
135 &lt;li&gt;Updated web GUI:
136 &lt;ul&gt;
137 &lt;li&gt;Now handle both file upload and download.&lt;/li&gt;
138 &lt;li&gt;Uses new OAuth2 authentication for login.&lt;/li&gt;
139 &lt;li&gt;Forms now fetches default values from API using GET.&lt;/li&gt;
140 &lt;li&gt;Added RFC 822 (email), TIFF and JPEG to list of possible file formats.&lt;/li&gt;
141 &lt;/ul&gt;&lt;/li&gt;
142 &lt;/ul&gt;
143
144 &lt;p&gt;The changes and improvements are extensive. Running diffstat on
145 the changes between git tab 0.1.1 and 0.2 show 1098 files changed,
146 108666 insertions(+), 54066 deletions(-).&lt;/p&gt;
147
148 &lt;p&gt;If free and open standardized archiving API sound interesting to
149 you, please contact us on IRC
150 (&lt;a href=&quot;irc://irc.freenode.net/%23nikita&quot;&gt;#nikita on
151 irc.freenode.net&lt;/a&gt;) or email
152 (&lt;a href=&quot;https://lists.nuug.no/mailman/listinfo/nikita-noark&quot;&gt;nikita-noark
153 mailing list&lt;/a&gt;).&lt;/p&gt;
154
155 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
156 activities, please send Bitcoin donations to my address
157 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
158 </description>
159 </item>
160
161 <item>
162 <title>Release 0.1.1 of free software archive system Nikita announced</title>
163 <link>http://people.skolelinux.org/pere/blog/Release_0_1_1_of_free_software_archive_system_Nikita_announced.html</link>
164 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Release_0_1_1_of_free_software_archive_system_Nikita_announced.html</guid>
165 <pubDate>Sat, 10 Jun 2017 00:40:00 +0200</pubDate>
166 <description>&lt;p&gt;I am very happy to report that the
167 &lt;a href=&quot;https://github.com/hiOA-ABI/nikita-noark5-core&quot;&gt;Nikita Noark 5
168 core project&lt;/a&gt; tagged its second release today. The free software
169 solution is an implementation of the Norwegian archive standard Noark
170 5 used by government offices in Norway. These were the changes in
171 version 0.1.1 since version 0.1.0 (from NEWS.md):
172
173 &lt;ul&gt;
174
175 &lt;li&gt;Continued work on the angularjs GUI, including document upload.&lt;/li&gt;
176 &lt;li&gt;Implemented correspondencepartPerson, correspondencepartUnit and
177 correspondencepartInternal&lt;/li&gt;
178 &lt;li&gt;Applied for coverity coverage and started submitting code on
179 regualr basis.&lt;/li&gt;
180 &lt;li&gt;Started fixing bugs reported by coverity&lt;/li&gt;
181 &lt;li&gt;Corrected and completed HATEOAS links to make sure entire API is
182 available via URLs in _links.&lt;/li&gt;
183 &lt;li&gt;Corrected all relation URLs to use trailing slash.&lt;/li&gt;
184 &lt;li&gt;Add initial support for storing data in ElasticSearch.&lt;/li&gt;
185 &lt;li&gt;Now able to receive and store uploaded files in the archive.&lt;/li&gt;
186 &lt;li&gt;Changed JSON output for object lists to have relations in _links.&lt;/li&gt;
187 &lt;li&gt;Improve JSON output for empty object lists.&lt;/li&gt;
188 &lt;li&gt;Now uses correct MIME type application/vnd.noark5-v4+json.&lt;/li&gt;
189 &lt;li&gt;Added support for docker container images.&lt;/li&gt;
190 &lt;li&gt;Added simple API browser implemented in JavaScript/Angular.&lt;/li&gt;
191 &lt;li&gt;Started on archive client implemented in JavaScript/Angular.&lt;/li&gt;
192 &lt;li&gt;Started on prototype to show the public mail journal.&lt;/li&gt;
193 &lt;li&gt;Improved performance by disabling Sprint FileWatcher.&lt;/li&gt;
194 &lt;li&gt;Added support for &#39;arkivskaper&#39;, &#39;saksmappe&#39; and &#39;journalpost&#39;.&lt;/li&gt;
195 &lt;li&gt;Added support for some metadata codelists.&lt;/li&gt;
196 &lt;li&gt;Added support for Cross-origin resource sharing (CORS).&lt;/li&gt;
197 &lt;li&gt;Changed login method from Basic Auth to JSON Web Token (RFC 7519)
198 style.&lt;/li&gt;
199 &lt;li&gt;Added support for GET-ing ny-* URLs.&lt;/li&gt;
200 &lt;li&gt;Added support for modifying entities using PUT and eTag.&lt;/li&gt;
201 &lt;li&gt;Added support for returning XML output on request.&lt;/li&gt;
202 &lt;li&gt;Removed support for English field and class names, limiting ourself
203 to the official names.&lt;/li&gt;
204 &lt;li&gt;...&lt;/li&gt;
205
206 &lt;/ul&gt;
207
208 &lt;p&gt;If this sound interesting to you, please contact us on IRC (#nikita
209 on irc.freenode.net) or email
210 (&lt;a href=&quot;https://lists.nuug.no/mailman/listinfo/nikita-noark&quot;&gt;nikita-noark
211 mailing list).&lt;/p&gt;
212 </description>
213 </item>
214
215 <item>
216 <title>Idea for storing trusted timestamps in a Noark 5 archive</title>
217 <link>http://people.skolelinux.org/pere/blog/Idea_for_storing_trusted_timestamps_in_a_Noark_5_archive.html</link>
218 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_storing_trusted_timestamps_in_a_Noark_5_archive.html</guid>
219 <pubDate>Wed, 7 Jun 2017 21:40:00 +0200</pubDate>
220 <description>&lt;p&gt;&lt;em&gt;This is a copy of
221 &lt;a href=&quot;https://lists.nuug.no/pipermail/nikita-noark/2017-June/000297.html&quot;&gt;an
222 email I posted to the nikita-noark mailing list&lt;/a&gt;. Please follow up
223 there if you would like to discuss this topic. The background is that
224 we are making a free software archive system based on the Norwegian
225 &lt;a href=&quot;https://www.arkivverket.no/forvaltning-og-utvikling/regelverk-og-standarder/noark-standarden&quot;&gt;Noark
226 5 standard&lt;/a&gt; for government archives.&lt;/em&gt;&lt;/p&gt;
227
228 &lt;p&gt;I&#39;ve been wondering a bit lately how trusted timestamps could be
229 stored in Noark 5.
230 &lt;a href=&quot;https://en.wikipedia.org/wiki/Trusted_timestamping&quot;&gt;Trusted
231 timestamps&lt;/a&gt; can be used to verify that some information
232 (document/file/checksum/metadata) have not been changed since a
233 specific time in the past. This is useful to verify the integrity of
234 the documents in the archive.&lt;/p&gt;
235
236 &lt;p&gt;Then it occured to me, perhaps the trusted timestamps could be
237 stored as dokument variants (ie dokumentobjekt referered to from
238 dokumentbeskrivelse) with the filename set to the hash it is
239 stamping?&lt;/p&gt;
240
241 &lt;p&gt;Given a &quot;dokumentbeskrivelse&quot; with an associated &quot;dokumentobjekt&quot;,
242 a new dokumentobjekt is associated with &quot;dokumentbeskrivelse&quot; with the
243 same attributes as the stamped dokumentobjekt except these
244 attributes:&lt;/p&gt;
245
246 &lt;ul&gt;
247
248 &lt;li&gt;format -&gt; &quot;RFC3161&quot;
249 &lt;li&gt;mimeType -&gt; &quot;application/timestamp-reply&quot;
250 &lt;li&gt;formatDetaljer -&gt; &quot;&amp;lt;source URL for timestamp service&amp;gt;&quot;
251 &lt;li&gt;filenavn -&gt; &quot;&amp;lt;sjekksum&amp;gt;.tsr&quot;
252
253 &lt;/ul&gt;
254
255 &lt;p&gt;This assume a service following
256 &lt;a href=&quot;https://tools.ietf.org/html/rfc3161&quot;&gt;IETF RFC 3161&lt;/a&gt; is
257 used, which specifiy the given MIME type for replies and the .tsr file
258 ending for the content of such trusted timestamp. As far as I can
259 tell from the Noark 5 specifications, it is OK to have several
260 variants/renderings of a dokument attached to a given
261 dokumentbeskrivelse objekt. It might be stretching it a bit to make
262 some of these variants represent crypto-signatures useful for
263 verifying the document integrity instead of representing the dokument
264 itself.&lt;/p&gt;
265
266 &lt;p&gt;Using the source of the service in formatDetaljer allow several
267 timestamping services to be used. This is useful to spread the risk
268 of key compromise over several organisations. It would only be a
269 problem to trust the timestamps if all of the organisations are
270 compromised.&lt;/p&gt;
271
272 &lt;p&gt;The following oneliner on Linux can be used to generate the tsr
273 file. $input is the path to the file to checksum, and $sha256 is the
274 SHA-256 checksum of the file (ie the &quot;&lt;sjekksum&gt;.tsr&quot; value mentioned
275 above).&lt;/p&gt;
276
277 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
278 openssl ts -query -data &quot;$inputfile&quot; -cert -sha256 -no_nonce \
279 | curl -s -H &quot;Content-Type: application/timestamp-query&quot; \
280 --data-binary &quot;@-&quot; http://zeitstempel.dfn.de &gt; $sha256.tsr
281 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
282
283 &lt;p&gt;To verify the timestamp, you first need to download the public key
284 of the trusted timestamp service, for example using this command:&lt;/p&gt;
285
286 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
287 wget -O ca-cert.txt \
288 https://pki.pca.dfn.de/global-services-ca/pub/cacert/chain.txt
289 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
290
291 &lt;p&gt;Note, the public key should be stored alongside the timestamps in
292 the archive to make sure it is also available 100 years from now. It
293 is probably a good idea to standardise how and were to store such
294 public keys, to make it easier to find for those trying to verify
295 documents 100 or 1000 years from now. :)&lt;/p&gt;
296
297 &lt;p&gt;The verification itself is a simple openssl command:&lt;/p&gt;
298
299 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
300 openssl ts -verify -data $inputfile -in $sha256.tsr \
301 -CAfile ca-cert.txt -text
302 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
303
304 &lt;p&gt;Is there any reason this approach would not work? Is it somehow against
305 the Noark 5 specification?&lt;/p&gt;
306 </description>
307 </item>
308
309 <item>
310 <title>Epost inn som arkivformat i Riksarkivarens forskrift?</title>
311 <link>http://people.skolelinux.org/pere/blog/Epost_inn_som_arkivformat_i_Riksarkivarens_forskrift_.html</link>
312 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Epost_inn_som_arkivformat_i_Riksarkivarens_forskrift_.html</guid>
313 <pubDate>Thu, 27 Apr 2017 11:30:00 +0200</pubDate>
314 <description>&lt;p&gt;I disse dager, med frist 1. mai, har Riksarkivaren ute en høring på
315 sin forskrift. Som en kan se er det ikke mye tid igjen før fristen
316 som går ut på søndag. Denne forskriften er det som lister opp hvilke
317 formater det er greit å arkivere i
318 &lt;a href=&quot;http://www.arkivverket.no/arkivverket/Offentleg-forvalting/Noark/Noark-5&quot;&gt;Noark
319 5-løsninger&lt;/a&gt; i Norge.&lt;/p&gt;
320
321 &lt;p&gt;Jeg fant høringsdokumentene hos
322 &lt;a href=&quot;https://www.arkivrad.no/aktuelt/riksarkivarens-forskrift-pa-horing&quot;&gt;Norsk
323 Arkivråd&lt;/a&gt; etter å ha blitt tipset på epostlisten til
324 &lt;a href=&quot;https://github.com/hiOA-ABI/nikita-noark5-core&quot;&gt;fri
325 programvareprosjektet Nikita Noark5-Core&lt;/a&gt;, som lager et Noark 5
326 Tjenestegresesnitt. Jeg er involvert i Nikita-prosjektet og takket
327 være min interesse for tjenestegrensesnittsprosjektet har jeg lest en
328 god del Noark 5-relaterte dokumenter, og til min overraskelse oppdaget
329 at standard epost ikke er på listen over godkjente formater som kan
330 arkiveres. Høringen med frist søndag er en glimrende mulighet til å
331 forsøke å gjøre noe med det. Jeg holder på med
332 &lt;a href=&quot;https://github.com/petterreinholdtsen/noark5-tester/blob/master/docs/hoering-arkivforskrift.tex&quot;&gt;egen
333 høringsuttalelse&lt;/a&gt;, og lurer på om andre er interessert i å støtte
334 forslaget om å tillate arkivering av epost som epost i arkivet.&lt;/p&gt;
335
336 &lt;p&gt;Er du igang med å skrive egen høringsuttalelse allerede? I så fall
337 kan du jo vurdere å ta med en formulering om epost-lagring. Jeg tror
338 ikke det trengs så mye. Her et kort forslag til tekst:&lt;/p&gt;
339
340 &lt;p&gt;&lt;blockquote&gt;
341
342 &lt;p&gt;Viser til høring sendt ut 2017-02-17 (Riksarkivarens referanse
343 2016/9840 HELHJO), og tillater oss å sende inn noen innspill om
344 revisjon av Forskrift om utfyllende tekniske og arkivfaglige
345 bestemmelser om behandling av offentlige arkiver (Riksarkivarens
346 forskrift).&lt;/p&gt;
347
348 &lt;p&gt;Svært mye av vår kommuikasjon foregår i dag på e-post.  Vi
349 foreslår derfor at Internett-e-post, slik det er beskrevet i IETF
350 RFC 5322,
351 &lt;a href=&quot;https://tools.ietf.org/html/rfc5322&quot;&gt;https://tools.ietf.org/html/rfc5322&lt;/a&gt;. bør
352 inn som godkjent dokumentformat.  Vi foreslår at forskriftens
353 oversikt over godkjente dokumentformater ved innlevering i § 5-16
354 endres til å ta med Internett-e-post.&lt;/p&gt;
355
356 &lt;/blockquote&gt;&lt;/p&gt;
357
358 &lt;p&gt;Som del av arbeidet med tjenestegrensesnitt har vi testet hvordan
359 epost kan lagres i en Noark 5-struktur, og holder på å skrive et
360 forslag om hvordan dette kan gjøres som vil bli sendt over til
361 arkivverket så snart det er ferdig. De som er interesserte kan
362 &lt;a href=&quot;https://github.com/petterreinholdtsen/noark5-tester/blob/master/docs/epostlagring.md&quot;&gt;følge
363 fremdriften på web&lt;/a&gt;.&lt;/p&gt;
364
365 &lt;p&gt;Oppdatering 2017-04-28: I dag ble høringuttalelsen jeg skrev
366 &lt;a href=&quot;https://www.nuug.no/news/NUUGs_h_ringuttalelse_til_Riksarkivarens_forskrift.shtml&quot;&gt;sendt
367 inn av foreningen NUUG&lt;/a&gt;.&lt;/p&gt;
368 </description>
369 </item>
370
371 <item>
372 <title>Free software archive system Nikita now able to store documents</title>
373 <link>http://people.skolelinux.org/pere/blog/Free_software_archive_system_Nikita_now_able_to_store_documents.html</link>
374 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_software_archive_system_Nikita_now_able_to_store_documents.html</guid>
375 <pubDate>Sun, 19 Mar 2017 08:00:00 +0100</pubDate>
376 <description>&lt;p&gt;The &lt;a href=&quot;https://github.com/hiOA-ABI/nikita-noark5-core&quot;&gt;Nikita
377 Noark 5 core project&lt;/a&gt; is implementing the Norwegian standard for
378 keeping an electronic archive of government documents.
379 &lt;a href=&quot;http://www.arkivverket.no/arkivverket/Offentlig-forvaltning/Noark/Noark-5/English-version&quot;&gt;The
380 Noark 5 standard&lt;/a&gt; document the requirement for data systems used by
381 the archives in the Norwegian government, and the Noark 5 web interface
382 specification document a REST web service for storing, searching and
383 retrieving documents and metadata in such archive. I&#39;ve been involved
384 in the project since a few weeks before Christmas, when the Norwegian
385 Unix User Group
386 &lt;a href=&quot;https://www.nuug.no/news/NOARK5_kjerne_som_fri_programvare_f_r_epostliste_hos_NUUG.shtml&quot;&gt;announced
387 it supported the project&lt;/a&gt;. I believe this is an important project,
388 and hope it can make it possible for the government archives in the
389 future to use free software to keep the archives we citizens depend
390 on. But as I do not hold such archive myself, personally my first use
391 case is to store and analyse public mail journal metadata published
392 from the government. I find it useful to have a clear use case in
393 mind when developing, to make sure the system scratches one of my
394 itches.&lt;/p&gt;
395
396 &lt;p&gt;If you would like to help make sure there is a free software
397 alternatives for the archives, please join our IRC channel
398 (&lt;a href=&quot;irc://irc.freenode.net/%23nikita&quot;&gt;#nikita on
399 irc.freenode.net&lt;/a&gt;) and
400 &lt;a href=&quot;https://lists.nuug.no/mailman/listinfo/nikita-noark&quot;&gt;the
401 project mailing list&lt;/a&gt;.&lt;/p&gt;
402
403 &lt;p&gt;When I got involved, the web service could store metadata about
404 documents. But a few weeks ago, a new milestone was reached when it
405 became possible to store full text documents too. Yesterday, I
406 completed an implementation of a command line tool
407 &lt;tt&gt;archive-pdf&lt;/tt&gt; to upload a PDF file to the archive using this
408 API. The tool is very simple at the moment, and find existing
409 &lt;a href=&quot;https://en.wikipedia.org/wiki/Fonds&quot;&gt;fonds&lt;/a&gt;, series and
410 files while asking the user to select which one to use if more than
411 one exist. Once a file is identified, the PDF is associated with the
412 file and uploaded, using the title extracted from the PDF itself. The
413 process is fairly similar to visiting the archive, opening a cabinet,
414 locating a file and storing a piece of paper in the archive. Here is
415 a test run directly after populating the database with test data using
416 our API tester:&lt;/p&gt;
417
418 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
419 ~/src//noark5-tester$ ./archive-pdf mangelmelding/mangler.pdf
420 using arkiv: Title of the test fonds created 2017-03-18T23:49:32.103446
421 using arkivdel: Title of the test series created 2017-03-18T23:49:32.103446
422
423 0 - Title of the test case file created 2017-03-18T23:49:32.103446
424 1 - Title of the test file created 2017-03-18T23:49:32.103446
425 Select which mappe you want (or search term): 0
426 Uploading mangelmelding/mangler.pdf
427 PDF title: Mangler i spesifikasjonsdokumentet for NOARK 5 Tjenestegrensesnitt
428 File 2017/1: Title of the test case file created 2017-03-18T23:49:32.103446
429 ~/src//noark5-tester$
430 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
431
432 &lt;p&gt;You can see here how the fonds (arkiv) and serie (arkivdel) only had
433 one option, while the user need to choose which file (mappe) to use
434 among the two created by the API tester. The &lt;tt&gt;archive-pdf&lt;/tt&gt;
435 tool can be found in the git repository for the API tester.&lt;/p&gt;
436
437 &lt;p&gt;In the project, I have been mostly working on
438 &lt;a href=&quot;https://github.com/petterreinholdtsen/noark5-tester&quot;&gt;the API
439 tester&lt;/a&gt; so far, while getting to know the code base. The API
440 tester currently use
441 &lt;a href=&quot;https://en.wikipedia.org/wiki/HATEOAS&quot;&gt;the HATEOAS links&lt;/a&gt;
442 to traverse the entire exposed service API and verify that the exposed
443 operations and objects match the specification, as well as trying to
444 create objects holding metadata and uploading a simple XML file to
445 store. The tester has proved very useful for finding flaws in our
446 implementation, as well as flaws in the reference site and the
447 specification.&lt;/p&gt;
448
449 &lt;p&gt;The test document I uploaded is a summary of all the specification
450 defects we have collected so far while implementing the web service.
451 There are several unclear and conflicting parts of the specification,
452 and we have
453 &lt;a href=&quot;https://github.com/petterreinholdtsen/noark5-tester/tree/master/mangelmelding&quot;&gt;started
454 writing down&lt;/a&gt; the questions we get from implementing it. We use a
455 format inspired by how &lt;a href=&quot;http://www.opengroup.org/austin/&quot;&gt;The
456 Austin Group&lt;/a&gt; collect defect reports for the POSIX standard with
457 &lt;a href=&quot;http://www.opengroup.org/austin/mantis.html&quot;&gt;their
458 instructions for the MANTIS defect tracker system&lt;/a&gt;, in lack of an official way to structure defect reports for Noark 5 (our first submitted defect report was a &lt;a href=&quot;https://github.com/petterreinholdtsen/noark5-tester/blob/master/mangelmelding/sendt/2017-03-15-mangel-prosess.md&quot;&gt;request for a procedure for submitting defect reports&lt;/a&gt; :).
459
460 &lt;p&gt;The Nikita project is implemented using Java and Spring, and is
461 fairly easy to get up and running using Docker containers for those
462 that want to test the current code base. The API tester is
463 implemented in Python.&lt;/p&gt;
464 </description>
465 </item>
466
467 <item>
468 <title>Detect OOXML files with undefined behaviour?</title>
469 <link>http://people.skolelinux.org/pere/blog/Detect_OOXML_files_with_undefined_behaviour_.html</link>
470 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Detect_OOXML_files_with_undefined_behaviour_.html</guid>
471 <pubDate>Tue, 21 Feb 2017 00:20:00 +0100</pubDate>
472 <description>&lt;p&gt;I just noticed
473 &lt;a href=&quot;http://www.arkivrad.no/aktuelt/riksarkivarens-forskrift-pa-horing&quot;&gt;the
474 new Norwegian proposal for archiving rules in the goverment&lt;/a&gt; list
475 &lt;a href=&quot;http://www.ecma-international.org/publications/standards/Ecma-376.htm&quot;&gt;ECMA-376&lt;/a&gt;
476 / ISO/IEC 29500 (aka OOXML) as valid formats to put in long term
477 storage. Luckily such files will only be accepted based on
478 pre-approval from the National Archive. Allowing OOXML files to be
479 used for long term storage might seem like a good idea as long as we
480 forget that there are plenty of ways for a &quot;valid&quot; OOXML document to
481 have content with no defined interpretation in the standard, which
482 lead to a question and an idea.&lt;/p&gt;
483
484 &lt;p&gt;Is there any tool to detect if a OOXML document depend on such
485 undefined behaviour? It would be useful for the National Archive (and
486 anyone else interested in verifying that a document is well defined)
487 to have such tool available when considering to approve the use of
488 OOXML. I&#39;m aware of the
489 &lt;a href=&quot;https://github.com/arlm/officeotron/&quot;&gt;officeotron OOXML
490 validator&lt;/a&gt;, but do not know how complete it is nor if it will
491 report use of undefined behaviour. Are there other similar tools
492 available? Please send me an email if you know of any such tool.&lt;/p&gt;
493 </description>
494 </item>
495
496 <item>
497 <title>Introducing ical-archiver to split out old iCalendar entries</title>
498 <link>http://people.skolelinux.org/pere/blog/Introducing_ical_archiver_to_split_out_old_iCalendar_entries.html</link>
499 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Introducing_ical_archiver_to_split_out_old_iCalendar_entries.html</guid>
500 <pubDate>Wed, 4 Jan 2017 12:20:00 +0100</pubDate>
501 <description>&lt;p&gt;Do you have a large &lt;a href=&quot;https://icalendar.org/&quot;&gt;iCalendar&lt;/a&gt;
502 file with lots of old entries, and would like to archive them to save
503 space and resources? At least those of us using KOrganizer know that
504 turning on and off an event set become slower and slower the more
505 entries are in the set. While working on migrating our calendars to a
506 &lt;a href=&quot;http://radicale.org/&quot;&gt;Radicale CalDAV server&lt;/a&gt; on our
507 &lt;a href=&quot;https://freedomboxfoundation.org/&quot;&gt;Freedombox server&lt;/a/&gt;, my
508 loved one wondered if I could find a way to split up the calendar file
509 she had in KOrganizer, and I set out to write a tool. I spent a few
510 days writing and polishing the system, and it is now ready for general
511 consumption. The
512 &lt;a href=&quot;https://github.com/petterreinholdtsen/ical-archiver&quot;&gt;code for
513 ical-archiver&lt;/a&gt; is publicly available from a git repository on
514 github. The system is written in Python and depend on
515 &lt;a href=&quot;http://eventable.github.io/vobject/&quot;&gt;the vobject Python
516 module&lt;/a&gt;.&lt;/p&gt;
517
518 &lt;p&gt;To use it, locate the iCalendar file you want to operate on and
519 give it as an argument to the ical-archiver script. This will
520 generate a set of new files, one file per component type per year for
521 all components expiring more than two years in the past. The vevent,
522 vtodo and vjournal entries are handled by the script. The remaining
523 entries are stored in a &#39;remaining&#39; file.&lt;/p&gt;
524
525 &lt;p&gt;This is what a test run can look like:
526
527 &lt;p&gt;&lt;pre&gt;
528 % ical-archiver t/2004-2016.ics
529 Found 3612 vevents
530 Found 6 vtodos
531 Found 2 vjournals
532 Writing t/2004-2016.ics-subset-vevent-2004.ics
533 Writing t/2004-2016.ics-subset-vevent-2005.ics
534 Writing t/2004-2016.ics-subset-vevent-2006.ics
535 Writing t/2004-2016.ics-subset-vevent-2007.ics
536 Writing t/2004-2016.ics-subset-vevent-2008.ics
537 Writing t/2004-2016.ics-subset-vevent-2009.ics
538 Writing t/2004-2016.ics-subset-vevent-2010.ics
539 Writing t/2004-2016.ics-subset-vevent-2011.ics
540 Writing t/2004-2016.ics-subset-vevent-2012.ics
541 Writing t/2004-2016.ics-subset-vevent-2013.ics
542 Writing t/2004-2016.ics-subset-vevent-2014.ics
543 Writing t/2004-2016.ics-subset-vjournal-2007.ics
544 Writing t/2004-2016.ics-subset-vjournal-2011.ics
545 Writing t/2004-2016.ics-subset-vtodo-2012.ics
546 Writing t/2004-2016.ics-remaining.ics
547 %
548 &lt;/pre&gt;&lt;/p&gt;
549
550 &lt;p&gt;As you can see, the original file is untouched and new files are
551 written with names derived from the original file. If you are happy
552 with their content, the *-remaining.ics file can replace the original
553 the the others can be archived or imported as historical calendar
554 collections.&lt;/p&gt;
555
556 &lt;p&gt;The script should probably be improved a bit. The error handling
557 when discovering broken entries is not good, and I am not sure yet if
558 it make sense to split different entry types into separate files or
559 not. The program is thus likely to change. If you find it
560 interesting, please get in touch. :)&lt;/p&gt;
561
562 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
563 activities, please send Bitcoin donations to my address
564 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
565 </description>
566 </item>
567
568 <item>
569 <title>UsingQR - &quot;Electronic&quot; paper invoices using JSON and QR codes</title>
570 <link>http://people.skolelinux.org/pere/blog/UsingQR____Electronic__paper_invoices_using_JSON_and_QR_codes.html</link>
571 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/UsingQR____Electronic__paper_invoices_using_JSON_and_QR_codes.html</guid>
572 <pubDate>Sat, 19 Mar 2016 09:40:00 +0100</pubDate>
573 <description>&lt;p&gt;Back in 2013 I proposed
574 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html&quot;&gt;a
575 way to make paper and PDF invoices easier to process electronically by
576 adding a QR code with the key information about the invoice&lt;/a&gt;. I
577 suggested using vCard field definition, to get some standard format
578 for name and address, but any format would work. I did not do
579 anything about the proposal, but hoped someone one day would make
580 something like it. It would make it possible to efficiently send
581 machine readable invoices directly between seller and buyer.&lt;/p&gt;
582
583 &lt;p&gt;This was the background when I came across a proposal and
584 specification from the web based accounting and invoicing supplier
585 &lt;a href=&quot;http://www.visma.com/&quot;&gt;Visma&lt;/a&gt; in Sweden called
586 &lt;a href=&quot;http://usingqr.com/&quot;&gt;UsingQR&lt;/a&gt;. Their PDF invoices contain
587 a QR code with the key information of the invoice in JSON format.
588 This is the typical content of a QR code following the UsingQR
589 specification (based on a real world example, some numbers replaced to
590 get a more bogus entry). I&#39;ve reformatted the JSON to make it easier
591 to read. Normally this is all on one long line:&lt;/p&gt;
592
593 &lt;p&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2016-03-19-qr-invoice.png&quot; align=&quot;right&quot;&gt;&lt;pre&gt;
594 {
595 &quot;vh&quot;:500.00,
596 &quot;vm&quot;:0,
597 &quot;vl&quot;:0,
598 &quot;uqr&quot;:1,
599 &quot;tp&quot;:1,
600 &quot;nme&quot;:&quot;Din Leverandør&quot;,
601 &quot;cc&quot;:&quot;NO&quot;,
602 &quot;cid&quot;:&quot;997912345 MVA&quot;,
603 &quot;iref&quot;:&quot;12300001&quot;,
604 &quot;idt&quot;:&quot;20151022&quot;,
605 &quot;ddt&quot;:&quot;20151105&quot;,
606 &quot;due&quot;:2500.0000,
607 &quot;cur&quot;:&quot;NOK&quot;,
608 &quot;pt&quot;:&quot;BBAN&quot;,
609 &quot;acc&quot;:&quot;17202612345&quot;,
610 &quot;bc&quot;:&quot;BIENNOK1&quot;,
611 &quot;adr&quot;:&quot;0313 OSLO&quot;
612 }
613 &lt;/pre&gt;&lt;/p&gt;
614
615 &lt;/p&gt;The interpretation of the fields can be found in the
616 &lt;a href=&quot;http://usingqr.com/wp-content/uploads/2014/06/UsingQR_specification1.pdf&quot;&gt;format
617 specification&lt;/a&gt; (revision 2 from june 2014). The format seem to
618 have most of the information needed to handle accounting and payment
619 of invoices, at least the fields I have needed so far here in
620 Norway.&lt;/p&gt;
621
622 &lt;p&gt;Unfortunately, the site and document do not mention anything about
623 the patent, trademark and copyright status of the format and the
624 specification. Because of this, I asked the people behind it back in
625 November to clarify. Ann-Christine Savlid (ann-christine.savlid (at)
626 visma.com) replied that Visma had not applied for patent or trademark
627 protection for this format, and that there were no copyright based
628 usage limitations for the format. I urged her to make sure this was
629 explicitly written on the web pages and in the specification, but
630 unfortunately this has not happened yet. So I guess if there is
631 submarine patents, hidden trademarks or a will to sue for copyright
632 infringements, those starting to use the UsingQR format might be at
633 risk, but if this happen there is some legal defense in the fact that
634 the people behind the format claimed it was safe to do so. At least
635 with patents, there is always
636 &lt;a href=&quot;http://www.paperspecs.com/paper-news/beware-the-qr-code-patent-trap/&quot;&gt;a
637 chance of getting sued...&lt;/a&gt;&lt;/p&gt;
638
639 &lt;p&gt;I also asked if they planned to maintain the format in an
640 independent standard organization to give others more confidence that
641 they would participate in the standardization process on equal terms
642 with Visma, but they had no immediate plans for this. Their plan was
643 to work with banks to try to get more users of the format, and
644 evaluate the way forward if the format proved to be popular. I hope
645 they conclude that using an open standard organisation like
646 &lt;a href=&quot;http://www.ietf.org/&quot;&gt;IETF&lt;/a&gt; is the correct place to
647 maintain such specification.&lt;/p&gt;
648
649 &lt;p&gt;&lt;strong&gt;Update 2016-03-20&lt;/strong&gt;: Via Twitter I became aware of
650 &lt;a href=&quot;https://news.ycombinator.com/item?id=11319492&quot;&gt;some comments
651 about this blog post&lt;/a&gt; that had several useful links and references to
652 similar systems. In the Czech republic, the Czech Banking Association
653 standard #26, with short name SPAYD, uses QR codes with payment
654 information. More information is available from the Wikipedia page on
655 &lt;a href=&quot;https://en.wikipedia.org/wiki/Short_Payment_Descriptor&quot;&gt;Short
656 Payment Descriptor&lt;/a&gt;. And in Germany, there is a system named
657 &lt;a href=&quot;http://www.bezahlcode.de/&quot;&gt;BezahlCode&lt;/a&gt;,
658 (&lt;a href=&quot;http://www.bezahlcode.de/wp-content/uploads/BezahlCode_TechDok.pdf&quot;&gt;specification
659 v1.8 2013-12-05 available as PDF&lt;/a&gt;), which uses QR codes with
660 URL-like formatting using &quot;bank:&quot; as the URI schema/protocol to
661 provide the payment information. There is also the
662 &lt;a href=&quot;http://www.ferd-net.de/front_content.php?idcat=231&quot;&gt;ZUGFeRD&lt;/a&gt;
663 file format that perhaps could be transfered using QR codes, but I am
664 not sure if it is done already. Last, in Bolivia there are reports
665 that tax information since november 2014 need to be printed in QR
666 format on invoices. I have not been able to track down a
667 specification for this format, because of my limited language skill
668 sets.&lt;/p&gt;
669 </description>
670 </item>
671
672 <item>
673 <title>MPEG LA on &quot;Internet Broadcast AVC Video&quot; licensing and non-private use</title>
674 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_on__Internet_Broadcast_AVC_Video__licensing_and_non_private_use.html</link>
675 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/MPEG_LA_on__Internet_Broadcast_AVC_Video__licensing_and_non_private_use.html</guid>
676 <pubDate>Tue, 7 Jul 2015 09:50:00 +0200</pubDate>
677 <description>&lt;p&gt;After asking the Norwegian Broadcasting Company (NRK)
678 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html&quot;&gt;why
679 they can broadcast and stream H.264 video without an agreement with
680 the MPEG LA&lt;/a&gt;, I was wiser, but still confused. So I asked MPEG LA
681 if their understanding matched that of NRK. As far as I can tell, it
682 does not.&lt;/p&gt;
683
684 &lt;p&gt;I started by asking for more information about the various
685 licensing classes and what exactly is covered by the &quot;Internet
686 Broadcast AVC Video&quot; class that NRK pointed me at to explain why NRK
687 did not need a license for streaming H.264 video:
688
689 &lt;p&gt;&lt;blockquote&gt;
690
691 &lt;p&gt;According to
692 &lt;a href=&quot;http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf&quot;&gt;a
693 MPEG LA press release dated 2010-02-02&lt;/a&gt;, there is no charge when
694 using MPEG AVC/H.264 according to the terms of &quot;Internet Broadcast AVC
695 Video&quot;. I am trying to understand exactly what the terms of &quot;Internet
696 Broadcast AVC Video&quot; is, and wondered if you could help me. What
697 exactly is covered by these terms, and what is not?&lt;/p&gt;
698
699 &lt;p&gt;The only source of more information I have been able to find is a
700 PDF named
701 &lt;a href=&quot;http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf&quot;&gt;AVC
702 Patent Portfolio License Briefing&lt;/a&gt;, which states this about the
703 fees:&lt;/p&gt;
704
705 &lt;ul&gt;
706 &lt;li&gt;Where End User pays for AVC Video
707 &lt;ul&gt;
708 &lt;li&gt;Subscription (not limited by title) – 100,000 or fewer
709 subscribers/yr = no royalty; &amp;gt; 100,000 to 250,000 subscribers/yr =
710 $25,000; &amp;gt;250,000 to 500,000 subscribers/yr = $50,000; &amp;gt;500,000 to
711 1M subscribers/yr = $75,000; &amp;gt;1M subscribers/yr = $100,000&lt;/li&gt;
712
713 &lt;li&gt;Title-by-Title - 12 minutes or less = no royalty; &amp;gt;12 minutes in
714 length = lower of (a) 2% or (b) $0.02 per title&lt;/li&gt;
715 &lt;/ul&gt;&lt;/li&gt;
716
717 &lt;li&gt;Where remuneration is from other sources
718 &lt;ul&gt;
719 &lt;li&gt;Free Television - (a) one-time $2,500 per transmission encoder or
720 (b) annual fee starting at $2,500 for &amp;gt; 100,000 HH rising to
721 maximum $10,000 for &amp;gt;1,000,000 HH&lt;/li&gt;
722
723 &lt;li&gt;Internet Broadcast AVC Video (not title-by-title, not subscription)
724 – no royalty for life of the AVC Patent Portfolio License&lt;/li&gt;
725 &lt;/ul&gt;&lt;/li&gt;
726 &lt;/ul&gt;
727
728 &lt;p&gt;Am I correct in assuming that the four categories listed is the
729 categories used when selecting licensing terms, and that &quot;Internet
730 Broadcast AVC Video&quot; is the category for things that do not fall into
731 one of the other three categories? Can you point me to a good source
732 explaining what is ment by &quot;title-by-title&quot; and &quot;Free Television&quot; in
733 the license terms for AVC/H.264?&lt;/p&gt;
734
735 &lt;p&gt;Will a web service providing H.264 encoded video content in a
736 &quot;video on demand&quot; fashing similar to Youtube and Vimeo, where no
737 subscription is required and no payment is required from end users to
738 get access to the videos, fall under the terms of the &quot;Internet
739 Broadcast AVC Video&quot;, ie no royalty for life of the AVC Patent
740 Portfolio license? Does it matter if some users are subscribed to get
741 access to personalized services?&lt;/p&gt;
742
743 &lt;p&gt;Note, this request and all answers will be published on the
744 Internet.&lt;/p&gt;
745 &lt;/blockquote&gt;&lt;/p&gt;
746
747 &lt;p&gt;The answer came quickly from Benjamin J. Myers, Licensing Associate
748 with the MPEG LA:&lt;/p&gt;
749
750 &lt;p&gt;&lt;blockquote&gt;
751 &lt;p&gt;Thank you for your message and for your interest in MPEG LA. We
752 appreciate hearing from you and I will be happy to assist you.&lt;/p&gt;
753
754 &lt;p&gt;As you are aware, MPEG LA offers our AVC Patent Portfolio License
755 which provides coverage under patents that are essential for use of
756 the AVC/H.264 Standard (MPEG-4 Part 10). Specifically, coverage is
757 provided for end products and video content that make use of AVC/H.264
758 technology. Accordingly, the party offering such end products and
759 video to End Users concludes the AVC License and is responsible for
760 paying the applicable royalties.&lt;/p&gt;
761
762 &lt;p&gt;Regarding Internet Broadcast AVC Video, the AVC License generally
763 defines such content to be video that is distributed to End Users over
764 the Internet free-of-charge. Therefore, if a party offers a service
765 which allows users to upload AVC/H.264 video to its website, and such
766 AVC Video is delivered to End Users for free, then such video would
767 receive coverage under the sublicense for Internet Broadcast AVC
768 Video, which is not subject to any royalties for the life of the AVC
769 License. This would also apply in the scenario where a user creates a
770 free online account in order to receive a customized offering of free
771 AVC Video content. In other words, as long as the End User is given
772 access to or views AVC Video content at no cost to the End User, then
773 no royalties would be payable under our AVC License.&lt;/p&gt;
774
775 &lt;p&gt;On the other hand, if End Users pay for access to AVC Video for a
776 specific period of time (e.g., one month, one year, etc.), then such
777 video would constitute Subscription AVC Video. In cases where AVC
778 Video is delivered to End Users on a pay-per-view basis, then such
779 content would constitute Title-by-Title AVC Video. If a party offers
780 Subscription or Title-by-Title AVC Video to End Users, then they would
781 be responsible for paying the applicable royalties you noted below.&lt;/p&gt;
782
783 &lt;p&gt;Finally, in the case where AVC Video is distributed for free
784 through an &quot;over-the-air, satellite and/or cable transmission&quot;, then
785 such content would constitute Free Television AVC Video and would be
786 subject to the applicable royalties.&lt;/p&gt;
787
788 &lt;p&gt;For your reference, I have attached
789 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2015-07-07-mpegla.pdf&quot;&gt;a
790 .pdf copy of the AVC License&lt;/a&gt;. You will find the relevant
791 sublicense information regarding AVC Video in Sections 2.2 through
792 2.5, and the corresponding royalties in Section 3.1.2 through 3.1.4.
793 You will also find the definitions of Title-by-Title AVC Video,
794 Subscription AVC Video, Free Television AVC Video, and Internet
795 Broadcast AVC Video in Section 1 of the License. Please note that the
796 electronic copy is provided for informational purposes only and cannot
797 be used for execution.&lt;/p&gt;
798
799 &lt;p&gt;I hope the above information is helpful. If you have additional
800 questions or need further assistance with the AVC License, please feel
801 free to contact me directly.&lt;/p&gt;
802 &lt;/blockquote&gt;&lt;/p&gt;
803
804 &lt;p&gt;Having a fresh copy of the license text was useful, and knowing
805 that the definition of Title-by-Title required payment per title made
806 me aware that my earlier understanding of that phrase had been wrong.
807 But I still had a few questions:&lt;/p&gt;
808
809 &lt;p&gt;&lt;blockquote&gt;
810 &lt;p&gt;I have a small followup question. Would it be possible for me to get
811 a license with MPEG LA even if there are no royalties to be paid? The
812 reason I ask, is that some video related products have a copyright
813 clause limiting their use without a license with MPEG LA. The clauses
814 typically look similar to this:
815
816 &lt;p&gt;&lt;blockquote&gt;
817 This product is licensed under the AVC patent portfolio license for
818 the personal and non-commercial use of a consumer to (a) encode
819 video in compliance with the AVC standard (&quot;AVC video&quot;) and/or (b)
820 decode AVC video that was encoded by a consumer engaged in a
821 personal and non-commercial activity and/or AVC video that was
822 obtained from a video provider licensed to provide AVC video. No
823 license is granted or shall be implied for any other use. additional
824 information may be obtained from MPEG LA L.L.C.
825 &lt;/blockquote&gt;&lt;/p&gt;
826
827 &lt;p&gt;It is unclear to me if this clause mean that I need to enter into
828 an agreement with MPEG LA to use the product in question, even if
829 there are no royalties to be paid to MPEG LA. I suspect it will
830 differ depending on the jurisdiction, and mine is Norway. What is
831 MPEG LAs view on this?&lt;/p&gt;
832 &lt;/blockquote&gt;&lt;/p&gt;
833
834 &lt;p&gt;According to the answer, MPEG LA believe those using such tools for
835 non-personal or commercial use need a license with them:&lt;/p&gt;
836
837 &lt;p&gt;&lt;blockquote&gt;
838
839 &lt;p&gt;With regard to the Notice to Customers, I would like to begin by
840 clarifying that the Notice from Section 7.1 of the AVC License
841 reads:&lt;/p&gt;
842
843 &lt;p&gt;THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR
844 THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT
845 RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC
846 STANDARD (&quot;AVC VIDEO&quot;) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED
847 BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM
848 A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED
849 OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE
850 OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM&lt;/p&gt;
851
852 &lt;p&gt;The Notice to Customers is intended to inform End Users of the
853 personal usage rights (for example, to watch video content) included
854 with the product they purchased, and to encourage any party using the
855 product for commercial purposes to contact MPEG LA in order to become
856 licensed for such use (for example, when they use an AVC Product to
857 deliver Title-by-Title, Subscription, Free Television or Internet
858 Broadcast AVC Video to End Users, or to re-Sell a third party&#39;s AVC
859 Product as their own branded AVC Product).&lt;/p&gt;
860
861 &lt;p&gt;Therefore, if a party is to be licensed for its use of an AVC
862 Product to Sell AVC Video on a Title-by-Title, Subscription, Free
863 Television or Internet Broadcast basis, that party would need to
864 conclude the AVC License, even in the case where no royalties were
865 payable under the License. On the other hand, if that party (either a
866 Consumer or business customer) simply uses an AVC Product for their
867 own internal purposes and not for the commercial purposes referenced
868 above, then such use would be included in the royalty paid for the AVC
869 Products by the licensed supplier.&lt;/p&gt;
870
871 &lt;p&gt;Finally, I note that our AVC License provides worldwide coverage in
872 countries that have AVC Patent Portfolio Patents, including
873 Norway.&lt;/p&gt;
874
875 &lt;p&gt;I hope this clarification is helpful. If I may be of any further
876 assistance, just let me know.&lt;/p&gt;
877 &lt;/blockquote&gt;&lt;/p&gt;
878
879 &lt;p&gt;The mentioning of Norwegian patents made me a bit confused, so I
880 asked for more information:&lt;/p&gt;
881
882 &lt;p&gt;&lt;blockquote&gt;
883
884 &lt;p&gt;But one minor question at the end. If I understand you correctly,
885 you state in the quote above that there are patents in the AVC Patent
886 Portfolio that are valid in Norway. This make me believe I read the
887 list available from &amp;lt;URL:
888 &lt;a href=&quot;http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx&quot;&gt;http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx&lt;/a&gt;
889 &amp;gt; incorrectly, as I believed the &quot;NO&quot; prefix in front of patents
890 were Norwegian patents, and the only one I could find under Mitsubishi
891 Electric Corporation expired in 2012. Which patents are you referring
892 to that are relevant for Norway?&lt;/p&gt;
893
894 &lt;/blockquote&gt;&lt;/p&gt;
895
896 &lt;p&gt;Again, the quick answer explained how to read the list of patents
897 in that list:&lt;/p&gt;
898
899 &lt;p&gt;&lt;blockquote&gt;
900
901 &lt;p&gt;Your understanding is correct that the last AVC Patent Portfolio
902 Patent in Norway expired on 21 October 2012. Therefore, where AVC
903 Video is both made and Sold in Norway after that date, then no
904 royalties would be payable for such AVC Video under the AVC License.
905 With that said, our AVC License provides historic coverage for AVC
906 Products and AVC Video that may have been manufactured or Sold before
907 the last Norwegian AVC patent expired. I would also like to clarify
908 that coverage is provided for the country of manufacture and the
909 country of Sale that has active AVC Patent Portfolio Patents.&lt;/p&gt;
910
911 &lt;p&gt;Therefore, if a party offers AVC Products or AVC Video for Sale in
912 a country with active AVC Patent Portfolio Patents (for example,
913 Sweden, Denmark, Finland, etc.), then that party would still need
914 coverage under the AVC License even if such products or video are
915 initially made in a country without active AVC Patent Portfolio
916 Patents (for example, Norway). Similarly, a party would need to
917 conclude the AVC License if they make AVC Products or AVC Video in a
918 country with active AVC Patent Portfolio Patents, but eventually Sell
919 such AVC Products or AVC Video in a country without active AVC Patent
920 Portfolio Patents.&lt;/p&gt;
921 &lt;/blockquote&gt;&lt;/p&gt;
922
923 &lt;p&gt;As far as I understand it, MPEG LA believe anyone using Adobe
924 Premiere and other video related software with a H.264 distribution
925 license need a license agreement with MPEG LA to use such tools for
926 anything non-private or commercial, while it is OK to set up a
927 Youtube-like service as long as no-one pays to get access to the
928 content. I still have no clear idea how this applies to Norway, where
929 none of the patents MPEG LA is licensing are valid. Will the
930 copyright terms take precedence or can those terms be ignored because
931 the patents are not valid in Norway?&lt;/p&gt;
932 </description>
933 </item>
934
935 <item>
936 <title>Hva gjør at NRK kan distribuere H.264-video uten patentavtale med MPEG LA?</title>
937 <link>http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html</link>
938 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html</guid>
939 <pubDate>Wed, 10 Jun 2015 15:20:00 +0200</pubDate>
940 <description>&lt;p&gt;Helt siden jeg i 2012 fikk beskjed fra MPEG LA om at
941 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html&quot;&gt;NRK
942 trengte patentavtale med dem&lt;/a&gt; hvis de distribuerte H.264-video til
943 sluttbrukere, har jeg lurt på hva som gjør at NRK ikke har slik
944 avtale. For noen dager siden fikk jeg endelig gjort noe med min
945 undring, og sendte 2015-05-28 følgende epost til info (at) nrk.no med
946 tittel &quot;Hva gjør at NRK kan distribuere H.264-video uten patentavtale
947 med MPEG LA?&quot;:&lt;/p&gt;
948
949 &lt;p&gt;&lt;blockquote&gt;
950 &lt;p&gt;Jeg lurer på en ting rundt NRKs bruk av H.264-video på sine
951 websider samt distribusjon via RiksTV og kabel-TV. Har NRK vurdert om
952 det er behov for en patentavtale med
953 &lt;a href=&quot;http://www.mpegla.com/&quot;&gt;MPEG LA&lt;/a&gt; slik det står i
954 programvarelisensene til blant annet Apple Final Cut Studio, Adobe
955 Premiere Pro, Avid og Apples Final Cut Pro X?&lt;/p&gt;
956
957 &lt;p&gt;Hvis dere har vurdert dette, hva var utfallet av en slik vurdering?&lt;/p&gt;
958
959 &lt;p&gt;Hvis dere ikke har vurdert dette, har NRK planer om å vurdere behovet
960 for patentavtale?&lt;/p&gt;
961
962 &lt;p&gt;I følge en artikkel på
963 &lt;a href=&quot;https://nrkbeta.no/2012/02/01/siste-kutt-for-final-cut/&quot;&gt;NRK
964 Beta i 2012&lt;/a&gt; har NRK brukt eller testet både Apple Final Cut
965 Studio, Adobe Premiere Pro, Avid og Apples Final Cut Pro X til bruk
966 for å redigere video før sending. Alle disse har bruksvilkår
967 understøttet av opphavsretten som sier at de kun kan brukes til å lage
968 filmer til personlig og ikke-kommersiell bruk - med mindre en har en
969 lisensavtale med MPEG LA om bruk av patenter utstedt i USA for H.264.
970 Se f.eks. &lt;a href=&quot;http://www.avid.com/static/resources/common/documents/corporate/LICENSE.pdf&quot;&gt;bruksvilkårene for Avid&lt;/a&gt;, &lt;a href=&quot;http://news.cnet.com/8301-30685_3-20000101-264.html&quot;&gt;Adobe Premiere&lt;/a&gt; og &lt;a href=&quot;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&quot;&gt;Apple Final
971 Cut Studio&lt;/a&gt; og søk etter &quot;MPEG LA&quot;.&lt;/p&gt;
972
973 &lt;p&gt;Dette får meg til å lure på om det er brudd på opphavsretten å bruke
974 disse verktøyene i strid med bruksvilkårene uten patentavtale med MPEG
975 LA. Men NRK bruker jo tilsynelatende disse verktøyene uten patentavtale
976 med MPEG LA.&lt;/p&gt;
977
978 &lt;p&gt;I følge forfatteren av Open Broadcast Encoder finnes det to typer
979 H.264-relaterte avtaler en kan få med MPEG LA. Det er én for å lage
980 programvare og utstyr som produserer H.264-video, og en annen for å
981 kringkaste video som bruker H.264. Dette forteller meg at selv om
982 produsentene av utstyr og programvare som NRK bruker har en slik avtale
983 med MPEG LA, så trenges det en egen avtale for å kringkaste video på det
984 formatet.&lt;/p&gt;
985
986 &lt;p&gt;I følge Ryan Rodriguez hos MPEG LA, da jeg spurte ham på epost i
987 juni 2012, har NRK ikke en slik avtale med MPEG LA. Han sa videre at
988 NRK trenger en slik avtale hvis NRK tilbyr H.264-kodet video til
989 sluttbrukere. Jeg sjekket listen med
990 &lt;a href=&quot;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;organisasjoner
991 med avtale med MPEG LA&lt;/a&gt; og NRK står fortsatt ikke der.&lt;/p&gt;
992
993 &lt;p&gt;Jeg lurer dermed på hva som gjør at NRK kan bruke de overnevnte
994 videoredigeringsverktøyene, som tilsynelatende har krav om avtale med
995 MPEG LA for å kunne brukes slik NRK bruker dem, til å lage videofiler
996 for distribusjon uten å ha en avtale med MPEG LA om distribusjon av
997 H.264-video? Dette er spesielt interessant å vite for oss andre som
998 også vurderer å spre H.264-video etter å ha redigert dem med disse mye
999 brukte videoredigeringsverktøyene.&lt;/p&gt;
1000 &lt;/blockquote&gt;&lt;/p&gt;
1001
1002 &lt;p&gt;Samme dag fikk jeg automatisk svar om at min henvendelse hadde fått
1003 saksid 1294699. Jeg fikk deretter følgende respons fra NRK
1004 2015-06-09:&lt;/p&gt;
1005
1006 &lt;p&gt;&lt;blockquote&gt;
1007 &lt;p&gt;Hei, beklager lang svartid, men det tok litt tid å finne ut hvem som kunne
1008 svare på dette.&lt;/p&gt;
1009
1010 &lt;p&gt;For selskaper som leverer h.264 til sluttbrukere på nett (f.eks
1011 NRKs nett- tv utgaver som bruker h.264) - og som leverer slike
1012 tjenester uten betaling fra forbrukere – er det heller ikke påkrevd
1013 noen patentavtale.&lt;/p&gt;
1014
1015 &lt;p&gt;&lt;a href=&quot;http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y&quot;&gt;http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y&lt;/a&gt;&lt;/p&gt;
1016
1017 &lt;p&gt;Med vennlig hilsen
1018 &lt;br&gt;Gunn Helen Berg
1019 &lt;br&gt;Informasjonskonsulent, Publikumsservice&lt;/p&gt;
1020
1021 &lt;p&gt;NRK
1022 &lt;br&gt;Strategidivisjonen
1023 &lt;Br&gt;Sentralbord: +47 23 04 70 00
1024 &lt;br&gt;Post: NRK Publikumsservice, 8608 Mo i Rana
1025 &lt;br&gt;nrk.no / info (at) nrk.no&lt;/p&gt;
1026 &lt;/blockquote&gt;&lt;/p&gt;
1027
1028 Da dette ikke helt var svar på det jeg lurte på, sendte jeg samme dag
1029 oppfølgerepost tilbake:
1030
1031 &lt;p&gt;&lt;blockquote&gt;
1032 &lt;p&gt;[Gunn Helen Berg]
1033 &lt;br&gt;&gt; Hei, beklager lang svartid, men det tok litt tid å finne ut hvem som
1034 &lt;br&gt;&gt; kunne svare på dette.&lt;/p&gt;
1035
1036 &lt;p&gt;Takk for svar. Men det besvarte ikke helt det jeg spurte om.&lt;/p&gt;
1037
1038 &lt;p&gt;&gt; For selskaper som leverer h.264 til sluttbrukere på nett (f.eks NRKs
1039 &lt;br&gt;&gt; nett- tv utgaver som bruker h.264) - og som leverer slike tjenester
1040 &lt;br&gt;&gt; uten betaling fra forbrukere – er det heller ikke påkrevd noen
1041 &lt;br&gt;&gt; patentavtale.
1042 &lt;br&gt;&gt;
1043 &lt;br&gt;&gt; http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y&lt;/p&gt;
1044
1045 &lt;p&gt;Spørsmålet er ikke kun om MPEG LA krever patentavtale eller ikke
1046 (hvilket ikke helt besvares av pressemeldingen omtalt over, gitt at
1047 pressemeldingen kom i 2010, to år før MPEG LA ansvarlige for
1048 internasjonal lisensiering egen Ryan Rodriguez fortalte meg på epost
1049 at NRK trenger en lisens.&lt;/p&gt;
1050
1051 &lt;p&gt;Det er uklart fra pressemeldingen hva &quot;Internet Broadcast AVC
1052 Video&quot; konkret betyr, men i følge en
1053 &lt;a href=&quot;http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf&quot;&gt;presentasjon
1054 fra MPEG LA med tema &quot;AVC PAtent Portfoli License Briefing&quot; datert
1055 2015-05-15&lt;/a&gt; gjelder &quot;Internet Broadcast AVC Video&quot; kun kringkasting
1056 på Internet som ikke tilbyr valg av enkeltinnslag (&quot;not
1057 title-by-title&quot;), hvilket jo NRK gjør på sine nettsider. I tillegg
1058 kringkaster jo NRK H.264-video også utenom Internet (RiksTV, kabel,
1059 satelitt), hvilket helt klart ikke er dekket av vilkårene omtalt i
1060 pressemeldingen.&lt;/p&gt;
1061
1062 &lt;p&gt;Spørsmålet mitt er hvordan NRK kan bruke verktøy med bruksvilkår
1063 som krever avtale med MPEG LA for det NRK bruker dem til, når NRK ikke
1064 har avtale med MPEG LA. Hvis jeg forsto spørsmålet riktig, så mener
1065 NRK at dere ikke trenger avtale med MPEG LA, men uten slik avtale kan
1066 dere vel ikke bruke hverken Apple Final Cut Studio, Adobe Premiere
1067 Pro, Avid eller Apples Final Cut Pro X for å redigere video før
1068 sending?&lt;/p&gt;
1069
1070 &lt;p&gt;Mine konkrete spørsmål var altså:&lt;/p&gt;
1071
1072 &lt;ul&gt;
1073
1074 &lt;li&gt;Hvis NRK har vurdert om det er behov for en patentavtale med MPEG LA
1075 slik det er krav om i programvarelisensene til blant annet Apple
1076 Final Cut Studio, Adobe Premiere Pro, Avid og Apples Final Cut Pro X,
1077 hva var utfallet av en slik vurdering? Kan jeg få kopi av vurderingen
1078 hvis den er gjort skriftlig?&lt;/li&gt;
1079
1080 &lt;li&gt;Hvis NRK ikke har vurdert dette, har NRK planer om å vurdere behovet
1081 for patentavtale?&lt;/li&gt;
1082
1083 &lt;li&gt;Hva slags saksnummer fikk min henvendelse i NRKs offentlige
1084 postjournal? Jeg ser at postjournalen ikke er publisert for den
1085 aktuelle perioden ennå, så jeg fikk ikke sjekket selv.&lt;/li&gt;
1086
1087 &lt;/ul&gt;
1088 &lt;/blockquote&gt;&lt;/p&gt;
1089
1090 &lt;p&gt;Det hjelper å ha funnet rette vedkommende i NRK, for denne gangen
1091 fikk jeg svar tilbake dagen etter (2015-06-10), fra Geir Børdalen i
1092 NRK:&lt;/p&gt;
1093
1094 &lt;p&gt;&lt;blockquote&gt;
1095 &lt;p&gt;Hei Petter Reinholdtsen&lt;/p&gt;
1096
1097 &lt;p&gt;Jeg har sjekket saken med distribusjonssjef for tv, Arild Hellgren
1098 (som var teknologidirektør da bakkenettet ble satt opp). NRK v/
1099 Hellgren hadde møte med MPEG LA sammen med den europeiske
1100 kringkastingsunionen EBU før bakkenettet for TV ble satt opp
1101 (igangsatt høsten 2007). I dette møtet ble det avklart at NRK/EBU ikke
1102 trengte noen patentavtale for h.264 i forbindelse med oppsett av
1103 bakkenettet eller bruk av MPEG4 h.264 som kompresjonsalgoritme fordi
1104 tjenesten «in full»(nor: helt) var betalt av utsendelseselskapene og
1105 ikke av forbrukerne.&lt;/p&gt;
1106
1107 &lt;p&gt;&lt;a href=&quot;http://www.nrk.no/oppdrag/digitalt-bakkenett-1.3214555&quot;&gt;http://www.nrk.no/oppdrag/digitalt-bakkenett-1.3214555&lt;/a&gt;&lt;/p&gt;
1108
1109 &lt;p&gt;Det er også klart slått fast at selskaper som leverer video basert
1110 på MPEG4 h.264 til sluttbrukere på nett, heller ikke påkrevd noen
1111 patentavtale – så lenge de leverer slike tjenester uten betaling fra
1112 sluttbrukere.&lt;/p&gt;
1113
1114 &lt;a href=&quot;http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y&quot;&gt;http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y&lt;/a&gt;
1115
1116 &lt;p&gt;“MPEG LA announced today that its AVC Patent Portfolio License will
1117 continue not to charge royalties for Internet Video that is free to
1118 end users (known as “Internet Broadcast AVC Video”) during the entire
1119 life of this License. MPEG LA previously announced it would not charge
1120 royalties for such video through December 31, 2015 (see
1121 &lt;a href=&quot;http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf&quot;&gt;http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf&lt;/a&gt;),
1122 and today’s announcement makes clear that royalties will continue not
1123 to be charged for such video beyond that time. Products and services
1124 other than Internet Broadcast AVC Video continue to be
1125 royalty-bearing.”&lt;/p&gt;
1126
1127 &lt;p&gt;Vi har derfor ikke noe behov for å vurdere noen patentavtale med
1128 MPEG LA.&lt;/p&gt;
1129
1130 &lt;p&gt;Understreker for øvrig at NRK ikke er låst til MPEG4 – h.264 som
1131 utsendelsesformat – og at vi har brukt og bruker flere andre
1132 alternativer i våre tjenester. Ulike «devicer» har ofte behov for
1133 forskjellige løsninger – og NRK har forsøkt å levere med best mulig
1134 kvalitet /økonomi /stabilitet avhengig av
1135 plattform. Produksjonsformater i NRK spenner for øvrig over en rekke
1136 forskjellige formater – hvor MPEG4 bare er en av disse. Når NRK kjøper
1137 teknisk utstyr er betaling for kodekstøtte ofte en del av
1138 anskaffelsesprisen for denne maskinvaren (enten dette er spesialiserte
1139 enkodere eller forskjellige typer produksjonsutstyr).&lt;/p&gt;
1140
1141 &lt;p&gt;Vennlig hilsen
1142 &lt;br&gt;Geir Børdalen&lt;/p&gt;
1143
1144 &lt;p&gt;________________________________________
1145 &lt;br&gt;Geir Børdalen
1146 &lt;br&gt;Investeringsansvarlig NRK / Hovedprosjektleder - Origo
1147 &lt;br&gt;Avdeling for utvikling, innovasjon, investering og eiendom
1148 &lt;br&gt;NRK medietjenester
1149 &lt;br&gt;Sentralbord: +47 23 04 70 00
1150 &lt;br&gt;Post: NRK, AUTV (RBM5), Pb. 8500 Majorstuen, 0340 Oslo
1151 &lt;br&gt;nrk.no
1152 &lt;/blockquote&gt;&lt;/p&gt;
1153
1154 &lt;p&gt;Et godt og grundig svar, som var informativt om hvordan NRK tenker
1155 rundt patentavtale med MPEG LA, men heller ikke helt besvarte det jeg
1156 lurte på, så jeg sendte epostoppfølging samme dag.&lt;/p&gt;
1157
1158 &lt;p&gt;&lt;blockquote&gt;
1159 &lt;p&gt;[Geir Børdalen]
1160 &lt;br&gt;&gt; Hei Petter Reinholdtsen&lt;/p&gt;
1161
1162 &lt;p&gt;Hei, og takk for raskt svar. Er min henvendelse journalført slik
1163 at den dukker opp i NRKs postjournal?&lt;/p&gt;
1164
1165 &lt;p&gt;Svaret ditt var meget nyttig, og jeg forstår ut fra det du skriver
1166 at avklaringen med MPEG LA rundt H.264-distribusjon via bakkenettet
1167 gjelder alle TV-kanaler i Norge. Hvilke saksnummer fikk dokumenter
1168 som ble opprettet i forbindelse med det omtalte møtet NRK v/Hellgren
1169 og EBU hadde med MPEG LA (dvs. referater, avtaler, etc),
1170 f.eks. dokumentet der formuleringen &quot;in full&quot; som du omtaler
1171 finnes?&lt;p&gt;
1172
1173 &lt;p&gt;Men det er et par ting jeg fortsatt ikke forstår. Det ene er
1174 hvorfor NRKs forståelse av hva &quot;Internet Broadcast AVC Video&quot; dekker
1175 ser ut til å avvike fra det som presenteres i
1176 &lt;a href=&quot;http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf&quot;&gt;lysark
1177 fra MPEG LA&lt;/a&gt; i mai, der MPEG LA på lysark med overskriften
1178 &quot;AVC/H.264 License Terms Participation Fees&quot; og undertittel &quot;Where
1179 remuneration is from other sources&quot; skriver &quot;Internet Broadcast AVC
1180 Video (not title-by-title, not subscription) – no royalty for life of
1181 the AVC Patent Portfolio License&quot;.&lt;/p&gt;
1182
1183 &lt;p&gt;Her leser jeg MPEG LA dithen at det kun er kringkasting uten
1184 abonnement via Internet som er dekket at vilkårne omtalt i
1185 pressemeldingen, mens jeg forstår deg dithen at NRK mener NRKs
1186 nettsider som også har enkeltfilmer og innslag (som jeg forstår dekket
1187 av formuleringen &quot;title-by-title&quot;) dekkes av &quot;Internet Broadcast AVC
1188 Video&quot; fra MPEG LA. Hva baserer dere denne tolkningen på? Jeg har
1189 ikke sett noe skriftlig fra MPEG LA som støtter NRKs tolkning, og
1190 lurer på om dere har andre kilder enn den pressemeldingen fra 5 år
1191 tilbake, der NRKS forståelse av hva &quot;Internet Broadcast AVC Video&quot;
1192 dekker er beskrevet?&lt;/p&gt;
1193
1194 &lt;p&gt;Det andre er at eposten din ikke nevnte spørsmålet mitt om
1195 bruksvilkårene til videoredigeringsverktøyene som NRK bruker. Disse
1196 har som tidligere nevnt krav om at de kun skal brukes til private og
1197 ikke-kommersielle formål med mindre en har avtale med MPEG LA, og uten
1198 avtale med MPEG LA kan det jo virke som om NRK bruker verktøyene i
1199 strid med bruksvilkårene. Hva gjør at disse bruksvilkårene ikke
1200 gjelder for NRK?&lt;/p&gt;
1201 &lt;/blockquote&gt;&lt;/p&gt;
1202
1203 &lt;p&gt;Noen minutter senere får jeg foreløpig siste svar i
1204 føljetongen:&lt;/p&gt;
1205
1206 &lt;p&gt;&lt;blockquote&gt;
1207 &lt;p&gt;Hei igjen&lt;/p&gt;
1208
1209 &lt;p&gt;Vårt dokumentarkiv har fått en kopi (journalføringsnr kan jeg
1210 dessverre ikke gi deg).&lt;p&gt;
1211
1212 &lt;p&gt;&gt; Svaret ditt var meget nyttig, og jeg forstår ut fra det du
1213 &lt;br&gt;&gt; skriver at avklaringen med MPEG LA rundt H.264-distribusjon via
1214 &lt;br&gt;&gt; bakkenettet gjelder alle TV-kanaler i Norge.&lt;/p&gt;
1215
1216 &lt;p&gt;Svar: Kan ikke svare for andre enn for NRK/EBU - og for bakkenettet
1217 i Norge er det kun NRK som er et lisensbasert selskap. Kan ikke gi noe
1218 svar på saksnr på dokumenter eller ytterligere informasjon da jeg selv
1219 ikke var del i dette.&lt;/p&gt;
1220
1221 &lt;p&gt;&gt; Men det er et par ting jeg fortsatt ikke forstår. ...&lt;/p&gt;
1222
1223 &lt;p&gt;Svar: Kan ikke gå ytterligere inn i dette fra min side og mitt
1224 fagfelt som er produksjon/publisering og systemstrukturene bak
1225 disse. For øvrig ligger det etter vår formening ingen begrensninger
1226 for NRK i mulighetene til publisering mht til kodek i
1227 produksjonssystemer. Som tidligere skrevet mener vi at NRK ikke
1228 trenger noen avtale med MPEG LA og støtter oss til det vi allerede har
1229 kommunisert i forrige epost.&lt;/p&gt;
1230
1231 &lt;p&gt;Mvh
1232 &lt;br&gt;Geir Børdalen&lt;/p&gt;
1233 &lt;/blockquote&gt;&lt;/p&gt;
1234
1235 &lt;p&gt;Det syntes vanskelig å komme videre når NRK ikke ønsker å gå inn i
1236 problemstillingen rundt bruksvilkårene til videoredigeringsverktøyene
1237 NRK bruker, så jeg sendte takk for svarene og avsluttet utvekslingen
1238 så langt:&lt;/p&gt;
1239
1240 &lt;p&gt;&lt;blockquote&gt;
1241 &lt;p&gt;Tusen takk for rask respons, og oppklarende forklaring om hvordan
1242 NRK tenker rundt MPEG LA.&lt;/p&gt;
1243
1244 &lt;p&gt;Jeg vil høre med NRK-arkivet for å se om de kan spore opp de
1245 omtalte dokumentene. Jeg setter pris på om du kan dele titler, dato
1246 eller annen informasjon som kan gjøre det enklere for arkivet å finne
1247 dem.&lt;/p&gt;
1248
1249 &lt;p&gt;Når det gjelder hvordan bruksvilkårene til
1250 videoredigeringsverktøyene skal tolkes, så skal jeg høre med MPEG LA
1251 og produsentene av verktøyene for å forsøke å få klarhet i hva de
1252 mener er rikgig rettstilstand.&lt;/p&gt;
1253 &lt;/blockquote&gt;&lt;/p&gt;
1254
1255 &lt;p&gt;Jeg ble litt klokere, men fortsatt er det uklart for meg hva som er
1256 grunnlaget til NRK for å se bort fra bruksvilkår i
1257 videoredigeringsprogramvare som krever MPEG LA-avtale til alt annet
1258 enn privat og ikke-kommersiell bruk.&lt;/p&gt;
1259 </description>
1260 </item>
1261
1262 <item>
1263 <title>Hvordan vurderer regjeringen H.264-patentutfordringen?</title>
1264 <link>http://people.skolelinux.org/pere/blog/Hvordan_vurderer_regjeringen_H_264_patentutfordringen_.html</link>
1265 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hvordan_vurderer_regjeringen_H_264_patentutfordringen_.html</guid>
1266 <pubDate>Sun, 16 Nov 2014 10:30:00 +0100</pubDate>
1267 <description>&lt;p&gt;For en stund tilbake spurte jeg Fornyingsdepartementet om hvilke
1268 juridiske vurderinger rundt patentproblemstillingen som var gjort da
1269 H.264 ble tatt inn i &lt;a href=&quot;http://standard.difi.no/&quot;&gt;statens
1270 referansekatalog over standarder&lt;/a&gt;. Stig Hornnes i FAD tipset meg
1271 om følgende som står i oppsumeringen til høringen om
1272 referansekatalogen versjon 2.0, som jeg siden ved hjelp av en
1273 innsynsforespørsel fikk tak i
1274 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon.pdf&quot;&gt;PDF-utgaven av&lt;/a&gt;
1275 datert 2009-06-03 (saksnummer 200803291, saksbehandler Henrik
1276 Linnestad).&lt;/p&gt;
1277
1278 &lt;p&gt;Der står det følgende om problemstillingen:&lt;/p&gt;
1279
1280 &lt;p&gt;&lt;blockquote&gt;
1281 &lt;strong&gt;4.4 Patentproblematikk&lt;/strong&gt;
1282
1283 &lt;p&gt;NUUG og Opera ser det som særlig viktig at forslagene knyttet til
1284 lyd og video baserer seg på de royalty-frie standardene Vorbis, Theora
1285 og FLAC.&lt;/p&gt;
1286
1287 &lt;p&gt;Kommentarene relaterer seg til at enkelte standarder er åpne, men
1288 inneholder tekniske prosedyrer som det i USA (og noen andre land som
1289 Japan) er gitt patentrettigheter til. I vårt tilfelle berører dette
1290 spesielt standardene Mp3 og H.264, selv om Politidirektoratet peker på
1291 at det muligens kan være tilsvarende problematikk også for Theora og
1292 Vorbis. Dette medfører at det i USA kan kreves royalties for bruk av
1293 tekniske løsninger knyttet til standardene, et krav som også
1294 håndheves. Patenter kan imidlertid bare hevdes i de landene hvor
1295 patentet er gitt, så amerikanske patenter gjelder ikke andre steder
1296 enn USA.&lt;/p&gt;
1297
1298 &lt;p&gt;Spesielt for utvikling av fri programvare er patenter
1299 problematisk. GPL, en &quot;grunnleggende&quot; lisens for distribusjon av fri
1300 programvare, avviser at programvare kan distribueres under denne
1301 lisensen hvis det inneholder referanser til patenterte rutiner som
1302 utløser krav om royalties. Det er imidlertid uproblematisk å
1303 distribuere fri programvareløsninger under GPL som benytter de
1304 aktuelle standardene innen eller mellom land som ikke anerkjenner
1305 patentene. Derfor finner vi også flere implementeringer av Mp3 og
1306 H.264 som er fri programvare, lisensiert under GPL.&lt;/p&gt;
1307
1308 &lt;p&gt;I Norge og EU er patentlovgivningen langt mer restriktiv enn i USA,
1309 men det er også her mulig å få patentert metoder for løsning av et
1310 problem som relaterer seg til databehandling. Det er AIF bekjent ikke
1311 relevante patenter i EU eller Norge hva gjelder H.264 og Mp3, men
1312 muligheten for at det finnes patenter uten at det er gjort krav om
1313 royalties eller at det senere vil gis slike patenter kan ikke helt
1314 avvises.&lt;/p&gt;
1315
1316 &lt;p&gt;AIF mener det er et behov for å gi offentlige virksomheter mulighet
1317 til å benytte antatt royaltyfrie åpne standarder som et likeverdig
1318 alternativ eller i tillegg til de markedsledende åpne standardene.&lt;/p&gt;
1319
1320 &lt;/blockquote&gt;&lt;/p&gt;
1321
1322 &lt;p&gt;Det ser dermed ikke ut til at de har vurdert patentspørsmålet i
1323 sammenheng med opphavsrettsvilkår slik de er formulert for f.eks.
1324 Apple Final Cut Pro, Adobe Premiere Pro, Avid og Sorenson-verktøyene,
1325 der det kreves brukstillatelse for patenter som ikke er gyldige i
1326 Norge for å bruke disse verktøyene til annet en personlig og ikke
1327 kommersiell aktivitet når det gjelder H.264-video. Jeg må nok lete
1328 videre etter svar på det spørsmålet.&lt;/p&gt;
1329 </description>
1330 </item>
1331
1332 <item>
1333 <title>Do you need an agreement with MPEG-LA to publish and broadcast H.264 video in Norway?</title>
1334 <link>http://people.skolelinux.org/pere/blog/Do_you_need_an_agreement_with_MPEG_LA_to_publish_and_broadcast_H_264_video_in_Norway_.html</link>
1335 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Do_you_need_an_agreement_with_MPEG_LA_to_publish_and_broadcast_H_264_video_in_Norway_.html</guid>
1336 <pubDate>Mon, 25 Aug 2014 22:10:00 +0200</pubDate>
1337 <description>&lt;p&gt;Two years later, I am still not sure if it is legal here in Norway
1338 to use or publish a video in H.264 or MPEG4 format edited by the
1339 commercially licensed video editors, without limiting the use to
1340 create &quot;personal&quot; or &quot;non-commercial&quot; videos or get a license
1341 agreement with &lt;a href=&quot;http://www.mpegla.com&quot;&gt;MPEG LA&lt;/a&gt;. If one
1342 want to publish and broadcast video in a non-personal or commercial
1343 setting, it might be that those tools can not be used, or that video
1344 format can not be used, without breaking their copyright license. I
1345 am not sure.
1346 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;Back
1347 then&lt;/a&gt;, I found that the copyright license terms for Adobe Premiere
1348 and Apple Final Cut Pro both specified that one could not use the
1349 program to produce anything else without a patent license from MPEG
1350 LA. The issue is not limited to those two products, though. Other
1351 much used products like those from Avid and Sorenson Media have terms
1352 of use are similar to those from Adobe and Apple. The complicating
1353 factor making me unsure if those terms have effect in Norway or not is
1354 that the patents in question are not valid in Norway, but copyright
1355 licenses are.&lt;/p&gt;
1356
1357 &lt;p&gt;These are the terms for Avid Artist Suite, according to their
1358 &lt;a href=&quot;http://www.avid.com/US/about-avid/legal-notices/legal-enduserlicense2&quot;&gt;published
1359 end user&lt;/a&gt;
1360 &lt;a href=&quot;http://www.avid.com/static/resources/common/documents/corporate/LICENSE.pdf&quot;&gt;license
1361 text&lt;/a&gt; (converted to lower case text for easier reading):&lt;/p&gt;
1362
1363 &lt;p&gt;&lt;blockquote&gt;
1364 &lt;p&gt;18.2. MPEG-4. MPEG-4 technology may be included with the
1365 software. MPEG LA, L.L.C. requires this notice: &lt;/p&gt;
1366
1367 &lt;p&gt;This product is licensed under the MPEG-4 visual patent portfolio
1368 license for the personal and non-commercial use of a consumer for (i)
1369 encoding video in compliance with the MPEG-4 visual standard (“MPEG-4
1370 video”) and/or (ii) decoding MPEG-4 video that was encoded by a
1371 consumer engaged in a personal and non-commercial activity and/or was
1372 obtained from a video provider licensed by MPEG LA to provide MPEG-4
1373 video. No license is granted or shall be implied for any other
1374 use. Additional information including that relating to promotional,
1375 internal and commercial uses and licensing may be obtained from MPEG
1376 LA, LLC. See http://www.mpegla.com. This product is licensed under
1377 the MPEG-4 systems patent portfolio license for encoding in compliance
1378 with the MPEG-4 systems standard, except that an additional license
1379 and payment of royalties are necessary for encoding in connection with
1380 (i) data stored or replicated in physical media which is paid for on a
1381 title by title basis and/or (ii) data which is paid for on a title by
1382 title basis and is transmitted to an end user for permanent storage
1383 and/or use, such additional license may be obtained from MPEG LA,
1384 LLC. See http://www.mpegla.com for additional details.&lt;/p&gt;
1385
1386 &lt;p&gt;18.3. H.264/AVC. H.264/AVC technology may be included with the
1387 software. MPEG LA, L.L.C. requires this notice:&lt;/p&gt;
1388
1389 &lt;p&gt;This product is licensed under the AVC patent portfolio license for
1390 the personal use of a consumer or other uses in which it does not
1391 receive remuneration to (i) encode video in compliance with the AVC
1392 standard (“AVC video”) and/or (ii) decode AVC video that was encoded
1393 by a consumer engaged in a personal activity and/or was obtained from
1394 a video provider licensed to provide AVC video. No license is granted
1395 or shall be implied for any other use. Additional information may be
1396 obtained from MPEG LA, L.L.C. See http://www.mpegla.com.&lt;/p&gt;
1397 &lt;/blockquote&gt;&lt;/p&gt;
1398
1399 &lt;p&gt;Note the requirement that the videos created can only be used for
1400 personal or non-commercial purposes.&lt;/p&gt;
1401
1402 &lt;p&gt;The Sorenson Media software have
1403 &lt;a href=&quot;http://www.sorensonmedia.com/terms/&quot;&gt;similar terms&lt;/a&gt;:&lt;/p&gt;
1404
1405 &lt;p&gt;&lt;blockquote&gt;
1406
1407 &lt;p&gt;With respect to a license from Sorenson pertaining to MPEG-4 Video
1408 Decoders and/or Encoders: Any such product is licensed under the
1409 MPEG-4 visual patent portfolio license for the personal and
1410 non-commercial use of a consumer for (i) encoding video in compliance
1411 with the MPEG-4 visual standard (“MPEG-4 video”) and/or (ii) decoding
1412 MPEG-4 video that was encoded by a consumer engaged in a personal and
1413 non-commercial activity and/or was obtained from a video provider
1414 licensed by MPEG LA to provide MPEG-4 video. No license is granted or
1415 shall be implied for any other use. Additional information including
1416 that relating to promotional, internal and commercial uses and
1417 licensing may be obtained from MPEG LA, LLC. See
1418 http://www.mpegla.com.&lt;/p&gt;
1419
1420 &lt;p&gt;With respect to a license from Sorenson pertaining to MPEG-4
1421 Consumer Recorded Data Encoder, MPEG-4 Systems Internet Data Encoder,
1422 MPEG-4 Mobile Data Encoder, and/or MPEG-4 Unique Use Encoder: Any such
1423 product is licensed under the MPEG-4 systems patent portfolio license
1424 for encoding in compliance with the MPEG-4 systems standard, except
1425 that an additional license and payment of royalties are necessary for
1426 encoding in connection with (i) data stored or replicated in physical
1427 media which is paid for on a title by title basis and/or (ii) data
1428 which is paid for on a title by title basis and is transmitted to an
1429 end user for permanent storage and/or use. Such additional license may
1430 be obtained from MPEG LA, LLC. See http://www.mpegla.com for
1431 additional details.&lt;/p&gt;
1432
1433 &lt;/blockquote&gt;&lt;/p&gt;
1434
1435 &lt;p&gt;Some free software like
1436 &lt;a href=&quot;https://handbrake.fr/&quot;&gt;Handbrake&lt;/A&gt; and
1437 &lt;a href=&quot;http://ffmpeg.org/&quot;&gt;FFMPEG&lt;/a&gt; uses GPL/LGPL licenses and do
1438 not have any such terms included, so for those, there is no
1439 requirement to limit the use to personal and non-commercial.&lt;/p&gt;
1440 </description>
1441 </item>
1442
1443 <item>
1444 <title>Hvor godt fungerer Linux-klienter mot MS Exchange?</title>
1445 <link>http://people.skolelinux.org/pere/blog/Hvor_godt_fungerer_Linux_klienter_mot_MS_Exchange_.html</link>
1446 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hvor_godt_fungerer_Linux_klienter_mot_MS_Exchange_.html</guid>
1447 <pubDate>Tue, 26 Nov 2013 18:50:00 +0100</pubDate>
1448 <description>&lt;p&gt;Jeg
1449 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/_pent_m_te_p__onsdag_om_bruken_av_Microsoft_Exchange_ved_Universitetet_i_Oslo.html&quot;&gt;skrev
1450 i juni om protestene&lt;/a&gt; på planene til min arbeidsplass,
1451 &lt;a href=&quot;http://www.uio.no/&quot;&gt;Universitetet i Oslo&lt;/a&gt;, om å gå bort fra
1452 fri programvare- og åpne standardløsninger for å håndtere epost,
1453 vekk fra IETF-standarden SIEVE for filtrering av epost og over til
1454 godseide spesifikasjoner og epostsystemet Microsoft Exchange.
1455 Protestene har fått litt ny omtale i media de siste dagene, i tillegg
1456 til de oppslagene som kom i mai.&lt;/p&gt;
1457
1458 &lt;ul&gt;
1459
1460 &lt;li&gt;2013-11-26 &lt;a href=&quot;http://www.version2.dk/artikel/gigantisk-outlook-konvertering-moeder-protester-paa-universitet-55147&quot;&gt;Gigantisk Outlook-konvertering møder protester på universitet&lt;/a&gt; - versjon2.dk&lt;/li&gt;
1461
1462 &lt;li&gt;2013-11-25
1463 &lt;a href=&quot;http://www.idg.no/computerworld/article279407.ece&quot;&gt;Microsoft-protest
1464 på Universitetet&lt;/a&gt; - Computerworld&lt;/li&gt;
1465
1466 &lt;li&gt;2013-11-25
1467 &lt;a href=&quot;http://www.uniforum.uio.no/nyheter/2013/11/uio-bor-bruke-apen-programvare.html&quot;&gt;Kjemper
1468 mot innføring av Microsoft Exchange på UiO&lt;/a&gt; - Uniforum&lt;/li&gt;
1469
1470 &lt;li&gt;2013-11-25
1471 &lt;a href=&quot;http://www.uniforum.uio.no/nyheter/2013/11/uio-utsetter-innforing-av-nytt-e-postsystem.html&quot;&gt;Utsetter
1472 innføring av nytt e-postsystem&lt;/a&gt; - Uniforum&lt;/li&gt;
1473
1474 &lt;li&gt;2013-05-29
1475 &lt;a href=&quot;http://universitas.no/nyhet/58462/forsvarer-nytt-it-system&quot;&gt;Forsvarer
1476 nytt IT-system&lt;/a&gt; - Universitas&lt;/li&gt;
1477
1478 &lt;li&gt;2013-05-23
1479 &lt;a href=&quot;http://www.uniforum.uio.no/nyheter/2013/05/uio-innforer-nytt-epost-og-kalendersystem.html&quot;&gt;UiO
1480 innfører nytt epost- og kalenderverktøy&lt;/a&gt; - Uniforum&lt;/li&gt;
1481
1482 &lt;li&gt;2013-05-22
1483 &lt;a href=&quot;http://universitas.no/nyhet/58424/protestgruppe-vil-stanse-it-system&quot;&gt;Protestgruppe
1484 vil stanse IT-system&lt;/a&gt; - Universitas&lt;/li&gt;
1485
1486 &lt;li&gt;2013-05-15
1487 &lt;a href=&quot;http://www.uniforum.uio.no/leserbrev/2013/uio-ma-ha-kontroll-over-sitt-eget-epostsystem.html&quot;&gt;UiO
1488 må ha kontroll over sitt eget epostsystem&lt;/a&gt; - Uniforum&lt;/li&gt;
1489
1490 &lt;/ul&gt;
1491
1492 &lt;p&gt;Prosjektledelsen har fortalt at dette skal fungere like godt for
1493 Linux-brukere som for brukere av Microsoft Windows og Apple MacOSX,
1494 men jeg lurer på hva slags erfaringer Linux-brukere i eksisterende
1495 miljøer som bruker MS Exchange har gjort. Hvis du har slik erfaring
1496 hadet det vært veldig fint om du kan send et leserbrev til
1497 &lt;a href=&quot;http://www.uniforum.uio.no/&quot;&gt;Uniforum&lt;/a&gt; og fortelle om hvor
1498 greit det er å bruke Exchange i kryss-platform-miljøer? De jeg har
1499 snakket med sier en greit får lest e-posten sin hvis Exchange har
1500 slått på IMAP-funksjonalitet, men at kalender og møtebooking ikke
1501 fungerer godt for Linux-klienter. Jeg har ingen personlig erfaring å
1502 komme med, så jeg er nysgjerrig på hva andre kan dele av erfaringer
1503 med universitetet.&lt;/p&gt;
1504
1505 &lt;p&gt;Mitt ankerpunkt mot å bytte ut fri programvare som fungerer godt
1506 med godseid programvare er at en mister kontroll over egen
1507 infrastruktur, låser seg inn i en løsning det vil bli dyrt å komme ut
1508 av, uten at en får funksjonalitet en ikke kunne skaffet seg med fri
1509 programvare, eventuelt videreutviklet med de pengene som brukes på
1510 overgangen til MS Exchange. Personlig planlegger jeg å fortsette å
1511 laste ned all eposten min til lokal maskin for indeksering og lesing
1512 med &lt;a href==&quot;http://notmuchmail.org&quot;&gt;notmuch&lt;/a&gt;, så jeg håper jeg
1513 ikke blir veldig skadelidende av overgangen.&lt;/p&gt;
1514
1515 &lt;p&gt;&lt;a href=&quot;http://dinis.linguateca.pt/Diana/ImotMSUiO.html&quot;&gt;Underskriftslista
1516 for oss som er mot endringen&lt;/a&gt;, som omtales i artiklene, er fortsatt
1517 åpen for de som vil signere på oppropet. Akkurat nå er det 298
1518 personer som har signert.&lt;/p&gt;
1519 </description>
1520 </item>
1521
1522 <item>
1523 <title>Åpent møte på onsdag om bruken av Microsoft Exchange ved Universitetet i Oslo</title>
1524 <link>http://people.skolelinux.org/pere/blog/_pent_m_te_p__onsdag_om_bruken_av_Microsoft_Exchange_ved_Universitetet_i_Oslo.html</link>
1525 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/_pent_m_te_p__onsdag_om_bruken_av_Microsoft_Exchange_ved_Universitetet_i_Oslo.html</guid>
1526 <pubDate>Mon, 3 Jun 2013 14:00:00 +0200</pubDate>
1527 <description>&lt;p&gt;Jeg jobber til daglig ved &lt;a href=&quot;http://www.uio.no/&quot;&gt;Universitetet
1528 i Oslo&lt;/a&gt;, en institusjon som lenge har vektlagt verdien av åpne
1529 standarder og fri programvare. Men noe har endret seg, og for en
1530 liten stund tilbake annonserte USIT at dagens fungerende e-postsystemet
1531 basert på fri programvare skulle byttes ut med Microsoft Exchange og
1532 at Microsoft Outlook skulle bli den best fungerende men antagelig ikke
1533 eneste støttede e-postklienten. Annonseringen har ført til flere
1534 protester og &lt;a href=&quot;http://folk.uio.no/dssantos/nooutlookatuio/&quot;&gt;en
1535 underskriftskampanje&lt;/a&gt;, initiert av Diana Santos, der så langt 253
1536 personer har signert. Prosjektet
1537 &lt;a href=&quot;http://www.usit.uio.no/prosjekter/nike/&quot;&gt;NIKE (Ny integrert
1538 kalender/e-post)&lt;/a&gt; ble initiert for å se på mulige løsninger med
1539 utgangspunkt i at en kombinert epost/kalenderløsning var påkrevd, og
1540 prosjektet
1541 &lt;a href=&quot;http://www.usit.uio.no/prosjekter/nike-implementasjon/&quot;&gt;NIKE-implementasjon&lt;/a&gt;
1542 er igang med å rulle ut MS Exchange ved Universitetet i Oslo.&lt;/p&gt;
1543
1544 &lt;p&gt;For kun kort tid siden ble det annonsert at det blir et åpent møte
1545 med ledelsen hos universitetet i Oslo med disse planene som tema:&lt;/p&gt;
1546
1547 &lt;p&gt;Tid: &lt;strong&gt;Onsdag 2013-06-05 kl. 10:00&lt;/strong&gt;
1548 &lt;br&gt;Sted: &lt;strong&gt;9. etasje i Lucy Smiths hus (admin-bygget)&lt;/strong&gt;&lt;/p&gt;
1549
1550 &lt;p&gt; Det kan være en god plass å stille opp hvis en som meg ikke tror
1551 valget av Microsoft Exchange som sentral epostinfrastruktur er et
1552 heldig valg for Norges ledende forskningsuniversitet, men at en er mer
1553 tjent med å selv
1554 &lt;a href=&quot;http://nuug.no/dokumenter/kronikk-friprog-itsikkerhet.shtml&quot;&gt;beholde
1555 kontrollen over egen infrastruktur&lt;/a&gt;.&lt;/p&gt;
1556
1557 &lt;p&gt;Saken har ført til endel presseoppslag så langt. Her er de jeg har
1558 fått med meg:&lt;/p&gt;
1559
1560 &lt;ul&gt;
1561
1562 &lt;li&gt;2013-05-29
1563 &lt;a href=&quot;http://universitas.no/nyhet/58462/forsvarer-nytt-it-system&quot;&gt;Forsvarer
1564 nytt IT-system&lt;/a&gt; - Universitas&lt;/li&gt;
1565
1566 &lt;li&gt;2013-05-23
1567 &lt;a href=&quot;http://www.uniforum.uio.no/nyheter/2013/05/uio-innforer-nytt-epost-og-kalendersystem.html&quot;&gt;UiO
1568 innfører nytt epost- og kalenderverktøy&lt;/a&gt; - Uniforum&lt;/li&gt;
1569
1570
1571 &lt;li&gt;2013-05-22
1572 &lt;a href=&quot;http://universitas.no/nyhet/58424/protestgruppe-vil-stanse-it-system&quot;&gt;Protestgruppe
1573 vil stanse IT-system&lt;/a&gt; - Universitas&lt;/li&gt;
1574
1575
1576 &lt;li&gt;2013-05-15
1577 &lt;a href=&quot;http://www.uniforum.uio.no/leserbrev/2013/uio-ma-ha-kontroll-over-sitt-eget-epostsystem.html&quot;&gt;UiO
1578 må ha kontroll over sitt eget epostsystem&lt;/a&gt; - Uniforum&lt;/li&gt;
1579
1580 &lt;/ul&gt;
1581
1582
1583 </description>
1584 </item>
1585
1586 <item>
1587 <title>Mer innsyn i bakgrunnen for fjerning av ODF fra statens standardkatalog</title>
1588 <link>http://people.skolelinux.org/pere/blog/Mer_innsyn_i_bakgrunnen_for_fjerning_av_ODF_fra_statens_standardkatalog.html</link>
1589 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Mer_innsyn_i_bakgrunnen_for_fjerning_av_ODF_fra_statens_standardkatalog.html</guid>
1590 <pubDate>Tue, 9 Apr 2013 10:30:00 +0200</pubDate>
1591 <description>&lt;p&gt;For cirka en måned siden
1592 &lt;ahref=&quot;http://people.skolelinux.org/pere/blog/Regjeringen__Fornyingsdepartementet_og_DIFI_g_r_inn_for___fjerne_ODF_som_obligatorisk_standard_i_det_offentlige.html&quot;&gt;ba
1593 jeg om begrunnelse på nektet innsyn i dokumenter&lt;/a&gt; om
1594 standardkatalogen fra Fornyingsdepartementet. I dag fikk jeg svar fra
1595 Fornyingsdepartementet, og tilgang til dokumentene. Jeg fikk både
1596 innsyn i vedlegg sendt fra DIFI, og også innsyn i et notat brukt
1597 internt i Fornyingsdepartementet:&lt;/p&gt;
1598
1599 &lt;ul&gt;
1600
1601 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Oppsummering%20av%20h%f8ringen%20om%20endringer%20i%20forskrift%20om%20IT-standarder.pdf&quot;&gt;Epost fra DIFI til Fornyingsdepartementet, datert 2012-11-23&lt;/a&gt;&lt;/li&gt;
1602
1603 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Oppsummering%20og%20anbefaling%20etter%20h%f8ring.pdf&quot;&gt;vedlegg 1, Oppsummering og anbefalinger etter høring av endringer i forskrift om IT-standarer i offentlig forvaltning, datert 2012-11-23&lt;/a&gt;&lt;/li&gt;
1604
1605 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Vedlegg%20Om%20h%f8ringe.docx%20(L)(898066).pdf&quot;&gt;Notat fra avdeling for IKT og fornying til statsråd i Fornyingsdepartementet om høringen, datert 2013-01-03&lt;/a&gt;&lt;/li&gt;
1606
1607 &lt;/ul&gt;
1608
1609 &lt;p&gt;Det bør nevnes at da jeg ble nektet innsyn hos mottaker
1610 Fornyingsdepartementet på høringsoppsummeringen som DIFI hadde sendt
1611 ut, spurte jeg DIFI om innsyn i stedet. Det fikk jeg i løpet av et
1612 par dager. Moralen er at hvis ikke mottaker ikke vil gi innsyn, spør
1613 avsender i stedet. Kanskje de har forskjellig forståelse av hva som
1614 bør holdes skjult for folket. Her er de tilsvarende dokumentene jeg
1615 fikk innsyn i fra DIFI:&lt;/p&gt;
1616
1617 &lt;ul&gt;
1618
1619 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Epostforsendelse.pdf&quot;&gt;Epost fra DIFI til Fornyingsdepartementet, datert 2012-11-23&lt;/a&gt;&lt;/li&gt;
1620
1621 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%201,%20Oppsummering%20av%20h%f8ring%20om%20endringer%20i%20forskrift%20om%20IT-standarder.pdf&quot;&gt;vedlegg 1, Oppsummering og anbefalinger etter høring av endringer i forskrift om IT-standarer i offentlig forvaltning, datert 2012-11-23&lt;/a&gt;&lt;/li&gt;
1622
1623 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%202,%20Forslag%20til%20endringsforskrift.pdf&quot;&gt;Vedlegg 2, Forslag til endringsforskrift, udatert&lt;/a&gt;&lt;/li&gt;
1624
1625 &lt;li&gt;&lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%203%20Forskrift%20om%20IT-standarder%20i%20offentlig%20forvaltning.pdf&quot;&gt;Vedlegg 3, Forskrift om IT-standarder i offentlig forvaltning, udatert&lt;/a&gt;&lt;/li&gt;
1626
1627 &lt;/ul&gt;
1628
1629 &lt;p&gt;Det jeg synes er mest interessant er endel av aktørene som
1630 protesterte på fjerningen (Kartverket, Drammen kommune), og hvordan
1631 høringsoppsummeringen ikke tar stilling til effekten av å fjerne ODF
1632 fra katalogen.&lt;/p&gt;
1633 </description>
1634 </item>
1635
1636 <item>
1637 <title>Regjeringen, FAD og DIFI går inn for å fjerne ODF som obligatorisk standard i det offentlige</title>
1638 <link>http://people.skolelinux.org/pere/blog/Regjeringen__FAD_og_DIFI_g_r_inn_for___fjerne_ODF_som_obligatorisk_standard_i_det_offentlige.html</link>
1639 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjeringen__FAD_og_DIFI_g_r_inn_for___fjerne_ODF_som_obligatorisk_standard_i_det_offentlige.html</guid>
1640 <pubDate>Mon, 18 Mar 2013 21:10:00 +0100</pubDate>
1641 <description>&lt;p&gt;I
1642 &lt;a href=&quot;http://standard.difi.no/hoyring/forslag-om-endring-av-forskrift-om-it-standarder-i-offentlig-forvaltning&quot;&gt;siste
1643 høring&lt;/a&gt; om
1644 &lt;a href=&quot;http://standard.difi.no/forvaltningsstandarder&quot;&gt;referansekatalogen
1645 for IT-standarder i offentlig sektor&lt;/a&gt;, med høringsfrist 2012-09-30
1646 (DIFI-sak 2012/498), ble det foreslått å fjerne ODF som obligatorisk
1647 standard når en publiserte dokumenter som skulle kunne redigeres
1648 videre av mottaker. NUUG og andre protesterte på forslaget, som er et
1649 langt steg tilbake når det gjelder å sikre like rettigheter for alle
1650 når en kommuniserer med det offentlige. For noen dager siden ble jeg
1651 oppmerksom på at Direktoratet for forvaltning og IKT (DIFI) og
1652 Fornyings-,administrasjons- og kirkedepartementet (FAD) har
1653 konkludert, og oversendt forslag til regjeringen i saken. FADs
1654 dokument
1655 &lt;a href=&quot;http://www.oep.no/search/result.html?period=none&amp;descType=both&amp;caseNumber=2012%2F2168&amp;senderType=both&amp;documentType=all&amp;list2=94&amp;searchType=advanced&amp;Search=S%C3%B8k+i+journaler&quot;&gt;2012/2168&lt;/a&gt;-8,
1656 «Utkast til endring av standardiseringsforskriften» datert 2013-02-06
1657 har følgende triste oppsummering fra høringen i saken:&lt;/p&gt;
1658
1659 &lt;p&gt;&lt;blockquote&gt;
1660 Det kom noen innvendinger på forslaget om å fjerne ODF som
1661 obligatorisk standard for redigerbare dokumenter. Innvendingene har
1662 ikke blitt ilagt avgjørende vekt.
1663 &lt;/blockquote&gt;&lt;/p&gt;
1664
1665 &lt;p&gt;Ved å fjerne ODF som obligatorisk format ved publisering av
1666 redigerbare dokumenter setter en Norge tiår tilbake. Det som vil skje
1667 er at offentlige etater går tilbake til kun å publisere dokumenter på
1668 et av de mange formatene til Microsoft Office, og alle som ikke
1669 aksepterer bruksvilkårene til Microsoft eller ikke har råd til å bruke
1670 penger på å få tilgang til Microsoft Office må igjen basere seg på
1671 verktøy fra utviklerne som er avhengig av å reversutvikle disse
1672 formatene. I og med at ISO-spesifikasjonen for OOXML ikke komplett og
1673 korrekt spesifiserer formatene til MS Office (men er nyttige å titte i
1674 når en reversutvikler), er en tilbake til en situasjon der en ikke har
1675 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html&quot;&gt;en
1676 fri og åpen standard&lt;/a&gt; å forholde seg til, men i stedet må springe
1677 etter Microsoft. Alle andre leverandører enn Microsoft vil dermed ha
1678 en seriøs ulempe. Det er som å fjerne krav om bruk av meter som
1679 måleenhet, og heretter aksepterer alle måleenheter som like gyldige,
1680 når en vet at den mest brukte enheten vil være armlengden til Steve
1681 Ballmer slik Microsoft måler den.&lt;/p&gt;
1682
1683 &lt;p&gt;Jeg er ikke sikker på om forslaget er vedtatt av regjeringen ennå.
1684 Kristian Bergem hos DIFI nevnte på et møte forrige tirsdag at han
1685 trodde det var vedtatt i statsråd 8. mars, men jeg har ikke klart å
1686 finne en skriftlig kilde på regjeringen.no som bekrefter dette.
1687 Kanskje det ennå ikke er for sent...&lt;/p&gt;
1688
1689 &lt;p&gt;Jeg ba i forrige uke om innsyn i dokument 6, 7 og 8 i FAD-saken, og
1690 har i dag fått innsyn i dokument 7 og 8. Ble nektet innsyn i
1691 dokumentet med tittelen «Oppsummering av høring om endringer i
1692 forskrift om IT-standarder i offentlig forvaltning» med hjemmel i
1693 off. lovens §15.1, så det er vanskelig å vite hvordan argumentene fra
1694 høringen ble mottatt og forstått av saksbehandleren hos DIFI. Lurer
1695 på hvordan jeg kan klage på at jeg ikke fikk se oppsummeringen. Fikk
1696 tre PDFer tilsendt fra FAD,
1697 &lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-FAD/sak-2012-2168/20130115%20Notat%20FAD%20-%20EHF.pdf%20(L)(889185).pdf&quot;&gt;Endring av underversjon i EHF&lt;/a&gt;,
1698 &lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-FAD/sak-2012-2168/Bakgrunnsnotat%20knyttet%20til%20versjon%20av%20EHF%20standarden%20i%20Forskrift%20om%20IT-standarder%20i%20offentlig%20sektor.pdf&quot;&gt;Bakgrunnsnotat knyttet til versjon av EHF standarden i Forskrift om IT-standarder i offentlig sektor&lt;/a&gt; og
1699 &lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-FAD/sak-2012-2168/Utkast%20Kongelig%20resolusjon.docx%20(L)(898064).pdf&quot;&gt;Utkast til endring av standardiseringsforskriften&lt;/a&gt;, hvis du vil ta en titt.&lt;/p&gt;
1700 </description>
1701 </item>
1702
1703 <item>
1704 <title>&quot;Electronic&quot; paper invoices - using vCard in a QR code</title>
1705 <link>http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</link>
1706 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</guid>
1707 <pubDate>Tue, 12 Feb 2013 10:30:00 +0100</pubDate>
1708 <description>&lt;p&gt;Here in Norway, electronic invoices are spreading, and the
1709 &lt;a href=&quot;http://www.anskaffelser.no/e-handel/faktura&quot;&gt;solution promoted
1710 by the Norwegian government&lt;/a&gt; require that invoices are sent through
1711 one of the approved facilitators, and it is not possible to send
1712 electronic invoices without an agreement with one of these
1713 facilitators. This seem like a needless limitation to be able to
1714 transfer invoice information between buyers and sellers. My preferred
1715 solution would be to just transfer the invoice information directly
1716 between seller and buyer, for example using SMTP, or some HTTP based
1717 protocol like REST or SOAP. But this might also be overkill, as the
1718 &quot;electronic&quot; information can be transferred using paper invoices too,
1719 using a simple bar code. My bar code encoding of choice would be QR
1720 codes, as this encoding can be read by any smart phone out there. The
1721 content of the code could be anything, but I would go with
1722 &lt;a href=&quot;http://en.wikipedia.org/wiki/VCard&quot;&gt;the vCard format&lt;/a&gt;, as
1723 it too is supported by a lot of computer equipment these days.&lt;/p&gt;
1724
1725 &lt;p&gt;The vCard format support extentions, and the invoice specific
1726 information can be included using such extentions. For example an
1727 invoice from SLX Debian Labs (picked because we
1728 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;ask
1729 for donations to the Debian Edu project&lt;/a&gt; and thus have bank account
1730 information publicly available) for NOK 1000.00 could have these extra
1731 fields:&lt;/p&gt;
1732
1733 &lt;p&gt;&lt;pre&gt;
1734 X-INVOICE-NUMBER:1
1735 X-INVOICE-AMOUNT:NOK1000.00
1736 X-INVOICE-KID:123412341234
1737 X-INVOICE-MSG:Donation to Debian Edu
1738 X-BANK-ACCOUNT-NUMBER:16040884339
1739 X-BANK-IBAN-NUMBER:NO8516040884339
1740 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
1741 &lt;/pre&gt;&lt;/p&gt;
1742
1743 &lt;p&gt;The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow
1744 answer regarding
1745 &lt;a href=&quot;http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file&quot;&gt;how
1746 to put bank account information into a vCard&lt;/a&gt;. For payments in
1747 Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be
1748 used to pass on information to the seller when paying the invoice.&lt;/p&gt;
1749
1750 &lt;p&gt;The complete vCard could look like this:&lt;/p&gt;
1751
1752 &lt;p&gt;&lt;pre&gt;
1753 BEGIN:VCARD
1754 VERSION:2.1
1755 ORG:SLX Debian Labs Foundation
1756 ADR;WORK:;;Gunnar Schjelderups vei 29D;OSLO;;0485;Norway
1757 URL;WORK:http://www.linuxiskolen.no/slxdebianlabs/
1758 EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no
1759 REV:20130212T095000Z
1760 X-INVOICE-NUMBER:1
1761 X-INVOICE-AMOUNT:NOK1000.00
1762 X-INVOICE-MSG:Donation to Debian Edu
1763 X-BANK-ACCOUNT-NUMBER:16040884339
1764 X-BANK-IBAN-NUMBER:NO8516040884339
1765 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
1766 END:VCARD
1767 &lt;/pre&gt;&lt;/p&gt;
1768
1769 &lt;p&gt;The resulting QR code created using
1770 &lt;a href=&quot;http://fukuchi.org/works/qrencode/&quot;&gt;qrencode&lt;/a&gt; would look
1771 like this, and should be readable (and thus checkable) by any smart
1772 phone, or for example the &lt;a href=&quot;http://zbar.sourceforge.net/&quot;&gt;zbar
1773 bar code reader&lt;/a&gt; and feed right into the approval and accounting
1774 system.&lt;/p&gt;
1775
1776 &lt;p&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-02-12-qr-invoice.png&quot;&gt;&lt;/p&gt;
1777
1778 &lt;p&gt;The extension fields will most likely not show up in any normal
1779 vCard reader, so those parts would have to go directly into a system
1780 handling invoices. I am a bit unsure how vCards without name parts
1781 are handled, but a simple test indicate that this work just fine.&lt;/p&gt;
1782
1783 &lt;p&gt;&lt;strong&gt;Update 2013-02-12 11:30&lt;/strong&gt;: Added KID to the proposal
1784 based on feedback from Sturle Sunde.&lt;/p&gt;
1785 </description>
1786 </item>
1787
1788 <item>
1789 <title>12 years of outages - summarised by Stuart Kendrick</title>
1790 <link>http://people.skolelinux.org/pere/blog/12_years_of_outages___summarised_by_Stuart_Kendrick.html</link>
1791 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/12_years_of_outages___summarised_by_Stuart_Kendrick.html</guid>
1792 <pubDate>Fri, 26 Oct 2012 14:20:00 +0200</pubDate>
1793 <description>&lt;p&gt;I work at the &lt;a href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt;
1794 looking after the computers, mostly on the unix side, but in general
1795 all over the place. I am also a member (and currently leader) of
1796 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the NUUG association&lt;/a&gt;, which in turn
1797 make me a member of &lt;a href=&quot;http://www.usenix.org/&quot;&gt;USENIX&lt;/a&gt;. NUUG
1798 is an member organisation for us in Norway interested in free
1799 software, open standards and unix like operating systems, and USENIX
1800 is a US based member organisation with similar targets. And thanks to
1801 these memberships, I get all issues of the great USENIX magazine
1802 &lt;a href=&quot;https://www.usenix.org/publications/login&quot;&gt;;login:&lt;/a&gt; in the
1803 mail several times a year. The magazine is great, and I read most of
1804 it every time.&lt;/p&gt;
1805
1806 &lt;p&gt;In the last issue of the USENIX magazine ;login:, there is an
1807 article by &lt;a href=&quot;http://www.skendric.com/&quot;&gt;Stuart Kendrick&lt;/a&gt; from
1808 Fred Hutchinson Cancer Research Center titled
1809 &quot;&lt;a href=&quot;https://www.usenix.org/publications/login/october-2012-volume-37-number-5/what-takes-us-down&quot;&gt;What
1810 Takes Us Down&lt;/a&gt;&quot; (longer version also
1811 &lt;a href=&quot;http://www.skendric.com/problem/incident-analysis/2012-06-30/What-Takes-Us-Down.pdf&quot;&gt;available
1812 from his own site&lt;/a&gt;), where he report what he found when he
1813 processed the outage reports (both planned and unplanned) from the
1814 last twelve years and classified them according to cause, time of day,
1815 etc etc. The article is a good read to get some empirical data on
1816 what kind of problems affect a data centre, but what really inspired
1817 me was the kind of reporting they had put in place since 2000.&lt;p&gt;
1818
1819 &lt;p&gt;The centre set up a mailing list, and started to send fairly
1820 standardised messages to this list when a outage was planned or when
1821 it already occurred, to announce the plan and get feedback on the
1822 assumtions on scope and user impact. Here is the two example from the
1823 article: First the unplanned outage:
1824
1825 &lt;blockquote&gt;&lt;pre&gt;
1826 Subject: Exchange 2003 Cluster Issues
1827 Severity: Critical (Unplanned)
1828 Start: Monday, May 7, 2012, 11:58
1829 End: Monday, May 7, 2012, 12:38
1830 Duration: 40 minutes
1831 Scope: Exchange 2003
1832 Description: The HTTPS service on the Exchange cluster crashed, triggering
1833 a cluster failover.
1834
1835 User Impact: During this period, all Exchange users were unable to
1836 access e-mail. Zimbra users were unaffected.
1837 Technician: [xxx]
1838 &lt;/pre&gt;&lt;/blockquote&gt;
1839
1840 Next the planned outage:
1841
1842 &lt;blockquote&gt;&lt;pre&gt;
1843 Subject: H Building Switch Upgrades
1844 Severity: Major (Planned)
1845 Start: Saturday, June 16, 2012, 06:00
1846 End: Saturday, June 16, 2012, 16:00
1847 Duration: 10 hours
1848 Scope: H2 Transport
1849 Description: Currently, Catalyst 4006s provide 10/100 Ethernet to end-
1850 stations. We will replace these with newer Catalyst
1851 4510s.
1852 User Impact: All users on H2 will be isolated from the network during
1853 this work. Afterward, they will have gigabit
1854 connectivity.
1855 Technician: [xxx]
1856 &lt;/pre&gt;&lt;/blockquote&gt;
1857
1858 &lt;p&gt;He notes in his article that the date formats and other fields have
1859 been a bit too free form to make it easy to automatically process them
1860 into a database for further analysis, and I would have used ISO 8601
1861 dates myself to make it easier to process (in other words I would ask
1862 people to write &#39;2012-06-16 06:00 +0000&#39; instead of the start time
1863 format listed above). There are also other issues with the format
1864 that could be improved, read the article for the details.&lt;/p&gt;
1865
1866 &lt;p&gt;I find the idea of standardising outage messages seem to be such a
1867 good idea that I would like to get it implemented here at the
1868 university too. We do register
1869 &lt;a href=&quot;http://www.uio.no/tjenester/it/aktuelt/planlagte-tjenesteavbrudd/&quot;&gt;planned
1870 changes and outages in a calendar&lt;/a&gt;, and report the to a mailing
1871 list, but we do not do so in a structured format and there is not a
1872 report to the same location for unplanned outages. Perhaps something
1873 for other sites to consider too?&lt;/p&gt;
1874 </description>
1875 </item>
1876
1877 <item>
1878 <title>NUUGs høringsuttalelse til DIFIs forslag om å kaste ut ODF fra statens standardkatalog</title>
1879 <link>http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html</link>
1880 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html</guid>
1881 <pubDate>Mon, 1 Oct 2012 08:20:00 +0200</pubDate>
1882 <description>&lt;p&gt;Som jeg
1883 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html&quot;&gt;skrev
1884 i juni&lt;/a&gt; har DIFI foreslått å fjerne krav om å bruke ODF til
1885 utveksling av redigerbare dokumenter med det offentlige, og
1886 derigjennom tvinge innbyggerne til å forholde seg til formatene til MS
1887 Office når en kommuniserer med det offentlige.&lt;/p&gt;
1888
1889 &lt;p&gt;I går kveld fikk vi i &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;
1890 fullført vår høringsuttalelse og sendt den inn til DIFI. Du finner
1891 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/201209-forskrift-standardkatalog&quot;&gt;uttalelsen
1892 på wikien&lt;/a&gt;. Ta en titt. Fristen for å sende inn uttalelse var i
1893 går søndag, men en får kanskje sitt innspill med hvis en sender i
1894 dag.&lt;/p&gt;
1895 </description>
1896 </item>
1897
1898 <item>
1899 <title>Free software forced Microsoft to open Office (and don&#39;t forget Officeshots)</title>
1900 <link>http://people.skolelinux.org/pere/blog/Free_software_forced_Microsoft_to_open_Office__and_don_t_forget_Officeshots_.html</link>
1901 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_software_forced_Microsoft_to_open_Office__and_don_t_forget_Officeshots_.html</guid>
1902 <pubDate>Thu, 23 Aug 2012 14:20:00 +0200</pubDate>
1903 <description>&lt;p&gt;I came across a great comment from Simon Phipps today, about how
1904 &lt;a href=&quot;http://www.infoworld.com/d/open-source-software/how-microsoft-was-forced-open-office-200233&quot;&gt;Microsoft
1905 have been forced to open Office&lt;/a&gt;, and it made me remember and
1906 revisit the great site
1907 &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;officeshots&lt;/a&gt; which allow you
1908 to check out how different programs present the ODF file format. I
1909 recommend both to those of my readers interested in ODF. :)&lt;/p&gt;
1910 </description>
1911 </item>
1912
1913 <item>
1914 <title>OOXML og standardisering</title>
1915 <link>http://people.skolelinux.org/pere/blog/OOXML_og_standardisering.html</link>
1916 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/OOXML_og_standardisering.html</guid>
1917 <pubDate>Wed, 25 Jul 2012 21:10:00 +0200</pubDate>
1918 <description>&lt;p&gt;DIFI har
1919 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html&quot;&gt;en
1920 høring gående&lt;/a&gt; om ny versjon av statens standardkatalog, med frist
1921 2012-09-30, der det foreslås å fjerne ODF fra katalogen og ta inn ISO
1922 OOXML. I den anledning minnes jeg
1923 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf&quot;&gt;notatet
1924 FAD skrev&lt;/a&gt; da versjon 2 av standardkatalogen var under
1925 utarbeidelse, da FAD og DIFI fortsatt forsto poenget med og verdien av
1926 frie og åpne standarder.&lt;/p&gt;
1927
1928 &lt;p&gt;Det er mange som tror at OOXML er ett spesifikt format, men det
1929 brukes ofte som fellesbetegnelse for både formatet spesifisert av
1930 ECMA, ISO, og formatet produsert av Microsoft Office (aka docx), som
1931 dessverre ikke er det samme formatet. Fra en av de som implementerte
1932 støtte for docx-formatet i KDE fikk jeg høre at ISO-spesifikasjonen
1933 var en nyttig referanse, men at det var mange avvik som gjorde at en
1934 ikke kunne gå ut ifra at Microsoft Office produserte dokumenter i
1935 henhold til ISO-spesifikasjonen.&lt;/p&gt;
1936
1937 &lt;p&gt;ISOs OOXML-spesifikasjon har (eller hadde, usikker på om
1938 kommentaren er oppdatert) i følge
1939 &lt;a href=&quot;http://surguy.net/articles/ooxml-validation-and-technical-review.xml&quot;&gt;Inigo
1940 Surguy&lt;/a&gt; feil i mer enn 10% av eksemplene, noe som i tillegg gjør
1941 det vanskelig å bruke spesifikasjonen til å implementere støtte for
1942 ISO OOXML. Jeg har ingen erfaring med å validere OOXML-dokumenter
1943 selv, men ser at
1944 &lt;a href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=5124&quot;&gt;Microsoft
1945 har laget en validator&lt;/a&gt; som jeg ikke kan teste da den kun er
1946 tilgjengelig på MS Windows. Finner også en annen kalt
1947 &lt;a href=&quot;http://code.google.com/p/officeotron/&quot;&gt;Office-O-Tron&lt;/A&gt; som
1948 er oppdatert i fjor. Lurer på om de validerer at dokumenter er i
1949 formatet til Microsoft office, eller om de validerer at de er i
1950 henhold til formatene spesifisert av ECMA og ISO. Det hadde også vært
1951 interessant å se om docx-dokumentene publisert av det offentlige er
1952 gyldige ISO OOXML-dokumenter.&lt;/p&gt;
1953 </description>
1954 </item>
1955
1956 <item>
1957 <title>Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H.264-video</title>
1958 <link>http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</link>
1959 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</guid>
1960 <pubDate>Thu, 5 Jul 2012 23:50:00 +0200</pubDate>
1961 <description>&lt;p&gt;I føljetongen om H.264
1962 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html&quot;&gt;forlot
1963 jeg leserne i undring&lt;/a&gt; om hvor pakken fra MPEG-LA tok veien, og om
1964 hvilke selskaper i Norge som har avtale med MPEG-LA. Da Ryan hos
1965 MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
1966 og dagen etter fikk jeg følgende svar derfra:&lt;/p&gt;
1967
1968 &lt;p&gt;&lt;blockquote&gt;
1969 &lt;p&gt;Date: Fri, 29 Jun 2012 18:32:34 +0000
1970 &lt;br&gt;From: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
1971 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
1972 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
1973 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
1974
1975 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
1976
1977 &lt;p&gt;Thank you for your message. As you know, Ryan is currently our of the
1978 office, so it will be my pleasure to assist you.&lt;/p&gt;
1979
1980 &lt;p&gt;Per your request, attached please find an electronic copy of the
1981 AVC Patent Portfolio License. Please note that the electronic copy of
1982 the License is provided as a convenience and for informational
1983 purposes only. When concluding the Licenses, only the hard copies
1984 provided by MPEG LA may be used.&lt;/p&gt;
1985
1986 &lt;p&gt;To your question, MPEG LA lists our Licensees on our website
1987 according to each program. The lists are in alphabetical order, so it
1988 is very easy to search.&lt;/p&gt;
1989
1990 &lt;p&gt;I hope that this was helpful. If we can be of additional
1991 assistance, please let me know.&lt;/p&gt;
1992
1993 &lt;p&gt;Kind regards,&lt;/p&gt;
1994
1995 &lt;p&gt;Sidney A. Wolf
1996 &lt;br&gt;Manager, Global Licensing
1997 &lt;br&gt;MPEG LA&lt;/p&gt;
1998 &lt;/blockquote&gt;&lt;/p&gt;
1999
2000 &lt;p&gt;Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
2001 et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
2002 som må deles på individuell basis. Opphavsretten krever godkjenning
2003 fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
2004 opp med et spørsmål om dette var greit.&lt;/p&gt;
2005
2006 &lt;p&gt;&lt;blockquote&gt;
2007 &lt;p&gt;Date: Wed, 4 Jul 2012 20:25:06 +0200
2008 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
2009 &lt;br&gt;To: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
2010 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
2011 &lt;br&gt;Subject: Re: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
2012
2013 &lt;p&gt;Thank you for your reply.&lt;/p&gt;
2014
2015 &lt;p&gt;[Sidney Wolf]
2016 &lt;br&gt;&amp;gt; Per your request, attached please find an electronic copy of the AVC
2017 &lt;br&gt;&amp;gt; Patent Portfolio License. Please note that the electronic copy of
2018 &lt;br&gt;&amp;gt; the License is provided as a convenience and for informational
2019 &lt;br&gt;&amp;gt; purposes only. When concluding the Licenses, only the hard copies
2020 &lt;br&gt;&amp;gt; provided by MPEG LA may be used.&lt;/p&gt;
2021
2022 &lt;p&gt;This is useful for me to learn, but the reason I asked for the
2023 Internet address of the licensing document was to ensure I could
2024 publish a link to it when I discuss the topic of H.264 licensing here
2025 in Norway, and allow others to verify my observations. I can not do
2026 the same with an email attachment. Thus I would like to ask you if it
2027 is OK with MPEG LA that I publish this document on the Internet for
2028 others to read?&lt;/p&gt;
2029
2030 &lt;p&gt;&amp;gt; To your question, MPEG LA lists our Licensees on our website
2031 &lt;br&gt;&amp;gt; according to each program. The lists are in alphabetical order, so
2032 &lt;br&gt;&amp;gt; it is very easy to search.&lt;/p&gt;
2033
2034 &lt;p&gt;I am afraid this do not help me locate Norwegian companies in the
2035 list of Licensees. I do not know the name of all companies and
2036 organisations in Norway, and thus do not know how to locate the
2037 Norwegian ones on that list.&lt;/p&gt;
2038
2039 &lt;p&gt;&amp;gt; I hope that this was helpful. If we can be of additional assistance,
2040 &lt;br&gt;&amp;gt; please let me know.&lt;/p&gt;
2041
2042 &lt;p&gt;Absoutely helpful to learn more about how MPEG LA handle licensing.&lt;/p&gt;
2043
2044 &lt;p&gt;--
2045 &lt;br&gt;Happy hacking
2046 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
2047 &lt;/blockquote&gt;&lt;/p&gt;
2048
2049 &lt;p&gt;Jeg håpet også at det skulle være mulig å få vite hvilke av de
2050 mange hundre som har avtale med MPEG-LA om bruk av H.264 som holdt til
2051 i Norge. Begge mine håp falt i grus med svaret fra MPEG-LA.
2052
2053 &lt;p&gt;&lt;blockquote&gt;
2054 &lt;p&gt;Date: Thu, 5 Jul 2012 17:42:39 +0000
2055 &lt;br&gt;From: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
2056 &lt;br&gt;To: &#39;Petter Reinholdtsen&#39; &amp;lt;pere (at) hungry.com&amp;gt;
2057 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
2058 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
2059
2060 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
2061
2062 &lt;p&gt;Thank you for your reply.&lt;/p&gt;
2063
2064 &lt;p&gt;We appreciate the additional explanation you have provided and for
2065 asking our permission to publish the electronic copy of the License in
2066 advance of doing so. Typically, MPEG LA prefers to distribute the
2067 electronic copies of our Licenses to interested parties. Therefore,
2068 please feel free to send interested parties to the AVC portion of our
2069 website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
2070 their further reference.&lt;/p&gt;
2071
2072 &lt;p&gt;As previously mentioned, MPEG LA maintains a list of Licensees in good
2073 standing on our website according to each program. Due to the large
2074 volume of Licensees, it would be administratively impractical to
2075 provide this level of detail to interested parties. Therefore, I am
2076 afraid we are not in a position to assist you with your request.&lt;/p&gt;
2077
2078 &lt;p&gt;Kind regards,&lt;/p&gt;
2079
2080 &lt;p&gt;Sidney A. Wolf
2081 &lt;br&gt;Manager, Global Licensing
2082 &lt;br&gt;MPEG LA&lt;/p&gt;
2083 &lt;/blockquote&gt;&lt;/p&gt;
2084
2085 &lt;p&gt;Men takket være epostvedlegget kunne jeg søke på Google etter
2086 setningen &quot;WHEREAS, a video standard commonly referred to as AVC has
2087 been defined and is referred to in this Agreement as the “AVC
2088 Standard” (as more fully defined herein below)&quot; som finnes i avtalen,
2089 og lokalisere en kopi fra 2007 av
2090 &lt;a href=&quot;http://www.sec.gov/Archives/edgar/data/1342960/000119312509050004/dex1024.htm&quot;&gt;lisensavtalen
2091 mellom MPEG-LA og DivX, Inc.&lt;/a&gt;, slik at mine lesere kan se hvordan
2092 avtalen så ut da. Jeg har ikke sammenlignet tekstene for å se om noe
2093 har endret seg siden den tid, men satser på at teksten er representativ.&lt;/p&gt;
2094
2095 &lt;p&gt;Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
2096 MPEG-LA.&lt;/p&gt;
2097
2098 &lt;p&gt;Update 2012-07-06: Jeg er visst ikke den første som forsøker å få
2099 klarhet i problemstillinger rundt H.264, og kom nettopp over en veldig
2100 interessant bloggpost fra 2010 hos LibreVideo med tittelen
2101 &quot;&lt;a href=&quot;http://www.librevideo.org/blog/2010/06/14/mpeg-la-answers-some-questions-about-avch-264-licensing/&quot;&gt;MPEG-LA
2102 answers some questions about AVC/H.264 licensing&lt;/a&gt;. Anbefales!&lt;/p&gt;
2103 </description>
2104 </item>
2105
2106 <item>
2107 <title>DIFI foreslår å kaste ut ODF og ta inn OOXML fra statens standardkatalog</title>
2108 <link>http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html</link>
2109 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html</guid>
2110 <pubDate>Fri, 29 Jun 2012 18:00:00 +0200</pubDate>
2111 <description>&lt;p&gt;DIFI har nettopp annonsert høring om revisjon av
2112 &lt;a href=&quot;http://www.standard.difi.no/forvaltningsstandarder&quot;&gt;standardkatalogen&lt;/a&gt;,
2113 og endelig har Microsoft fått viljen sin. Se
2114 &lt;a href=&quot;http://www.standard.difi.no/hoyring/forslag-om-endring-av-forskrift-om-it-standarder-i-offentlig-forvaltning&quot;&gt;høringssiden&lt;/a&gt;
2115 for hele teksten.&lt;/p&gt;
2116
2117 &lt;p&gt;Her er forslaget i sin helhet:&lt;/p&gt;
2118
2119 &lt;p&gt;&lt;blockquote&gt;
2120 &lt;p&gt;3.2 Revisjon av krav til redigerbare dokumenter&lt;/p&gt;
2121
2122 &lt;p&gt;I første versjon av referansekatalogen i 2007 ble det satt krav om
2123 Open Document Format (ODF), versjon 1.1 (OASIS, 1.2.2007) for
2124 redigerbare dokumenter. Kravet var obligatorisk for stat og sterkt
2125 anbefalt for kommunal sektor. I 2009 ble kravet gjort obligatorisk for
2126 hele offentlig sektor i
2127 &lt;a href=&quot;http://www.lovdata.no/for/sf/fa/xa-20090925-1222.html&quot;&gt;forskrift
2128 om IT-standarder i forvaltningen&lt;/a&gt;. Anvendelsesområdet for kravet
2129 har vært begrenset til publisering av dokumenter som skal bearbeides
2130 videre (§ 4 nr. 1 andre ledd). I 2011 ble anvendelsesområdet utvidet
2131 til å omfatte utveksling av dokumenter beregnet for redigering som
2132 vedlegg til e-post (§4 nr. 2).&lt;/p&gt;
2133
2134 &lt;p&gt;Office Open XML ISO/IEC 29500:2011 (OOXML) er et dokumentformat
2135 opprinnelig utviklet av Microsoft med tilsvarende anvendelsesområde
2136 som ODF. Formatet er blant annet tatt i bruk i nyere versjoner av
2137 kontorstøtteprogamvaren MS Office. Difi har foretatt en
2138 &lt;a href=&quot;http://www.standard.difi.no/filearchive/revisjonsvurdering-standarder-for-redigerbare-dokumenter-v1-0.pdf&quot;&gt;revisjonsvurdering&lt;/a&gt;
2139 av krav som stilles til redigerbare dokumenter i Forskrift om
2140 IT-standarder i forvaltningen, og anbefaler at kravet til ODF
2141 fjernes. Dette innebærer at det ikke stilles krav til dokumentformater
2142 for redigerbare dokumenter ved publisering på offentlige virksomheters
2143 nettsider og for redigerbare vedlegg til e-post som sendes fra
2144 offentlige virksomheter til innbyggere og næringsliv. Offentlige
2145 virksomheter vil dermed stå fritt til å publisere eller sende
2146 redigerbare dokumenter i det format som ivaretar brukernes behov
2147 best.&lt;/p&gt;
2148
2149 &lt;p&gt;Forslaget innebærer at krav til ODF utgår § 4 nr. 1 tredje ledd og
2150 § 4 nr. 2 første ledd&lt;/p&gt;
2151
2152 &lt;P&gt;Imidlertid bør det stilles strengere krav til hvilke formater
2153 offentlige virksomheter plikter å motta redigerbare dokumenter. Vi
2154 mener at det ikke bør skilles mellom mottak av redigerbare dokumenter
2155 som sendes i ODF eller OOXML3, som begge er åpne standarder. Dette
2156 medfører at innbyggere og næringsliv skal kunne basere sitt valg av
2157 programvare på egne behov og ikke på de valg offentlige virksomheter
2158 tar. Kravet vil omfatte hele offentlig sektor, herunder
2159 utdanningssektoren, hvor det kanskje er størst bruk av ODF. Kravet er
2160 foreslått som ny § 4 nr.2 andre ledd&lt;/p&gt;
2161 &lt;/blockquote&gt;&lt;/p&gt;
2162
2163 &lt;P&gt;De satser vel på at det hele blir glemt over sommeren, og at de
2164 fleste har glemt Standard Norge og ISOs fallitt fra da OOXML ble
2165 jukset igjennom som ISO-standard. Jeg håper mine lesere sender inn
2166 høringsuttalelser til høringen.&lt;/p&gt;
2167
2168 &lt;p&gt;Anbefaler alle å friske opp sine argumenter ved å lese
2169 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/The_reply_from_Edgar_Villanueva_to_Microsoft_in_Peru.html&quot;&gt;svaret
2170 fra senator Edgar Villanueva til Microsoft i Peru&lt;/a&gt;. Det er en
2171 klassisk tekst som er like gyldig i dag som da det ble skrevet.&lt;/p&gt;
2172
2173 </description>
2174 </item>
2175
2176 <item>
2177 <title>Departementenes servicesenter har ingen avtale om bruk av H.264 med MPEG-LA</title>
2178 <link>http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html</link>
2179 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html</guid>
2180 <pubDate>Fri, 29 Jun 2012 09:40:00 +0200</pubDate>
2181 <description>&lt;p&gt;Da fikk jeg nettopp svar fra
2182 &lt;a href=&quot;http://www.dss.dep.no/&quot;&gt;Departementenes servicesenter&lt;/a&gt;
2183 (DSS) på
2184 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;mitt
2185 spørsmål om avtale rundt bruk av H.264&lt;/a&gt;. De har ingen avtale med
2186 MPEG LA eller dets representanter. Her er svaret.
2187
2188 &lt;p&gt;&lt;blockquote&gt;
2189
2190 &lt;p&gt;Date: Fri, 29 Jun 2012 07:04:42 +0000
2191 &lt;br&gt;From: Nielsen Mette Haga &amp;lt;Mette-Haga.Nielsen (at) dss.dep.no&amp;gt;
2192 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;petter.reinholdtsen (at) ...&amp;gt;
2193 &lt;br&gt;CC: Postmottak &amp;lt;Postmottak (at) dss.dep.no&amp;gt;
2194 &lt;br&gt;Subject: SV: Innsynsbegjæring om MPEG/H.264-relaterte avtaler&lt;/p&gt;
2195
2196 &lt;p&gt;DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
2197 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
2198 levert av Smartcom:tv. Lisensforholdet rundt H.264 er ikke omtalt i
2199 vår avtale med Smartcom.&lt;/p&gt;
2200
2201 &lt;p&gt;Vennlig hilsen&lt;/p&gt;
2202
2203 &lt;p&gt;Mette Haga Nielsen
2204 &lt;br&gt;Fung. seksjonssjef&lt;/p&gt;
2205
2206 &lt;p&gt;Departementenes servicesenter&lt;/p&gt;
2207
2208 &lt;p&gt;Informasjonsforvaltning
2209
2210 &lt;p&gt;Mobil 93 09 83 51
2211 &lt;br&gt;E-post mette-haga.nielsen (at) dss.dep.no&lt;/p&gt;
2212 &lt;/blockquote&gt;&lt;/p&gt;
2213
2214 &lt;p&gt;Hvis den norske regjeringen representert ved DSS ikke har slik
2215 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
2216 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
2217 minste interessant å vite at hverken NRK eller DSS har funnet det
2218 nødvendig å ha avtale om bruk av H.264.&lt;/p&gt;
2219
2220 &lt;p&gt;Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
2221 til bruk av opphavsrettsbeskyttet materiale de bruker til
2222 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
2223 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
2224 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.&lt;/p&gt;
2225 </description>
2226 </item>
2227
2228 <item>
2229 <title>MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H.264-video</title>
2230 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</link>
2231 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</guid>
2232 <pubDate>Thu, 28 Jun 2012 20:00:00 +0200</pubDate>
2233 <description>&lt;p&gt;Etter at NRK
2234 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html&quot;&gt;nektet
2235 å spore opp eventuell avtale med MPEG-LA&lt;/a&gt; eller andre om bruk av
2236 MPEG/H.264-video etter at jeg &lt;a
2237 href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;ba
2238 om innsyn i slike avtaler&lt;/a&gt;, tenkte jeg at i stedet for å forsøke å
2239 få NRK til å finne en slik avtale, så burde det være like enkelt å
2240 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
2241 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
2242 &quot;in Good Standing&quot; befant seg. MPEG-LA svarte meg i dag, og kan
2243 fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
2244 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
2245 med MPEG-LA for å streame H.264, men deres rammer er jo
2246 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
2247 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
2248 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
2249 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
2250 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
2251 jurister har vurdert dette, og at det er mulig å få tilgang til
2252 vurderingen uansett om de trenger en avtale eller ikke.&lt;/p&gt;
2253
2254 &lt;p&gt;Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
2255 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
2256 MPEG-LA.&lt;/p&gt;
2257
2258 &lt;p&gt;&lt;blockquote&gt;
2259 &lt;p&gt;Date: Mon, 25 Jun 2012 15:29:37 +0200
2260 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
2261 &lt;br&gt;To: licensing-web (at) mpegla.com
2262 &lt;br&gt;Subject: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
2263
2264 &lt;p&gt;Hi. I have a small question for you, that I hope it is OK that I
2265 ask.&lt;/p&gt;
2266
2267 &lt;p&gt;Is there any license agreements between MPEG-LA and NRK, &amp;lt;URL:
2268 &lt;a href=&quot;http://www.nrk.no/&quot;&gt;http://www.nrk.no/&lt;/a&gt; &amp;gt;, the
2269 Norwegian national broadcasting cooperation? I am not sure if they
2270 need one, and am just curious if such agreeement exist.&lt;/p&gt;
2271
2272 &lt;p&gt;The postal address is&lt;/p&gt;
2273
2274 &lt;p&gt;&lt;blockquote&gt;
2275 NRK
2276 &lt;br&gt;Postbox 8500, Majorstuen
2277 &lt;br&gt;0340 Oslo
2278 &lt;br&gt;Norway
2279 &lt;/blockquote&gt;&lt;/p&gt;
2280
2281 &lt;p&gt;if it make it easier for you to locate such agreement.&lt;/p&gt;
2282
2283 &lt;p&gt;Can you tell me how many entities in Norway have an agreement with
2284 MPEG-LA, and the name of these entities?&lt;/p&gt;
2285
2286 &lt;p&gt;--
2287 &lt;br&gt;Happy hacking
2288 &lt;br&gt;Petter Reinholdtsen
2289 &lt;/blockquote&gt;&lt;/p&gt;
2290
2291 &lt;p&gt;I dag, to dager senere, fikk jeg følgende svar:&lt;/p&gt;
2292
2293 &lt;p&gt;&lt;blockquote&gt;
2294 &lt;p&gt;Date: Thu, 28 Jun 2012 14:11:17 +0000
2295 &lt;br&gt;From: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&gt;
2296 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&gt;
2297 &lt;br&gt;CC: MD Administration &amp;lt;MDAdministration (at) mpegla.com&gt;
2298 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
2299
2300 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
2301
2302 &lt;p&gt;Thank you for your message and for your interest in MPEG LA. We
2303 appreciate hearing from you and I will be happy to assist you.&lt;/p&gt;
2304
2305 &lt;p&gt;To begin, I will assume that you are referring to AVC/H.264
2306 technology in your message below, as this technology is commonly used
2307 in the transmission of video content. In that case, please allow me
2308 to briefly summarize the coverage provided by our AVC Patent Portfolio
2309 License.&lt;/p&gt;
2310
2311 &lt;P&gt;Our AVC License provides coverage for end products and video
2312 services that make use of AVC/H.264 technology. Accordingly, the
2313 party offering such end products and video to End Users concludes the
2314 AVC License and is responsible for paying the applicable royalties
2315 associated with the end products/video they offer.&lt;/p&gt;
2316
2317 &lt;p&gt;While the Norwegian Broadcast Corporation (NRK) is not currently a
2318 Licensee to MPEG LA&#39;s AVC License (or any other Portfolio License
2319 offered by MPEG LA), if NRK offers AVC Video to End Users for
2320 remuneration (for example, Title-by-Title, Subscription, Free
2321 Television, or Internet Broadcast AVC Video), then NRK will need to
2322 conclude the AVC License and may be responsible for paying applicable
2323 royalties associated with the AVC Video it distributes.&lt;/p&gt;
2324
2325 &lt;p&gt;Today I will send you a FedEx package containing a copy of our AVC
2326 License for your review. You should receive the License document
2327 within the next few days.&lt;/p&gt;
2328
2329 &lt;p&gt;Meanwhile, MPEG LA currently has several Norwegian Licensees that
2330 can be found under the &quot;Licensees&quot; header within the respective
2331 portion of our website. For example, you may find our list of
2332 Licensees in Good Standing to our AVC License in the AVC portion of
2333 our website,
2334 &lt;a href=&quot;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&lt;/a&gt;&lt;/p&gt;
2335
2336 &lt;p&gt;I hope the above information is helpful. If you have additional
2337 questions or need further assistance with the AVC License, please feel
2338 free to contact me directly. I look forward to hearing from you again
2339 soon.&lt;/p&gt;
2340
2341 &lt;p&gt;Best regards,&lt;/p&gt;
2342
2343 &lt;p&gt;Ryan&lt;/p&gt;
2344
2345 &lt;p&gt;Ryan M. Rodriguez
2346 &lt;br&gt;Licensing Associate
2347 &lt;br&gt;MPEG LA
2348 &lt;br&gt;5425 Wisconsin Avenue
2349 &lt;br&gt;Suite 801
2350 &lt;br&gt;Chevy Chase, MD 20815
2351 &lt;br&gt;U.S.A.
2352 &lt;br&gt;Phone: +1 (301) 986-6660 x211
2353 &lt;br&gt;Fax: +1 (301) 986-8575
2354 &lt;br&gt;Email: rrodriguez (at) mpegla.com&lt;/p&gt;
2355
2356 &lt;/blockquote&gt;&lt;/p&gt;
2357
2358 &lt;p&gt;Meldingen om utsendt FedEx-pakke var så merkelig at jeg
2359 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
2360 da han jo ikke hadde fått noen postadresse som nådde meg.&lt;/p&gt;
2361
2362 &lt;p&gt;&lt;blockquote&gt;
2363
2364 &lt;p&gt;Date: Thu, 28 Jun 2012 16:36:15 +0200
2365 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
2366 &lt;br&gt;To: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
2367 &lt;br&gt;Cc: MD Administration &amp;lt;MDAdministration (at) mpegla.com&amp;gt;
2368 &lt;br&gt;Subject: Re: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
2369
2370 &lt;p&gt;[Ryan Rodriguez]
2371 &lt;br&gt;&amp;gt; Dear Mr. Reinholdtsen,&lt;/p&gt;
2372
2373 &lt;p&gt;Thank you for your quick reply.&lt;/p&gt;
2374
2375 &lt;p&gt;&amp;gt; Today I will send you a FedEx package containing a copy of our AVC
2376 &lt;br&gt;&amp;gt; License for your review. You should receive the License document
2377 &lt;br&gt;&amp;gt; within the next few days.&lt;/p&gt;
2378
2379 &lt;p&gt;The part about sending a FedEx package confused me, though. I did not
2380 &lt;br&gt;give you my address, nor am I associated with NRK in any way, so I hope
2381 &lt;br&gt;you did not try to send me a package using the address of NRK. If you
2382 &lt;br&gt;would send me the Internet address of to the document, it would be more
2383 &lt;br&gt;useful to me to be able to download it as an electronic document.&lt;/p&gt;
2384
2385 &lt;p&gt;&amp;gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
2386 &lt;br&gt;&amp;gt; be found under the &quot;Licensees&quot; header within the respective portion
2387 &lt;br&gt;&amp;gt; of our website. For example, you may find our list of Licensees in
2388 &lt;br&gt;&amp;gt; Good Standing to our AVC License in the AVC portion of our website,
2389 &lt;br&gt;&amp;gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&lt;/p&gt;
2390
2391 &lt;p&gt;How can I recognize the Norwegian licensees?&lt;/p&gt;
2392
2393 &lt;p&gt;--
2394 &lt;br&gt;Happy hacking
2395 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
2396 &lt;/blockquote&gt;&lt;/p&gt;
2397
2398 &lt;p&gt;Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
2399 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
2400 siste epost. Får håpe noen likevel følger opp &quot;FedEx-pakken&quot;. For å
2401 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
2402 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
2403 Har ikke hørt noe mer 3 timer senere, så jeg mistenker at ingen leste
2404 min epost tidsnok.&lt;/p&gt;
2405
2406 &lt;p&gt;&lt;blockquote&gt;
2407
2408 &lt;p&gt;Date: Thu, 28 Jun 2012 14:36:20 +0000
2409 &lt;br&gt;From: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
2410 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
2411 &lt;br&gt;Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
2412
2413 &lt;p&gt;Thank you for your message.&lt;/p&gt;
2414
2415 &lt;p&gt;I will be out of the office until Thursday, July 5 and will respond
2416 to all messages upon my return. If this is a matter that requires
2417 immediate attention, please contact Sidney Wolf (swolf (at)
2418 mpegla.com)&lt;/p&gt;
2419
2420 &lt;p&gt;Best regards,&lt;/p&gt;
2421
2422 &lt;p&gt;Ryan&lt;/p&gt;
2423
2424 &lt;p&gt;Ryan M. Rodriguez
2425 &lt;br&gt;Licensing Associate
2426 &lt;br&gt;MPEG LA&lt;/p&gt;
2427
2428 &lt;/blockquote&gt;&lt;/p&gt;
2429
2430 &lt;p&gt;Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
2431 som er om en trenger avtale med MPEG-LA for å publisere eller
2432 kringkaste H.264-video i Norge.&lt;/p&gt;
2433 </description>
2434 </item>
2435
2436 <item>
2437 <title>NRK nekter å finne og utlevere eventuell avtale med MPEG-LA</title>
2438 <link>http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html</link>
2439 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html</guid>
2440 <pubDate>Mon, 25 Jun 2012 15:10:00 +0200</pubDate>
2441 <description>&lt;p&gt;Jeg fikk nettopp svar fra NRK på
2442 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;min
2443 forespørsel om kopi av avtale&lt;/a&gt; med MPEG-LA eller andre om bruk av
2444 MPEG og/eller H.264. Svaret har fått saksreferanse 2011/371 (mon tro
2445 hva slags sak fra 2011 dette er?) hos NRK og lyder som følger:&lt;/p&gt;
2446
2447 &lt;p&gt;&lt;blockquote&gt;
2448
2449 &lt;p&gt;&lt;strong&gt;Svar på innsynsbegjæring i MPEG / H.264-relaterte
2450 avtaler&lt;/strong&gt;&lt;/p&gt;
2451
2452 &lt;p&gt;Viser til innsynsbegjæring av 19. juni 2012. Kravet om innsyn
2453 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
2454 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
2455 H.264».&lt;/p&gt;
2456
2457 &lt;p&gt;I henhold til offentleglova § 28 annet ledd må innsynskravet gjelde
2458 en bestemt sak eller i rimelig utstrekning saker av en bestemt
2459 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
2460 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
2461 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
2462 står følgende:&lt;/p&gt;
2463
2464 &lt;p&gt;«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
2465 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
2466 at den enkelte saka blir identifisert. Ein kan med andre ord i
2467 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
2468 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
2469 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
2470 til dato, partar eller liknande.»&lt;/p&gt;
2471
2472 &lt;p&gt;Vedrørende denne begrensningen har Justisdepartementet uttalt
2473 følgende (Lovavdelingens uttalelser JDLOV-2010-3295):&lt;/p&gt;
2474
2475 &lt;p&gt;&lt;em&gt;«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
2476 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
2477 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
2478 vanskelege å handsame for forvaltninga.»&lt;/em&gt;&lt;/p&gt;
2479
2480 &lt;p&gt;I samme sak uttaler Lovavdelingen følgende:&lt;/p&gt;
2481
2482 &lt;p&gt;&lt;em&gt;«Det følgjer vidare av offentleglova § 28 andre ledd at det `i
2483 rimeleg utstrekning&#39; kan krevjast innsyn i `saker av ein bestemt
2484 art&#39;. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning&#39; kan
2485 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
2486 arbeidskrevjande det vil vere å finne fram til dei aktuelle
2487 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
2488 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
2489 mange dokument) at arbeidsmengda som ville gått med til å handsame
2490 det, er større enn det ein `i rimeleg utstrekning&#39; kan krevje (sjølv
2491 om det nok skal mykje til).»&lt;/em&gt;&lt;/p&gt;
2492
2493 &lt;p&gt;NRK har ikke noen egen sammenstilling over avtaler innenfor
2494 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
2495 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
2496 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
2497 gjelder for utstyr som bruker MPEG og/eller H.264». En slik
2498 gjennomgang av avtaler måtte gjøres manuelt av en person med
2499 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
2500 ressurser for å finne frem relevante avtaler og for deretter å vurdere
2501 om de dekkes av det innsynsbegjæringen omfattes.&lt;/p&gt;
2502
2503 &lt;p&gt;På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
2504 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
2505 vil være langt større enn det som i rimelig utstrekning kan kreves i
2506 henhold til offentleglova § 28 annet ledd.&lt;/p&gt;
2507
2508 &lt;p&gt;Avslag på deres innsynsbegjæring kan påklages til Kultur- og
2509 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
2510 frem til mottakeren, i henhold til reglene i offentleglova § 32,
2511 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
2512 kirkedepartementet, og sendes til NRK.&lt;/p&gt;
2513
2514 &lt;p&gt;NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
2515 slik at en eventuell søknad om innsyn kan tydeligere identifisere
2516 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
2517 for inneværende og forrige måned ligger ute på
2518 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
2519 på forespørsel til innsyn (at) nrk.no.&lt;/p&gt;
2520
2521 &lt;p&gt;Med hilsen
2522 &lt;br&gt;Dokumentarkivet i NRK
2523 &lt;br&gt;v/ Elin Brandsrud
2524 &lt;br&gt;Tel. direkte: 23 04 29 29
2525 &lt;br&gt;Post: RBM3, Postboks 8500 Majorstuen, 0340 Oslo
2526 &lt;br&gt;innsyn (at) nrk.no&lt;/p&gt;
2527
2528 &lt;/blockquote&gt;&lt;/p&gt;
2529
2530 &lt;p&gt;Svaret kom
2531 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-06-25-video-mpegla-nrk.pdf&quot;&gt;i
2532 PDF-form som vedlegg på epost&lt;/a&gt;. Jeg er litt usikker på hvordan jeg
2533 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
2534 på å vurdere om jeg skal klage. Enten må nok forespørselen
2535 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
2536 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
2537 burde jo være noen i ledelsen som vet om de har signert en avtale med
2538 MPEG-LA eller ikke...&lt;/p&gt;
2539
2540 &lt;p&gt;Oppdatering 2012-06-25 20:20: Et google-søk på &quot;2011/371 nrk&quot;
2541 sendte meg til postjournalen for
2542 &lt;a href=&quot;http://nrk.no/contentfile/file/1.8212365!offentligjournal19062012.pdf&quot;&gt;2012-06-19&lt;/a&gt;
2543 og
2544 &lt;a href=&quot;http://nrk.no/contentfile/file/1.8214156!offentligjournal20062012.pdf&quot;&gt;2012-06-20&lt;/a&gt;
2545 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
2546 er &quot;Graphic Systems Regions MA 2378/10E&quot;. Videre søk etter &quot;Graphic
2547 Systems Regions&quot; viser at dette er saken til et anbud om
2548 &quot;&lt;a href=&quot;http://no.mercell.com/m/mts/Tender/27179412.aspx&quot;&gt;a graphics
2549 system for 12 or 13 sites broadcasting regional news&lt;/a&gt;&quot; hos Mercell
2550 Sourcing Service, også omtalt på
2551 &lt;a href=&quot;http://www.publictenders.net/tender/595705&quot;&gt;Public
2552 Tenders&lt;/a&gt; og
2553 &lt;a href=&quot;http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521&quot;&gt;Doffin&lt;/a&gt;.
2554 Jeg er dog usikker på hvordan dette er relatert til min
2555 forespørsel.&lt;/p&gt;
2556
2557 &lt;p&gt;Oppdatering 2012-06-25 22:40: Ble tipset av Kieran Kunhya, fra
2558 miljøet rundt
2559 &lt;a href=&quot;http://code.google.com/p/open-broadcast-encoder/&quot;&gt;Open
2560 Broadcast Encoder&lt;/a&gt;, at listen over de som har lisensavtale med
2561 MPEG-LA er
2562 &lt;a href=&quot;http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;tilgjengelig
2563 på web&lt;/a&gt;. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
2564 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
2565 flere andre &quot;Broadcasting Company&quot;-oppføringer. Lurer på om det betyr
2566 at NRK ikke trenger avtale, eller noe helt annet?&lt;/p&gt;
2567 </description>
2568 </item>
2569
2570 <item>
2571 <title>Trenger en avtale med MPEG-LA for å publisere og kringkaste H.264-video?</title>
2572 <link>http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html</link>
2573 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html</guid>
2574 <pubDate>Thu, 21 Jun 2012 13:40:00 +0200</pubDate>
2575 <description>&lt;p&gt;Trengs det avtale med MPEG-LA for å ha lovlig rett til å
2576 distribuere og kringkaste video i MPEG4 eller med videokodingen H.264?
2577 &lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 og MPEG4 er jo ikke en
2578 fri og åpen standard&lt;/a&gt; i henhold til
2579 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html&quot;&gt;definisjonen
2580 til Digistan&lt;/a&gt;, så i enkelte land er det ingen tvil om at du må ha
2581 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
2582 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
2583 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
2584 nødvendig, så har store aktører som
2585 &lt;a href=&quot;http://www.nrk.no/&quot;&gt;NRK&lt;/a&gt; og
2586 &lt;a href=&quot;http://www.regjeringen.no/&quot;&gt;regjeringen&lt;/a&gt; skaffet seg en
2587 slik avtale. Jeg har derfor sendt forespørsel til begge (for
2588 regjeringen sin del er det Departementenes Servicesenter som gjør
2589 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
2590 og/eller H.264 med MPEG-LA eller andre aktører som opererer på vegne
2591 av MPEG-LA. Her er kopi av eposten jeg har sendt til
2592 &lt;a href=&quot;http://www.dss.dep.no/&quot;&gt;Departementenes Servicesenter&lt;/a&gt;.
2593 Forespørselen til NRK er veldig lik.&lt;/p&gt;
2594
2595 &lt;p&gt;&lt;blockquote&gt;
2596
2597 &lt;p&gt;Date: Tue, 19 Jun 2012 15:18:33 +0200
2598 &lt;br&gt;From: Petter Reinholdtsen
2599 &lt;br&gt;To: postmottak@dss.dep.no
2600 &lt;br&gt;Subject: Innsynsbegjæring om MPEG/H.264-relaterte avtaler
2601
2602 &lt;p&gt;Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
2603 til avtaler rundt bruk av videoformatene MPEG og H.264. Jeg er
2604 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
2605 eller noen som representerer MPEG-LA i Norge.&lt;/p&gt;
2606
2607 &lt;p&gt;MPEG og H.264 er videoformater som brukes både til kringkasting
2608 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
2609 via Adobe Flash. MPEG-LA, &amp;lt;URL:
2610 &lt;a href=&quot;http://www.mpeg-la.com/&quot;&gt;http://www.mpeg-la.com/&lt;/a&gt; &amp;gt;, er
2611 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
2612 av immaterielle rettigheter knyttet til MPEG og H.264, å selge
2613 bruksrett for MPEG og H.264.&lt;/p&gt;
2614
2615 &lt;p&gt;Via regjeringen.no kringkastes med MPEG og H.264-baserte
2616 videoformater, og dette ser ut til å være organisert av DSS. Jeg
2617 antar dermed at DSS har avtale med en eller annen aktør om dette.&lt;/p&gt;
2618
2619 &lt;p&gt;F.eks. har Adobe Premiere Pro har følgende klausul i følge &amp;lt;URL:
2620 &lt;a href=&quot;http://news.cnet.com/8301-30685_3-20000101-264.html&quot;&gt;http://news.cnet.com/8301-30685_3-20000101-264.html&lt;/a&gt;
2621 &amp;gt;:&lt;/p&gt;
2622
2623 &lt;p&gt;&lt;blockquote&gt;
2624
2625 &lt;p&gt;6.17. AVC DISTRIBUTION. The following notice applies to software
2626 containing AVC import and export functionality: THIS PRODUCT IS
2627 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
2628 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
2629 WITH THE AVC STANDARD (&quot;AVC VIDEO&quot;) AND/OR (b) DECODE AVC VIDEO THAT
2630 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
2631 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
2632 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
2633 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
2634 FROM MPEG LA L.L.C. SEE
2635 &lt;a href=&quot;http://www.mpegla.com&quot;&gt;http://www.mpegla.com&lt;/a&gt;.&lt;/p&gt;
2636
2637 &lt;/blockquote&gt;&lt;/p&gt;
2638
2639 &lt;p&gt;Her er det kun &quot;non-commercial&quot; og &quot;personal and non-commercial&quot;
2640 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.&lt;/p&gt;
2641
2642 &lt;p&gt;Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
2643 følgende klausul i følge &amp;lt;URL:
2644 &lt;a href=&quot;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&quot;&gt;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&lt;/a&gt;
2645 &amp;gt;:&lt;/p&gt;
2646
2647 &lt;p&gt;&lt;blockquote&gt;
2648
2649 &lt;p&gt;15. Merknad om H.264/AVC. Hvis Apple-programvaren inneholder
2650 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
2651 kommersiell bruk ekstra lisensiering og følgende gjelder:
2652 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
2653 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
2654 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN (&quot;AVC-VIDEO&quot;)
2655 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
2656 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
2657 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
2658 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
2659 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.&lt;/p&gt;
2660 &lt;/blockquote&gt;&lt;/p&gt;
2661
2662 &lt;p&gt;Tilsvarende gjelder for andre programvarepakker, kamera, etc som
2663 bruker MPEG og H.264, at en må ha en avtale med MPEG-LA for å ha lov
2664 til å bruke programmet/utstyret hvis en skal lage noe annet enn
2665 private filmer og i ikke-kommersiell virksomhet.&lt;/p&gt;
2666
2667 &lt;p&gt;Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
2668 ikke er begrenset av de generelle bruksvilkårene som gjelder for
2669 utstyr som bruker MPEG og/eller H.264.&lt;/p&gt;
2670 &lt;/blockquote&gt;&lt;/p&gt;
2671
2672 &lt;p&gt;Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
2673 her.&lt;/p&gt;
2674 </description>
2675 </item>
2676
2677 <item>
2678 <title>The cost of ODF and OOXML</title>
2679 <link>http://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html</link>
2680 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html</guid>
2681 <pubDate>Sat, 26 May 2012 18:00:00 +0200</pubDate>
2682 <description>&lt;p&gt;I just come across a blog post from Glyn Moody reporting the
2683 claimed cost from Microsoft on requiring ODF to be used by the UK
2684 government. I just sent him an email to let him know that his
2685 assumption are most likely wrong. Sharing it here in case some of my
2686 blog readers have seem the same numbers float around in the UK.&lt;/p&gt;
2687
2688 &lt;p&gt;&lt;blockquote&gt; &lt;p&gt;Hi. I just noted your
2689 &lt;a href=&quot;http://blogs.computerworlduk.com/open-enterprise/2012/04/does-microsoft-office-lock-in-cost-the-uk-government-500-million/index.htm&quot;&gt;http://blogs.computerworlduk.com/open-enterprise/2012/04/does-microsoft-office-lock-in-cost-the-uk-government-500-million/index.htm&lt;/a&gt;
2690 comment:&lt;/p&gt;
2691
2692 &lt;p&gt;&lt;blockquote&gt;&quot;They&#39;re all in Danish, not unreasonably, but even
2693 with the help of Google Translate I can&#39;t find any figures about the
2694 savings of &quot;moving to a flexible two standard&quot; as claimed by the
2695 Microsoft email. But I assume it is backed up somewhere, so let&#39;s take
2696 it, and the £500 million figure for the UK, on trust.&quot;
2697 &lt;/blockquote&gt;&lt;/p&gt;
2698
2699 &lt;p&gt;I can tell you that the Danish reports are inflated. I believe it is
2700 the same reports that were used in the Norwegian debate around 2007,
2701 and Gisle Hannemyr (a well known IT commentator in Norway) had a look
2702 at the content. In short, the reason it is claimed that using ODF
2703 will be so costly, is based on the assumption that this mean every
2704 existing document need to be converted from one of the MS Office
2705 formats to ODF, transferred to the receiver, and converted back from
2706 ODF to one of the MS Office formats, and that the conversion will cost
2707 10 minutes of work time for both the sender and the receiver. In
2708 reality the sender would have a tool capable of saving to ODF, and the
2709 receiver would have a tool capable of reading it, and the time spent
2710 would at most be a few seconds for saving and loading, not 20 minutes
2711 of wasted effort.&lt;/p&gt;
2712
2713 &lt;p&gt;Microsoft claimed all these costs were saved by allowing people to
2714 transfer the original files from MS Office instead of spending 10
2715 minutes converting to ODF. :)&lt;/p&gt;
2716
2717 &lt;p&gt;See
2718 &lt;a href=&quot;http://hannemyr.com/no/ms12_vl02.php&quot;&gt;http://hannemyr.com/no/ms12_vl02.php&lt;/a&gt;
2719 and
2720 &lt;a href=&quot;http://hannemyr.com/no/ms12.php&quot;&gt;http://hannemyr.com/no/ms12.php&lt;/a&gt;
2721 for background information. Norwegian only, sorry. :)&lt;/p&gt;
2722 &lt;/blockquote&gt;&lt;/p&gt;
2723 </description>
2724 </item>
2725
2726 <item>
2727 <title>OpenOffice.org fungerer da fint for blinde?</title>
2728 <link>http://people.skolelinux.org/pere/blog/OpenOffice_org_fungerer_da_fint_for_blinde_.html</link>
2729 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/OpenOffice_org_fungerer_da_fint_for_blinde_.html</guid>
2730 <pubDate>Mon, 21 May 2012 23:20:00 +0200</pubDate>
2731 <description>&lt;p&gt;De siste dagene har høringsuttalelsene om DIFIs forslag til
2732 standardkatalog v3.1 blitt
2733 &lt;a href=&quot;http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder?tab=comments&quot;&gt;publisert
2734 på DIFIs nettside&lt;/a&gt;, og jeg kunne der glede meg over at
2735 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/201204-standardkatalog-v3.1&quot;&gt;NUUGs&lt;/a&gt;
2736 uttalelse er kommet med. En uttalelse som overrasker og forvirrer meg
2737 er
2738 &lt;a href=&quot;http://www.standard.difi.no/filearchive/norges-blindeforbund.pdf&quot;&gt;den
2739 fra Norges Blindeforbund&lt;/a&gt;, som 5 år etter at Klaus Knopper sammen
2740 med sin blinde kone blant annet
2741 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20071211-accessibility/&quot;&gt;demonstrerte
2742 høyttalende OpenOffice.org på nynorsk for blinde&lt;/a&gt; på et NUUG-møte.&lt;/p&gt;
2743
2744 &lt;p&gt;&lt;a href=&quot;https://www.blindeforbundet.no/&quot;&gt;Norges Blindeforbund&lt;/a&gt;
2745 skriver følgende, som for meg virker å være formulert på sviktende
2746 grunnlag:&lt;/p&gt;
2747
2748 &lt;p&gt;&lt;blockquote&gt;
2749 &lt;p&gt;Bruk av fri programvare
2750
2751 &lt;p&gt;I FRIPROGSENTERET, RAPPORT 2009-02: Universell utforming
2752 &lt;a href=&quot;http://www.kunnskapsbazaren.no/filer/Friprogsenteret-Rapport-Universell_utforming.pdf&quot;&gt;http://www.kunnskapsbazaren.no/filer/Friprogsenteret-Rapport-Universell_utforming.pdf&lt;/a&gt;
2753 sies det &quot;Det finnes i dag ikke mange fri programvare-rammeverk eller
2754 generelle løsninger som støtter tilgjengelighet eller som er
2755 universelt utformet.&quot;&lt;/p&gt;
2756
2757 &lt;p&gt;Til tross for at det gjennom prinsippene i fri programvare åpnes
2758 for større frihet til selv å påvirke programvareløsninger i retning av
2759 universell utforming viser praksis at virkeligheten er en annen.
2760 Mange av de mest alminnelige frie programvarepakkene mangler delvis
2761 eller fullstendig tilgjengelighet for mennesker med nedsatt
2762 syn. Eksempler på dette er OpenOffice og LibreOffice m.fl.&lt;/p&gt;
2763
2764 &lt;p&gt;En annen utfordring ved bruk av fri programvare kan være manglende
2765 kundestøtte og muligheter til opplæring i bruk av løsningen. Svaksynte
2766 og blinde har et høyere behov for denne typen støtte enn andre brukere
2767 ettersom mange av dem har behov for tilleggsprogramvare som skal
2768 fungere sammen med den opprinnelige programvaren, og ettersom man ikke
2769 har de samme muligheter for overblikk over grensesnittet som en seende
2770 bruker. I tillegg til dette kommer de mer tilgjengelighetstekniske
2771 utfordringene som ofte må løses i samarbeid med
2772 programvareleverandør/produsent.&lt;/p&gt;
2773
2774 &lt;p&gt;Fri programvare er ikke på samme måte underlagt lovgivning gjennom
2775 for eksempel diskriminerings og tilgjengelighetsloven ettersom det
2776 ikke alltid finnes en produsent/tilbyder av tjenesten eller produktet.&lt;/p&gt;
2777
2778 &lt;p&gt;Norges Blindeforbund krever at universell utforming og
2779 brukskvalitet tas med som viktige hensyn i utredninger som ligger til
2780 grunn for valg av standarder som primært leder brukeren mot fri
2781 programvare. Et eksempel på dette er bruk av dokumentformatet ODF som
2782 leder brukeren i retning av OpenOffice, som er helt eller delvis
2783 utilgjengelig for svaksynte og blinde – noe avhengig av plattform og
2784 hjelpemiddelprogramvare.&lt;/p&gt;
2785
2786 &lt;/blockquote&gt;&lt;/p&gt;
2787
2788 &lt;p&gt;Jeg håper noen involvert i OpenOffice.org og/eller LibreOffice tar
2789 kontakt med Norges Blindeforbund og oppklarer det som for meg virker å
2790 være en misforståelse, i og med at OpenOffice.org så vidt jeg vet
2791 fungerer fint også for blinde.&lt;/p&gt;
2792
2793 &lt;p&gt;Jeg ble minnet på problemstillingen da jeg leste Slashdot-saken om
2794 &quot;&lt;a href=&quot;http://linux.slashdot.org/story/12/05/21/1417221/the-state-of-linux-accessibility&quot;&gt;The
2795 State of Linux Accessibility&lt;/a&gt;&quot;, som også hevder at Linux fungerer
2796 utmerket for blinde.&lt;/p&gt;
2797 </description>
2798 </item>
2799
2800 <item>
2801 <title>NUUGs leverer høringsuttalelse om v3.1 av statens referansekatalog</title>
2802 <link>http://people.skolelinux.org/pere/blog/NUUGs_leverer_h_ringsuttalelse_om_v3_1_av_statens_referansekatalog.html</link>
2803 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUGs_leverer_h_ringsuttalelse_om_v3_1_av_statens_referansekatalog.html</guid>
2804 <pubDate>Fri, 27 Apr 2012 15:30:00 +0200</pubDate>
2805 <description>&lt;p&gt;NUUG-styremedlem Hans-Petter Fjeld
2806 &lt;a href=&quot;https://plus.google.com/u/0/110394259537201279374/posts/AGzRmAuFdW1&quot;&gt;meldte
2807 nettopp&lt;/a&gt; at han har sendt inn &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;s
2808 høringsuttalelse angående Difi sin standardkatalog v3.1. Jeg er veldig
2809 glad for at så mange bidro og sikret at vår stemme blir hørt i denne
2810 høringen. Anbefaler alle å lese våre
2811 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/201204-standardkatalog-v3.1&quot;&gt;to
2812 sider med innspill&lt;/a&gt;.&lt;/p&gt;
2813 </description>
2814 </item>
2815
2816 <item>
2817 <title>HTC One X - Your video? What do you mean?</title>
2818 <link>http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html</link>
2819 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html</guid>
2820 <pubDate>Thu, 26 Apr 2012 13:20:00 +0200</pubDate>
2821 <description>&lt;p&gt;In &lt;a href=&quot;http://www.idg.no/computerworld/article243690.ece&quot;&gt;an
2822 article today&lt;/a&gt; published by Computerworld Norway, the photographer
2823 &lt;a href=&quot;http://www.urke.com/eirik/&quot;&gt;Eirik Helland Urke&lt;/a&gt; reports
2824 that the video editor application included with
2825 &lt;a href=&quot;http://www.htc.com/www/smartphones/htc-one-x/#specs&quot;&gt;HTC One
2826 X&lt;/a&gt; have some quite surprising terms of use. The article is mostly
2827 based on the twitter message from mister Urke, stating:
2828
2829 &lt;p&gt;&lt;blockquote&gt;
2830 &quot;&lt;a href=&quot;http://twitter.com/urke/status/194062269724897280&quot;&gt;Drøy
2831 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
2832 kan jeg KUN bruke dem privat.&lt;/a&gt;&quot;
2833 &lt;/blockquote&gt;&lt;/p&gt;
2834
2835 &lt;p&gt;I quickly translated it to this English message:&lt;/p&gt;
2836
2837 &lt;p&gt;&lt;blockquote&gt;
2838 &quot;Arrogant user agreement: HTC can use MY edited videos
2839 commercially. Although I can ONLY use them privately.&quot;
2840 &lt;/blockquote&gt;&lt;/p&gt;
2841
2842 &lt;p&gt;I&#39;ve been unable to find the text of the license term myself, but
2843 suspect it is a variation of the MPEG-LA terms I
2844 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;discovered
2845 with my Canon IXUS 130&lt;/a&gt;. The HTC One X specification specifies that
2846 the recording format of the phone is .amr for audio and .mp3 for
2847 video. AMR is
2848 &lt;a href=&quot;http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues&quot;&gt;Adaptive
2849 Multi-Rate audio codec&lt;/a&gt; with patents which according to the
2850 Wikipedia article require an license agreement with
2851 &lt;a href=&quot;http://www.voiceage.com/&quot;&gt;VoiceAge&lt;/a&gt;. MP4 is
2852 &lt;a href=&quot;http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Patent_licensing&quot;&gt;MPEG4 with
2853 H.264&lt;/a&gt;, which according to Wikipedia require a licence agreement
2854 with &lt;a href=&quot;http://www.mpegla.com/&quot;&gt;MPEG-LA&lt;/a&gt;.&lt;/p&gt;
2855
2856 &lt;p&gt;I know why I prefer
2857 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and open
2858 standards&lt;/a&gt; also for video.&lt;/p&gt;
2859 </description>
2860 </item>
2861
2862 <item>
2863 <title>RAND terms - non-reasonable and discriminatory</title>
2864 <link>http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html</link>
2865 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html</guid>
2866 <pubDate>Thu, 19 Apr 2012 22:20:00 +0200</pubDate>
2867 <description>&lt;p&gt;Here in Norway, the
2868 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad.html?id=339&quot;&gt; Ministry of
2869 Government Administration, Reform and Church Affairs&lt;/a&gt; is behind
2870 a &lt;a href=&quot;http://standard.difi.no/forvaltningsstandarder&quot;&gt;directory of
2871 standards&lt;/a&gt; that are recommended or mandatory for use by the
2872 government. When the directory was created, the people behind it made
2873 an effort to ensure that everyone would be able to implement the
2874 standards and compete on equal terms to supply software and solutions
2875 to the government. Free software and non-free software could compete
2876 on the same level.&lt;/p&gt;
2877
2878 &lt;p&gt;But recently, some standards with RAND
2879 (&lt;a href=&quot;http://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing&quot;&gt;Reasonable
2880 And Non-Discriminatory&lt;/a&gt;) terms have made their way into the
2881 directory. And while this might not sound too bad, the fact is that
2882 standard specifications with RAND terms often block free software from
2883 implementing them. The reasonable part of RAND mean that the cost per
2884 user/unit is low,and the non-discriminatory part mean that everyone
2885 willing to pay will get a license. Both sound great in theory. In
2886 practice, to get such license one need to be able to count users, and
2887 be able to pay a small amount of money per unit or user. By
2888 definition, users of free software do not need to register their use.
2889 So counting users or units is not possible for free software projects.
2890 And given that people will use the software without handing any money
2891 to the author, it is not really economically possible for a free
2892 software author to pay a small amount of money to license the rights
2893 to implement a standard when the income available is zero. The result
2894 in these situations is that free software are locked out from
2895 implementing standards with RAND terms.&lt;/p&gt;
2896
2897 &lt;p&gt;Because of this, when I see someone claiming the terms of a
2898 standard is reasonable and non-discriminatory, all I can think of is
2899 how this really is non-reasonable and discriminatory. Because free
2900 software developers are working in a global market, it does not really
2901 help to know that software patents are not supposed to be enforceable
2902 in Norway. The patent regimes in other countries affect us even here.
2903 I really hope the people behind the standard directory will pay more
2904 attention to these issues in the future.&lt;/p&gt;
2905
2906 &lt;p&gt;You can find more on the issues with RAND, FRAND and RAND-Z terms
2907 from Simon Phipps
2908 (&lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/11/rand-not-so-reasonable/&quot;&gt;RAND:
2909 Not So Reasonable?&lt;/a&gt;).&lt;/p&gt;
2910
2911 &lt;p&gt;Update 2012-04-21: Just came across a
2912 &lt;a href=&quot;http://blogs.computerworlduk.com/open-enterprise/2012/04/of-microsoft-netscape-patents-and-open-standards/index.htm&quot;&gt;blog
2913 post from Glyn Moody&lt;/a&gt; over at Computer World UK warning about the
2914 same issue, and urging people to speak out to the UK government. I
2915 can only urge Norwegian users to do the same for
2916 &lt;a href=&quot;http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder&quot;&gt;the
2917 hearing taking place at the moment&lt;/a&gt; (respond before 2012-04-27).
2918 It proposes to require video conferencing standards including
2919 specifications with RAND terms.&lt;/p&gt;
2920 </description>
2921 </item>
2922
2923 <item>
2924 <title>The video format most supported in web browsers?</title>
2925 <link>http://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html</link>
2926 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html</guid>
2927 <pubDate>Sun, 16 Jan 2011 00:20:00 +0100</pubDate>
2928 <description>&lt;p&gt;The video format struggle on the web continues, and the three
2929 contenders seem to be Ogg Theora, H.264 and WebM. Most video sites
2930 seem to use H.264, while others use Ogg Theora. Interestingly enough,
2931 the comments I see give me the feeling that a lot of people believe
2932 H.264 is the most supported video format in browsers, but according to
2933 the Wikipedia article on
2934 &lt;a href=&quot;http://en.wikipedia.org/wiki/HTML5_video&quot;&gt;HTML5 video&lt;/a&gt;,
2935 this is not true. Check out the nice table of supprted formats in
2936 different browsers there. The format supported by most browsers is
2937 Ogg Theora, supported by released versions of Mozilla Firefox, Google
2938 Chrome, Chromium, Opera, Konqueror, Epiphany, Origyn Web Browser and
2939 BOLT browser, while not supported by Internet Explorer nor Safari.
2940 The runner up is WebM supported by released versions of Google Chrome
2941 Chromium Opera and Origyn Web Browser, and test versions of Mozilla
2942 Firefox. H.264 is supported by released versions of Safari, Origyn
2943 Web Browser and BOLT browser, and the test version of Internet
2944 Explorer. Those wanting Ogg Theora support in Internet Explorer and
2945 Safari can install plugins to get it.&lt;/p&gt;
2946
2947 &lt;p&gt;To me, the simple conclusion from this is that to reach most users
2948 without any extra software installed, one uses Ogg Theora with the
2949 HTML5 video tag. Of course to reach all those without a browser
2950 handling HTML5, one need fallback mechanisms. In
2951 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;, we provide first fallback to a
2952 plugin capable of playing MPEG1 video, and those without such support
2953 we have a second fallback to the Cortado java applet playing Ogg
2954 Theora. This seem to work quite well, as can be seen in an &lt;a
2955 href=&quot;http://www.nuug.no/aktiviteter/20110111-semantic-web/&quot;&gt;example
2956 from last week&lt;/a&gt;.&lt;/p&gt;
2957
2958 &lt;p&gt;The reason Ogg Theora is the most supported format, and H.264 is
2959 the least supported is simple. Implementing and using H.264
2960 require royalty payment to MPEG-LA, and the terms of use from MPEG-LA
2961 are incompatible with free software licensing. If you believed H.264
2962 was without royalties and license terms, check out
2963 &quot;&lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 – Not The Kind Of
2964 Free That Matters&lt;/a&gt;&quot; by Simon Phipps.&lt;/p&gt;
2965
2966 &lt;p&gt;A incomplete list of sites providing video in Ogg Theora is
2967 available from
2968 &lt;a href=&quot;http://wiki.xiph.org/index.php/List_of_Theora_videos&quot;&gt;the
2969 Xiph.org wiki&lt;/a&gt;, if you want to have a look. I&#39;m not aware of a
2970 similar list for WebM nor H.264.&lt;/p&gt;
2971
2972 &lt;p&gt;Update 2011-01-16 09:40: A question from Tollef on IRC made me
2973 realise that I failed to make it clear enough this text is about the
2974 &amp;lt;video&amp;gt; tag support in browsers and not the video support
2975 provided by external plugins like the Flash plugins.&lt;/p&gt;
2976 </description>
2977 </item>
2978
2979 <item>
2980 <title>Chrome plan to drop H.264 support for HTML5 &amp;lt;video&amp;gt;</title>
2981 <link>http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html</link>
2982 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html</guid>
2983 <pubDate>Wed, 12 Jan 2011 22:10:00 +0100</pubDate>
2984 <description>&lt;p&gt;Today I discovered
2985 &lt;a href=&quot;http://www.digi.no/860070/google-dropper-h264-stotten-i-chrome&quot;&gt;via
2986 digi.no&lt;/a&gt; that the Chrome developers, in a surprising announcement,
2987 &lt;a href=&quot;http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html&quot;&gt;yesterday
2988 announced&lt;/a&gt; plans to drop H.264 support for HTML5 &amp;lt;video&amp;gt; in
2989 the browser. The argument used is that H.264 is not a &quot;completely
2990 open&quot; codec technology. If you believe H.264 was free for everyone
2991 to use, I recommend having a look at the essay
2992 &quot;&lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 – Not The Kind Of
2993 Free That Matters&lt;/a&gt;&quot;. It is not free of cost for creators of video
2994 tools, nor those of us that want to publish on the Internet, and the
2995 terms provided by MPEG-LA excludes free software projects from
2996 licensing the patents needed for H.264. Some background information
2997 on the Google announcement is available from
2998 &lt;a href=&quot;http://www.osnews.com/story/24243/Google_To_Drop_H264_Support_from_Chrome&quot;&gt;OSnews&lt;/a&gt;.
2999 A good read. :)&lt;/p&gt;
3000
3001 &lt;p&gt;Personally, I believe it is great that Google is taking a stand to
3002 promote equal terms for everyone when it comes to video publishing on
3003 the Internet. This can only be done by publishing using free and open
3004 standards, which is only possible if the web browsers provide support
3005 for these free and open standards. At the moment there seem to be two
3006 camps in the web browser world when it come to video support. Some
3007 browsers support H.264, and others support
3008 &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg Theora&lt;/a&gt; and
3009 &lt;a href=&quot;http://www.webmproject.org/&quot;&gt;WebM&lt;/a&gt;
3010 (&lt;a href=&quot;http://www.diracvideo.org/&quot;&gt;Dirac&lt;/a&gt; is not really an option
3011 yet), forcing those of us that want to publish video on the Internet
3012 and which can not accept the terms of use presented by MPEG-LA for
3013 H.264 to not reach all potential viewers.
3014 Wikipedia keep &lt;a href=&quot;http://en.wikipedia.org/wiki/HTML5_video&quot;&gt;an
3015 updated summary&lt;/a&gt; of the current browser support.&lt;/p&gt;
3016
3017 &lt;p&gt;Not surprising, several people would prefer Google to keep
3018 promoting H.264, and John Gruber
3019 &lt;a href=&quot;http://daringfireball.net/2011/01/simple_questions&quot;&gt;presents
3020 the mind set&lt;/a&gt; of these people quite well. His rhetorical questions
3021 provoked a reply from Thom Holwerda with another set of questions
3022 &lt;a href=&quot;http://www.osnews.com/story/24245/10_Questions_for_John_Gruber_Regarding_H_264_WebM&quot;&gt;presenting
3023 the issues with H.264&lt;/a&gt;. Both are worth a read.&lt;/p&gt;
3024
3025 &lt;p&gt;Some argue that if Google is dropping H.264 because it isn&#39;t free,
3026 they should also drop support for the Adobe Flash plugin. This
3027 argument was covered by Simon Phipps in
3028 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2011/01/google-and-h264---far-from-hypocritical/index.htm&quot;&gt;todays
3029 blog post&lt;/a&gt;, which I find to put the issue in context. To me it
3030 make perfect sense to drop native H.264 support for HTML5 in the
3031 browser while still allowing plugins.&lt;/p&gt;
3032
3033 &lt;p&gt;I suspect the reason this announcement make so many people protest,
3034 is that all the users and promoters of H.264 suddenly get an uneasy
3035 feeling that they might be backing the wrong horse. A lot of TV
3036 broadcasters have been moving to H.264 the last few years, and a lot
3037 of money has been invested in hardware based on the belief that they
3038 could use the same video format for both broadcasting and web
3039 publishing. Suddenly this belief is shaken.&lt;/p&gt;
3040
3041 &lt;p&gt;An interesting question is why Google is doing this. While the
3042 presented argument might be true enough, I believe Google would only
3043 present the argument if the change make sense from a business
3044 perspective. One reason might be that they are currently negotiating
3045 with MPEG-LA over royalties or usage terms, and giving MPEG-LA the
3046 feeling that dropping H.264 completely from Chroome, Youtube and
3047 Google Video would improve the negotiation position of Google.
3048 Another reason might be that Google want to save money by not having
3049 to pay the video tax to MPEG-LA at all, and thus want to move to a
3050 video format not requiring royalties at all. A third reason might be
3051 that the Chrome development team simply want to avoid the
3052 Chrome/Chromium split to get more help with the development of Chrome.
3053 I guess time will tell.&lt;/p&gt;
3054
3055 &lt;p&gt;Update 2011-01-15: The Google Chrome team provided
3056 &lt;a href=&quot;http://blog.chromium.org/2011/01/more-about-chrome-html-video-codec.html&quot;&gt;more
3057 background and information on the move&lt;/a&gt; it a blog post yesterday.&lt;/p&gt;
3058 </description>
3059 </item>
3060
3061 <item>
3062 <title>What standards are Free and Open as defined by Digistan?</title>
3063 <link>http://people.skolelinux.org/pere/blog/What_standards_are_Free_and_Open_as_defined_by_Digistan_.html</link>
3064 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_standards_are_Free_and_Open_as_defined_by_Digistan_.html</guid>
3065 <pubDate>Thu, 30 Dec 2010 23:15:00 +0100</pubDate>
3066 <description>&lt;p&gt;After trying to
3067 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html&quot;&gt;compare
3068 Ogg Theora&lt;/a&gt; to
3069 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;the Digistan
3070 definition&lt;/a&gt; of a free and open standard, I concluded that this need
3071 to be done for more standards and started on a framework for doing
3072 this. As a start, I want to get the status for all the standards in
3073 the Norwegian reference directory, which include UTF-8, HTML, PDF, ODF,
3074 JPEG, PNG, SVG and others. But to be able to complete this in a
3075 reasonable time frame, I will need help.&lt;/p&gt;
3076
3077 &lt;p&gt;If you want to help out with this work, please visit
3078 &lt;a href=&quot;http://wiki.nuug.no/grupper/standard/digistan-analyse&quot;&gt;the
3079 wiki pages I have set up for this&lt;/a&gt;, and let me know that you want
3080 to help out. The IRC channel #nuug on irc.freenode.net is a good
3081 place to coordinate this for now, as it is the IRC channel for the
3082 NUUG association where I have created the framework (I am the leader
3083 of the Norwegian Unix User Group).&lt;/p&gt;
3084
3085 &lt;p&gt;The framework is still forming, and a lot is left to do. Do not be
3086 scared by the sketchy form of the current pages. :)&lt;/p&gt;
3087 </description>
3088 </item>
3089
3090 <item>
3091 <title>The many definitions of a open standard</title>
3092 <link>http://people.skolelinux.org/pere/blog/The_many_definitions_of_a_open_standard.html</link>
3093 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_many_definitions_of_a_open_standard.html</guid>
3094 <pubDate>Mon, 27 Dec 2010 14:45:00 +0100</pubDate>
3095 <description>&lt;p&gt;One of the reasons I like the Digistan definition of
3096 &quot;&lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;Free and
3097 Open Standard&lt;/a&gt;&quot; is that this is a new term, and thus the meaning of
3098 the term has been decided by Digistan. The term &quot;Open Standard&quot; has
3099 become so misunderstood that it is no longer very useful when talking
3100 about standards. One end up discussing which definition is the best
3101 one and with such frame the only one gaining are the proponents of
3102 de-facto standards and proprietary solutions.&lt;/p&gt;
3103
3104 &lt;p&gt;But to give us an idea about the diversity of definitions of open
3105 standards, here are a few that I know about. This list is not
3106 complete, but can be a starting point for those that want to do a
3107 complete survey. More definitions are available on the
3108 &lt;a href=&quot;http://en.wikipedia.org/wiki/Open_standard&quot;&gt;wikipedia
3109 page&lt;/a&gt;.&lt;/p&gt;
3110
3111 &lt;p&gt;First off is my favourite, the definition from the European
3112 Interoperability Framework version 1.0. Really sad to notice that BSA
3113 and others has succeeded in getting it removed from version 2.0 of the
3114 framework by stacking the committee drafting the new version with
3115 their own people. Anyway, the definition is still available and it
3116 include the key properties needed to make sure everyone can use a
3117 specification on equal terms.&lt;/p&gt;
3118
3119 &lt;blockquote&gt;
3120
3121 &lt;p&gt;The following are the minimal characteristics that a specification
3122 and its attendant documents must have in order to be considered an
3123 open standard:&lt;/p&gt;
3124
3125 &lt;ul&gt;
3126
3127 &lt;li&gt;The standard is adopted and will be maintained by a not-for-profit
3128 organisation, and its ongoing development occurs on the basis of an
3129 open decision-making procedure available to all interested parties
3130 (consensus or majority decision etc.).&lt;/li&gt;
3131
3132 &lt;li&gt;The standard has been published and the standard specification
3133 document is available either freely or at a nominal charge. It must be
3134 permissible to all to copy, distribute and use it for no fee or at a
3135 nominal fee.&lt;/li&gt;
3136
3137 &lt;li&gt;The intellectual property - i.e. patents possibly present - of
3138 (parts of) the standard is made irrevocably available on a royalty-
3139 free basis.&lt;/li&gt;
3140
3141 &lt;li&gt;There are no constraints on the re-use of the standard.&lt;/li&gt;
3142
3143 &lt;/ul&gt;
3144 &lt;/blockquote&gt;
3145
3146 &lt;p&gt;Another one originates from my friends over at
3147 &lt;a href=&quot;http://www.dkuug.dk/&quot;&gt;DKUUG&lt;/a&gt;, who coined and gathered
3148 support for &lt;a href=&quot;http://www.aaben-standard.dk/&quot;&gt;this
3149 definition&lt;/a&gt; in 2004. It even made it into the Danish parlament as
3150 &lt;a href=&quot;http://www.ft.dk/dokumenter/tingdok.aspx?/samling/20051/beslutningsforslag/B103/som_fremsat.htm&quot;&gt;their
3151 definition of a open standard&lt;/a&gt;. Another from a different part of
3152 the Danish government is available from the wikipedia page.&lt;/p&gt;
3153
3154 &lt;blockquote&gt;
3155
3156 &lt;p&gt;En åben standard opfylder følgende krav:&lt;/p&gt;
3157
3158 &lt;ol&gt;
3159
3160 &lt;li&gt;Veldokumenteret med den fuldstændige specifikation offentligt
3161 tilgængelig.&lt;/li&gt;
3162
3163 &lt;li&gt;Frit implementerbar uden økonomiske, politiske eller juridiske
3164 begrænsninger på implementation og anvendelse.&lt;/li&gt;
3165
3166 &lt;li&gt;Standardiseret og vedligeholdt i et åbent forum (en såkaldt
3167 &quot;standardiseringsorganisation&quot;) via en åben proces.&lt;/li&gt;
3168
3169 &lt;/ol&gt;
3170
3171 &lt;/blockquote&gt;
3172
3173 &lt;p&gt;Then there is &lt;a href=&quot;http://www.fsfe.org/projects/os/def.html&quot;&gt;the
3174 definition&lt;/a&gt; from Free Software Foundation Europe.&lt;/p&gt;
3175
3176 &lt;blockquote&gt;
3177
3178 &lt;p&gt;An Open Standard refers to a format or protocol that is&lt;/p&gt;
3179
3180 &lt;ol&gt;
3181
3182 &lt;li&gt;subject to full public assessment and use without constraints in a
3183 manner equally available to all parties;&lt;/li&gt;
3184
3185 &lt;li&gt;without any components or extensions that have dependencies on
3186 formats or protocols that do not meet the definition of an Open
3187 Standard themselves;&lt;/li&gt;
3188
3189 &lt;li&gt;free from legal or technical clauses that limit its utilisation by
3190 any party or in any business model;&lt;/li&gt;
3191
3192 &lt;li&gt;managed and further developed independently of any single vendor
3193 in a process open to the equal participation of competitors and third
3194 parties;&lt;/li&gt;
3195
3196 &lt;li&gt;available in multiple complete implementations by competing
3197 vendors, or as a complete implementation equally available to all
3198 parties.&lt;/li&gt;
3199
3200 &lt;/ol&gt;
3201
3202 &lt;/blockquote&gt;
3203
3204 &lt;p&gt;A long time ago, SUN Microsystems, now bought by Oracle, created
3205 its
3206 &lt;a href=&quot;http://blogs.sun.com/dennisding/resource/Open%20Standard%20Definition.pdf&quot;&gt;Open
3207 Standards Checklist&lt;/a&gt; with a fairly detailed description.&lt;/p&gt;
3208
3209 &lt;blockquote&gt;
3210 &lt;p&gt;Creation and Management of an Open Standard
3211
3212 &lt;ul&gt;
3213
3214 &lt;li&gt;Its development and management process must be collaborative and
3215 democratic:
3216
3217 &lt;ul&gt;
3218
3219 &lt;li&gt;Participation must be accessible to all those who wish to
3220 participate and can meet fair and reasonable criteria
3221 imposed by the organization under which it is developed
3222 and managed.&lt;/li&gt;
3223
3224 &lt;li&gt;The processes must be documented and, through a known
3225 method, can be changed through input from all
3226 participants.&lt;/li&gt;
3227
3228 &lt;li&gt;The process must be based on formal and binding commitments for
3229 the disclosure and licensing of intellectual property rights.&lt;/li&gt;
3230
3231 &lt;li&gt;Development and management should strive for consensus,
3232 and an appeals process must be clearly outlined.&lt;/li&gt;
3233
3234 &lt;li&gt;The standard specification must be open to extensive
3235 public review at least once in its life-cycle, with
3236 comments duly discussed and acted upon, if required.&lt;/li&gt;
3237
3238 &lt;/ul&gt;
3239
3240 &lt;/li&gt;
3241
3242 &lt;/ul&gt;
3243
3244 &lt;p&gt;Use and Licensing of an Open Standard&lt;/p&gt;
3245 &lt;ul&gt;
3246
3247 &lt;li&gt;The standard must describe an interface, not an implementation,
3248 and the industry must be capable of creating multiple, competing
3249 implementations to the interface described in the standard without
3250 undue or restrictive constraints. Interfaces include APIs,
3251 protocols, schemas, data formats and their encoding.&lt;/li&gt;
3252
3253 &lt;li&gt; The standard must not contain any proprietary &quot;hooks&quot; that create
3254 a technical or economic barriers&lt;/li&gt;
3255
3256 &lt;li&gt;Faithful implementations of the standard must
3257 interoperate. Interoperability means the ability of a computer
3258 program to communicate and exchange information with other computer
3259 programs and mutually to use the information which has been
3260 exchanged. This includes the ability to use, convert, or exchange
3261 file formats, protocols, schemas, interface information or
3262 conventions, so as to permit the computer program to work with other
3263 computer programs and users in all the ways in which they are
3264 intended to function.&lt;/li&gt;
3265
3266 &lt;li&gt;It must be permissible for anyone to copy, distribute and read the
3267 standard for a nominal fee, or even no fee. If there is a fee, it
3268 must be low enough to not preclude widespread use.&lt;/li&gt;
3269
3270 &lt;li&gt;It must be possible for anyone to obtain free (no royalties or
3271 fees; also known as &quot;royalty free&quot;), worldwide, non-exclusive and
3272 perpetual licenses to all essential patent claims to make, use and
3273 sell products based on the standard. The only exceptions are
3274 terminations per the reciprocity and defensive suspension terms
3275 outlined below. Essential patent claims include pending, unpublished
3276 patents, published patents, and patent applications. The license is
3277 only for the exact scope of the standard in question.
3278
3279 &lt;ul&gt;
3280
3281 &lt;li&gt; May be conditioned only on reciprocal licenses to any of
3282 licensees&#39; patent claims essential to practice that standard
3283 (also known as a reciprocity clause)&lt;/li&gt;
3284
3285 &lt;li&gt; May be terminated as to any licensee who sues the licensor
3286 or any other licensee for infringement of patent claims
3287 essential to practice that standard (also known as a
3288 &quot;defensive suspension&quot; clause)&lt;/li&gt;
3289
3290 &lt;li&gt; The same licensing terms are available to every potential
3291 licensor&lt;/li&gt;
3292
3293 &lt;/ul&gt;
3294 &lt;/li&gt;
3295
3296 &lt;li&gt;The licensing terms of an open standards must not preclude
3297 implementations of that standard under open source licensing terms
3298 or restricted licensing terms&lt;/li&gt;
3299
3300 &lt;/ul&gt;
3301
3302 &lt;/blockquote&gt;
3303
3304 &lt;p&gt;It is said that one of the nice things about standards is that
3305 there are so many of them. As you can see, the same holds true for
3306 open standard definitions. Most of the definitions have a lot in
3307 common, and it is not really controversial what properties a open
3308 standard should have, but the diversity of definitions have made it
3309 possible for those that want to avoid a level marked field and real
3310 competition to downplay the significance of open standards. I hope we
3311 can turn this tide by focusing on the advantages of Free and Open
3312 Standards.&lt;/p&gt;
3313 </description>
3314 </item>
3315
3316 <item>
3317 <title>Is Ogg Theora a free and open standard?</title>
3318 <link>http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html</link>
3319 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html</guid>
3320 <pubDate>Sat, 25 Dec 2010 20:25:00 +0100</pubDate>
3321 <description>&lt;p&gt;&lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;The
3322 Digistan definition&lt;/a&gt; of a free and open standard reads like this:&lt;/p&gt;
3323
3324 &lt;blockquote&gt;
3325
3326 &lt;p&gt;The Digital Standards Organization defines free and open standard
3327 as follows:&lt;/p&gt;
3328
3329 &lt;ol&gt;
3330
3331 &lt;li&gt;A free and open standard is immune to vendor capture at all stages
3332 in its life-cycle. Immunity from vendor capture makes it possible to
3333 freely use, improve upon, trust, and extend a standard over time.&lt;/li&gt;
3334
3335 &lt;li&gt;The standard is adopted and will be maintained by a not-for-profit
3336 organisation, and its ongoing development occurs on the basis of an
3337 open decision-making procedure available to all interested
3338 parties.&lt;/li&gt;
3339
3340 &lt;li&gt;The standard has been published and the standard specification
3341 document is available freely. It must be permissible to all to copy,
3342 distribute, and use it freely.&lt;/li&gt;
3343
3344 &lt;li&gt;The patents possibly present on (parts of) the standard are made
3345 irrevocably available on a royalty-free basis.&lt;/li&gt;
3346
3347 &lt;li&gt;There are no constraints on the re-use of the standard.&lt;/li&gt;
3348
3349 &lt;/ol&gt;
3350
3351 &lt;p&gt;The economic outcome of a free and open standard, which can be
3352 measured, is that it enables perfect competition between suppliers of
3353 products based on the standard.&lt;/p&gt;
3354 &lt;/blockquote&gt;
3355
3356 &lt;p&gt;For a while now I have tried to figure out of Ogg Theora is a free
3357 and open standard according to this definition. Here is a short
3358 writeup of what I have been able to gather so far. I brought up the
3359 topic on the Xiph advocacy mailing list
3360 &lt;a href=&quot;http://lists.xiph.org/pipermail/advocacy/2009-July/001632.html&quot;&gt;in
3361 July 2009&lt;/a&gt;, for those that want to see some background information.
3362 According to Ivo Emanuel Gonçalves and Monty Montgomery on that list
3363 the Ogg Theora specification fulfils the Digistan definition.&lt;/p&gt;
3364
3365 &lt;p&gt;&lt;strong&gt;Free from vendor capture?&lt;/strong&gt;&lt;/p&gt;
3366
3367 &lt;p&gt;As far as I can see, there is no single vendor that can control the
3368 Ogg Theora specification. It can be argued that the
3369 &lt;a href=&quot;http://www.xiph.org/&quot;&gt;Xiph foundation&lt;/A&gt; is such vendor, but
3370 given that it is a non-profit foundation with the expressed goal
3371 making free and open protocols and standards available, it is not
3372 obvious that this is a real risk. One issue with the Xiph
3373 foundation is that its inner working (as in board member list, or who
3374 control the foundation) are not easily available on the web. I&#39;ve
3375 been unable to find out who is in the foundation board, and have not
3376 seen any accounting information documenting how money is handled nor
3377 where is is spent in the foundation. It is thus not obvious for an
3378 external observer who control The Xiph foundation, and for all I know
3379 it is possible for a single vendor to take control over the
3380 specification. But it seem unlikely.&lt;/p&gt;
3381
3382 &lt;p&gt;&lt;strong&gt;Maintained by open not-for-profit organisation?&lt;/strong&gt;&lt;/p&gt;
3383
3384 &lt;p&gt;Assuming that the Xiph foundation is the organisation its web pages
3385 claim it to be, this point is fulfilled. If Xiph foundation is
3386 controlled by a single vendor, it isn&#39;t, but I have not found any
3387 documentation indicating this.&lt;/p&gt;
3388
3389 &lt;p&gt;According to
3390 &lt;a href=&quot;http://media.hiof.no/diverse/fad/rapport_4.pdf&quot;&gt;a report&lt;/a&gt;
3391 prepared by Audun Vaaler og Børre Ludvigsen for the Norwegian
3392 government, the Xiph foundation is a non-commercial organisation and
3393 the development process is open, transparent and non-Discrimatory.
3394 Until proven otherwise, I believe it make most sense to believe the
3395 report is correct.&lt;/p&gt;
3396
3397 &lt;p&gt;&lt;strong&gt;Specification freely available?&lt;/strong&gt;&lt;/p&gt;
3398
3399 &lt;p&gt;The specification for the &lt;a href=&quot;http://www.xiph.org/ogg/doc/&quot;&gt;Ogg
3400 container format&lt;/a&gt; and both the
3401 &lt;a href=&quot;http://www.xiph.org/vorbis/doc/&quot;&gt;Vorbis&lt;/a&gt; and
3402 &lt;a href=&quot;http://theora.org/doc/&quot;&gt;Theora&lt;/a&gt; codeces are available on
3403 the web. This are the terms in the Vorbis and Theora specification:
3404
3405 &lt;blockquote&gt;
3406
3407 Anyone may freely use and distribute the Ogg and [Vorbis/Theora]
3408 specifications, whether in private, public, or corporate
3409 capacity. However, the Xiph.Org Foundation and the Ogg project reserve
3410 the right to set the Ogg [Vorbis/Theora] specification and certify
3411 specification compliance.
3412
3413 &lt;/blockquote&gt;
3414
3415 &lt;p&gt;The Ogg container format is specified in IETF
3416 &lt;a href=&quot;http://www.xiph.org/ogg/doc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, and
3417 this is the term:&lt;p&gt;
3418
3419 &lt;blockquote&gt;
3420
3421 &lt;p&gt;This document and translations of it may be copied and furnished to
3422 others, and derivative works that comment on or otherwise explain it
3423 or assist in its implementation may be prepared, copied, published and
3424 distributed, in whole or in part, without restriction of any kind,
3425 provided that the above copyright notice and this paragraph are
3426 included on all such copies and derivative works. However, this
3427 document itself may not be modified in any way, such as by removing
3428 the copyright notice or references to the Internet Society or other
3429 Internet organizations, except as needed for the purpose of developing
3430 Internet standards in which case the procedures for copyrights defined
3431 in the Internet Standards process must be followed, or as required to
3432 translate it into languages other than English.&lt;/p&gt;
3433
3434 &lt;p&gt;The limited permissions granted above are perpetual and will not be
3435 revoked by the Internet Society or its successors or assigns.&lt;/p&gt;
3436 &lt;/blockquote&gt;
3437
3438 &lt;p&gt;All these terms seem to allow unlimited distribution and use, an
3439 this term seem to be fulfilled. There might be a problem with the
3440 missing permission to distribute modified versions of the text, and
3441 thus reuse it in other specifications. Not quite sure if that is a
3442 requirement for the Digistan definition.&lt;/p&gt;
3443
3444 &lt;p&gt;&lt;strong&gt;Royalty-free?&lt;/strong&gt;&lt;/p&gt;
3445
3446 &lt;p&gt;There are no known patent claims requiring royalties for the Ogg
3447 Theora format.
3448 &lt;a href=&quot;http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65782&quot;&gt;MPEG-LA&lt;/a&gt;
3449 and
3450 &lt;a href=&quot;http://yro.slashdot.org/story/10/04/30/237238/Steve-Jobs-Hints-At-Theora-Lawsuit&quot;&gt;Steve
3451 Jobs&lt;/a&gt; in Apple claim to know about some patent claims (submarine
3452 patents) against the Theora format, but no-one else seem to believe
3453 them. Both Opera Software and the Mozilla Foundation have looked into
3454 this and decided to implement Ogg Theora support in their browsers
3455 without paying any royalties. For now the claims from MPEG-LA and
3456 Steve Jobs seem more like FUD to scare people to use the H.264 codec
3457 than any real problem with Ogg Theora.&lt;/p&gt;
3458
3459 &lt;p&gt;&lt;strong&gt;No constraints on re-use?&lt;/strong&gt;&lt;/p&gt;
3460
3461 &lt;p&gt;I am not aware of any constraints on re-use.&lt;/p&gt;
3462
3463 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
3464
3465 &lt;p&gt;3 of 5 requirements seem obviously fulfilled, and the remaining 2
3466 depend on the governing structure of the Xiph foundation. Given the
3467 background report used by the Norwegian government, I believe it is
3468 safe to assume the last two requirements are fulfilled too, but it
3469 would be nice if the Xiph foundation web site made it easier to verify
3470 this.&lt;/p&gt;
3471
3472 &lt;p&gt;It would be nice to see other analysis of other specifications to
3473 see if they are free and open standards.&lt;/p&gt;
3474 </description>
3475 </item>
3476
3477 <item>
3478 <title>The reply from Edgar Villanueva to Microsoft in Peru</title>
3479 <link>http://people.skolelinux.org/pere/blog/The_reply_from_Edgar_Villanueva_to_Microsoft_in_Peru.html</link>
3480 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_reply_from_Edgar_Villanueva_to_Microsoft_in_Peru.html</guid>
3481 <pubDate>Sat, 25 Dec 2010 10:50:00 +0100</pubDate>
3482 <description>&lt;p&gt;A few days ago
3483 &lt;a href=&quot;http://www.idg.no/computerworld/article189879.ece&quot;&gt;an
3484 article&lt;/a&gt; in the Norwegian Computerworld magazine about how version
3485 2.0 of
3486 &lt;a href=&quot;http://en.wikipedia.org/wiki/European_Interoperability_Framework&quot;&gt;European
3487 Interoperability Framework&lt;/a&gt; has been successfully lobbied by the
3488 proprietary software industry to remove the focus on free software.
3489 Nothing very surprising there, given
3490 &lt;a href=&quot;http://news.slashdot.org/story/10/03/29/2115235/Open-Source-Open-Standards-Under-Attack-In-Europe&quot;&gt;earlier
3491 reports&lt;/a&gt; on how Microsoft and others have stacked the committees in
3492 this work. But I find this very sad. The definition of
3493 &lt;a href=&quot;http://www.nuug.no/dokumenter/standard-presse-def-200506.txt&quot;&gt;an
3494 open standard from version 1&lt;/a&gt; was very good, and something I
3495 believe should be used also in the future, alongside
3496 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;the
3497 definition from Digistan&lt;/A&gt;. Version 2 have removed the open
3498 standard definition from its content.&lt;/p&gt;
3499
3500 &lt;p&gt;Anyway, the news reminded me of the great reply sent by Dr. Edgar
3501 Villanueva, congressman in Peru at the time, to Microsoft as a reply
3502 to Microsofts attack on his proposal regarding the use of free software
3503 in the public sector in Peru. As the text was not available from a
3504 few of the URLs where it used to be available, I copy it here from
3505 &lt;a href=&quot;http://gnuwin.epfl.ch/articles/en/reponseperou/villanueva_to_ms.html&quot;&gt;my
3506 source&lt;/a&gt; to ensure it is available also in the future. Some
3507 background information about that story is available in
3508 &lt;a href=&quot;http://www.linuxjournal.com/article/6099&quot;&gt;an article&lt;/a&gt; from
3509 Linux Journal in 2002.&lt;/p&gt;
3510
3511 &lt;blockquote&gt;
3512 &lt;p&gt;Lima, 8th of April, 2002&lt;br&gt;
3513 To: Señor JUAN ALBERTO GONZÁLEZ&lt;br&gt;
3514 General Manager of Microsoft Perú&lt;/p&gt;
3515
3516 &lt;p&gt;Dear Sir:&lt;/p&gt;
3517
3518 &lt;p&gt;First of all, I thank you for your letter of March 25, 2002 in which you state the official position of Microsoft relative to Bill Number 1609, Free Software in Public Administration, which is indubitably inspired by the desire for Peru to find a suitable place in the global technological context. In the same spirit, and convinced that we will find the best solutions through an exchange of clear and open ideas, I will take this opportunity to reply to the commentaries included in your letter.&lt;/p&gt;
3519
3520 &lt;p&gt;While acknowledging that opinions such as yours constitute a significant contribution, it would have been even more worthwhile for me if, rather than formulating objections of a general nature (which we will analyze in detail later) you had gathered solid arguments for the advantages that proprietary software could bring to the Peruvian State, and to its citizens in general, since this would have allowed a more enlightening exchange in respect of each of our positions.&lt;/p&gt;
3521
3522 &lt;p&gt;With the aim of creating an orderly debate, we will assume that what you call &quot;open source software&quot; is what the Bill defines as &quot;free software&quot;, since there exists software for which the source code is distributed together with the program, but which does not fall within the definition established by the Bill; and that what you call &quot;commercial software&quot; is what the Bill defines as &quot;proprietary&quot; or &quot;unfree&quot;, given that there exists free software which is sold in the market for a price like any other good or service.&lt;/p&gt;
3523
3524 &lt;p&gt;It is also necessary to make it clear that the aim of the Bill we are discussing is not directly related to the amount of direct savings that can by made by using free software in state institutions. That is in any case a marginal aggregate value, but in no way is it the chief focus of the Bill. The basic principles which inspire the Bill are linked to the basic guarantees of a state of law, such as:&lt;/p&gt;
3525
3526 &lt;p&gt;
3527 &lt;ul&gt;
3528 &lt;li&gt;Free access to public information by the citizen. &lt;/li&gt;
3529 &lt;li&gt;Permanence of public data. &lt;/li&gt;
3530 &lt;li&gt;Security of the State and citizens.&lt;/li&gt;
3531 &lt;/ul&gt;
3532 &lt;/p&gt;
3533
3534 &lt;p&gt;To guarantee the free access of citizens to public information, it is indispensable that the encoding of data is not tied to a single provider. The use of standard and open formats gives a guarantee of this free access, if necessary through the creation of compatible free software.&lt;/p&gt;
3535
3536 &lt;p&gt;To guarantee the permanence of public data, it is necessary that the usability and maintenance of the software does not depend on the goodwill of the suppliers, or on the monopoly conditions imposed by them. For this reason the State needs systems the development of which can be guaranteed due to the availability of the source code.&lt;/p&gt;
3537
3538 &lt;p&gt;To guarantee national security or the security of the State, it is indispensable to be able to rely on systems without elements which allow control from a distance or the undesired transmission of information to third parties. Systems with source code freely accessible to the public are required to allow their inspection by the State itself, by the citizens, and by a large number of independent experts throughout the world. Our proposal brings further security, since the knowledge of the source code will eliminate the growing number of programs with *spy code*. &lt;/p&gt;
3539
3540 &lt;p&gt;In the same way, our proposal strengthens the security of the citizens, both in their role as legitimate owners of information managed by the state, and in their role as consumers. In this second case, by allowing the growth of a widespread availability of free software not containing *spy code* able to put at risk privacy and individual freedoms.&lt;/p&gt;
3541
3542 &lt;p&gt;In this sense, the Bill is limited to establishing the conditions under which the state bodies will obtain software in the future, that is, in a way compatible with these basic principles.&lt;/p&gt;
3543
3544
3545 &lt;p&gt;From reading the Bill it will be clear that once passed:&lt;br&gt;
3546 &lt;li&gt;the law does not forbid the production of proprietary software&lt;/li&gt;
3547 &lt;li&gt;the law does not forbid the sale of proprietary software&lt;/li&gt;
3548 &lt;li&gt;the law does not specify which concrete software to use&lt;/li&gt;
3549 &lt;li&gt;the law does not dictate the supplier from whom software will be bought&lt;/li&gt;
3550 &lt;li&gt;the law does not limit the terms under which a software product can be licensed.&lt;/li&gt;
3551
3552 &lt;/p&gt;
3553
3554 &lt;p&gt;What the Bill does express clearly, is that, for software to be acceptable for the state it is not enough that it is technically capable of fulfilling a task, but that further the contractual conditions must satisfy a series of requirements regarding the license, without which the State cannot guarantee the citizen adequate processing of his data, watching over its integrity, confidentiality, and accessibility throughout time, as these are very critical aspects for its normal functioning.&lt;/p&gt;
3555
3556 &lt;p&gt;We agree, Mr. Gonzalez, that information and communication technology have a significant impact on the quality of life of the citizens (whether it be positive or negative). We surely also agree that the basic values I have pointed out above are fundamental in a democratic state like Peru. So we are very interested to know of any other way of guaranteeing these principles, other than through the use of free software in the terms defined by the Bill.&lt;/p&gt;
3557
3558 &lt;p&gt;As for the observations you have made, we will now go on to analyze them in detail:&lt;/p&gt;
3559
3560 &lt;p&gt;Firstly, you point out that: &quot;1. The bill makes it compulsory for all public bodies to use only free software, that is to say open source software, which breaches the principles of equality before the law, that of non-discrimination and the right of free private enterprise, freedom of industry and of contract, protected by the constitution.&quot;&lt;/p&gt;
3561
3562 &lt;p&gt;This understanding is in error. The Bill in no way affects the rights you list; it limits itself entirely to establishing conditions for the use of software on the part of state institutions, without in any way meddling in private sector transactions. It is a well established principle that the State does not enjoy the wide spectrum of contractual freedom of the private sector, as it is limited in its actions precisely by the requirement for transparency of public acts; and in this sense, the preservation of the greater common interest must prevail when legislating on the matter.&lt;/p&gt;
3563
3564 &lt;p&gt;The Bill protects equality under the law, since no natural or legal person is excluded from the right of offering these goods to the State under the conditions defined in the Bill and without more limitations than those established by the Law of State Contracts and Purchasing (T.U.O. by Supreme Decree No. 012-2001-PCM).&lt;/p&gt;
3565
3566 &lt;p&gt;The Bill does not introduce any discrimination whatever, since it only establishes *how* the goods have to be provided (which is a state power) and not *who* has to provide them (which would effectively be discriminatory, if restrictions based on national origin, race religion, ideology, sexual preference etc. were imposed). On the contrary, the Bill is decidedly antidiscriminatory. This is so because by defining with no room for doubt the conditions for the provision of software, it prevents state bodies from using software which has a license including discriminatory conditions.&lt;/p&gt;
3567
3568 &lt;p&gt;It should be obvious from the preceding two paragraphs that the Bill does not harm free private enterprise, since the latter can always choose under what conditions it will produce software; some of these will be acceptable to the State, and others will not be since they contradict the guarantee of the basic principles listed above. This free initiative is of course compatible with the freedom of industry and freedom of contract (in the limited form in which the State can exercise the latter). Any private subject can produce software under the conditions which the State requires, or can refrain from doing so. Nobody is forced to adopt a model of production, but if they wish to provide software to the State, they must provide the mechanisms which guarantee the basic principles, and which are those described in the Bill.&lt;/p&gt;
3569
3570 &lt;p&gt;By way of an example: nothing in the text of the Bill would prevent your company offering the State bodies an office &quot;suite&quot;, under the conditions defined in the Bill and setting the price that you consider satisfactory. If you did not, it would not be due to restrictions imposed by the law, but to business decisions relative to the method of commercializing your products, decisions with which the State is not involved.&lt;/p&gt;
3571
3572 &lt;p&gt;To continue; you note that:&quot; 2. The bill, by making the use of open source software compulsory, would establish discriminatory and non competitive practices in the contracting and purchasing by public bodies...&quot;&lt;/p&gt;
3573
3574 &lt;p&gt;This statement is just a reiteration of the previous one, and so the response can be found above. However, let us concern ourselves for a moment with your comment regarding &quot;non-competitive ... practices.&quot;&lt;/p&gt;
3575
3576 &lt;p&gt;Of course, in defining any kind of purchase, the buyer sets conditions which relate to the proposed use of the good or service. From the start, this excludes certain manufacturers from the possibility of competing, but does not exclude them &quot;a priori&quot;, but rather based on a series of principles determined by the autonomous will of the purchaser, and so the process takes place in conformance with the law. And in the Bill it is established that *no one* is excluded from competing as far as he guarantees the fulfillment of the basic principles.&lt;/p&gt;
3577
3578 &lt;p&gt;Furthermore, the Bill *stimulates* competition, since it tends to generate a supply of software with better conditions of usability, and to better existing work, in a model of continuous improvement.&lt;/p&gt;
3579
3580 &lt;p&gt;On the other hand, the central aspect of competivity is the chance to provide better choices to the consumer. Now, it is impossible to ignore the fact that marketing does not play a neutral role when the product is offered on the market (since accepting the opposite would lead one to suppose that firms&#39; expenses in marketing lack any sense), and that therefore a significant expense under this heading can influence the decisions of the purchaser. This influence of marketing is in large measure reduced by the bill that we are backing, since the choice within the framework proposed is based on the *technical merits* of the product and not on the effort put into commercialization by the producer; in this sense, competitiveness is increased, since the smallest software producer can compete on equal terms with the most powerful corporations.&lt;/p&gt;
3581
3582 &lt;p&gt;It is necessary to stress that there is no position more anti-competitive than that of the big software producers, which frequently abuse their dominant position, since in innumerable cases they propose as a solution to problems raised by users: &quot;update your software to the new version&quot; (at the user&#39;s expense, naturally); furthermore, it is common to find arbitrary cessation of technical help for products, which, in the provider&#39;s judgment alone, are &quot;old&quot;; and so, to receive any kind of technical assistance, the user finds himself forced to migrate to new versions (with non-trivial costs, especially as changes in hardware platform are often involved). And as the whole infrastructure is based on proprietary data formats, the user stays &quot;trapped&quot; in the need to continue using products from the same supplier, or to make the huge effort to change to another environment (probably also proprietary).&lt;/p&gt;
3583
3584 &lt;p&gt;You add: &quot;3. So, by compelling the State to favor a business model based entirely on open source, the bill would only discourage the local and international manufacturing companies, which are the ones which really undertake important expenditures, create a significant number of direct and indirect jobs, as well as contributing to the GNP, as opposed to a model of open source software which tends to have an ever weaker economic impact, since it mainly creates jobs in the service sector.&quot;&lt;/p&gt;
3585
3586 &lt;p&gt;I do not agree with your statement. Partly because of what you yourself point out in paragraph 6 of your letter, regarding the relative weight of services in the context of software use. This contradiction alone would invalidate your position. The service model, adopted by a large number of companies in the software industry, is much larger in economic terms, and with a tendency to increase, than the licensing of programs.&lt;/p&gt;
3587
3588 &lt;p&gt;On the other hand, the private sector of the economy has the widest possible freedom to choose the economic model which best suits its interests, even if this freedom of choice is often obscured subliminally by the disproportionate expenditure on marketing by the producers of proprietary software.&lt;/p&gt;
3589
3590 &lt;p&gt;In addition, a reading of your opinion would lead to the conclusion that the State market is crucial and essential for the proprietary software industry, to such a point that the choice made by the State in this bill would completely eliminate the market for these firms. If that is true, we can deduce that the State must be subsidizing the proprietary software industry. In the unlikely event that this were true, the State would have the right to apply the subsidies in the area it considered of greatest social value; it is undeniable, in this improbable hypothesis, that if the State decided to subsidize software, it would have to do so choosing the free over the proprietary, considering its social effect and the rational use of taxpayers money.&lt;/p&gt;
3591
3592 &lt;p&gt;In respect of the jobs generated by proprietary software in countries like ours, these mainly concern technical tasks of little aggregate value; at the local level, the technicians who provide support for proprietary software produced by transnational companies do not have the possibility of fixing bugs, not necessarily for lack of technical capability or of talent, but because they do not have access to the source code to fix it. With free software one creates more technically qualified employment and a framework of free competence where success is only tied to the ability to offer good technical support and quality of service, one stimulates the market, and one increases the shared fund of knowledge, opening up alternatives to generate services of greater total value and a higher quality level, to the benefit of all involved: producers, service organizations, and consumers.&lt;/p&gt;
3593
3594 &lt;p&gt;It is a common phenomenon in developing countries that local software industries obtain the majority of their takings in the service sector, or in the creation of &quot;ad hoc&quot; software. Therefore, any negative impact that the application of the Bill might have in this sector will be more than compensated by a growth in demand for services (as long as these are carried out to high quality standards). If the transnational software companies decide not to compete under these new rules of the game, it is likely that they will undergo some decrease in takings in terms of payment for licenses; however, considering that these firms continue to allege that much of the software used by the State has been illegally copied, one can see that the impact will not be very serious. Certainly, in any case their fortune will be determined by market laws, changes in which cannot be avoided; many firms traditionally associated with proprietary software have already set out on the road (supported by copious expense) of providing services associated with free software, which shows that the models are not mutually exclusive.&lt;/p&gt;
3595
3596 &lt;p&gt;With this bill the State is deciding that it needs to preserve certain fundamental values. And it is deciding this based on its sovereign power, without affecting any of the constitutional guarantees. If these values could be guaranteed without having to choose a particular economic model, the effects of the law would be even more beneficial. In any case, it should be clear that the State does not choose an economic model; if it happens that there only exists one economic model capable of providing software which provides the basic guarantee of these principles, this is because of historical circumstances, not because of an arbitrary choice of a given model.&lt;/p&gt;
3597
3598 &lt;p&gt;Your letter continues: &quot;4. The bill imposes the use of open source software without considering the dangers that this can bring from the point of view of security, guarantee, and possible violation of the intellectual property rights of third parties.&quot;&lt;/p&gt;
3599
3600 &lt;p&gt;Alluding in an abstract way to &quot;the dangers this can bring&quot;, without specifically mentioning a single one of these supposed dangers, shows at the least some lack of knowledge of the topic. So, allow me to enlighten you on these points.&lt;/p&gt;
3601
3602 &lt;p&gt;On security:&lt;/p&gt;
3603
3604 &lt;p&gt;National security has already been mentioned in general terms in the initial discussion of the basic principles of the bill. In more specific terms, relative to the security of the software itself, it is well known that all software (whether proprietary or free) contains errors or &quot;bugs&quot; (in programmers&#39; slang). But it is also well known that the bugs in free software are fewer, and are fixed much more quickly, than in proprietary software. It is not in vain that numerous public bodies responsible for the IT security of state systems in developed countries require the use of free software for the same conditions of security and efficiency.&lt;/p&gt;
3605
3606 &lt;p&gt;What is impossible to prove is that proprietary software is more secure than free, without the public and open inspection of the scientific community and users in general. This demonstration is impossible because the model of proprietary software itself prevents this analysis, so that any guarantee of security is based only on promises of good intentions (biased, by any reckoning) made by the producer itself, or its contractors.&lt;/p&gt;
3607
3608 &lt;p&gt;It should be remembered that in many cases, the licensing conditions include Non-Disclosure clauses which prevent the user from publicly revealing security flaws found in the licensed proprietary product.&lt;/p&gt;
3609
3610 &lt;p&gt;In respect of the guarantee:&lt;/p&gt;
3611
3612 &lt;p&gt;As you know perfectly well, or could find out by reading the &quot;End User License Agreement&quot; of the products you license, in the great majority of cases the guarantees are limited to replacement of the storage medium in case of defects, but in no case is compensation given for direct or indirect damages, loss of profits, etc... If as a result of a security bug in one of your products, not fixed in time by yourselves, an attacker managed to compromise crucial State systems, what guarantees, reparations and compensation would your company make in accordance with your licensing conditions? The guarantees of proprietary software, inasmuch as programs are delivered ``AS IS&#39;&#39;, that is, in the state in which they are, with no additional responsibility of the provider in respect of function, in no way differ from those normal with free software.&lt;/p&gt;
3613
3614 &lt;p&gt;On Intellectual Property:&lt;/p&gt;
3615
3616 &lt;p&gt;Questions of intellectual property fall outside the scope of this bill, since they are covered by specific other laws. The model of free software in no way implies ignorance of these laws, and in fact the great majority of free software is covered by copyright. In reality, the inclusion of this question in your observations shows your confusion in respect of the legal framework in which free software is developed. The inclusion of the intellectual property of others in works claimed as one&#39;s own is not a practice that has been noted in the free software community; whereas, unfortunately, it has been in the area of proprietary software. As an example, the condemnation by the Commercial Court of Nanterre, France, on 27th September 2001 of Microsoft Corp. to a penalty of 3 million francs in damages and interest, for violation of intellectual property (piracy, to use the unfortunate term that your firm commonly uses in its publicity).&lt;/p&gt;
3617
3618 &lt;p&gt;You go on to say that: &quot;The bill uses the concept of open source software incorrectly, since it does not necessarily imply that the software is free or of zero cost, and so arrives at mistaken conclusions regarding State savings, with no cost-benefit analysis to validate its position.&quot;&lt;/p&gt;
3619
3620 &lt;p&gt;This observation is wrong; in principle, freedom and lack of cost are orthogonal concepts: there is software which is proprietary and charged for (for example, MS Office), software which is proprietary and free of charge (MS Internet Explorer), software which is free and charged for (Red Hat, SuSE etc GNU/Linux distributions), software which is free and not charged for (Apache, Open Office, Mozilla), and even software which can be licensed in a range of combinations (MySQL).&lt;/p&gt;
3621
3622 &lt;p&gt;Certainly free software is not necessarily free of charge. And the text of the bill does not state that it has to be so, as you will have noted after reading it. The definitions included in the Bill state clearly *what* should be considered free software, at no point referring to freedom from charges. Although the possibility of savings in payments for proprietary software licenses are mentioned, the foundations of the bill clearly refer to the fundamental guarantees to be preserved and to the stimulus to local technological development. Given that a democratic State must support these principles, it has no other choice than to use software with publicly available source code, and to exchange information only in standard formats.&lt;/p&gt;
3623
3624 &lt;p&gt;If the State does not use software with these characteristics, it will be weakening basic republican principles. Luckily, free software also implies lower total costs; however, even given the hypothesis (easily disproved) that it was more expensive than proprietary software, the simple existence of an effective free software tool for a particular IT function would oblige the State to use it; not by command of this Bill, but because of the basic principles we enumerated at the start, and which arise from the very essence of the lawful democratic State.&lt;/p&gt;
3625
3626 &lt;p&gt;You continue: &quot;6. It is wrong to think that Open Source Software is free of charge. Research by the Gartner Group (an important investigator of the technological market recognized at world level) has shown that the cost of purchase of software (operating system and applications) is only 8% of the total cost which firms and institutions take on for a rational and truly beneficial use of the technology. The other 92% consists of: installation costs, enabling, support, maintenance, administration, and down-time.&quot;&lt;/p&gt;
3627
3628 &lt;p&gt;This argument repeats that already given in paragraph 5 and partly contradicts paragraph 3. For the sake of brevity we refer to the comments on those paragraphs. However, allow me to point out that your conclusion is logically false: even if according to Gartner Group the cost of software is on average only 8% of the total cost of use, this does not in any way deny the existence of software which is free of charge, that is, with a licensing cost of zero.&lt;/p&gt;
3629
3630 &lt;p&gt;In addition, in this paragraph you correctly point out that the service components and losses due to down-time make up the largest part of the total cost of software use, which, as you will note, contradicts your statement regarding the small value of services suggested in paragraph 3. Now the use of free software contributes significantly to reduce the remaining life-cycle costs. This reduction in the costs of installation, support etc. can be noted in several areas: in the first place, the competitive service model of free software, support and maintenance for which can be freely contracted out to a range of suppliers competing on the grounds of quality and low cost. This is true for installation, enabling, and support, and in large part for maintenance. In the second place, due to the reproductive characteristics of the model, maintenance carried out for an application is easily replicable, without incurring large costs (that is, without paying more than once for the same thing) since modifications, if one wishes, can be incorporated in the common fund of knowledge. Thirdly, the huge costs caused by non-functioning software (&quot;blue screens of death&quot;, malicious code such as virus, worms, and trojans, exceptions, general protection faults and other well-known problems) are reduced considerably by using more stable software; and it is well known that one of the most notable virtues of free software is its stability.&lt;/p&gt;
3631
3632 &lt;p&gt;You further state that: &quot;7. One of the arguments behind the bill is the supposed freedom from costs of open-source software, compared with the costs of commercial software, without taking into account the fact that there exist types of volume licensing which can be highly advantageous for the State, as has happened in other countries.&quot;&lt;/p&gt;
3633
3634 &lt;p&gt;I have already pointed out that what is in question is not the cost of the software but the principles of freedom of information, accessibility, and security. These arguments have been covered extensively in the preceding paragraphs to which I would refer you.&lt;/p&gt;
3635
3636 &lt;p&gt;On the other hand, there certainly exist types of volume licensing (although unfortunately proprietary software does not satisfy the basic principles). But as you correctly pointed out in the immediately preceding paragraph of your letter, they only manage to reduce the impact of a component which makes up no more than 8% of the total.&lt;/p&gt;
3637
3638 &lt;p&gt;You continue: &quot;8. In addition, the alternative adopted by the bill (I) is clearly more expensive, due to the high costs of software migration, and (II) puts at risk compatibility and interoperability of the IT platforms within the State, and between the State and the private sector, given the hundreds of versions of open source software on the market.&quot;&lt;/p&gt;
3639
3640 &lt;p&gt;Let us analyze your statement in two parts. Your first argument, that migration implies high costs, is in reality an argument in favor of the Bill. Because the more time goes by, the more difficult migration to another technology will become; and at the same time, the security risks associated with proprietary software will continue to increase. In this way, the use of proprietary systems and formats will make the State ever more dependent on specific suppliers. Once a policy of using free software has been established (which certainly, does imply some cost) then on the contrary migration from one system to another becomes very simple, since all data is stored in open formats. On the other hand, migration to an open software context implies no more costs than migration between two different proprietary software contexts, which invalidates your argument completely.&lt;/p&gt;
3641
3642 &lt;p&gt;The second argument refers to &quot;problems in interoperability of the IT platforms within the State, and between the State and the private sector&quot; This statement implies a certain lack of knowledge of the way in which free software is built, which does not maximize the dependence of the user on a particular platform, as normally happens in the realm of proprietary software. Even when there are multiple free software distributions, and numerous programs which can be used for the same function, interoperability is guaranteed as much by the use of standard formats, as required by the bill, as by the possibility of creating interoperable software given the availability of the source code.&lt;/p&gt;
3643
3644 &lt;p&gt;You then say that: &quot;9. The majority of open source code does not offer adequate levels of service nor the guarantee from recognized manufacturers of high productivity on the part of the users, which has led various public organizations to retract their decision to go with an open source software solution and to use commercial software in its place.&quot;&lt;/p&gt;
3645
3646 &lt;p&gt;This observation is without foundation. In respect of the guarantee, your argument was rebutted in the response to paragraph 4. In respect of support services, it is possible to use free software without them (just as also happens with proprietary software), but anyone who does need them can obtain support separately, whether from local firms or from international corporations, again just as in the case of proprietary software.&lt;/p&gt;
3647
3648 &lt;p&gt;On the other hand, it would contribute greatly to our analysis if you could inform us about free software projects *established* in public bodies which have already been abandoned in favor of proprietary software. We know of a good number of cases where the opposite has taken place, but not know of any where what you describe has taken place.&lt;/p&gt;
3649
3650 &lt;p&gt;You continue by observing that: &quot;10. The bill discourages the creativity of the Peruvian software industry, which invoices 40 million US$/year, exports 4 million US$ (10th in ranking among non-traditional exports, more than handicrafts) and is a source of highly qualified employment. With a law that encourages the use of open source, software programmers lose their intellectual property rights and their main source of payment.&quot;&lt;/p&gt;
3651
3652 &lt;p&gt;It is clear enough that nobody is forced to commercialize their code as free software. The only thing to take into account is that if it is not free software, it cannot be sold to the public sector. This is not in any case the main market for the national software industry. We covered some questions referring to the influence of the Bill on the generation of employment which would be both highly technically qualified and in better conditions for competition above, so it seems unnecessary to insist on this point.&lt;/p&gt;
3653
3654 &lt;p&gt;What follows in your statement is incorrect. On the one hand, no author of free software loses his intellectual property rights, unless he expressly wishes to place his work in the public domain. The free software movement has always been very respectful of intellectual property, and has generated widespread public recognition of its authors. Names like those of Richard Stallman, Linus Torvalds, Guido van Rossum, Larry Wall, Miguel de Icaza, Andrew Tridgell, Theo de Raadt, Andrea Arcangeli, Bruce Perens, Darren Reed, Alan Cox, Eric Raymond, and many others, are recognized world-wide for their contributions to the development of software that is used today by millions of people throughout the world. On the other hand, to say that the rewards for authors rights make up the main source of payment of Peruvian programmers is in any case a guess, in particular since there is no proof to this effect, nor a demonstration of how the use of free software by the State would influence these payments.&lt;/p&gt;
3655
3656 &lt;p&gt;You go on to say that: &quot;11. Open source software, since it can be distributed without charge, does not allow the generation of income for its developers through exports. In this way, the multiplier effect of the sale of software to other countries is weakened, and so in turn is the growth of the industry, while Government rules ought on the contrary to stimulate local industry.&quot;&lt;/p&gt;
3657
3658 &lt;p&gt;This statement shows once again complete ignorance of the mechanisms of and market for free software. It tries to claim that the market of sale of non- exclusive rights for use (sale of licenses) is the only possible one for the software industry, when you yourself pointed out several paragraphs above that it is not even the most important one. The incentives that the bill offers for the growth of a supply of better qualified professionals, together with the increase in experience that working on a large scale with free software within the State will bring for Peruvian technicians, will place them in a highly competitive position to offer their services abroad.&lt;/p&gt;
3659
3660 &lt;p&gt;You then state that: &quot;12. In the Forum, the use of open source software in education was discussed, without mentioning the complete collapse of this initiative in a country like Mexico, where precisely the State employees who founded the project now state that open source software did not make it possible to offer a learning experience to pupils in the schools, did not take into account the capability at a national level to give adequate support to the platform, and that the software did not and does not allow for the levels of platform integration that now exist in schools.&quot;&lt;/p&gt;
3661
3662 &lt;p&gt;In fact Mexico has gone into reverse with the Red Escolar (Schools Network) project. This is due precisely to the fact that the driving forces behind the Mexican project used license costs as their main argument, instead of the other reasons specified in our project, which are far more essential. Because of this conceptual mistake, and as a result of the lack of effective support from the SEP (Secretary of State for Public Education), the assumption was made that to implant free software in schools it would be enough to drop their software budget and send them a CD ROM with Gnu/Linux instead. Of course this failed, and it couldn&#39;t have been otherwise, just as school laboratories fail when they use proprietary software and have no budget for implementation and maintenance. That&#39;s exactly why our bill is not limited to making the use of free software mandatory, but recognizes the need to create a viable migration plan, in which the State undertakes the technical transition in an orderly way in order to then enjoy the advantages of free software.&lt;/p&gt;
3663
3664 &lt;p&gt;You end with a rhetorical question: &quot;13. If open source software satisfies all the requirements of State bodies, why do you need a law to adopt it? Shouldn&#39;t it be the market which decides freely which products give most benefits or value?&quot;&lt;/p&gt;
3665
3666 &lt;p&gt;We agree that in the private sector of the economy, it must be the market that decides which products to use, and no state interference is permissible there. However, in the case of the public sector, the reasoning is not the same: as we have already established, the state archives, handles, and transmits information which does not belong to it, but which is entrusted to it by citizens, who have no alternative under the rule of law. As a counterpart to this legal requirement, the State must take extreme measures to safeguard the integrity, confidentiality, and accessibility of this information. The use of proprietary software raises serious doubts as to whether these requirements can be fulfilled, lacks conclusive evidence in this respect, and so is not suitable for use in the public sector.&lt;/p&gt;
3667
3668 &lt;p&gt;The need for a law is based, firstly, on the realization of the fundamental principles listed above in the specific area of software; secondly, on the fact that the State is not an ideal homogeneous entity, but made up of multiple bodies with varying degrees of autonomy in decision making. Given that it is inappropriate to use proprietary software, the fact of establishing these rules in law will prevent the personal discretion of any state employee from putting at risk the information which belongs to citizens. And above all, because it constitutes an up-to-date reaffirmation in relation to the means of management and communication of information used today, it is based on the republican principle of openness to the public.&lt;/p&gt;
3669
3670 &lt;p&gt;In conformance with this universally accepted principle, the citizen has the right to know all information held by the State and not covered by well- founded declarations of secrecy based on law. Now, software deals with information and is itself information. Information in a special form, capable of being interpreted by a machine in order to execute actions, but crucial information all the same because the citizen has a legitimate right to know, for example, how his vote is computed or his taxes calculated. And for that he must have free access to the source code and be able to prove to his satisfaction the programs used for electoral computations or calculation of his taxes.&lt;/p&gt;
3671
3672 &lt;p&gt;I wish you the greatest respect, and would like to repeat that my office will always be open for you to expound your point of view to whatever level of detail you consider suitable.&lt;/p&gt;
3673
3674 &lt;p&gt;Cordially,&lt;br&gt;
3675 DR. EDGAR DAVID VILLANUEVA NUÑEZ&lt;br&gt;
3676 Congressman of the Republic of Perú.&lt;/p&gt;
3677 &lt;/blockquote&gt;
3678 </description>
3679 </item>
3680
3681 <item>
3682 <title>Officeshots still going strong</title>
3683 <link>http://people.skolelinux.org/pere/blog/Officeshots_still_going_strong.html</link>
3684 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Officeshots_still_going_strong.html</guid>
3685 <pubDate>Sat, 25 Dec 2010 09:40:00 +0100</pubDate>
3686 <description>&lt;p&gt;Half a year ago I
3687 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html&quot;&gt;wrote
3688 a bit&lt;/a&gt; about &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;OfficeShots&lt;/a&gt;,
3689 a web service to allow anyone to test how ODF documents are handled by
3690 the different programs reading and writing the ODF format.&lt;/p&gt;
3691
3692 &lt;p&gt;I just had a look at the service, and it seem to be going strong.
3693 Very interesting to see the results reported in the gallery, how
3694 different Office implementations handle different ODF features. Sad
3695 to see that KOffice was not doing it very well, and happy to see that
3696 LibreOffice has been tested already (but sadly not listed as a option
3697 for OfficeShots users yet). I am glad to see that the ODF community
3698 got such a great test tool available.&lt;/p&gt;
3699 </description>
3700 </item>
3701
3702 <item>
3703 <title>Best å ikke fortelle noen at streaming er nedlasting...</title>
3704 <link>http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html</link>
3705 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html</guid>
3706 <pubDate>Sat, 30 Oct 2010 11:20:00 +0200</pubDate>
3707 <description>&lt;p&gt;I dag la jeg inn en kommentar på en sak hos NRKBeta
3708 &lt;a href=&quot;http://nrkbeta.no/2010/10/27/bakom-blindpassasjer-del-1/&quot;&gt;om
3709 hvordan TV-serien Blindpassasjer ble laget&lt;/a&gt; i forbindelse med at
3710 filmene NRK la ut ikke var tilgjengelig i et
3711 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;fritt og
3712 åpent format&lt;/a&gt;. Dette var det jeg skrev publiserte der 07:39.&lt;/p&gt;
3713
3714 &lt;p&gt;&lt;blockquote&gt;
3715 &lt;p&gt;&quot;Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
3716 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
3717 som dette, vet at det stort sett er mulig å lure ut ting med den
3718 nødvendige forkunnskapen.&quot;&lt;/p&gt;
3719
3720 &lt;p&gt;Haha. Å streame innhold er det samme som å laste ned innhold, så å
3721 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
3722 er å forlede leseren.&lt;/p&gt;
3723
3724 &lt;p&gt;Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
3725 vil tillate streaming men ikke nedlasting meningsløs.&lt;/p&gt;
3726
3727 &lt;p&gt;Anbefaler forresten å lese
3728 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&quot;&gt;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&lt;/a&gt;
3729 om hva som ville være konsekvensen hvis digitale avspillingssperrer
3730 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
3731 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
3732 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
3733 opp under.&lt;/p&gt;
3734 &lt;/blockquote&gt;&lt;/p&gt;
3735
3736 &lt;p&gt;Ca. 20 minutter senere får jeg følgende epost fra Anders Hofseth i
3737 NRKBeta:&lt;/p&gt;
3738
3739 &lt;p&gt;&lt;blockquote&gt;
3740 &lt;p&gt;From: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
3741 &lt;br&gt;To: &quot;pere@hungry.com&quot; &amp;lt;pere@hungry.com&gt;
3742 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;, Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;, Henrik Lied &amp;lt;XXX@gmail.com&gt;
3743 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
3744 &lt;br&gt;Date: Sat, 30 Oct 2010 07:58:44 +0200&lt;/p&gt;
3745
3746 &lt;p&gt;Hei Petter.
3747 &lt;br&gt;Det du forsøker dra igang er egentlig en interessant diskusjon,
3748 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
3749 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
3750 særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
3751
3752 &lt;p&gt;Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
3753 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
3754 konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
3755
3756 &lt;p&gt;Med hilsen,
3757 &lt;br&gt;-anders&lt;/p&gt;
3758
3759 &lt;p&gt;Ring meg om noe er uklart: 95XXXXXXX&lt;/p&gt;
3760 &lt;/blockquote&gt;&lt;/p&gt;
3761
3762 &lt;p&gt;Ble så fascinert over denne holdningen, at jeg forfattet og sendte
3763 over følgende svar. I og med at debatten er fjernet fra NRK Betas
3764 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
3765 Har fjernet epostadresser og telefonnummer til de involverte, for å
3766 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.&lt;/p&gt;
3767
3768 &lt;p&gt;&lt;blockquote&gt;
3769 &lt;p&gt;From: Petter Reinholdtsen &amp;lt;pere@hungry.com&gt;
3770 &lt;br&gt;To: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
3771 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;,
3772 &lt;br&gt; Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;,
3773 &lt;br&gt; Henrik Lied &amp;lt;XXX@gmail.com&gt;
3774 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
3775 &lt;br&gt;Date: Sat, 30 Oct 2010 08:24:34 +0200&lt;/p&gt;
3776
3777 &lt;p&gt;[Anders Hofseth]
3778 &lt;br&gt;&gt; Hei Petter.&lt;/p&gt;
3779
3780 &lt;p&gt;Hei.&lt;/p&gt;
3781
3782 &lt;p&gt;&gt; Det du forsøker dra igang er egentlig en interessant diskusjon, men
3783 &lt;br&gt;&gt; om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
3784 &lt;br&gt;&gt; å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
3785 &lt;br&gt;&gt; særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
3786
3787 &lt;p&gt;Godt å se at du er enig i at dette er en interessant diskusjon. Den
3788 vil nok fortsette en stund til. :)&lt;/p&gt;
3789
3790 &lt;p&gt;Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
3791 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
3792 fortsette å legge ut arkivmateriale.&lt;/p&gt;
3793
3794 &lt;p&gt;Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
3795 faktum, som er at streaming er det samme som nedlasting, og at innhold
3796 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
3797 det.&lt;/p&gt;
3798
3799 &lt;p&gt;Det du sier er jo at klarering av arkivmateriale for publisering på
3800 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
3801 Det er ikke et argument som holder vann. :)&lt;/p&gt;
3802
3803 &lt;p&gt;&gt; Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
3804 &lt;br&gt;&gt; og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
3805 &lt;br&gt;&gt; konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
3806
3807 &lt;p&gt;Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
3808 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
3809 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
3810 godtar å forlede publikum. Ville heller at NRK krever at innhold som
3811 skal sendes skal være uten bruksbegresninger og kan publiseres i
3812 formater som heller ikke har bruksbegresninger (bruksbegresningene til
3813 H.264 burde få varselbjellene i NRK til å ringe).&lt;/p&gt;
3814
3815 &lt;p&gt;At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
3816 påstander om at &quot;streaming beskytter mot nedlasting&quot; som bare er egnet
3817 til å bygge opp om en myte som er skadelig for samfunnet som helhet.&lt;/p&gt;
3818
3819 &lt;p&gt;Anbefaler &amp;lt;URL:&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;http://webmink.com/2010/09/03/h-264-and-foss/&lt;/a&gt;&gt; og en
3820 titt på
3821 &amp;lt;URL: &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&lt;/a&gt; &gt;.
3822 for å se hva slags bruksbegresninger H.264 innebærer.&lt;/p&gt;
3823
3824 &lt;p&gt;Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
3825 kan brukes før rettighetshaverene også innser at de er med på å skade
3826 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
3827 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
3828 langt på overtid.&lt;/p&gt;
3829
3830 &lt;p&gt;&gt; Ring meg om noe er uklart: XXX&lt;/p&gt;
3831
3832 &lt;p&gt;Intet uklart, men ikke imponert over måten dere håndterer debatten på.
3833 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
3834 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
3835 for videre diskusjon hadde dere i mine øyne kommet fra det med
3836 ryggraden på plass.&lt;/p&gt;
3837
3838 &lt;p&gt;PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.&lt;/p&gt;
3839
3840 &lt;p&gt;Som en liten avslutning, her er noen litt morsomme innslag om temaet.
3841 &amp;lt;URL: &lt;a href=&quot;http://www.archive.org/details/CopyingIsNotTheft&quot;&gt;http://www.archive.org/details/CopyingIsNotTheft&lt;/a&gt; &gt; og
3842 &amp;lt;URL: &lt;a href=&quot;http://patentabsurdity.com/&quot;&gt;http://patentabsurdity.com/&lt;/a&gt; &gt; hadde vært noe å kringkaste på
3843 NRK1. :)&lt;/p&gt;
3844
3845 &lt;p&gt;Vennlig hilsen,
3846 &lt;br&gt;--
3847 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
3848 </description>
3849 </item>
3850
3851 <item>
3852 <title>Standardkrav inn i anbudstekster?</title>
3853 <link>http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html</link>
3854 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html</guid>
3855 <pubDate>Sun, 17 Oct 2010 19:30:00 +0200</pubDate>
3856 <description>&lt;p&gt;Hvis det å følge standarder skal ha noen effekt overfor
3857 leverandører, så må slike krav og ønsker komme inn i anbudstekster når
3858 systemer kjøpes inn. Har ikke sett noen slike formuleringer i anbud
3859 så langt, men har tenkt litt på hva som bør inn. Her er noen ideer og
3860 forslag. Min drøm er at en kan sette krav til slik støtte i
3861 anbudstekster, men så langt er det nok mer sannsynlig at en må nøye
3862 seg med å skrive at det er en fordel om slik støtte er tilstede i
3863 leveranser.&lt;/p&gt;
3864
3865 &lt;p&gt;Som systemadministrator på Universitetet er det typisk to områder
3866 som er problematiske for meg. Det ene er admin-grensesnittene på
3867 tjenermaskiner, som vi ønsker å bruke via ssh. Det andre er nettsider
3868 som vi ønsker å bruke via en nettleser. For begge deler er det viktig
3869 at protokollene og formatene som brukes følger standarder våre verktøy
3870 støtter.&lt;/p&gt;
3871
3872 &lt;p&gt;De fleste har nå støtte for SSH som overføringsprotkoll for
3873 admin-grensesnittet, men det er ikke tilstrekkelig for å kunne stille
3874 inn f.eks BIOS og RAID-kontroller via ssh-forbindelsen. Det er flere
3875 aktuelle protokoller for fremvisning av BIOS-oppsett og
3876 oppstartmeldinger, og min anbefaling ville være å kreve
3877 VT100-kompatibel protokoll, for å sikre at flest mulig
3878 terminalemulatorer kan forstå hva som kommer fra admin-grensesnittet
3879 via ssh. Andre aktuelle alternativer er ANSI-terminalemulering og
3880 VT220. Kanskje en formulering ala dette i anbudsutlysninger vil
3881 fungere:&lt;/p&gt;
3882
3883 &lt;p&gt;&lt;blockquote&gt;
3884 BIOS og oppstartmeldinger i administrasjonsgrensesnittet til maskinen
3885 bør/skal være tilgjengelig via SSH-protokollen som definert av IETF
3886 (RFC 4251 mfl.) og følge terminalfremvisningprotokollen VT100 (ref?)
3887 når en kobler seg til oppstart via ssh.
3888 &lt;/blockquote&gt;&lt;/p&gt;
3889
3890 &lt;p&gt;Har ikke lykkes med å finne en god referanse for
3891 VT100-spesifikasjonen.&lt;/p&gt;
3892
3893 &lt;p&gt;Når det gjelder nettsider, så er det det HTML, CSS og
3894 JavaScript-spesifikasjonen til W3C som gjelder.&lt;/p&gt;
3895
3896 &lt;p&gt;&lt;blockquote&gt;
3897 Alle systemets nettsider bør/skal være i henhold til statens
3898 standardkatalogs krav om nettsider og følge HTML-standarden som
3899 definert av W3C, og validere uten feil hos W3Cs HTML-validator
3900 (http://validator.w3.org). Hvis det brukes CSS så bør/skal denne
3901 validere uten feil hos W3Cs CSS-validator
3902 (http://jigsaw.w3.org/css-validator/). Eventuelle JavaScript skal
3903 være i henhold til EcmaScript-standarden. I tillegg til å følge de
3904 overnevnte standardene skal websidene fungere i nettleserne (fyll inn
3905 relevant liste for organisasjonen) Firefox 3.5, Internet Explorer 8,
3906 Opera 9, etc.
3907 &lt;/blockquote&gt;&lt;/p&gt;
3908
3909 &lt;p&gt;Vil et slikt avsnitt være konkret nok til å få leverandørene til å
3910 lage nettsider som følger standardene og fungerer i flere
3911 nettlesere?&lt;/p&gt;
3912
3913 &lt;p&gt;Tar svært gjerne imot innspill på dette temaet til aktive (at)
3914 nuug.no, og er spesielt interessert i hva andre skriver i sine anbud
3915 for å oppmuntre leverandører til å følge standardene. Kanskje NUUG
3916 burde lage et dokument med forslag til standardformuleringer å ta med
3917 i anbudsutlysninger?&lt;/p&gt;
3918
3919 &lt;p&gt;Oppdatering 2010-12-03: I følge Wikipedias oppføring om
3920 &lt;a href=&quot;http://en.wikipedia.org/wiki/ANSI_escape_code&quot;&gt;ANSI escape
3921 code&lt;/a&gt;, så bruker VT100-terminaler ECMA-48-spesifikasjonen som
3922 basis for sin oppførsel. Det kan dermed være et alternativ når en
3923 skal spesifisere hvordan seriell-konsoll skal fungere.&lt;/p&gt;
3924 </description>
3925 </item>
3926
3927 <item>
3928 <title>Terms of use for video produced by a Canon IXUS 130 digital camera</title>
3929 <link>http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</link>
3930 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</guid>
3931 <pubDate>Thu, 9 Sep 2010 23:55:00 +0200</pubDate>
3932 <description>&lt;p&gt;A few days ago I had the mixed pleasure of bying a new digital
3933 camera, a Canon IXUS 130. It was instructive and very disturbing to
3934 be able to verify that also this camera producer have the nerve to
3935 specify how I can or can not use the videos produced with the camera.
3936 Even thought I was aware of the issue, the options with new cameras
3937 are limited and I ended up bying the camera anyway. What is the
3938 problem, you might ask? It is software patents, MPEG-4, H.264 and the
3939 MPEG-LA that is the problem, and our right to record our experiences
3940 without asking for permissions that is at risk.
3941
3942 &lt;p&gt;On page 27 of the Danish instruction manual, this section is
3943 written:&lt;/p&gt;
3944
3945 &lt;blockquote&gt;
3946 &lt;p&gt;This product is licensed under AT&amp;T patents for the MPEG-4 standard
3947 and may be used for encoding MPEG-4 compliant video and/or decoding
3948 MPEG-4 compliant video that was encoded only (1) for a personal and
3949 non-commercial purpose or (2) by a video provider licensed under the
3950 AT&amp;T patents to provide MPEG-4 compliant video.&lt;/p&gt;
3951
3952 &lt;p&gt;No license is granted or implied for any other use for MPEG-4
3953 standard.&lt;/p&gt;
3954 &lt;/blockquote&gt;
3955
3956 &lt;p&gt;In short, the camera producer have chosen to use technology
3957 (MPEG-4/H.264) that is only provided if I used it for personal and
3958 non-commercial purposes, or ask for permission from the organisations
3959 holding the knowledge monopoly (patent) for technology used.&lt;/p&gt;
3960
3961 &lt;p&gt;This issue has been brewing for a while, and I recommend you to
3962 read
3963 &quot;&lt;a href=&quot;http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA&quot;&gt;Why
3964 Our Civilization&#39;s Video Art and Culture is Threatened by the
3965 MPEG-LA&lt;/a&gt;&quot; by Eugenia Loli-Queru and
3966 &quot;&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;H.264 Is Not
3967 The Sort Of Free That Matters&lt;/a&gt;&quot; by Simon Phipps to learn more about
3968 the issue. The solution is to support the
3969 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and
3970 open standards&lt;/a&gt; for video, like &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg
3971 Theora&lt;/a&gt;, and avoid MPEG-4 and H.264 if you can.&lt;/p&gt;
3972 </description>
3973 </item>
3974
3975 <item>
3976 <title>Officeshots taking shape</title>
3977 <link>http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html</link>
3978 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html</guid>
3979 <pubDate>Sun, 13 Jun 2010 11:40:00 +0200</pubDate>
3980 <description>&lt;p&gt;For those of us caring about document exchange and
3981 interoperability, &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;OfficeShots&lt;/a&gt;
3982 is a great service. It is to ODF documents what
3983 &lt;a href=&quot;http://browsershots.org/&quot;&gt;BrowserShots&lt;/a&gt; is for web
3984 pages.&lt;/p&gt;
3985
3986 &lt;p&gt;A while back, I was contacted by Knut Yrvin at the part of Nokia
3987 that used to be Trolltech, who wanted to help the OfficeShots project
3988 and wondered if the University of Oslo where I work would be
3989 interested in supporting the project. I helped him to navigate his
3990 request to the right people at work, and his request was answered with
3991 a spot in the machine room with power and network connected, and Knut
3992 arranged funding for a machine to fill the spot. The machine is
3993 administrated by the OfficeShots people, so I do not have daily
3994 contact with its progress, and thus from time to time check back to
3995 see how the project is doing.&lt;/p&gt;
3996
3997 &lt;p&gt;Today I had a look, and was happy to see that the Dell box in our
3998 machine room now is the host for several virtual machines running as
3999 OfficeShots factories, and the project is able to render ODF documents
4000 in 17 different document processing implementation on Linux and
4001 Windows. This is great.&lt;/p&gt;
4002 </description>
4003 </item>
4004
4005 <item>
4006 <title>A manual for standards wars...</title>
4007 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
4008 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
4009 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
4010 <description>&lt;p&gt;Via the
4011 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
4012 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
4013 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
4014 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
4015 following the standards wars of today.&lt;/p&gt;
4016 </description>
4017 </item>
4018
4019 <item>
4020 <title>Danmark går for ODF?</title>
4021 <link>http://people.skolelinux.org/pere/blog/Danmark_g_r_for_ODF_.html</link>
4022 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Danmark_g_r_for_ODF_.html</guid>
4023 <pubDate>Fri, 29 Jan 2010 12:00:00 +0100</pubDate>
4024 <description>&lt;p&gt;Ble nettopp gjort oppmerksom på en
4025 &lt;a href=&quot;http://www.version2.dk/artikel/13690-breaking-odf-vinder-dokumentformat-krigen &quot;&gt;nyhet fra Version2&lt;/a&gt;
4026 fra Danmark, der det hevdes at Folketinget har vedtatt at ODF skal
4027 brukes som dokumentutvekslingsformat i Staten.&lt;/p&gt;
4028
4029 &lt;p&gt;Hyggelig lesning, spesielt hvis det viser seg at de av vedtatt
4030 kravlisten for hva som skal aksepteres som referert i kommentarfeltet
4031 til artikkelen og
4032 &lt;a href=&quot;http://www.version2.dk/artikel/13693-er-ooxml-doemt-ude-her-er-kravene-til-en-offentlig-dokumentstandard&quot;&gt;en
4033 annen artikkel&lt;/a&gt; i samme nett-avis. Liker spesielt godt denne:&lt;/p&gt;
4034
4035 &lt;p&gt;&lt;blockquote&gt; Det skal demonstreres, at standarden i sin helhed kan
4036 implementeres af alle direkte i sin helhed på flere
4037 platforme.&lt;/blockquote&gt;&lt;/p&gt;
4038
4039 &lt;p&gt;Noe slikt burde være et krav også i Norge.&lt;/p&gt;
4040 </description>
4041 </item>
4042
4043 <item>
4044 <title>Relative popularity of document formats (MS Office vs. ODF)</title>
4045 <link>http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html</link>
4046 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html</guid>
4047 <pubDate>Wed, 12 Aug 2009 15:50:00 +0200</pubDate>
4048 <description>&lt;p&gt;Just for fun, I did a search right now on Google for a few file ODF
4049 and MS Office based formats (not to be mistaken for ISO or ECMA
4050 OOXML), to get an idea of their relative usage. I searched using
4051 &#39;filetype:odt&#39; and equvalent terms, and got these results:&lt;/P&gt;
4052
4053 &lt;table&gt;
4054 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
4055 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:282000&lt;/td&gt; &lt;td&gt;docx:308000&lt;/td&gt;&lt;/tr&gt;
4056 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:75600&lt;/td&gt; &lt;td&gt;pptx:183000&lt;/td&gt;&lt;/tr&gt;
4057 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:26500 &lt;/td&gt; &lt;td&gt;xlsx:145000&lt;/td&gt;&lt;/tr&gt;
4058 &lt;/table&gt;
4059
4060 &lt;p&gt;Next, I added a &#39;site:no&#39; limit to get the numbers for Norway, and
4061 got these numbers:&lt;/p&gt;
4062
4063 &lt;table&gt;
4064 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
4065 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:2480 &lt;/td&gt; &lt;td&gt;docx:4460&lt;/td&gt;&lt;/tr&gt;
4066 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:299 &lt;/td&gt; &lt;td&gt;pptx:741&lt;/td&gt;&lt;/tr&gt;
4067 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:187 &lt;/td&gt; &lt;td&gt;xlsx:372&lt;/td&gt;&lt;/tr&gt;
4068 &lt;/table&gt;
4069
4070 &lt;p&gt;I wonder how these numbers change over time.&lt;/p&gt;
4071
4072 &lt;p&gt;I am aware of Google returning different results and numbers based
4073 on where the search is done, so I guess these numbers will differ if
4074 they are conduced in another country. Because of this, I did the same
4075 search from a machine in California, USA, a few minutes after the
4076 search done from a machine here in Norway.&lt;/p&gt;
4077
4078
4079 &lt;table&gt;
4080 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
4081 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:129000&lt;/td&gt; &lt;td&gt;docx:308000&lt;/td&gt;&lt;/tr&gt;
4082 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:44200&lt;/td&gt; &lt;td&gt;pptx:93900&lt;/td&gt;&lt;/tr&gt;
4083 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:26500 &lt;/td&gt; &lt;td&gt;xlsx:82400&lt;/td&gt;&lt;/tr&gt;
4084 &lt;/table&gt;
4085
4086 &lt;p&gt;And with &#39;site:no&#39;:
4087
4088 &lt;table&gt;
4089 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
4090 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:2480&lt;/td&gt; &lt;td&gt;docx:3410&lt;/td&gt;&lt;/tr&gt;
4091 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:175&lt;/td&gt; &lt;td&gt;pptx:604&lt;/td&gt;&lt;/tr&gt;
4092 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:186 &lt;/td&gt; &lt;td&gt;xlsx:296&lt;/td&gt;&lt;/tr&gt;
4093 &lt;/table&gt;
4094
4095 &lt;p&gt;Interesting difference, not sure what to conclude from these
4096 numbers.&lt;/p&gt;
4097 </description>
4098 </item>
4099
4100 <item>
4101 <title>ISO still hope to fix OOXML</title>
4102 <link>http://people.skolelinux.org/pere/blog/ISO_still_hope_to_fix_OOXML.html</link>
4103 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/ISO_still_hope_to_fix_OOXML.html</guid>
4104 <pubDate>Sat, 8 Aug 2009 14:00:00 +0200</pubDate>
4105 <description>&lt;p&gt;According to &lt;a
4106 href=&quot;http://twerner.blogspot.com/2009/08/defects-of-office-open-xml.html&quot;&gt;a
4107 blog post from Torsten Werner&lt;/a&gt;, the current defect report for ISO
4108 29500 (ISO OOXML) is 809 pages. His interesting point is that the
4109 defect report is 71 pages more than the full ODF 1.1 specification.
4110 Personally I find it more interesting that ISO still believe ISO OOXML
4111 can be fixed in ISO. Personally, I believe it is broken beyon repair,
4112 and I completely lack any trust in ISO for being able to get anywhere
4113 close to solving the problems. I was part of the Norwegian committee
4114 involved in the OOXML fast track process, and was not impressed with
4115 Standard Norway and ISO in how they handled it.&lt;/p&gt;
4116
4117 &lt;p&gt;These days I focus on ODF instead, which seem like a specification
4118 with the future ahead of it. We are working in NUUG to organise a ODF
4119 seminar this autumn.&lt;/p&gt;
4120 </description>
4121 </item>
4122
4123 <item>
4124 <title>Regjerningens oppsummering av høringen om standardkatalogen versjon 2</title>
4125 <link>http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html</link>
4126 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html</guid>
4127 <pubDate>Thu, 9 Jul 2009 14:40:00 +0200</pubDate>
4128 <description>&lt;p&gt;For å forstå mer om hvorfor standardkatalogens versjon 2 ble som
4129 den ble, har jeg bedt om kopi fra FAD av dokumentene som ble lagt frem
4130 for regjeringen da de tok sin avgjørelse. De er nå lagt ut på NUUGs
4131 wiki, direkte tilgjengelig via &quot;&lt;a
4132 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon.pdf&quot;&gt;Referansekatalogen
4133 v2.0 - Oppsummering av høring&lt;/a&gt;&quot; og &quot;&lt;a
4134 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon-katalogutkast.pdf&quot;&gt;Referansekatalog
4135 for IT-standarder i offentlig sektor Versjon 2.0, dd.mm.åååå -
4136 UTKAST&lt;/a&gt;&quot;.&lt;/p&gt;
4137
4138 &lt;p&gt;Det er tre ting jeg merker meg i oppsummeringen fra
4139 høringsuttalelsen da jeg skummet igjennom den. Det første er at
4140 forståelsen av hvordan programvarepatenter påvirker fri
4141 programvareutvikling også i Norge når en argumenterer med at
4142 royalty-betaling ikke er et relevant problem i Norge. Det andre er at
4143 FAD ikke har en prinsipiell forståelse av verdien av en enkelt
4144 standard innenfor hvert område. Det siste er at påstander i
4145 høringsuttalelsene ikke blir etterprøvd (f.eks. påstanden fra
4146 Microsoft om hvordan Ogg blir standardisert og påstanden fra
4147 politidirektoratet om patentproblemer i Theora).&lt;/p&gt;
4148 </description>
4149 </item>
4150
4151 <item>
4152 <title>Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon 2</title>
4153 <link>http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</link>
4154 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</guid>
4155 <pubDate>Mon, 6 Jul 2009 21:00:00 +0200</pubDate>
4156 <description>&lt;p&gt;Jeg ble glad da regjeringen
4157 &lt;a href=&quot;http://www.digi.no/817635/her-er-statens-nye-it-standarder&quot;&gt;annonserte&lt;/a&gt;
4158 versjon 2 av
4159 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Referansekatalogen_versjon2.pdf&quot;&gt;statens
4160 referansekatalog over standarder&lt;/a&gt;, men trist da jeg leste hva som
4161 faktisk var vedtatt etter
4162 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html&quot;&gt;høringen&lt;/a&gt;.
4163 De fleste av de valgte åpne standardene er gode og vil bidra til at
4164 alle kan delta på like vilkår i å lage løsninger for staten, men
4165 noen av dem blokkerer for de som ikke har anledning til å benytte
4166 spesifikasjoner som krever betaling for bruk (såkalt
4167 royalty-betaling). Det gjelder spesifikt for H.264 for video og MP3
4168 for lyd. Så lenge bruk av disse var valgfritt mens Ogg Theora og Ogg
4169 Vorbis var påkrevd, kunne alle som ønsket å spille av video og lyd
4170 fra statens websider gjøre dette uten å måtte bruke programmer der
4171 betaling for bruk var nødvendig. Når det nå er gjort valgfritt for
4172 de statlige etatene å bruke enten H.264 eller Theora (og MP3 eler
4173 Vorbis), så vil en bli tvunget til å forholde seg til
4174 royalty-belastede standarder for å få tilgang til videoen og
4175 lyden.&lt;/p&gt;
4176
4177 &lt;p&gt;Det gjør meg veldig trist at regjeringen har forlatt prinsippet om
4178 at alle standarder som ble valgt til å være påkrevd i katalogen skulle
4179 være uten royalty-betaling. Jeg håper det ikke betyr at en har mistet
4180 all forståelse for hvilke prinsipper som må følges for å oppnå
4181 likeverdig konkurranse mellom aktørene i IT-bransjen. NUUG advarte
4182 mot dette i
4183 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2&quot;&gt;sin
4184 høringsuttalelse&lt;/a&gt;, men ser ut til å ha blitt ignorert.&lt;/p&gt;
4185
4186 &lt;p&gt;Oppdatering 2012-06-29: Kom over &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf&quot;&gt;en
4187 rapport til FAD&lt;/a&gt; fra da versjon 1 av katalogen ble vedtatt, og der
4188 er det tydelig at problemstillingen var kjent og forstått.&lt;/p&gt;
4189 </description>
4190 </item>
4191
4192 <item>
4193 <title>Microsofts misvisende argumentasjon rundt multimediaformater</title>
4194 <link>http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</link>
4195 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</guid>
4196 <pubDate>Fri, 26 Jun 2009 13:30:00 +0200</pubDate>
4197 <description>&lt;p&gt;I
4198 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/Hoeringer/Refkat_V2/MicrosoftNorge.pdf&quot;&gt;Microsoft
4199 sin høringsuttalelse&lt;/a&gt; til
4200 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html?id=549422&quot;&gt;forslag
4201 til versjon 2 av statens referansekatalog over standarder&lt;/a&gt;, lirer
4202 de av seg følgende FUD-perle:&lt;/p&gt;
4203
4204 &lt;p&gt;&lt;blockquote&gt;&quot;Vorbis, OGG, Theora og FLAC er alle tekniske
4205 spesifikasjoner overordnet styrt av xiph.org, som er en
4206 ikke-kommersiell organisasjon. Etablerte og anerkjente
4207 standardiseringsorganisasjoner, som Oasis, W3C og Ecma, har en godt
4208 innarbeidet vedlikeholds- og forvaltningsprosess av en standard.
4209 Det er derimot helt opp til hver enkelt organisasjon å bestemme
4210 hvordan tekniske spesifikasjoner videreutvikles og endres, og disse
4211 spesifikasjonene bør derfor ikke defineres som åpne
4212 standarder.&quot;&lt;/blockquote&gt;&lt;/p&gt;
4213
4214 &lt;p&gt;De vokter seg vel for å nevne den anerkjente
4215 standardiseringsorganisasjonen IETF, som er organisasjonen bak HTTP,
4216 IP og det meste av protokoller på Internet, og RFC-standardene som
4217 IETF står bak. Ogg er spesifisert i
4218 &lt;a href=&quot;http://ietf.org/rfc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, og er uten
4219 tvil å anse som en åpen standard. Vorbis er
4220 &lt;a href=&quot;http://ietf.org/rfc/rfc5215.txt&quot;&gt;RFC 5215&lt;/a&gt;. Theora er
4221
4222 under standardisering via IETF, med
4223 &lt;a href=&quot;http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt&quot;&gt;siste
4224 utkast publisert 2006-07-21&lt;/a&gt; (riktignok er dermed teksten ikke
4225 skrevet i stein ennå, men det blir neppe endringer som ikke er
4226 bakoverkompatibel). De kan være inne på noe når det gjelder FLAC da
4227 jeg ikke finner tegn til at &lt;a
4228 href=&quot;http://flac.sourceforge.net/format.html&quot;&gt;spesifikasjonen
4229 tilgjengelig på web&lt;/a&gt; er på tur via noen
4230 standardiseringsorganisasjon, men i og med at folkene bak Ogg, Theora
4231 og Vorbis også har involvert seg i Flac siden 2003, så ser jeg ikke
4232 bort fra at også den organiseres via IETF. Jeg kjenner personlig lite
4233 til FLAC.&lt;/p&gt;
4234
4235 &lt;p&gt;Uredelig argumentasjon bør en holde seg for god til å komme med,
4236 spesielt når det er så enkelt i dagens Internet-hverdag å gå
4237 misvisende påstander etter i sømmene.&lt;/p&gt;
4238 </description>
4239 </item>
4240
4241 <item>
4242 <title>Standarder fungerer best når en samler seg rundt dem</title>
4243 <link>http://people.skolelinux.org/pere/blog/Standarder_fungerer_best_n_r_en_samler_seg_rundt_dem.html</link>
4244 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Standarder_fungerer_best_n_r_en_samler_seg_rundt_dem.html</guid>
4245 <pubDate>Tue, 19 May 2009 11:30:00 +0200</pubDate>
4246 <description>&lt;p&gt;En standard er noe man samler seg rundt, ut fra ideen om at en får
4247 fordeler når mange står sammen. Jo flere som står sammen, jo
4248 bedre. Når en vet dette, blir det litt merkelig å lese noen av
4249 uttalelsene som er kommet inn til
4250 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2/horingsuttalelser.html?id=549423&quot;&gt;høringen
4251 om versjon 2 av statens referansekatalog over standarder&lt;/a&gt;. Blant
4252 annet Abelia, NHO og Microsoft tror det er lurt med flere standarder
4253 innenfor samme område. Det blir som å si at det er fint om Norge
4254 standardiserte både på A4- og Letter-størrelser på arkene, ulik
4255 sporvidde på jernbaneskinnene, meter og fot som lengemål, eller
4256 høyre- og venstrekjøring - slik at en kan konkurrere på hvilken
4257 standard som er best. De fleste forstår heldigvis at dette ikke
4258 bidrar positivt.&lt;/p&gt;
4259 </description>
4260 </item>
4261
4262 <item>
4263 <title>Hvorfor jeg ikke bruker eFaktura</title>
4264 <link>http://people.skolelinux.org/pere/blog/Hvorfor_jeg_ikke_bruker_eFaktura.html</link>
4265 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hvorfor_jeg_ikke_bruker_eFaktura.html</guid>
4266 <pubDate>Thu, 23 Apr 2009 23:00:00 +0200</pubDate>
4267 <description>&lt;p&gt;Telenors annonsering om å kreve 35 kroner i gebyr fra alle som
4268 ønsker papirfaktura har satt sinnene i kok, og pressedekningen så
4269 langt snakker om at eldre og folk som ikke behersker data vil få en
4270 urimelig ekstrakostnad. Jeg tror ikke jeg passer inn i noen av de
4271 kategoriene, men velger å holde meg unna eFaktura - som er det
4272 Telenor ønsker å få folk over på - pga. systemets egenskaper.&lt;/p&gt;
4273
4274 &lt;p&gt;Slik jeg har sett eFaktura til forbrukere så langt, så sender
4275 selger en elektronisk beskjed til kundens bank, som legger ut
4276 informasjon om fakturaen i nettbanken for godkjenning. Personlig
4277 ville jeg sett det som mer naturlig at det gikk en elektronisk beskjed
4278 fra selger til kunde, dvs meg, og at jeg så kunne bruke den videre
4279 mot banken eller andre hvis jeg ønsket dette. Mine innkjøp og
4280 regninger er jo en sak mellom meg og mine leverandører, ikke en sak
4281 mellom min bank og mine leverandører. Kun hvis jeg ønsker å betale
4282 fakturaen skal banken involveres. En faktura bør jo inn i
4283 regnskapet, og jeg ønsker mulighet til å legge det inn der. Når
4284 fakturaen sendes til banken i stedet for meg, blir det vanskeligere.
4285 Hele eFaktura-modellen virker på meg som en umyndiggjøring av meg
4286 som kunde.&lt;/p&gt;
4287
4288 &lt;p&gt;I tillegg har jeg ikke vært i stand til å finne
4289 eFaktura-formatets spesifikasjon, og det ser ut til at utsending av
4290 slike krever dyre avtaler med bankene for å få lov til å sende ut
4291 eFaktura til kunder. Jeg ser vel helst at fakturering på
4292 elektroniske formater kan gjøres f.eks. via epost eller HTTP uten å
4293 måtte betale mellommenn for retten til å lever ut en faktura, og
4294 liker rett og slett ikke dagens faktureringsmodeller.&lt;/p&gt;
4295 </description>
4296 </item>
4297
4298 <item>
4299 <title>Standardize on protocols and formats, not vendors and applications</title>
4300 <link>http://people.skolelinux.org/pere/blog/Standardize_on_protocols_and_formats__not_vendors_and_applications.html</link>
4301 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Standardize_on_protocols_and_formats__not_vendors_and_applications.html</guid>
4302 <pubDate>Mon, 30 Mar 2009 11:50:00 +0200</pubDate>
4303 <description>&lt;p&gt;Where I work at the University of Oslo, one decision stand out as a
4304 very good one to form a long lived computer infrastructure. It is the
4305 simple one, lost by many in todays computer industry: Standardize on
4306 open network protocols and open exchange/storage formats, not applications.
4307 Applications come and go, while protocols and files tend to stay, and
4308 thus one want to make it easy to change application and vendor, while
4309 avoiding conversion costs and locking users to a specific platform or
4310 application.&lt;/p&gt;
4311
4312 &lt;p&gt;This approach make it possible to replace the client applications
4313 independently of the server applications. One can even allow users to
4314 use several different applications as long as they handle the selected
4315 protocol and format. In the normal case, only one client application
4316 is recommended and users only get help if they choose to use this
4317 application, but those that want to deviate from the easy path are not
4318 blocked from doing so.&lt;/p&gt;
4319
4320 &lt;p&gt;It also allow us to replace the server side without forcing the
4321 users to replace their applications, and thus allow us to select the
4322 best server implementation at any moment, when scale and resouce
4323 requirements change.&lt;/p&gt;
4324
4325 &lt;p&gt;I strongly recommend standardizing - on open network protocols and
4326 open formats, but I would never recommend standardizing on a single
4327 application that do not use open network protocol or open formats.&lt;/p&gt;
4328 </description>
4329 </item>
4330
4331 <item>
4332 <title>Hva er egentlig en åpen standard?</title>
4333 <link>http://people.skolelinux.org/pere/blog/Hva_er_egentlig_en__pen_standard_.html</link>
4334 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hva_er_egentlig_en__pen_standard_.html</guid>
4335 <pubDate>Sat, 28 Mar 2009 10:50:00 +0100</pubDate>
4336 <description>&lt;p&gt;Jeg møter alle slags interessante mennesker på min vei, og et møte
4337 jeg lærte mye av var å treffe på en svært kompetent IT-fyr som
4338 benektet ting jeg anser som åpenbart og selvfølgelig når det gjelder
4339 standarder. Det var interessant, da det fikk meg til å tenke litt
4340 nøyere på hvilke mekanismer som ligger til grunn for at noe oppfattes
4341 som en standard. Det hele startet med arbeid rundt integrering av NSS
4342 LDAP mot Active Directory, og problemer som oppstår pga. at Active
4343 Directory ikke følger LDAP-spesifikasjonen som dokumentert i RFCer fra
4344 IETF (konkret, AD returnerer kun et subset av attributter hvis det er
4345 mer enn 1500 atributter av en gitt type i et LDAP-objekt, og en må be
4346 om resten i bolker av 1500). Jeg hevdet måten dette ble gjort på brøt
4347 med LDAP-spesifikasjonen, og henviste til hvor i LDAP-spesifikasjonen
4348 fra IETF det sto at oppførselen til AD ikke fulgte
4349 LDAP-spesifikasjonen. AD-spesialisten overrasket meg da ved å
4350 fortelle at IETF var ikke de som definerte LDAP-spesifikasjonen, og at
4351 Active Directory ikke brøt den virkelige LDAP-spesifikasjonen som han
4352 mente lå til grunn. Jeg ble spesielt overrasket over denne
4353 tilnærmingen til problemstillingen, da til og med Microsoft så vidt
4354 jeg kan se anerkjenner IETF som organisasjonen som definerer
4355 LDAP-spesifikasjonen. Jeg fikk aldri spurt hvem han mente sto bak den
4356 egentlige LDAP-spesifikasjonen, da det var irrelevant for problemet vi
4357 måtte løse (få Linux og AD til å fungere sammen). Dette møtet
4358 fortalte meg uansett at det ikke er gitt at alle aktører er enige om
4359 hva en standard er, og hva som er kilden til en gitt standard. Det er
4360 vanskelig å enes om felles standarder før en først enes om hvem som
4361 bestemmer hva en gitt standard innebærer.&lt;/p&gt;
4362
4363 &lt;p&gt;Hva er så en standard? I sin abstrakte form er det noe å samles
4364 om. På engelsk er en av betydningene fane brukt i krig, du vet, den
4365 type fane en samlet seg rundt på kamplassen i riddertiden. En
4366 standard definerer altså et felleskap, noen som har noe felles. Det
4367 er naturligvis mange måter å utgjøre et felleskap på. En kan
4368 f.eks. enes om å gjøre alt slik som Ole gjør det, og dermed si at Oles
4369 oppførsel er standard. Hver gang Ole endrer oppførsel endrer også
4370 standarden seg uten noe mer organisering og prosedyre. En variant av
4371 dette er å gjøre slik som Ole har gjort det i stedet for slik Ole til
4372 enhver til gjør noe. Dette er ofte litt enklere å forholde seg til,
4373 da en slipper å sjekke med Ole hver gang for å vite hvordan ting skal
4374 gjøres nå, men hvis det Ole gjorde noe dumt den gang en bestemte seg
4375 for å følge Ole, så er det vanskeligere å få endret oppførsel for å
4376 unngå dette dumme.&lt;/p&gt;
4377
4378 &lt;p&gt;En kan også ta det et skritt videre, og istedet for å basere seg på
4379 enkeltpersoners oppførsel sette seg ned og bli enige om hvordan en
4380 skal gjøre ting, dvs. lage et felleskap basert på konsensus. Dette
4381 tar naturligvis litt mer tid (en må diskutere ting i forkant før en
4382 kan sette igang), men det kan bidra til at den oppførselen en
4383 planlegger å benytte seg av er mer gjennomtenkt. Det ender også
4384 typisk opp med en beskrivelse av ønsket oppførsel som flere kan forstå
4385 - da flere har vært involvert i å utarbeide beskrivelsen.&lt;/p&gt;
4386
4387 &lt;p&gt;Dette er dessverre ikke alt som trengs for å forstå hva en åpen
4388 standard er for noe. Der alle kan se på hvordan folk oppfører seg, og
4389 dermed har valget om de vil oppføre seg likt eller ikke, så er det
4390 endel juridiske faktorer som gjør det hele mer komplisert -
4391 opphavsretten og patentlovgivningen for å være helt konkret. For å gi
4392 et eksempel. Hvis noen blir enige om å alltid plystre en bestemt
4393 melodi når de møtes, for å identifisere hverandre, så kan
4394 opphavsretten brukes til å styre hvem som får lov til å gjøre dette.
4395 De har standardisert hvordan de kjenner igjen alle som følger denne
4396 standarden, men ikke alle har nødvendigvis lov til å følge den.
4397 Musikk er opphavsrettsbeskyttet, og fremføring av musikk i
4398 offentligheten er opphavsmannens enerett (dvs. et monopol). Det vil i
4399 sin ytterste konsekvens si at alle som skal plystre en
4400 opphavsrettsbeskyttet melodi i det offentlige rom må ha godkjenning
4401 fra opphavsmannen. Har en ikke dette, så bryter en loven og kan
4402 straffes. Det er dermed mulig for opphavsmannen å kontrollere hvem
4403 som får lov til å benytte seg av denne standarden. En annen variant
4404 er hvis en standard er dokumentert, så er dokumentet som definerer
4405 standarden (spesifikasjonen) beskyttet av opphavsretten, og det er
4406 dermed mulig for rettighetsinnehaver å begrense tilgang til
4407 spesifikasjonen, og slik styre hvem som kan ta i bruk standarden på
4408 den måten.&lt;/p&gt;
4409
4410 &lt;p&gt;Der opphavsretten innvilger et monopol på kunstneriske uttrykk med
4411 verkshøyde, innvilger patentlovgivningen monopol på ideer. Hvis en
4412 slik patentert idé (fortrinnsvis uttrykt i en teknisk innretning, men
4413 det er kompliserende faktorer som gjør at det ikke er et krav) trengs
4414 for å ta i bruk en standard, så vil den som innehar patent kunne styre
4415 hvem som får ta i bruk standarden. Det er dermed ikke gitt at alle
4416 kan delta i et standard-felleskap, og hvis de kan delta, så er det
4417 ikke sikkert at det er på like vilkår. F.eks. kan rettighetsinnehaver
4418 sette vilkår som gjør at noen faller utenfor, det være seg av
4419 finansielle, avtalemessige eller prinsipielle årsaker. Vanlige slike
4420 vilkår er &quot;må betale litt for hver kunde/bruker&quot; som utelukker de som
4421 gir bort en løsning gratis og &quot;må gi fra seg retten til å håndheve
4422 sine egne patentrettigheter ovenfor rettighetshaver&quot; som utelukker
4423 alle som ønsker å beholde den muligheten.&lt;/p&gt;
4424
4425 &lt;p&gt;En åpen standard innebærer for meg at alle kan få innsikt i en
4426 komplett beskrivelse av oppførsel som standarden skal dekke, og at
4427 ingen kan nektes å benytte seg av standarden. Noen mener at det
4428 holder at alle med tilstrekkelig finansiering kan få tilgang til
4429 spesifikasjonen og at en kun har finansielle krav til bruk.
4430 Pga. denne konflikten har et nytt begrep spredt seg de siste årene,
4431 nemlig fri og åpen standard, der en har gjort det klart at alle må ha
4432 komplett og lik tilgang til spesifikasjoner og retten til å gjøre bruk
4433 av en standard for at en standard skal kunne kalles fri og åpen.&lt;/p&gt;
4434 </description>
4435 </item>
4436
4437 <item>
4438 <title>Fri og åpen standard, slik Digistan ser det</title>
4439 <link>http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html</link>
4440 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html</guid>
4441 <pubDate>Sat, 31 Jan 2009 23:10:00 +0100</pubDate>
4442 <description>&lt;p&gt;Det er mange ulike definisjoner om hva en åpen standard er for noe,
4443 og NUUG hadde &lt;a href=&quot;http://www.nuug.no/dokumenter/standard-presse-def-200506.txt&quot;&gt;en
4444 pressemelding om dette sommeren 2005&lt;/a&gt;. Der ble definisjonen til
4445 &lt;a href=&quot;http://www.aaben-standard.dk/&quot;&gt;DKUUG&lt;/a&gt;,
4446 &lt;a href=&quot;http://europa.eu.int/idabc/servlets/Doc?id=19529&quot;&gt;EU-kommissionens
4447 European Interoperability Framework ( side 9)&lt;/a&gt; og
4448 &lt;a href=&quot;http://www.teknologiradet.no/files/7polert_copy.htm&quot;&gt;teknologirådet&lt;/a&gt; omtalt.&lt;/p&gt;
4449
4450 &lt;p&gt;Siden den gang har regjeringens standardiseringsråd dukket opp, og de
4451 ser ut til å har tatt utgangspunkt i EU-kommisjonens definisjon i
4452 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/kampanjer/standardiseringsradet/arbeidsmetodikk.html?id=476407&quot;&gt;sin
4453 arbeidsmetodikk&lt;/a&gt;. Personlig synes jeg det er en god ide, da
4454 kravene som stilles der gjør at alle markedsaktører får like vilkår,
4455 noe som kommer kundene til gode ved hjelp av økt konkurranse.&lt;/p&gt;
4456
4457 &lt;p&gt;I sommer kom det en ny definisjon på banen.
4458 &lt;a href=&quot;http://www.digistan.org/&quot;&gt;Digistan&lt;/a&gt; lanserte
4459 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;en
4460 definisjon på en fri og åpen standard&lt;/a&gt;. Jeg liker måten de bryter
4461 ut av diskusjonen om hva som kreves for å kalle noe en åpen standard
4462 ved å legge på et ord og poengtere at en standard som er både åpen og
4463 fri har noen spesielle krav. Her er den definisjonen etter rask
4464 oversettelse fra engelsk til norsk av meg:&lt;/p&gt;
4465
4466 &lt;blockquote&gt;
4467 &lt;p&gt;&lt;strong&gt;Definisjonen av en fri og åpen standard&lt;/strong&gt;&lt;/p&gt;
4468
4469 &lt;p&gt;Den digitale standardorganisasjonen definierer fri og åpen standard
4470 som følger:&lt;/p&gt;
4471 &lt;ul&gt;
4472 &lt;li&gt;En fri og åpen standard er immun for leverandørinnlåsing i alle
4473 stadier av dens livssyklus. Immuniteten fra leverandørinnlåsing gjør
4474 det mulig å fritt bruke, forbedre, stole på og utvide en standard over
4475 tid.&lt;/li&gt;
4476 &lt;li&gt;Standarden er adoptert og vil bli vedlikeholdt av en ikke-kommersiell
4477 organisasjon, og dens pågående utvikling gjøres med en åpen
4478 beslutningsprosedyre som er tilgjengelig for alle som er interessert i
4479 å delta.&lt;/li&gt;
4480 &lt;li&gt;Standarden er publisert og spesifikasjonsdokumentet er fritt
4481 tilgjengelig. Det må være tillatt for alle å kopiere, distribuere og
4482 bruke den uten begresninger.&lt;/li&gt;
4483 &lt;li&gt;Patentene som muligens gjelder (deler av) standarden er gjort
4484 ugjenkallelig tilgjengelig uten krav om betaling.&lt;/li&gt;
4485 &lt;li&gt;Det er ingen begresninger i gjenbruk av standarden.&lt;/li&gt;
4486 &lt;/ul&gt;
4487 &lt;p&gt;Det økonomiske resultatet av en fri og åpen standard, som kan
4488 måles, er at det muliggjør perfekt konkurranse mellom leverandører av
4489 produkter basert på standarden.&lt;/p&gt;
4490 &lt;/blockquote&gt;
4491
4492 &lt;p&gt;(Tar gjerne imot forbedringer av oversettelsen.)&lt;/p&gt;
4493 </description>
4494 </item>
4495
4496 <item>
4497 <title>ODF-bruk i staten, ikke helt på plass</title>
4498 <link>http://people.skolelinux.org/pere/blog/ODF_bruk_i_staten__ikke_helt_p__plass.html</link>
4499 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/ODF_bruk_i_staten__ikke_helt_p__plass.html</guid>
4500 <pubDate>Thu, 22 Jan 2009 23:00:00 +0100</pubDate>
4501 <description>&lt;p&gt;I går publiserte
4502 &lt;a href=&quot;http://universitas.no/nyhet/52776/&quot;&gt;Universitas&lt;/a&gt;,
4503 &lt;a href=&quot;http://www.dagensit.no/trender/article1588462.ece&quot;&gt;Dagens-IT&lt;/a&gt;
4504 og &lt;a href=&quot;http://www.idg.no/computerworld/article118622.ece&quot;&gt;Computerworld
4505 Norge&lt;/a&gt; en sak om at de ansatte ved Universitetet i Oslo ikke følger
4506 regjeringens pålegg om å publisere i HTML, PDF eller ODF. Det er bra
4507 at det kommer litt fokus på dette, og jeg håper noen journalister tar
4508 en titt på de andre statlige instansene også.&lt;/p&gt;
4509
4510 &lt;p&gt;Skulle ønske det var en enkel måte å sjekke om ODF-dokumenter er i
4511 henholdt til ODF-spesifikasjonen, og en måte å teste om programmer som
4512 hevder å støtte ODF forstår alle delene av ODF-spesifikasjonen.
4513 Kjenner kun til ufullstendige løsninger for slikt.&lt;/p&gt;
4514 </description>
4515 </item>
4516
4517 </channel>
4518 </rss>