Browse Source

project files added

master
Christian Müller 11 years ago
parent
commit
fa4d546b04
  1. 9
      jsconfig.json
  2. 28
      messages
  3. 27
      messages.json
  4. 23
      package.json

9
jsconfig.json

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}

28
messages

@ -1,28 +0,0 @@ @@ -1,28 +0,0 @@
page-title = Free Pastebin for One-Off Markdown Publishing
title = Free and Hassle-free Pastebin for Markdown Pages.
name = NoteHub
new-page = New Page
status-404 = Not Found
status-400 = Bad Request
status-403 = Forbidden
status-500 = Internal Server Error
footer = Source code on [GitHub](https://github.com/chmllr/NoteHub) &middot; Hosted on [Heroku](http://heroku.com) &middot; DB on [RedisLabs](http://redislabs.com) &middot; SSL by [CloudFlare](http://cloudflare.com) <br/> Created by [@chmllr](https://github.com/chmllr)
loading = Loading...
set-passwd = Password for editing
enter-passwd = Password
publish = Publish
update = Save
published = Published
publisher = Publisher
edited = Edited
views = Article Views
statistics = Statistics
stats = statistics
export = export
notehub = &#8962; notehub
edit = edit
short-url = short url
api-title = API

27
messages.json

@ -0,0 +1,27 @@ @@ -0,0 +1,27 @@
{
"page-title": "Free Pastebin for One-Off Markdown Publishing",
"title": "Free and Hassle-free Pastebin for Markdown Notes.",
"name": "NoteHub",
"new-page": "New Page",
"status-404": "Not Found",
"status-400": "Bad Request",
"status-403": "Forbidden",
"status-500": "Internal Server Error",
"footer": "Source code on [GitHub](https://github.com/chmllr/NoteHub) &middot; Hosted on [Heroku](http://heroku.com) &middot; DB on [RedisLabs](http://redislabs.com) &middot; SSL by [CloudFlare](http://cloudflare.com) <br/> Created by [@chmllr](https://github.com/chmllr)",
"loading": "Loading...",
"set-passwd": "Password for editing",
"enter-passwd": "Password",
"publish": "Publish",
"update": "Save",
"published": "Published",
"publisher": "Publisher",
"edited": "Edited",
"views": "Article Views",
"statistics": "Statistics",
"stats": "statistics",
"export": "export",
"notehub": "&#8962; notehub",
"edit": "edit",
"short-url": "short url",
"api-title": "API"
}

23
package.json

@ -0,0 +1,23 @@ @@ -0,0 +1,23 @@
{
"name": "NoteHub",
"version": "3.0.0",
"description": "Free Pastebin for One-Off Markdown Publishing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chmllr/NoteHub.git"
},
"keywords": [
"markdown",
"pastebin"
],
"author": "Christian Müller <notehub@icloud.com> (http://github.com/chmllr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/chmllr/NoteHub/issues"
},
"homepage": "https://github.com/chmllr/NoteHub"
}
Loading…
Cancel
Save