#982 Add news page to the ESCET website
- Best to review per commit.
- End-user visible changes:
- Added a 'news' page to the ESCET website.
- CIF history page: added the month in which the ESCET project proposal was submitted.
- Notes:
- It is difficult to test this locally, as you need a webserver to dynamically load files in JS on an HTML page. You can enable debug mode in the JS file to see some dummy items on the news page. Alternatively, just copy the
news.jsoninto the JS file, to test it. I'll see if I can post the current version as a standalone HTML file. - I back-filled in quite some news items, to make it appear as though we had it since the start of the project. Likely we'll need some 'rules' on what does and doesn't fit here. I'll later create a separate issue to discuss that. I have ideas about it. We can then also add more items that are missing.
- There are no links yet to this news page. That is for a later merge request.
- Likely, we'll later also want some way of pushing news rather than people having poll for it by visiting the website every day. Maybe an RSS feed or mailing list, but that is thus for later.
- It is difficult to test this locally, as you need a webserver to dynamically load files in JS on an HTML page. You can enable debug mode in the JS file to see some dummy items on the news page. Alternatively, just copy the
Addresses #982