]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - README.md
Add links to French edition.
[text-free-culture-lessig.git] / README.md
1 Norwegian translation of Free Culture
2 =====================================
3
4 The books are ready for download and purchase:
5
6 English (<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/images/cover-art.pdf">book cover</a>): [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.pdf">PDF</a>], [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.epub">ePub</a>], [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.mobi">MOBI</a>], [<a href="http://www.lulu.com/shop/lawrence-lessig/free-culture/paperback/product-22402863.html">on paper from lulu.com</a>].
7
8 Norwegian Bokmål (<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/images/nb/cover-art.pdf">book cover</a>): [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.nb.pdf">PDF</a>], [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.nb.epub">ePub</a>], [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.nb.mobi">MOBI</a>], [<a href="http://www.lulu.com/shop/lawrence-lessig/fri-kultur/paperback/product-22406445.html">on paper from lulu.com</a>].
9
10 French (<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/images/fr/cover-art.pdf">book cover</a>): [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.fr.pdf">PDF</a>], [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.fr.epub">ePub</a>], [<a href="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/archive/freeculture.fr.mobi">MOBI</a>], [<a href="http://www.lulu.com/shop/lawrence-lessig/culture-libre/paperback/product-22645082.html">on paper from lulu.com</a>].
11
12 The original book version is available from http://free-culture.cc/ .
13
14 See
15 <a href="http://people.skolelinux.org/pere/blog/Dugnad_for___sende_norsk_versjon_av_Free_Culture_til_stortingets_representanter_.html">my blog post for 2012</a>
16 for a project description.
17
18 Norwegian translation of the book Free Culture by Lessig. Based on
19 the <a href="http://www.sslug.dk/~chlor/lessig/">Docbook version by
20 Hans Schou</a>. Other versions of the book can be found from the
21 <a href="http://free-culture.cc/remixes/">books remixes list</a>.
22
23 The first draft had images found in the HTML version available from
24 <a href="http://www.ibiblio.org/ebooks/Lessig/index.html">Elegant
25 Ebooks</a>, while later draft had these replaced with the original
26 images provided by the author.
27
28 The source of this project is available from the
29 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">free-culture-lessig
30 github repository</a>.
31
32
33 Text flow
34 ---------
35
36 The original source for the book is freeculture.xml, a Docbook
37 formattet file. This file is transformed to the freeculture.pot,
38 which is the base file for translators. It was copied to
39 freeculture.nb.po as the starting point of the Norwegian Bokmål
40 translation, and the text blocks are translated in this file. The
41 translation is maintained using
42 <a href="https://www.transifex.com/pere/free-culture-lessig/">Transifex</a>,
43 making sure translators only need a browser and Internet connectivity
44 to contribute.
45
46 Only the file freeculture.xml should be manually edited!
47
48 The freeculture.xml file is automatically combined with the
49 freeculture.nb.po file to create a new generated file
50 freeculture.nb.xml representing the Norwegian Bokmål Docbook version.
51 This file is in turn used to generate the HTML, PDF and EPUB version
52 of the book.
53
54 Requirements
55 ------------
56
57 To build the PDF and EPUB version of this book, the following Debian
58 packages are needed:
59
60 make
61 po4a
62 dblatex (>= 0.3.4-2 in debian, for nb support)
63 dbtoepub
64 libxml2-utils
65 gnuplot
66 xmlto
67 docbook-xsl
68 calibre
69
70 When the build requirements are in place, the PDF and EPUB version of
71 the book can be build by running 'make' on the command line.
72
73 Changes done to the original
74 ----------------------------
75
76 Changed typo in introduction (page 11 in original):
77
78 Is it not about the «centrality of technology» to ordinary life.
79
80 to:
81
82 It is not about the «centrality of technology» to ordinary life.
83
84 Changed typo in quote from Elizabeth Daly (page 40 in original),
85 removed trailing quite character:
86
87 power with this language."
88
89 to:
90
91 power with this language.
92
93 Changed 'next page' references to use cross references instead (pages
94 141, 148 and 246 in original).
95
96 Rewrote colophon page and dropped irrelevant pages between the content
97 table and the preface.
98
99
100 Translation status
101 ------------------
102
103 <img src="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/progress.png">
104
105 Todo
106 ----
107
108 * Complete the spell checking of the content (using the txt version
109 is easiest).
110 * Publish first edition.
111 * (Add missing index entries. Nice to have, not vital. See
112 scripts/idxcompare for helper script.)