From 4eb1e3a4b39d4db4cbd59736a7ee49ca3185be1f Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Fri, 11 Oct 2019 02:16:50 +0300 Subject: [PATCH] Add indico --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ded1427..f95a19f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Editor Plugins and IDEs](#editor-plugins-and-ides) - [Email](#email) - [Environment Management](#environment-management) + - [Event Management](#event-management) - [Files](#files) - [Foreign Function Interface](#foreign-function-interface) - [Forms](#forms) @@ -555,6 +556,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. +## Event Management + +*Tools and libraries for managing events.* + +* [indico](https://github.com/indico/indico) - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN). + ## Files *Libraries for file manipulation and MIME type detection.*