mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
commit
e006c0370f
2 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@ Notes
|
||||||
|
|
||||||
Before installing, you have to:
|
Before installing, you have to:
|
||||||
|
|
||||||
- get a valid SSL certificate (can use http://www.startssl.com/)
|
- get a valid SSL certificate (can use [startssl.com](https://www.startssl.com/))
|
||||||
- get a dedicated domain (must install under web root like **https://diaspora.example.com/** not **https://example.com/diaspora/**)
|
- get a dedicated domain (must install under web root like **https://diaspora.example.com/** not **https://example.com/diaspora/**)
|
||||||
|
|
||||||
Installation effects:
|
Installation effects:
|
||||||
|
|
|
@ -3,24 +3,24 @@
|
||||||
= image_tag "branding/logo.png"
|
= image_tag "branding/logo.png"
|
||||||
%hr/
|
%hr/
|
||||||
%p
|
%p
|
||||||
%b Vous êtes sur le point de changer Internet en utilisant un réseau social Anonyme.
|
%b Vous êtes sur le point de changer Internet en utilisant un réseau social anonyme et distribué.
|
||||||
%br
|
%br
|
||||||
%b Rejoignez-nous et récupérez votre liberté, votre vie privée et vos données Yunohost et Diaspora* !
|
%b Rejoignez-nous et récupérez votre liberté, votre vie privée et vos données YunoHost et diaspora* !
|
||||||
%p
|
%p
|
||||||
= link_to "Créer un compte ! »", new_user_registration_path, class: "btn btn-primary btn-large"
|
= link_to "Créer un compte ! »", new_user_registration_path, class: "btn btn-primary btn-large"
|
||||||
.row
|
.row
|
||||||
.span4
|
.span4
|
||||||
%h2 Diaspora
|
%h2 diaspora*
|
||||||
%p Découvrez l'ambition du projet pour créer un réseau social universel où vous gardez le contrôle.
|
%p Découvrez l'ambition du projet pour créer un réseau social universel où vous gardez le contrôle.
|
||||||
%p
|
%p
|
||||||
%a.btn{:href => "https://diasporafoundation.org/"} Fondation Diaspora »
|
%a.btn{:href => "https://diasporafoundation.org/"} Fondation Diaspora »
|
||||||
.span4
|
.span4
|
||||||
%h2 Auto-hébergez-vous
|
%h2 Auto-hébergez-vous
|
||||||
%p Le site (Pod) sur lequel vous êtes est propulsé par Yunohost. Une distribution simple d'outils libres pour créer votre propre "Cloud" !
|
%p Le site (pod) sur lequel vous êtes est propulsé par YunoHost. Une distribution simple d'outils libres pour créer votre propre "cloud" !
|
||||||
%p
|
%p
|
||||||
%a.btn{:href => "https://yunohost.org/"} Yunohost »
|
%a.btn{:href => "https://yunohost.org/"} YunoHost »
|
||||||
.span4
|
.span4
|
||||||
%h2 Créez votre "Pod"
|
%h2 Créez votre "Pod"
|
||||||
%p A l'aide de Yunohost et de son application Diaspora, hébergez simplement votre "Pod".
|
%p A l'aide de Yunohost et de son application diaspora*, hébergez simplement votre "pod".
|
||||||
%p
|
%p
|
||||||
%a.btn{:href => "https://github.com/aymhce/diaspora_ynh"} Application Diaspora pour Yunohost »
|
%a.btn{:href => "https://github.com/aymhce/diaspora_ynh"} Application diaspora* pour YunoHost »
|
||||||
|
|
Loading…
Reference in a new issue