Browse Source

Add footnote about Bold IO shutting down

master
Matt Baer 6 years ago
parent
commit
8f47573c9e
1 changed files with 21 additions and 10 deletions
  1. +21
    -10
      index.html

+ 21
- 10
index.html View File

@@ -42,6 +42,9 @@
color: #333;
text-decoration: none;
}
table th a:link, table th a:visited {
color: #fff;
}
a.cta:link, a.cta:visited {
font-size: 0.86em;
color: blue;
@@ -51,6 +54,10 @@
table a sup {
font-size: 0.5em;
}
table th a sup {
font-size: 0.7em;
margin-left: 0.25em;
}
footer {
margin: 5em 0 6em;
text-align: center;
@@ -150,7 +157,7 @@
<tr>
<th class="tg-s2ie">&nbsp;</th>
<th class="tg-2voe">Telegra.ph</th>
<th class="tg-2voe">IO by Bold</th>
<th class="tg-2voe"><a href="#f1">IO by Bold<sup>1</sup></a></th>
<th class="tg-2voe">Write.as</th>
</tr>
<tr>
@@ -199,7 +206,7 @@
<td class="tg-jd9x">Markdown support</td>
<td class="tg-y8j1">&#x2713;</td>
<td class="tg-y8j1">&#x2713;</td>
<td class="tg-y8j1"><a href="#f1">&#x2713;<sup>1</sup></a></td>
<td class="tg-y8j1"><a href="#f2">&#x2713;<sup>2</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Developer API</td>
@@ -216,20 +223,20 @@
<tr>
<td class="tg-jd9x">Export posts</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f2">&#x2713;<sup>2</sup></a></td>
<td class="tg-y8j1"><a href="#f3">&#x2713;<sup>3</sup></a></td>
<td class="tg-y8j1"><a href="#f4">&#x2713;<sup>4</sup></a></td>
</tr>
<tr>
<td class="tg-jgj0">Find others&#39; posts</td>
<td class="tg-ttsk">&nbsp;</td>
<td class="tg-ttsk">&#x2713;</td>
<td class="tg-ttsk"><a href="#f4">&#x2713;<sup>4</sup></a></td>
<td class="tg-ttsk"><a href="#f5">&#x2713;<sup>5</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Apps, etc.</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f5">&#x2713;<sup>5</sup></a></td>
<td class="tg-y8j1"><a href="#f6">&#x2713;<sup>6</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Tor hidden service</td>
@@ -261,23 +268,27 @@
<h2>Footnotes</h2>

<p>
<a name="f1"><sup>1</sup></a> Markdown supported automatically on Write.as blog posts, or by adding <code>.md</code> to a post URL.
<a name="f1"><sup>1</sup></a> Bold <a href="https://techcrunch.com/2017/06/10/postmates-gets-a-secret-weapon/" target="tc">was recently acquired</a> and plans to shut down soon.
</p>

<p>
<a name="f2"><sup>2</sup></a> Markdown supported automatically on Write.as blog posts, or by adding <code>.md</code> to a post URL.
</p>

<p>
<a name="f2"><sup>2</sup></a> Export as Markdown or JSON by adding <code>.md</code> or <code>.json</code>, respectively, to a post URL.
<a name="f3"><sup>3</sup></a> Export as Markdown or JSON by adding <code>.md</code> or <code>.json</code>, respectively, to a post URL.
</p>

<p>
<a name="f3"><sup>3</sup></a> Export as plain text or Markdown by adding <code>.txt</code> or <code>.md</code>, respectively, to a post URL. Export as JSON via the <a href="https://writeas.github.io/docs/#retrieve-a-post">API</a>.
<a name="f4"><sup>4</sup></a> Export as plain text or Markdown by adding <code>.txt</code> or <code>.md</code>, respectively, to a post URL. Export as JSON via the <a href="https://writeas.github.io/docs/#retrieve-a-post">API</a>.
</p>

<p>
<a name="f4"><sup>4</sup></a> Find public blog posts at <a href="https://read.write.as/">https://read.write.as</a>.
<a name="f5"><sup>5</sup></a> Find public blog posts at <a href="https://read.write.as/">https://read.write.as</a>.
</p>

<p>
<a name="f5"><sup>5</sup></a> Available for Android, iOS, Chrome OS, as a Chrome extension, and Windows/macOS/Linux via command-line: <a href="https://write.as/apps">platforms</a>.
<a name="f6"><sup>6</sup></a> Available for Android, iOS, Chrome OS, as a Chrome extension, and Windows/macOS/Linux via command-line: <a href="https://write.as/apps">platforms</a>.
</p>

<footer>


Loading…
Cancel
Save