No description
Find a file
2018-02-01 15:17:25 +01:00
tls Fix traefik configuration 2018-02-01 08:44:38 +01:00
www Quick fix 2018-02-01 15:17:25 +01:00
.gitignore cleanup www / api 2018-01-26 23:43:32 +01:00
docker-stack.yaml Fix traefik configuration 2018-02-01 08:44:38 +01:00
ISSUE_TEMPLATE.md Add link to submit event 2018-01-26 10:00:48 +01:00
README.md simple static site with https 2018-01-29 08:33:15 +01:00

Purpose

Setup a simple web site, with an easy to remember URL: http://sophia.events, and acting as a hub which lists the incoming technical events in Sophia-Antipolis.

The rational

A lot of great stuff is happening in Sophia:

... but it's not always easy to follow all the sources.

Some people ask about a place that lists them all... here is a simple attempt that tries to answer this need.

How to run it

Clone de repository

$ git clone https://github.com/lucj/sophia.events.git

Run the wrapper scrip

$ cd www && ./test.sh

A web server is run locally, the timeline is available on port 8000

Status

TODO

  • make a clean and appealing header
  • display event logo in the corner opposite to the date
  • define events.json file describing all the events
  • use simple Mustache templating to build index.html
  • Add tab listing past events
  • modify css to have more items on the same page
  • Expose RSS feed
  • Add TLS
  • create a backend to automatically fetch events form list of sources
  • have fun on this side project :)

Credit

The first version is based on the vertical timeline created by Sava Lazic