Skip to content

cfrezier/devoxx2adoc

Repository files navigation

Devoxx2adoc

Generate your pre-filled notes in adoc and just add your notes during presentations !

Requirements

pip3 install -r requirements.txt --user

Usage

locally

Get the cookie value of PLAY_SESSION in the https://cfp.devoxx.fr domain.

./generate.py

with docker/podman

docker container run -ti --rm -v $(pwd)/talks:/workspace/talks ghcr.io/cfrezier/devoxx2adoc:latest generate.py

This will generate a folder talks with all talks, based on the template template.adoc.

Pick your favorites and add your notes !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published