X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/267068b6f48eb3e0efbca2904b7bb2f282c59f9e..b914bcacd5874406d01a2321db1a4e1f6c92b7ee:/blog/index.html diff --git a/blog/index.html b/blog/index.html index ec23b0c2ab..330909d19c 100644 --- a/blog/index.html +++ b/blog/index.html @@ -19,6 +19,72 @@ +
+
"Free Culture" by @lessig - The background story for Creative Commons - new edition available
+
23rd October 2015
+

Click +here to buy the book.

+ +

In 2004, as the Creative Commons +movement gained momentum, its creator Lawrence Lessig wrote the +book Free +Culture to explain the problems with increasing copyright +regulation and suggest some solutions. I read the book back then and +was moved very by it. Reading the book inspired me and changed the +way I looked on copyright law, and I would love it if more people +would read it too.

+ +

Because of this, I decided in the summer of 2012 to translate it to +Norwegian Bokmål and publish it for those of my friends and family +that prefer to read books in Norwegian. I translated the book using +docbook and a gettext PO file, and a byproduct of this process is a +new edition of the English original. I've been in touch with the +author during by work, and he said it was fine with him if I also +published an English version. So I decided to do so. Today, I made +this edition +available +for sale on Lulu.com, for those interested in a paper book. This +is the cover: + +

+ +

The Norwegian Bokmål version will be available for purchase in a +few days. I also plan to publish a French version in a few weeks or +months, depending on the amount of people with knowledge of French to +join the translation project. So far there is only one active +person, but the French book is almost completely translated but +need some proof reading.

+ +

The book is also available in PDF, ePub and MOBI formats from +my +github project page. Note the ePub and MOBI versions have some +formatting problems I believe is due to bugs in the docbook tool +dbtoepub (Debian BTS issues +#795842 +and +#796871), +but I have not taken the time to investigate. I recommend the PDF and +ePub version for now, as they seem to show up fine in the viewers I +have available.

+ +

After the translation to Norwegian Bokmål was complete, I was able +to secure some sponsoring from +the NUUG Foundation to +print the book. This is the reason their logo is located on the back +cover. I am very grateful for their contribution, and will use it to +give a copy of the Norwegian edition to members of the Norwegian +Parliament and other decision makers here in Norway.

+
+
+ + + Tags: docbook, english, freeculture. + + +
+
+
+
EU-domstolen konkluderer motsatt av Skatteetaten når det gjelder Bitcoin
22nd October 2015
@@ -532,70 +598,6 @@ result in a few months.

-
-
Typesetting DocBook footnotes as endnotes with dblatex
-
16th July 2015
-

I'm still working on the Norwegian version of the -Free Culture book by Lawrence -Lessig, and is now working on the final typesetting and layout. -One of the features I want to get the structure similar to the -original book is to typeset the footnotes as endnotes in the notes -chapter. Based on the -feedback from the Debian -maintainer and the dblatex developer, I came up with this recipe I -would like to share with you. The proposal was to create a new LaTeX -class file and add the LaTeX code there, but this is not always -practical, when I want to be able to replace the class using a make -file variable. So my proposal misuses the latex.begindocument XSL -parameter value, to get a small fragment into the correct location in -the generated LaTeX File.

- -

First, decide where in the DocBook document to place the endnotes, -and add this text there:

- -
-<?latex \theendnotes ?>
-
- -

Next, create a xsl stylesheet file dblatex-endnotes.xsl to add the -code needed to add the endnote instructions in the preamble of the -generated LaTeX document, with content like this:

- -
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-  <xsl:param name="latex.begindocument">
-    <xsl:text>
-\usepackage{endnotes}
-\let\footnote=\endnote
-\def\enoteheading{\mbox{}\par\vskip-\baselineskip }
-\begin{document}
-    </xsl:text>
-  </xsl:param>
-</xsl:stylesheet>
-
- -

Finally, load this xsl file when running dblatex, for example like -this:

- -
-dblatex --xsl-user=dblatex-endnotes.xsl freeculture.nb.xml
-
- -

The end result can be seen on github, where -my -book project is located.

-
-
- - - Tags: docbook, english, freeculture. - - -
-
-
-

RSS feed