This repository contains the framework for the ACCU Conference website (http://conference.accu.org). The driver and manager of the dynamic content is a Flask application, the static content is managed as a Nikola website. It is assumed that Python 3 is used for both Flask and Nikola.
Git, obviously, but also Nikola and Flask.
Many operating system distributions package Nikola and Flask (some only the Python 2 version though :-( If there is not a suitable package then creating a virtualenv and installing Nikola and Flask from PyPI using pip works well – Python 3 being the most senble choice of Python obviously.
All text material in the Nikola managed part of this repository is licenced under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. The code of the Flask application is licenced under the GNU Public Licence version 3 (GPLv3).