Commit Graph

5 Commits (1ba973ba3ffc1c5690781101023713365f424814)

Author SHA1 Message Date
Trivernis 3a0cfef640 Additional Code-Cleanup
closes #2
- removed constant cache variable in server.js
- renamed second data variable in script.js
- removed variable vueApp in data.js
6 years ago
Trivernis b40b890c1b Introducing Caching
SASS, HTML and other Files that are preprocessed will be stored in their 
processed form in the .cache directory for faster access. When a file is 
called more than 10 times in the last minute, it will be loaded into the 
memory and stays there for an hour. This allows the server to respond 
even faster to requests.
6 years ago
Trivernis e21ebee005 Started with html development
- Designing the Interface now
- Added data.json
- Added data.html: For viewing graphs
- Added Icons: RCN-icon & new Favicon
- Switched to develop vue.js. Switching back on release
- Removed testing data.json
- Modified readme
6 years ago
Julius Riegel 607c5caf34 Integration of vue.js, Better Routing and more
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css
- closes #1
6 years ago
Julius Riegel 5b6fe44c4c Restored Content
- Restored Content that got missing by an git accident (damn those squids)
- Renamed LICENSE.md to LICENSE
6 years ago