diff options
-rw-r--r-- | AUTHORS | 10 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | bower.json | 3 | ||||
-rw-r--r-- | package.json | 10 | ||||
-rw-r--r-- | public/views/index.ejs | 4 |
5 files changed, 21 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..cec831b8 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +List of HackMD contributors. + +Fabien Meghazi +Ikumi Shimizu +Jason Croft +Jannik Lorenz +Max Wu +Peter Dave Hello +Zankio +葉家郡
\ No newline at end of file @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 jackycute +Copyright (c) 2016 Max Wu <jackymaxj@gmail.com> and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -2,9 +2,6 @@ "name": "hackmd", "description": "Realtime collaborative markdown notes on all platforms.", "main": "app.js", - "authors": [ - "jackycute" - ], "license": "MIT", "homepage": "https://github.com/hackmdio/hackmd", "moduleType": [ diff --git a/package.json b/package.json index 85d00072..702d02c3 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,6 @@ "version": "0.4.0", "description": "Realtime collaborative markdown notes on all platforms.", "main": "app.js", - "author": "jackycute", - "private": true, "license": "MIT", "dependencies": { "async": "^2.0.0-rc.3", @@ -60,5 +58,13 @@ }, "engines": { "node": ">=4.x" + }, + "bugs": "https://github.com/hackmdio/hackmd/issues", + "keywords": ["Collaborative", "Markdown", "Notes"], + "homepage": "https://hackmd.io", + "maintainers": [{"name": "Max Wu", "email": "jackymaxj@gmail.com"}], + "repository": { + "type": "git", + "url": "https://github.com/hackmdio/hackmd.git" } } diff --git a/public/views/index.ejs b/public/views/index.ejs index 4aa6ae0a..584f8ce6 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -9,8 +9,8 @@ <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="mobile-web-app-capable" content="yes"> <meta name="description" content="Realtime collaborative markdown notes on all platforms."> - <meta name="author" content="jackycute"> <title>HackMD - Collaborative notes</title> + <meta name="keywords" content="Collaborative, Markdown, Notes"> <link rel="icon" type="image/png" href="<%- url %>/favicon.png"> <link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png"> @@ -152,7 +152,7 @@ <h6> <iframe src="//ghbtns.com/github-btn.html?user=hackmdio&repo=hackmd&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="vertical-align:middle;"></iframe> </h6> - <p>© 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> by <a href="https://github.com/jackycute" target="_blank"><i class="fa fa-github-square"></i> jackycute</a> + <p>© 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> </p> </div> </div> |