diff --git a/API.md b/API.deprecated.md similarity index 100% rename from API.md rename to API.deprecated.md diff --git a/README.md b/README.md index 1f80f77..d3a9c06 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,8 @@ [NoteHub](https://www.notehub.org) is a free and hassle-free pastebin for one-off markdown publishing. -NoteHub _was_ an one-app-one-language [experiment](https://www.notehub.org/2012/6/16/how-notehub-is-built) and was initially implemented entirely in [Clojure](http://clojure.org) (ClojureScript). -NoteHub's persistence layer is based on the key-value store [redis](http://redis.io). -Currently, NoteHub is hosted for free on [Heroku](http://heroku.com). - -NoteHub supports an [API](https://github.com/chmllr/NoteHub/blob/master/API.md) and can be integrated as a publishing platform. - ## How to Use? -First, create [a new page](https://www.notehub.org/new) using the [Markdown syntax](http://daringfireball.net/projects/markdown/). +First, create [a new page](https://notehub.org/new) using the [Markdown syntax](http://daringfireball.net/projects/markdown/). When the note is published, you'll see a subtle panel at the bottom of the screen. From this panel you can go to a rudimentary statistics of the article, or you can export the original markdown, or copy the short url of the note. Besides this, you also can invert the color scheme by appending to the note url: diff --git a/resources/public/index.html b/resources/public/index.html index b9d4698..176d3a9 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -11,7 +11,7 @@

NoteHub

-

Free and Hassle-free Pastebin for Markdown Pages.

+

Free and Hassle-free Pastebin for Markdown Notes.


New Page
@@ -28,15 +28,16 @@
  • Statistics: page view counter, publishing and editing date.
  • Expiration: all notes with less than 30 views after the first 30 days will expire.
  • Export: the original markdown content can be displayed in plain text format.
  • -
  • API: Integrate the publishing functionality into your editor using the official NoteHub API.
  • Changelog