perrotuerto.blog/old/html/entry001.html

39 lines
21 KiB
HTML
Raw Normal View History

2018-10-03 23:17:11 -05:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Publishing is Coding: Change My Mind | Digital Publishing as Publishing from Scratch</title>
<meta charset="utf-8" />
<meta name="application-name" content="Publishing is Coding: Change My Mind">
<meta name="description" content="Nika Zhenya's entries from Mariana Eguaras' blog in broken english.">
2018-10-03 23:17:11 -05:00
<meta name="keywords" content="publishing, blog, book, ebook, methodology, foss, libre-software, format, markdown, html, epub, pdf, mobi, latex, tex">
<link rel="shortcut icon" href="../icon.png">
<link rel="alternate" type="application/rss+xml" href="https://blog.cliteratu.re/feed/" title="Publishing is Coding: Change My Mind">
<link type="text/css" rel="stylesheet" href="../css/core.css">
2018-10-03 23:17:11 -05:00
<link type="text/css" rel="stylesheet" href="../css/extra.css">
2018-10-04 15:11:02 -05:00
<script type="text/javascript" src="../js/main.js"></script>
2018-10-04 16:27:16 -05:00
<script type="text/javascript" src="../js/piwik.js"></script>
2018-10-03 23:17:11 -05:00
</head>
<body>
<header>
<h1><a href="https://blog.cliteratu.re">Publishing is Coding: Change My Mind</a></h1>
<p>Nika Zhenya's entries from <a target="_blank" href="https://marianaeguaras.com/blog/">Mariana Eguaras' blog</a> in broken english.</p>
2018-10-03 23:17:11 -05:00
<nav>
<h3>Contact</h3>
<p><a target="_blank" href="mailto:nika.zhenya@cliteratu.re">Email</a></p>
<p><a target="_blank" href="https://mastodon.social/@_perroTuerto">Mastodon</a></p>
<p><a target="_blank" href="https://twitter.com/_perroTuerto">Twitter</a></p>
</nav>
</header>
<section>
2018-10-12 15:49:55 -05:00
<h1 id="digital-publishing-as-publishing-from-scratch">Digital Publishing as Publishing from Scratch</h1> <p class="meta">October 3, 2018 | Methodology | <span class="smallcap"><a target="_blank" href="https://blog.cliteratu.re/md/entry001.md">MD</a></span> / <span class="smallcap"><a target="_blank" href="https://blog.cliteratu.re/ebooks/entry001.epub">EPUB</a></span> / <span class="smallcap"><a target="_blank" href="https://blog.cliteratu.re/ebooks/entry001.mobi">MOBI</a></span> / <a target="_blank" href="https://marianaeguaras.com/edicion-digital-como-edicion-desde-cero">spanish version</a></p> <p>Thanks to <a href="http://marianaeguaras.com/">Mariana Eguaras</a> we are going to blog about <b>digital publishing</b>, its <b>characteristics, benefits and challenges</b>. We are also going to talk about <b>its relation with print publishing</b> and how these issues directly affect the proceedings for any kind of publishing.</p> <p>We already have planned what we are going to write about in the first entries, but any suggestions are welcome. As much as it is possible the writing won't be technical. We are going to try to be more friendly to the general public or publishers.</p> <p>However, you have to consider that some technicalities are necessary for publishing. The typography, printing or design slangs are common knowledge for publishers. In the same way, the jargons from web or software developers are starting to be part of our cultural background.</p> <blockquote class="addenda"> <p>The entries were originally wrote in spanish. Some of them are now kind of old: in some things I have a different opinion or approach. And as it is obvious, english is not my first language. Therefore, you are going to find a lot of grammar mistakes or typos and I will only translate (in a very loose way) the entries that I still consider relevant. So when you find this kind of box, it means that it is an <i>addendum</i> only for this broken english version.</p> </blockquote> <blockquote class="addenda"> <p>Do you want to improve this mess? You can always help through <a href="https://gitlab.com/NikaZhenya/publishing-is-coding">GitLab</a> or <a href="https://github.com/NikaZhenya/publishing-is-coding">GitHub</a>.</p> </blockquote> <p>In this first entry we will do a <b>general comparison between some of the most common methods for developing an standarized ebook in <span class="smallcap">EPUB</span> format</b>. Some other time we will go deeper in the history of <span class="smallcap">EPUB</span>.</p> <p>First off we should say that between the different ebook formats available the <span class="smallcap">EPUB</span> since the begining was created as a type of file for <i>ebooks</i>. The <span class="smallcap">EPUB</span> stands out because of its <b>versatility, lightness and respect of web standards</b>. This ensures code uniformity and <b>complete control over the text edition</b>.</p> <p>With these features, the <span class="smallcap">EPUB</span> is easily convertible in propertary formats as the ones used by Amazon or Apple. That means that we can save resources and time when we develop a digital publication.</p> <p>This flexibility also allows the development of software that intends to facilitate the creation of <span class="smallcap">EPUB</span>s. Just with a couple of clicks in a text processor (Writer or Word, e.g.) or desktop publishing (like InDesign) we instantly have an <span class="smallcap">EPUB</span>.</p> <p>At first glance this is a huge advantage for indie authors or publishers that don't want to invest in “additional efforts.” However there are at least <b>two disvantages</b> in doing things this way:</p> <ol> <li> <p>The code, design and text edition's qualities tend to be lower in comparison of others methods.</p> </li> <li> <p>It is often forgotten that the most important thing about the digital revolution it is not the ebook.</p>
2018-10-03 23:17:11 -05:00
</section>
<footer>
2018-10-04 09:26:36 -05:00
<p><a target="_blank" href="https://ted.cliteratu.re/">ted.cliteratu.re</a> | <a target="_blank" href="https://ed.cliteratu.re/">ed.cliteratu.re</a> | <a target="_blank" href="https://pecas.cliteratu.re/">pecas.cliteratu.re</a> | <a target="_blank" href="https://xxx.cliteratu.re/">xxx.cliteratu.re</a></p>
<p>All content is under <a target="_blank" href="https://github.com/NikaZhenya/publishing-is-coding#license">Licencia Editorial Abierta y Libre (<span class="smallcap">LEAL</span>)</a>.</p>
2018-11-26 14:23:46 -06:00
<p>Last build: November 5, 2018 | <span class="smallcap"><a target="_blank" href="https://blog.cliteratu.re/feed/rss.xml">RSS</a></span></p>
2018-10-04 09:26:36 -05:00
<p><a target="_blank" href="https://gitlab.com/NikaZhenya/publishing-is-coding">GitLab</a> | <a target="_blank" href="https://github.com/NikaZhenya/publishing-is-coding">GitHub</a> | <a target="_blank" href="http://git.cliteratu.re/publishing-is-coding">GitList</a></p>
<p><a target="_blank" href="https://etherscan.io/address/0x39b0bf0cf86776060450aba23d1a6b47f5570486"><span class="smallcap">ETH</span></a> | <a target="_blank" href="https://dogechain.info/address/DMbxM4nPLVbzTALv5n8G16TTzK4WDUhC7G"><span class="smallcap">DOGE</span></a> | <a target="_blank" href="https://www.paypal.me/perrotuerto">PayPal</a></p>
2018-10-03 23:17:11 -05:00
</footer>
</body>
2018-10-03 23:39:01 -05:00
</html>