|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>NoteHub — Pastebin for One-Off Markdown Publishing</title>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
|
|
|
<link href="/style.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="hero">
|
|
|
|
|
<h1>NoteHub</h1>
|
|
|
|
|
<h2>Pastebin for One-Off Markdown Publishing</h2>
|
|
|
|
|
<br>
|
|
|
|
|
<a class="landing-button demo" href="/Demo.md" style="color: white">See Demo Note</a>
|
|
|
|
|
<a class="landing-button" href="/new" style="color: white">New Note</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="dashed-line"></div>
|
|
|
|
|
<article class="bottom-space">
|
|
|
|
|
<h2>Changelog</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>2017-08</strong>: NoteHub 3.0 released: rewritten in Go; all features but essential dropped.</li>
|
|
|
|
|
<li><strong>2016-03</strong>: Note deletion feature added.</li>
|
|
|
|
|
<li><strong>2015-10</strong>: NoteHub rewritten in Node.js.</li>
|
|
|
|
|
<li><strong>2015-10</strong>: NoteHub API and note styling discontinued due to low adoption.</li>
|
|
|
|
|
<li><strong>2014-09</strong>: text size setting added</li>
|
|
|
|
|
<li><strong>2014-07</strong>: deprecated all API versions less than 1.4 & performance improvements.</li>
|
|
|
|
|
<li><strong>2014-03</strong>: note expiration implemented.</li>
|
|
|
|
|
<li><strong>2014-02</strong>: a simple JS-client for API testing added.</li>
|
|
|
|
|
<li><strong>2014-01</strong>: NoteHub API, mobile friendly styling and more.</li>
|
|
|
|
|
<li><strong>2013-03</strong>: new color themes.</li>
|
|
|
|
|
<li><strong>2012-07</strong>: password protection for note editing added.</li>
|
|
|
|
|
<li><strong>2012-06</strong>: NoteHub released as a result of an <a href="/2012/6/16/how-notehub-is-built">experiment</a>.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</article>
|
|
|
|
|
<footer>
|
|
|
|
|
<a href="https://github.com/chmllr/NoteHub">source code</a> ·
|
|
|
|
|
<a href="/TOS.md">terms of service</a>
|
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|