From 50b99a5f5ffaec9c18d2c4ccbf95fc0a8b0d2411 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 19:53:29 +0100 Subject: [PATCH 1/7] Update screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f24173..2106846 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Mobilizon is a tool designed to create platforms for managing communities and ev ## Screenshots -![Capture](https://user-images.githubusercontent.com/30271971/56023339-ea65aa00-5d0d-11e9-8b27-0120de231920.PNG) +![Capture](https://joinmobilizon.org/img/fr/event-tree-participation-rose-utopia.jpg) ## Documentation From 0c1e140a5b84af1e16aec1d15951f525906d9939 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 19:54:44 +0100 Subject: [PATCH 2/7] Adding demo stuff --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2106846..51efbbc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Mobilizon is a tool designed to create platforms for managing communities and ev ![Capture](https://joinmobilizon.org/img/fr/event-tree-participation-rose-utopia.jpg) +## Demo + +* [Official demo](https://demo.mobilizon.org/) + ## Documentation * Official documentation: https://docs.joinmobilizon.org From 67564f9bdf692efb4bf72f8792dfc59e8427a5f9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 19:56:53 +0100 Subject: [PATCH 3/7] Adding LDAP informations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51efbbc..abe6902 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Mobilizon is a tool designed to create platforms for managing communities and ev ## YunoHost specific features +#### Multi-user support + +LDAP is supported but HTTP auth is not supported? + #### Supported achitectures * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/mobilizon%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/mobilizon/) From 429a116f75df6bc806361d902755c7d26a42df32 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 19:57:22 +0100 Subject: [PATCH 4/7] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe6902..75f5281 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Mobilizon is a tool designed to create platforms for managing communities and ev LDAP is supported but HTTP auth is not supported? -#### Supported achitectures +#### Supported architectures * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/mobilizon%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/mobilizon/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/mobilizon%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/mobilizon/) From f268b60d836d93808d84faf197f12dafc6782a5d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 19:59:49 +0100 Subject: [PATCH 5/7] Adding configuration informations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75f5281..036680e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Mobilizon is a tool designed to create platforms for managing communities and ev * [Official demo](https://demo.mobilizon.org/) +## Configuration + +Configuration can be made in the Mobilizon administration panel. + ## Documentation * Official documentation: https://docs.joinmobilizon.org From 4aa99769a12de1e1b9c7f025b2e57d0134aff047 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 20:03:27 +0100 Subject: [PATCH 6/7] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036680e..572c8ed 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MobiliZon is your federated organization and mobilization platform. Supported by MobiliZon aims to solve existing platform's problems to organize events in a decentralised, libre and privacy friendly way. -Mobilizon is a tool designed to create platforms for managing communities and events. Its purpose is to help as many people as possible to free themselves from Facebook groups and events, from Meetup, etc. +Mobilizon is a tool that helps you find, create and organise events. You can also create a page for your group where the members will be able to organise together. **Shipped version:** 1.0.0 From 7c2274ccaa9f0d36bf343fd1aa557801680c1f55 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 29 Oct 2020 20:12:07 +0100 Subject: [PATCH 7/7] Adding informations --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 572c8ed..541c260 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Mobilizon is a tool that helps you find, create and organise events. You can als ## Important points to read before installing 1. **Mobilizon** require a dedicated **root domain**, eg. mobilizon.domain.tld +2. To connect as **Mobilizon** administrator, use the email address and password of the user you choose during install +3. By default registrations are closed +4. All Yunohost user are allowed to connect ## Screenshots