1
0
Fork 0
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:
Salamandar 2024-07-13 17:41:39 +02:00
parent 0c69a3420e
commit daaea6aa04
4 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
## 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.

View file

@ -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.

View file

@ -3,7 +3,7 @@
packaging_format = 2
id = "framaforms"
name = "Framaforms"
name = "Yakforms"
description.en = "Create online webforms and surveys"
description.fr = "Créez des formulaires et questionnaires en ligne"
@ -31,7 +31,7 @@ ram.runtime = "50M"
[install.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]
# type = "path"
# default = "/poll"

View file

@ -68,7 +68,7 @@ chmod 600 "$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