Skip to content

Commit e52937d

Browse files
committed
Update project infos, reclaim authors and add authors list
1 parent 5819e40 commit e52937d

5 files changed

Lines changed: 21 additions & 8 deletions

File tree

AUTHORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
List of HackMD contributors.
2+
3+
Fabien Meghazi
4+
Ikumi Shimizu
5+
Jason Croft
6+
Jannik Lorenz
7+
Max Wu
8+
Peter Dave Hello
9+
Zankio
10+
葉家郡

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 jackycute
3+
Copyright (c) 2016 Max Wu <jackymaxj@gmail.com> and others
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bower.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "hackmd",
33
"description": "Realtime collaborative markdown notes on all platforms.",
44
"main": "app.js",
5-
"authors": [
6-
"jackycute"
7-
],
85
"license": "MIT",
96
"homepage": "https://github.com/hackmdio/hackmd",
107
"moduleType": [

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"version": "0.4.0",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"main": "app.js",
6-
"author": "jackycute",
7-
"private": true,
86
"license": "MIT",
97
"dependencies": {
108
"async": "^2.0.0-rc.3",
@@ -60,5 +58,13 @@
6058
},
6159
"engines": {
6260
"node": ">=4.x"
61+
},
62+
"bugs": "https://github.com/hackmdio/hackmd/issues",
63+
"keywords": ["Collaborative", "Markdown", "Notes"],
64+
"homepage": "https://hackmd.io",
65+
"maintainers": [{"name": "Max Wu", "email": "jackymaxj@gmail.com"}],
66+
"repository": {
67+
"type": "git",
68+
"url": "https://github.com/hackmdio/hackmd.git"
6369
}
6470
}

public/views/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1010
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="description" content="Realtime collaborative markdown notes on all platforms.">
12-
<meta name="author" content="jackycute">
1312
<title>HackMD - Collaborative notes</title>
13+
<meta name="keywords" content="Collaborative, Markdown, Notes">
1414
<link rel="icon" type="image/png" href="<%- url %>/favicon.png">
1515
<link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png">
1616

@@ -152,7 +152,7 @@
152152
<h6>
153153
<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>
154154
</h6>
155-
<p>&copy; 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>
155+
<p>&copy; 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a>
156156
</p>
157157
</div>
158158
</div>

0 commit comments

Comments
 (0)