sophia.events/README.md

66 lines
2 KiB
Markdown
Raw Normal View History

2018-01-24 22:02:55 +00:00
## Purpose
2018-01-24 08:27:33 +00:00
2018-01-24 22:23:06 +00:00
Setup a simple web site, with an easy to remember URL: [http://sophia.events](http://sophia.events), and acting as a hub which lists the incoming technical events in Sophia-Antipolis.
2018-01-24 21:56:32 +00:00
2018-01-24 22:02:55 +00:00
## The rational
2018-01-24 21:56:32 +00:00
A lot of great stuff is happening in Sophia:
- meetups
- [Docker](meetup.com/fr-FR/Docker-Nice)
- [Hashicorp User Group](https://www.meetup.com/fr-FR/Sophia-Antipolis-HashiCorp-User-Group)
- [CNCF](https://www.meetup.com/fr-FR/CNCF-Cloud-Native-Computing-Sophia-Antipolis/)
- events from [TelecomValley](https://telecomvalley.fr)
- events from [RivieraJug](http://rivierajug.org)
- ...
2018-01-24 22:02:55 +00:00
... but it's not always easy to follow all the sources.
2018-01-24 21:56:32 +00:00
2018-01-24 22:02:55 +00:00
Some people ask about a place that lists them all... here is a simple attempt that tries to answer this need.
2018-01-24 21:56:32 +00:00
2018-02-02 09:16:32 +00:00
## Want to help making this website look better ? :)
Fell free to modify it and to submit a PR.
2018-01-29 07:33:15 +00:00
### Clone de repository
2018-01-25 15:24:18 +00:00
2018-01-29 07:33:15 +00:00
```
2018-02-02 09:16:32 +00:00
$ git clone https://github.com/lucj/sophia.events.git && cd sophia.events
2018-01-29 07:33:15 +00:00
```
2018-01-25 15:24:18 +00:00
2018-02-02 09:16:32 +00:00
### Run stack
This assumes you have [Docker](https://www.docker.com/community-edition#/download) / [Docker Compose](https://docs.docker.com/compose/install/) installed on your machine
2018-01-25 15:24:18 +00:00
2018-01-29 07:33:15 +00:00
```
2018-02-02 09:16:32 +00:00
$ docker-compose up -d
2018-01-29 07:33:15 +00:00
```
2018-02-02 09:16:32 +00:00
A web server is run in a Docker container available on port 8000.
### Modify the files
Fell free to modify the css / html.
Once you'r happy with your changes you can report the modifications of the html in the *template/index.mustache* file.
2018-01-29 07:33:15 +00:00
## Status
2018-01-24 21:56:32 +00:00
2018-01-26 23:20:25 +00:00
*TODO*
2018-01-24 21:56:32 +00:00
2018-02-15 12:32:56 +00:00
- [ ] make the whole thing look better
2018-01-24 21:56:32 +00:00
- [ ] make a clean and appealing header
2018-02-15 12:32:56 +00:00
- [ ] add a contact form
2018-01-26 23:20:25 +00:00
- [x] display event logo in the corner opposite to the date
2018-01-25 14:36:09 +00:00
- [x] define events.json file describing all the events
2018-01-25 15:24:18 +00:00
- [x] use simple Mustache templating to build index.html
2018-02-03 16:35:57 +00:00
- [x] Add tab listing past events
2018-01-26 23:20:25 +00:00
- [x] modify css to have more items on the same page
- [ ] Expose RSS feed
2018-02-03 16:35:57 +00:00
- [x] Add TLS
2018-01-29 07:33:15 +00:00
- [ ] create a backend to automatically fetch events form list of sources
2018-01-24 21:56:32 +00:00
## Credit
The first version is based on the vertical [timeline](http://codepen.io/savalazic/pen/QKwERN) created by Sava Lazic