diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 08d2fff..30c44e5 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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. diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 099d32d..f6d59d6 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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. diff --git a/manifest.toml b/manifest.toml index 22c2d5a..ada0adb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" diff --git a/scripts/install b/scripts/install index 6ef380a..14b6004 100644 --- a/scripts/install +++ b/scripts/install @@ -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