From 3fedd01d421054d161678c37fbb48e1a7288fcb8 Mon Sep 17 00:00:00 2001 From: Tom Raithel Date: Tue, 21 Mar 2017 21:03:59 +0100 Subject: [PATCH] Cleanup and display AOE GmbH as author --- README.md | 3 +-- js/server.js | 5 +---- package.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a2c9c40..5151cc1 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,9 @@ If an item is overwritten in a new release, the attributes from the new item are ## Todos - [x] Add Icons -- [x] Add pjax +- [x] Implement search - [ ] Finalize CSS - [ ] Get contents for how-to-use page - [ ] Show item history on details - [ ] Better semantic and SEO -- [ ] Implement search? - [ ] Make mobile friendly diff --git a/js/server.js b/js/server.js index 931ac04..4b08726 100644 --- a/js/server.js +++ b/js/server.js @@ -26,16 +26,13 @@ export const renderPage = (radar, pageName) => { // Send the rendered page back to the client return renderFullPage(html, preloadedState); - - // Save file - // return save(fullHtml, pageName); } const renderFullPage = (html, preloadedState) => { return ` - AOE Technology Radar - AOE Tech Radar + AOE Technology Radar diff --git a/package.json b/package.json index 53a0c45..f5a5233 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "clean": "babel-node ./tasks/clean.js", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Tom Raithel (http://www.tomraithel.de)", + "author": "AOE GmbH (http://www.aoe.com)", "license": "MIT", "dependencies": { "async": "2.1.4",