A pastebin for markdown pages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Christian Mueller 3308c64c5a a lot of comments added; minor refactoring 14 years ago
resources/public/js google analytics code added 14 years ago
src/NoteHub a lot of comments added; minor refactoring 14 years ago
src-cljs added a 'Loading...' test to the textarea, which disappears later 14 years ago
test/NoteHub/test a lot of comments added; minor refactoring 14 years ago
.gitignore google analytics code added 14 years ago
Makefile server is started in prod mode on heroku -> prev. rel. changes reverted 14 years ago
README.md landing finished 14 years ago
messages refactoring 14 years ago
project.clj plain text hidden behind a function call (to make localization easier) 14 years ago
settings lots of minor refactorings; landing page extended 14 years ago

README.md

NoteHub

NoteHub is a free and anonymous hosting for markdown pages. It can be used for publishing of markdown-formatted text. For instance, this service might be interesting to people, who want to publish something, but don't want to start a blog.

Writing

Once a user started to write, he gets a special draft URL like:

http://notehub.org/draft/4j32j4g23v23v4vnb234mn23jh6b76686

His changes will be auto-saved every minute, manualy or at a registered page exit. When the same link will be opened again and the page wasn't published yet, the author will be recognized using cookies, or he should enter three non-trivial words from the document, to unlock the draft. The security aspect here is non-critical, since every page will eventually be published on NoteHub anyway. So there is no reason to assume, that a draft contains critical information.

Publishing

Once a page is published, it gets accessible under and URL like:

http://notehub.org/%YEAR/%MONTH/%DAY/%TITLE

Hence, every date represents a name space.

Features