Cleanup and display AOE GmbH as author

This commit is contained in:
Tom Raithel
2017-03-21 21:03:59 +01:00
parent ad2b0e34ad
commit 3fedd01d42
3 changed files with 3 additions and 7 deletions

View File

@@ -44,10 +44,9 @@ If an item is overwritten in a new release, the attributes from the new item are
## Todos ## Todos
- [x] Add Icons - [x] Add Icons
- [x] Add pjax - [x] Implement search
- [ ] Finalize CSS - [ ] Finalize CSS
- [ ] Get contents for how-to-use page - [ ] Get contents for how-to-use page
- [ ] Show item history on details - [ ] Show item history on details
- [ ] Better semantic and SEO - [ ] Better semantic and SEO
- [ ] Implement search?
- [ ] Make mobile friendly - [ ] Make mobile friendly

View File

@@ -26,16 +26,13 @@ export const renderPage = (radar, pageName) => {
// Send the rendered page back to the client // Send the rendered page back to the client
return renderFullPage(html, preloadedState); return renderFullPage(html, preloadedState);
// Save file
// return save(fullHtml, pageName);
} }
const renderFullPage = (html, preloadedState) => { const renderFullPage = (html, preloadedState) => {
return ` return `
<html> <html>
<head> <head>
<title>AOE Technology Radar - AOE Tech Radar</title> <title>AOE Technology Radar</title>
<link rel="stylesheet" href="/styles.css"/> <link rel="stylesheet" href="/styles.css"/>
</head> </head>
<body> <body>

View File

@@ -14,7 +14,7 @@
"clean": "babel-node ./tasks/clean.js", "clean": "babel-node ./tasks/clean.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Tom Raithel <t.raithel@googlemail.com> (http://www.tomraithel.de)", "author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "2.1.4", "async": "2.1.4",