X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/cd970c24651e1d4594569750819d1f45f6f703b7..d4d8529eebb91cf5da5c7f93cee3e2a5b70a60a5:/blog/index.html diff --git a/blog/index.html b/blog/index.html index 77feebc2e6..2a019b5282 100644 --- a/blog/index.html +++ b/blog/index.html @@ -19,6 +19,63 @@ +
+
Book cover for the Free Culture book finally done
+
3rd September 2015
+

Creating a good looking book cover proved harder than I expected. +I wanted to create a cover looking similar to the original cover of +the +Free +Culture book we are translating to Norwegian, and I wanted it in +vector format for high resolution printing. But my inkscape knowledge +were not nearly good enough to pull that off. + +

But thanks to the great inkscape community, I was able to wrap up +the cover yesterday evening. I asked on the +#inkscape IRC channel +on Freenode for help and clues, and Marc Jeanmougin (Mc-) volunteered +to try to recreate it based on the PDF of the cover from the HTML +version. Not only did he create a +SVG document with +the original and his vector version side by side, he even provided +an instruction +video explaining how he did it. But the instruction video is +not easy to follow for an untrained inkscape user. The video is a +recording on how he did it, and he is obviously very experienced as +the menu selections are very quick and he mentioned on IRC that he did +use some keyboard shortcuts that can't be seen on the video, but it +give a good idea about the inkscape operations to use to create the +stripes with the embossed copyright sign in the center.

+ +

I took his SVG file, copied the vector image and re-sized it to fit +on the cover I was drawing. I am happy with the end result, and the +current english version look like this:

+ + + +

I am not quite sure about the text on the back, but guess it will +do. I picked three quotes from the official site for the book, and +hope it will work to trigger the interest of potential readers. The +Norwegian cover will look the same, but with the texts and bar code +replaced with the Norwegian version.

+ +

The book is very close to being ready for publication, and I expect +to upload the final draft to Lulu in the next few days and order a +final proof reading copy to verify that everything look like it should +before allowing everyone to order their own copy of Free Culture, in +English or Norwegian Bokmål. I'm waiting to give the the productive +proof readers a chance to complete their work.

+
+
+ + + Tags: docbook, english, freeculture. + + +
+
+
+
In my hand, a pocket book edition of the Norwegian Free Culture book!
19th August 2015
@@ -813,86 +870,6 @@ innholdet.

-
-
Graphing the Norwegian company ownership structure
-
15th June 2015
-

It is a bit work to figure out the ownership structure of companies -in Norway. The information is publicly available, but one need to -recursively look up ownership for all owners to figure out the complete -ownership graph of a given set of companies. To save me the work in -the future, I wrote a script to do this automatically, outputting the -ownership structure using the Graphviz/dotty format. The data source -is web scraping from Proff, because -I failed to find a useful source directly from the official keepers of -the ownership data, Brønnøysundsregistrene.

- -

To get an ownership graph for a set of companies, fetch -the code from git and run it using the organisation number. I'm -using the Norwegian newspaper Dagbladet as an example here, as its -ownership structure is very simple:

- -
-% time ./bin/eierskap-dotty 958033540 > dagbladet.dot
-
-real    0m2.841s
-user    0m0.184s
-sys     0m0.036s
-%
-
- -

The script accept several organisation numbers on the command line, -allowing a cluster of companies to be graphed in the same image. The -resulting dot file for the example above look like this. The edges -are labeled with the ownership percentage, and the nodes uses the -organisation number as their name and the name as the label:

- -
-digraph ownership {
-rankdir = LR;
-"Aller Holding A/s" -> "910119877" [label="100%"]
-"910119877" -> "998689015" [label="100%"]
-"998689015" -> "958033540" [label="99%"]
-"974530600" -> "958033540" [label="1%"]
-"958033540" [label="AS DAGBLADET"]
-"998689015" [label="Berner Media Holding AS"]
-"974530600" [label="Dagbladets Stiftelse"]
-"910119877" [label="Aller Media AS"]
-}
-
- -

To view the ownership graph, run "dotty dagbladet.dot" or -convert it to a PNG using "dot -T png dagbladet.dot > -dagbladet.png". The result can be seen below:

- - - -

Note that I suspect the "Aller Holding A/S" entry to be incorrect -data in the official ownership register, as that name is not -registered in the official company register for Norway. The ownership -register is sensitive to typos and there seem to be no strict checking -of the ownership links.

- -

Let me know if you improve the script or find better data sources. -The code is licensed according to GPL 2 or newer.

- -

Update 2015-06-15: Since the initial post I've been told that -"Aller -Holding A/S" is a Danish company, which explain why it did not -have a Norwegian organisation number. I've also been told that there -is a web -services API available from Brønnøysundsregistrene, for those -willing to accept the terms or pay the price.

-
-
- - - Tags: english, offentlig innsyn. - - -
-
-
-

RSS feed