From 3b4e770130202d5a4d6553e74265c41eedd07fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 9 Feb 2016 13:39:08 +0100 Subject: [PATCH] improve homepage and update links --- source/index.rst | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/source/index.rst b/source/index.rst index 20825f23d..73fc40f34 100644 --- a/source/index.rst +++ b/source/index.rst @@ -32,11 +32,27 @@ Contribute ========== -* `Issue tracker `_ (the certificate is available `here `_) -* source code is available here : +* `Issue tracker `_ You may want to dispatch the issue in the multiple projects. If you do not know in which project is located your bug / feature request, use the project Chill-Main. - * Chill-standard : https://github.com/Champs-Libres/chill-standard - * Chill-main : https://github.com/Champs-Libres/ChillMain +Source code is dispatched in multiple bundle, to improve re-usability. Each bundle has dependencies with other chill bundle, but the developer take care that bundles may not be installed if the user do not need it. + +Available bundles +------------------- + +* Chill-standard | https://git.framasoft.org/Chill-project/Chill-Standard This is the skeleton of the project. It does contains only few code, but information about configuration of your instance ; +* Chill-Main : https://git.framasoft.org/Chill-project/Chill-Main : the main, required bundle for all the subsequent chill bundles. It contains the framework to add features (like searching, timeline, ...). It also provides the user managements (authentification and authorization) ; +* Chill-Person : https://git.framasoft.org/Chill-project/Chill-Person This is the bundle which provides the possibility to create and add a person. +* Chill-CustomFields : https://git.framasoft.org/Chill-project/Chill-CustomFields This bundle allows you to create custom fields on other bundles. It provides the framework for this features, and modify the schema according to this. It is required by Chill-Person and Chill-Report. +* Chill-Report: https://git.framasoft.org/Chill-project/Chill-Report This bundle allow to add report about People recorded in your database ; +* Chill-Activity : https://git.framasoft.org/Chill-project/Chill-Activity This bundle allow to add activities about People recorded in your database ; +* Chill-ICPC2 : https://git.framasoft.org/Chill-project/Chill-ICPC2 This bundle provides a custom fields for `ICPC code `_ (international classification for primary care) + +You will also found the following projects : + +* The present documentation : https://git.framasoft.org/Chill-project/chill-documentation +* The website https://chill.social : https://git.framasoft.org/Chill-project/chill.social + +And various project to build docker containers with Chill. TODO in documentation =====================