From ab578f768f510794db8b49e95b314c14833baf1e Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 5 Jan 2017 00:06:03 +0900 Subject: [PATCH 1/4] refactor: remove unused file --- browser/lib/api.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 browser/lib/api.js diff --git a/browser/lib/api.js b/browser/lib/api.js deleted file mode 100644 index fe27ae3e..00000000 --- a/browser/lib/api.js +++ /dev/null @@ -1,21 +0,0 @@ -import superagent from 'superagent' -import superagentPromise from 'superagent-promise' - -export const SERVER_URL = 'https://b00st.io/' -// export const SERVER_URL = 'http://localhost:3333/' - -export const request = superagentPromise(superagent, Promise) - -export function shareViaPublicURL (input) { - return request - .post(SERVER_URL + 'apis/share') - // .set({ - // Authorization: 'Bearer ' + auth.token() - // }) - .send(input) -} - -export default { - SERVER_URL, - shareViaPublicURL -} From 4caf3a81bef57b6182cfbf1cc621c69ad5eea495 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 5 Jan 2017 00:08:18 +0900 Subject: [PATCH 2/4] fix: update the url of official homepage --- lib/main-menu.js | 2 +- package.json | 2 +- readme-ja.md | 4 ++-- readme-ko.md | 4 ++-- readme.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/main-menu.js b/lib/main-menu.js index 6a010063..482c8b07 100644 --- a/lib/main-menu.js +++ b/lib/main-menu.js @@ -169,7 +169,7 @@ var help = { submenu: [ { label: 'Boostnote official site', - click: function () { shell.openExternal('https://b00st.io/') } + click: function () { shell.openExternal('https://boostnote.io/') } }, { label: 'Issue Tracker', diff --git a/package.json b/package.json index 0208e24c..7a73aaab 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "bugs": { "url": "https://github.com/BoostIO/Boostnote/issues" }, - "homepage": "https://b00st.io", + "homepage": "https://boostnote.io", "dependencies": { "@rokt33r/markdown-it-math": "^4.0.1", "@rokt33r/season": "^5.3.0", diff --git a/readme-ja.md b/readme-ja.md index 960c897c..65e4489d 100644 --- a/readme-ja.md +++ b/readme-ja.md @@ -50,8 +50,8 @@ ## Goods - - + + [Boostnote store](https://boostnote.paintory.com/)から幾つかのグッズを販売しています。 diff --git a/readme-ko.md b/readme-ko.md index a0351c1d..7d071949 100644 --- a/readme-ko.md +++ b/readme-ko.md @@ -51,8 +51,8 @@ ## Goods - - + + [Boostnote store](https://boostnote.paintory.com/)에서 몇가지 상품들을 팔고있습니다. diff --git a/readme.md b/readme.md index 495bba69..ab274c33 100644 --- a/readme.md +++ b/readme.md @@ -41,8 +41,8 @@ If you want to join our dev Slack group ask @rokt33r. - Snippets Lab ## Store - - + + We're selling Boostnote goods on the [Boostnote store](https://boostnote.paintory.com/). From 2bfda95ed8e72717c012c009a47bdda9d19f82d8 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sun, 8 Jan 2017 23:44:49 +0900 Subject: [PATCH 3/4] modify: get flowchart.js from npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7a73aaab..cf2cc394 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@rokt33r/season": "^5.3.0", "codemirror": "^5.19.0", "electron-gh-releases": "^2.0.2", + "flowchart.js": "^1.6.5", "font-awesome": "^4.3.0", "immutable": "^3.8.1", "js-sequence-diagrams": "^1000000.0.6", From 76508fbc3b0fca931257376c0af44a26c7db614d Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sun, 8 Jan 2017 23:45:34 +0900 Subject: [PATCH 4/4] refactor: remove oh-my-cdn --- lib/finder.html | 2 +- lib/main.html | 2 +- oh-my-cdn.json | 6 ------ package.json | 1 - 4 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 oh-my-cdn.json diff --git a/lib/finder.html b/lib/finder.html index cb55fe8b..cf46c30e 100644 --- a/lib/finder.html +++ b/lib/finder.html @@ -34,7 +34,7 @@ - + diff --git a/lib/main.html b/lib/main.html index 143c1642..a43985c0 100644 --- a/lib/main.html +++ b/lib/main.html @@ -62,7 +62,7 @@ - + diff --git a/oh-my-cdn.json b/oh-my-cdn.json deleted file mode 100644 index dc7e9e2b..00000000 --- a/oh-my-cdn.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "directory": "compiled", - "targets": { - "flowchart": "https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.3/flowchart.js" - } -} diff --git a/package.json b/package.json index cf2cc394..8aca27ea 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "jsdom": "^9.4.2", "merge-stream": "^1.0.0", "nib": "^1.1.0", - "oh-my-cdn": "^0.1.1", "react": "^15.3.0", "react-color": "^2.2.2", "react-css-modules": "^3.7.6",