From 780c95e966ffe5878a3ebb38efade36f271a50cf Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Mon, 1 Jul 2019 10:07:57 -0500 Subject: [PATCH] =?UTF-8?q?Incorporaci=C3=B3n=20de=20traducci=C3=B3n=20al?= =?UTF-8?q?=20noruego?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 3 + config/build/create-indexes-feeds | 2 +- config/build/pos2htmls | 61 ++++++++++---------- config/template/site/footer.html | 2 +- config/template/site/main_lang.rb | 13 +++++ content/html/en/001_free-publishing.html | 6 +- content/html/en/002_fuck-books.html | 4 +- content/html/en/003_dont_come.html | 4 +- content/html/en/_about.html | 4 +- content/html/en/_contact.html | 4 +- content/html/en/_donate.html | 4 +- content/html/en/_fork.html | 4 +- content/html/en/_links.html | 4 +- content/html/en/index.html | 4 +- content/html/es/001_free-publishing.html | 4 +- content/html/es/002_fuck-books.html | 4 +- content/html/es/003_dont_come.html | 4 +- content/html/es/_about.html | 6 +- content/html/es/_contact.html | 4 +- content/html/es/_donate.html | 4 +- content/html/es/_fork.html | 4 +- content/html/es/_links.html | 4 +- content/html/es/index.html | 4 +- content/html/nb/001_free-publishing.html | 37 ++++++++++++ content/html/nb/002_fuck-books.html | 37 ++++++++++++ content/html/nb/003_dont_come.html | 37 ++++++++++++ content/html/nb/_about.html | 43 ++++++++++++++ content/html/nb/_contact.html | 47 ++++++++++++++++ content/html/nb/_donate.html | 42 ++++++++++++++ content/html/nb/_fork.html | 72 ++++++++++++++++++++++++ content/html/nb/_links.html | 60 ++++++++++++++++++++ content/html/nb/index.html | 43 ++++++++++++++ feed/en/rss.xml | 2 +- feed/es/rss.xml | 2 +- feed/nb/rss.xml | 17 ++++++ 35 files changed, 522 insertions(+), 74 deletions(-) create mode 100644 content/html/nb/001_free-publishing.html create mode 100644 content/html/nb/002_fuck-books.html create mode 100644 content/html/nb/003_dont_come.html create mode 100644 content/html/nb/_about.html create mode 100644 content/html/nb/_contact.html create mode 100644 content/html/nb/_donate.html create mode 100644 content/html/nb/_fork.html create mode 100644 content/html/nb/_links.html create mode 100644 content/html/nb/index.html create mode 100644 feed/nb/rss.xml diff --git a/.htaccess b/.htaccess index 9687b9b..cb8f48c 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,9 @@ RewriteRule ^$ https://perrotuerto.blog/content/html/en/ [L,R=301] RewriteCond %{HTTP:Accept-Language} ^es [NC] RewriteRule ^$ https://perrotuerto.blog/content/html/es/ [L,R=301] +RewriteCond %{HTTP:Accept-Language} ^nb [NC] +RewriteRule ^$ https://perrotuerto.blog/content/html/nb/ [L,R=301] + # Default RewriteRule ^$ https://perrotuerto.blog/content/html/en/ [L,R=301] diff --git a/config/build/create-indexes-feeds b/config/build/create-indexes-feeds index 370a05d..d9a7a99 100755 --- a/config/build/create-indexes-feeds +++ b/config/build/create-indexes-feeds @@ -57,7 +57,7 @@ Dir.glob('content/html/*').each do |local| .gsub(/^.*?#{$template_lang[locale]['published']}\s+([^<]+?)<.*$/, '\1') .strip - if title != '' + if title != '' && title ~ /DOCTYPE/ content.push('
' + "\n" + '

' + file.gsub(/_.*$/, '').to_i.to_s + '. ' + title + '

' + "\n" + '

[' + $template_lang[locale]['published'] + ' ' + date + ']

' + "\n" + diff --git a/config/build/pos2htmls b/config/build/pos2htmls index 6efdebc..cce632c 100755 --- a/config/build/pos2htmls +++ b/config/build/pos2htmls @@ -98,39 +98,36 @@ Dir.glob(po_dir + '*/*.po').each do |po| # Cleans headers and footers and adds new headers and footers html_tmp = File.read(html_name).split(/\n/)[8..-3] - # Only if it has content - if html_tmp.length > 0 - html_tmp = html_tmp.unshift(File.read('../../../' + template_dir + 'header.html')) - html_tmp = html_tmp.unshift(File.read('../../../' + template_dir + 'head.html')) - if hash['file'] =~ /^\d+/ - html_tmp = html_tmp.push(' ') - end - html_tmp = html_tmp.push(File.read('../../../' + template_dir + 'footer.html')) - - # Some unnecessary cleaning - html_tmp = html_tmp.map{|l| l.gsub(/\s{8}/, ' ')} - html_tmp = html_tmp.join("\n").gsub(/\n\n/, "\n") - - # Replaces string according the file, the date and the location - html_tmp = html_tmp.gsub('@locale', hash['locale']) - html_tmp = html_tmp.gsub('@title', hash['title']) - html_tmp = html_tmp.gsub('@file', hash['file']) - html_tmp = html_tmp.gsub('@links', $template_lang[hash['locale']]['links']) - html_tmp = html_tmp.gsub('@about', $template_lang[hash['locale']]['about']) - html_tmp = html_tmp.gsub('@contact', $template_lang[hash['locale']]['contact']) - html_tmp = html_tmp.gsub('@fork', $template_lang[hash['locale']]['fork']) - html_tmp = html_tmp.gsub('@donate', $template_lang[hash['locale']]['donate']) - html_tmp = html_tmp.gsub('@copyfarleft', $template_lang[hash['locale']]['copyfarleft']) - html_tmp = html_tmp.gsub('@license', $template_lang[hash['locale']]['license']) - html_tmp = html_tmp.gsub('@published', $template_lang[hash['locale']]['published']) - html_tmp = html_tmp.gsub('@build', $template_lang[hash['locale']]['build']) - html_tmp = html_tmp.gsub('@date', Time.now.strftime('%Y/%m/%d, %H:%M')) - - # Save the data - file = File.open(html_name, 'w:utf-8') - file.puts html_tmp - file.close + html_tmp = html_tmp.unshift(File.read('../../../' + template_dir + 'header.html')) + html_tmp = html_tmp.unshift(File.read('../../../' + template_dir + 'head.html')) + if hash['file'] =~ /^\d+/ + html_tmp = html_tmp.push(' ') end + html_tmp = html_tmp.push(File.read('../../../' + template_dir + 'footer.html')) + + # Some unnecessary cleaning + html_tmp = html_tmp.map{|l| l.gsub(/\s{8}/, ' ')} + html_tmp = html_tmp.join("\n").gsub(/\n\n/, "\n") + + # Replaces string according the file, the date and the location + html_tmp = html_tmp.gsub('@locale', hash['locale']) + html_tmp = html_tmp.gsub('@title', hash['title']) + html_tmp = html_tmp.gsub('@file', hash['file']) + html_tmp = html_tmp.gsub('@links', $template_lang[hash['locale']]['links']) + html_tmp = html_tmp.gsub('@about', $template_lang[hash['locale']]['about']) + html_tmp = html_tmp.gsub('@contact', $template_lang[hash['locale']]['contact']) + html_tmp = html_tmp.gsub('@fork', $template_lang[hash['locale']]['fork']) + html_tmp = html_tmp.gsub('@donate', $template_lang[hash['locale']]['donate']) + html_tmp = html_tmp.gsub('@copyfarleft', $template_lang[hash['locale']]['copyfarleft']) + html_tmp = html_tmp.gsub('@license', $template_lang[hash['locale']]['license']) + html_tmp = html_tmp.gsub('@published', $template_lang[hash['locale']]['published']) + html_tmp = html_tmp.gsub('@build', $template_lang[hash['locale']]['build']) + html_tmp = html_tmp.gsub('@date', Time.now.strftime('%Y/%m/%d, %H:%M')) + + # Save the data + file = File.open(html_name, 'w:utf-8') + file.puts html_tmp + file.close Dir.chdir('../../..') end diff --git a/config/template/site/footer.html b/config/template/site/footer.html index c21f5fd..ec792a8 100644 --- a/config/template/site/footer.html +++ b/config/template/site/footer.html @@ -3,7 +3,7 @@

@copyfarleft @license (LEAL).

@build @date.

-

RSS | EN | ES

+

RSS | EN | ES | NB

diff --git a/config/template/site/main_lang.rb b/config/template/site/main_lang.rb index 015bb90..2e15467 100644 --- a/config/template/site/main_lang.rb +++ b/config/template/site/main_lang.rb @@ -22,5 +22,18 @@ $template_lang = { 'license' => 'Licencia Editorial Abierta y Libre', 'build' => 'Última modificación de esta página:', 'published' => 'Publicado:', + }, + 'nb' => { + 'main' => 'Publishing is Coding: Change My Mind', + 'links' => 'Lenker', + 'about' => 'Om', + 'contact' => 'Kontakt', + 'fork' => 'Forgren', + 'donate' => 'Doner', + 'copyfarleft' => 'Alt innholdet er lisensiert', + 'license' => 'Licencia Editorial Abierta y Libre', + 'build' => 'Siste endring av denne siden:', + 'published' => 'Skrevet:', } + } diff --git a/content/html/en/001_free-publishing.html b/content/html/en/001_free-publishing.html index fd57ee5..ca94191 100644 --- a/content/html/en/001_free-publishing.html +++ b/content/html/en/001_free-publishing.html @@ -50,7 +50,7 @@

Between publishing and free software we get “publishing with free software.” What does that implies? It is the activity of publishing using software that accomplish the famous—infamous?—four freedoms. For people that use software as a tool, this means that, firstly, we aren't force to pay anything in order to use software. Secondly, we have access to the code and do whatever we want with it. Thirdly—and for me the most important—we can be part of a community, instead of be treated as a consumer.

It sounds great, isn't it? But we have a little problem: the freedom only applies to software. As publisher you can benefit from free software and that doesn't mean you have to free your work. Penguin Random House—the Google of publishing—one day could decided to use TeX or Pandoc, saving tons of money at the same time they keep the monopoly of publishing.

Stallman saw that problem with the manuals published by O'Reilly and he proposed the GNU Free Documentation License. But by doing so he trickly distinguished different kinds of works. It is interesting see texts as functionality, matter of opinion or aesthetics but in the publishing industry nobody cares a fuck about that. The distinctions works great between writers and readers, but it doesn't problematize the fact that publishers are the ones who decide the path of almost all our text-centered culture.

-

In my opinion, that's dangerous at least. So I prefer other tricky distinction. Big publishers and their mimetic branch—the so called “indie” publishing—only cares about two things: sells and reputation. They want to live well and get social recognition from the good books they publish. If one day the software communities develop some desktop publishing or typesetting easy-to-use and suitable for all their professional needs, we would see how “suddenly” publishing industry embraces free software.

+

In my opinion, that's dangerous at least. So I prefer other tricky distinction. Big publishers and their mimetic branch—the so called “indie” publishing—only cares about two things: sales and reputation. They want to live well and get social recognition from the good books they publish. If one day the software communities develop some desktop publishing or typesetting easy-to-use and suitable for all their professional needs, we would see how “suddenly” publishing industry embraces free software.

So, why don't we distinguish published works by their funding and sense of community? If what you publishing has public funding—for your knowledge, in Mexico practically all publishing has this kind of funding—it would be fair to release the files and leave hard copies for sell: we already paid for that. This is a very common argument among supporters of open access in science, but we can go beyond that. Not matter if the work relies on functionality, matter of opinion or aesthetics; if is a science paper, a philosophy essay or a novel and it has public funding, we have paid for access, come on!

You can still sell publications and go to Messe Frankfurt, Guadalajara International Book Fair or Beijing Book Fair: it is just doing business with the bare minium of social and political awareness. Why do you want more money from us if we already gave it to you?—and you get almost all the profits, leaving the authors with just the satisfaction of seeing her work published…

The sense of community goes here. In a world where one of the main problems is artificial scarcity—paywalls instead of actual walls—we need to apply copyleft or, even better, copyfarleft licenses in our published works. They aren't the solution, but they are a support to maintain the freedom and the access in publishing.

@@ -60,9 +60,9 @@ diff --git a/content/html/en/002_fuck-books.html b/content/html/en/002_fuck-books.html index f639b69..25b2ddf 100644 --- a/content/html/en/002_fuck-books.html +++ b/content/html/en/002_fuck-books.html @@ -44,9 +44,9 @@ diff --git a/content/html/en/003_dont_come.html b/content/html/en/003_dont_come.html index 8e05fcc..72adf8a 100644 --- a/content/html/en/003_dont_come.html +++ b/content/html/en/003_dont_come.html @@ -73,9 +73,9 @@ diff --git a/content/html/en/_about.html b/content/html/en/_about.html index eb2f3e8..12c4ce4 100644 --- a/content/html/en/_about.html +++ b/content/html/en/_about.html @@ -35,9 +35,9 @@ diff --git a/content/html/en/_contact.html b/content/html/en/_contact.html index d66d9d8..fb86115 100644 --- a/content/html/en/_contact.html +++ b/content/html/en/_contact.html @@ -39,9 +39,9 @@ diff --git a/content/html/en/_donate.html b/content/html/en/_donate.html index 98de6bd..5d3ae3c 100644 --- a/content/html/en/_donate.html +++ b/content/html/en/_donate.html @@ -34,9 +34,9 @@ diff --git a/content/html/en/_fork.html b/content/html/en/_fork.html index 319e1ac..2c119f5 100644 --- a/content/html/en/_fork.html +++ b/content/html/en/_fork.html @@ -64,9 +64,9 @@ diff --git a/content/html/en/_links.html b/content/html/en/_links.html index 57b4c26..bc80053 100644 --- a/content/html/en/_links.html +++ b/content/html/en/_links.html @@ -52,9 +52,9 @@ diff --git a/content/html/en/index.html b/content/html/en/index.html index f2ea138..0f89489 100644 --- a/content/html/en/index.html +++ b/content/html/en/index.html @@ -47,9 +47,9 @@ diff --git a/content/html/es/001_free-publishing.html b/content/html/es/001_free-publishing.html index 19f8281..1bf9536 100644 --- a/content/html/es/001_free-publishing.html +++ b/content/html/es/001_free-publishing.html @@ -60,9 +60,9 @@ diff --git a/content/html/es/002_fuck-books.html b/content/html/es/002_fuck-books.html index 5fd48dc..6c4e0c1 100644 --- a/content/html/es/002_fuck-books.html +++ b/content/html/es/002_fuck-books.html @@ -44,9 +44,9 @@ diff --git a/content/html/es/003_dont_come.html b/content/html/es/003_dont_come.html index e841e4f..58a487e 100644 --- a/content/html/es/003_dont_come.html +++ b/content/html/es/003_dont_come.html @@ -73,9 +73,9 @@ diff --git a/content/html/es/_about.html b/content/html/es/_about.html index 1361b05..0ca87f4 100644 --- a/content/html/es/_about.html +++ b/content/html/es/_about.html @@ -26,7 +26,7 @@

Acerca

-

Hola, soy un perro editor —vaya sorpresa, ¿cierto?—. México es mi lugar de nacimiento. Mi formación académica es en Filosofía, de manera específica en Filosofía de la Cultura. Mis estudios se centran en la propiedad intelectual —principalmente derechos de autor—, la cultura, el software y, por supuesto, la edición libres. Si todavía quieres un nombre, llámame Perro.

+

Hola, soy un perro editor —vaya sorpresa, ¿cierto?—. México es mi lugar de nacimiento. Mi formación académica es en Filosofía, de manera específica en Filosofía de la Cultura. Mis estudios se centran en la propiedad intelectual—principalmente derechos de autor—, la cultura, el software y, por supuesto, la edición libres. Si todavía quieres un nombre, llámame Perro.

Este blog es acerca de edición y código. Pero no se enfoca en las técnicas que hacen posible hacer buen código. En realidad mis habilidades en programación son muy escasas. Tengo las siguientes opiniones. (a) Si estás usando una computadora para hacer publicaciones, sin importar su salida, editar es programar. (b) La edición no solo trata de software y habilidades, también es una tradición, una profesión, un arte así como un método. (c) Para notarlo, tenemos que hablar sobre cómo la edición implica y afecta cómo hacemos cultura. (d) Si no criticamos y autocriticamos nuestra labor, estamos perdidos.

Es decir, este blog es acerca de lo que rodea y lo que se supone que son los fundamentos de la edición. Sí, claro que vas a encontrar tecnicismos. Como sea, es solo porque en estos días la espina dorsal de la edición habla con ceros y unos. Así que ¡empecemos a pensar qué es ahora la edición!

Unas últimas palabras. Este blog está escrito originalmente en inglés y admito que no me siento cómodo al respecto. Me parece injusto que nosotros, personas de mundos no angloparlantes, tenemos que emplear este idioma para ser escuchados por ellos. Me entristece que de manera constante estamos traduciendo lo que otras personas dicen y solo un par de compas traducen del español al inglés. Así que decidí que este blog al menos será bilingüe. Del inglés lo traduzco al español, así puedo mejorar esta habilidad —aprovecho para darle gracias a mi pareja por ayudarme a mejorar la versión inglesa xoxo—.

@@ -35,9 +35,9 @@
diff --git a/content/html/es/_contact.html b/content/html/es/_contact.html index 58c63fe..520ab73 100644 --- a/content/html/es/_contact.html +++ b/content/html/es/_contact.html @@ -39,9 +39,9 @@ diff --git a/content/html/es/_donate.html b/content/html/es/_donate.html index 50c1e06..99b16a7 100644 --- a/content/html/es/_donate.html +++ b/content/html/es/_donate.html @@ -34,9 +34,9 @@ diff --git a/content/html/es/_fork.html b/content/html/es/_fork.html index 70315d7..30d7765 100644 --- a/content/html/es/_fork.html +++ b/content/html/es/_fork.html @@ -64,9 +64,9 @@ diff --git a/content/html/es/_links.html b/content/html/es/_links.html index 65f9167..bd394c8 100644 --- a/content/html/es/_links.html +++ b/content/html/es/_links.html @@ -52,9 +52,9 @@ diff --git a/content/html/es/index.html b/content/html/es/index.html index 9cdef23..7ccd17f 100644 --- a/content/html/es/index.html +++ b/content/html/es/index.html @@ -47,9 +47,9 @@ diff --git a/content/html/nb/001_free-publishing.html b/content/html/nb/001_free-publishing.html new file mode 100644 index 0000000..bc11104 --- /dev/null +++ b/content/html/nb/001_free-publishing.html @@ -0,0 +1,37 @@ + + + + Título + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+ +
+ + + diff --git a/content/html/nb/002_fuck-books.html b/content/html/nb/002_fuck-books.html new file mode 100644 index 0000000..10046cc --- /dev/null +++ b/content/html/nb/002_fuck-books.html @@ -0,0 +1,37 @@ + + + + Título + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+ +
+ + + diff --git a/content/html/nb/003_dont_come.html b/content/html/nb/003_dont_come.html new file mode 100644 index 0000000..e5d7a4a --- /dev/null +++ b/content/html/nb/003_dont_come.html @@ -0,0 +1,37 @@ + + + + Título + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+ +
+ + + diff --git a/content/html/nb/_about.html b/content/html/nb/_about.html new file mode 100644 index 0000000..f815ff1 --- /dev/null +++ b/content/html/nb/_about.html @@ -0,0 +1,43 @@ + + + + Om + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+

Om

+

Hei, jeg er en hundeforlegger—for en overraskelse, sant? Jeg er fra Mexico, og som du skjønner er ikke engelsk mitt morsmål. Men dog. Min utdannelsesbakgrunn er filosofi, spesifikt kulturfilosofi. Mine studier fokuserer på intellektuell eiendom—i hovedsak kopirett—,fri kultur, fri programvare, og selvsagt, fri forlagsvirksomhet. Hvis du ønsker å knytte et navn til personen, kall meg hund.

+

Bloggen handler om forlagsvirksomhet og koding. Den fokuserer ikke på teknikkene som fører til bra kode. Mine programmeringsferdigheter er heller smale. Jeg har følgende meninger. (a) Hvis du bruker en datamaskin til å publisere, uansett utdata, publisering er koding. (b) Publisering handler ikke kun om utvikling av programvare eller ferdigheter, det er også en tradisjon, et yrke, kunst, men også en metode. (c) For å kunne visualisere dette, må vi snakke om hvordan publisering innvirker på hvordan vi skaper kultur. (d) Hvis vi ikke kritiserer og selv-kritiserer vårt arbeide, har vi gått oss vill.

+

Med andre ord, denne bloggen er om hva som finnes rundt oss, og hva grunnsteinene i forlagsvirksomhet er. Ja, du vil også finne tekniske skriverier. Endog er dette kun fordi i disse dager er ryggraden i publisering samtaler med nuller og enere. Så, la oss begynne å tenke på hva publisering er nå til dags.

+

Noen siste ord. Jeg må innrømme at jeg ikke er komfortabel med å skrive engelsk. Jeg synes det er urettferdig at vi, folk fra den ikke-engelske delen av verden, må bruke dette språket for å bli lagt merke til. Det gjør meg ille til mote at vi konstant oversetter det andre sier, mens kun et fåtall vennligsinnede oversetter fra spansk til engelsk. Så, jeg har besluttet å minst ha en tospråklig blogg. Jeg skriver på engelsk, samtidig som jeg oversetter til spansk, slik at jeg kan forbedre denne ferdigheten —også: takk S.O. forbedringer av dem engelske versjonen, kyss.

+

Det er ikke nok, og det inviterer ikke til samarbeid. Så denne bloggen bruker PO-filer for dens innhold og Pecas-Markdown for syntaks. Du kan alltids bidra til oversettelsen eller utgaven av ethvert språk. Den enkleste måten er gjennom Weblate. Ønsker du ikke å bruke dette? Bare kontakt meg.

+

Det er alt folkens. Og ikke glem: Nord og ned med reklame. Søppelpost er et samfunnsproblem. Overbord med proprietær kultur. Frihet til månen.

+
+ + + diff --git a/content/html/nb/_contact.html b/content/html/nb/_contact.html new file mode 100644 index 0000000..d22e5f1 --- /dev/null +++ b/content/html/nb/_contact.html @@ -0,0 +1,47 @@ + + + + Kontakt + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+

Kontakt

+

Du kan snakke med meg på:

+ +

Jeg svarer selv Nigerianske prinser…

+
+ + + diff --git a/content/html/nb/_donate.html b/content/html/nb/_donate.html new file mode 100644 index 0000000..828afc1 --- /dev/null +++ b/content/html/nb/_donate.html @@ -0,0 +1,42 @@ + + + + Doner + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+

Doner

+

Min tjener er faktisk en konto drevet av Colima Hacklab—takk bois, for at dere huser tøvet mitt.—. Denne bloggen og alle frie publiseringstiltakene vi organiserer gjøres på dugnad.

+

Så hvis du kan hjelpe oss å holde hjulene igang, er det flott.

+

Doner for noen taco-er ETH.

+

Doner for hundemat DOGE.

+

Doner for øl PayPal.

+
+ + + diff --git a/content/html/nb/_fork.html b/content/html/nb/_fork.html new file mode 100644 index 0000000..47f9651 --- /dev/null +++ b/content/html/nb/_fork.html @@ -0,0 +1,72 @@ + + + + Forgren + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+

Forgren

+

Alt innholdet er lisensiert Licencia Editorial Abierta y Libre (LEAL). Du kan lese den her.

+

“Licencia Editorial Abierta y Libre” betyr “Åpen og fri publiseringslisens.” “LEAL” er akronymet, men det betyr også ”loyal” på spansk.

+

Med LEAL kan du fritt bruke, kopiere, endre, dele eller selge alt dette innholdet i henhold til følgende vilkår:

+ +

Nå kan du forgreine dette tøvet:

+ +
+ + + diff --git a/content/html/nb/_links.html b/content/html/nb/_links.html new file mode 100644 index 0000000..a93ed85 --- /dev/null +++ b/content/html/nb/_links.html @@ -0,0 +1,60 @@ + + + + Lenker + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+

Lenker

+ +
+ + + diff --git a/content/html/nb/index.html b/content/html/nb/index.html new file mode 100644 index 0000000..70ecfae --- /dev/null +++ b/content/html/nb/index.html @@ -0,0 +1,43 @@ + + + + Publishing is Coding: Change My Mind + + + + + + + + + + + + +
+

Publishing is Coding: Change My Mind

+ +
+
+ + + + N +
+
+
+ + + diff --git a/feed/en/rss.xml b/feed/en/rss.xml index 234fed9..a1d985a 100644 --- a/feed/en/rss.xml +++ b/feed/en/rss.xml @@ -7,7 +7,7 @@ Blog about free culture, free software and free publishing. en hi@perrotuerto.blog (Nika Zhenya) - Tue, 28 May 2019 22:33:00 -0500 + Mon, 1 Jul 2019 10:04:00 -0500 Publishing is Coding: Change My Mind https://perrotuerto.blog/icon.png diff --git a/feed/es/rss.xml b/feed/es/rss.xml index 58a4cf5..49055a3 100644 --- a/feed/es/rss.xml +++ b/feed/es/rss.xml @@ -7,7 +7,7 @@ Blog about free culture, free software and free publishing. es hi@perrotuerto.blog (Nika Zhenya) - Tue, 28 May 2019 22:33:00 -0500 + Mon, 1 Jul 2019 10:04:00 -0500 Publishing is Coding: Change My Mind https://perrotuerto.blog/icon.png diff --git a/feed/nb/rss.xml b/feed/nb/rss.xml new file mode 100644 index 0000000..a1af347 --- /dev/null +++ b/feed/nb/rss.xml @@ -0,0 +1,17 @@ + + + + + Publishing is Coding: Change My Mind + https://perrotuerto.blog/content/html/nb/ + Blog about free culture, free software and free publishing. + nb + hi@perrotuerto.blog (Nika Zhenya) + Mon, 1 Jul 2019 10:04:00 -0500 + + Publishing is Coding: Change My Mind + https://perrotuerto.blog/icon.png + https://perrotuerto.blog/content/html/nb/ + + +