mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Rename app to yakforms (except the id… dunno if that's safe)
This commit is contained in:
parent
0c69a3420e
commit
daaea6aa04
4 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You can modify some configurations using the Framaforms administration panel. You can log in with the admin user and the password you gave during installation.
|
You can modify some configurations using the Yakforms administration panel. You can log in with the admin user and the password you gave during installation.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
Framaforms is an online forms and surveys service. Registered users are allowed to create forms, share them, collect and visualize results through a simple interface.
|
Yakforms is an online forms and surveys service. Registered users are allowed to create forms, share them, collect and visualize results through a simple interface.
|
||||||
See this [article](https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vous-collectez-a-google/) and this [interview](https://framablog.org/2016/10/05/en-savoir-un-peu-plus-sur-le-projet-framaforms/) (in French) for further informations.
|
See this [article](https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vous-collectez-a-google/) and this [interview](https://framablog.org/2016/10/05/en-savoir-un-peu-plus-sur-le-projet-framaforms/) (in French) for further informations.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "framaforms"
|
id = "framaforms"
|
||||||
name = "Framaforms"
|
name = "Yakforms"
|
||||||
description.en = "Create online webforms and surveys"
|
description.en = "Create online webforms and surveys"
|
||||||
description.fr = "Créez des formulaires et questionnaires en ligne"
|
description.fr = "Créez des formulaires et questionnaires en ligne"
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ ram.runtime = "50M"
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
# Framaform doesn't seem to be installable on a subdir, disabling it for now.
|
# Yakform doesn't seem to be installable on a subdir, disabling it for now.
|
||||||
# [install.path]
|
# [install.path]
|
||||||
# type = "path"
|
# type = "path"
|
||||||
# default = "/poll"
|
# default = "/poll"
|
||||||
|
|
|
@ -68,7 +68,7 @@ chmod 600 "$install_dir/app/sites/default/settings.php"
|
||||||
chown "$app:$app" "$install_dir/app/sites/default/settings.php"
|
chown "$app:$app" "$install_dir/app/sites/default/settings.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALLING FRAMAFORMS WITH DRUSH
|
# INSTALLING YAKFORMS WITH DRUSH
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing database..." --weight=19
|
ynh_script_progression --message="Installing database..." --weight=19
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue