This PHP script publishes upcomming FCC Software meetings as a list, which can
be embeded in other web sites as <iframe> element.
Example of the usage can be seen at FCC Software webpage.
<iframe src="https://fccsw.web.cern.ch/fccsw-meetings/"
title="FCC Software Meetings"></iframe>
Install PHP, for RedHat based Linux distributions use:
dnf install php-cli
Run local server:
php -S localhost:8000
The script lives at
/eos/project/f/fccsw-web/www/fccsw-meetings/index.php