diff --git a/src/Controller/FediPlanController.php b/src/Controller/FediPlanController.php index 00cc190..dcf2c23 100644 --- a/src/Controller/FediPlanController.php +++ b/src/Controller/FediPlanController.php @@ -289,6 +289,14 @@ class FediPlanController extends AbstractController return new JsonResponse($response); } + /** + * @Route("/about", name="about") + */ + public function about() + { + return $this->render("fediplan/about.html.twig"); + } + /** * @Route("/logout", name="logout") */ diff --git a/templates/base.html.twig b/templates/base.html.twig index 3c7bac6..2f1e801 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -1,3 +1,4 @@ +{% trans_default_domain 'fediplan' %} @@ -49,7 +50,7 @@
License: GPL 3
- Source code + {{ 'common.source_code'|trans}}
diff --git a/templates/fediplan/about.html.twig b/templates/fediplan/about.html.twig new file mode 100644 index 0000000..82cf231 --- /dev/null +++ b/templates/fediplan/about.html.twig @@ -0,0 +1,27 @@ +{% extends 'base.html.twig' %} +{% trans_default_domain 'fediplan' %} +{% block title %}{{ 'common.about'|trans }}{% endblock %} + +{% block content %} + {% include 'nav.html.twig' %} +

About

+ +
+
+ {{ 'page.about.scheduling'|trans |raw}} +
+
+ +
+ +
+ +
+ +
+ +{% endblock %} diff --git a/templates/fediplan/index.html.twig b/templates/fediplan/index.html.twig index f32cc38..12afa26 100644 --- a/templates/fediplan/index.html.twig +++ b/templates/fediplan/index.html.twig @@ -1,10 +1,10 @@ {% extends 'base.html.twig' %} {% trans_default_domain 'fediplan' %} -{% block title %}{{ 'common.login'|trans }}{% endblock %} +{% block title %}{{ 'common.about_fediplan'|trans }}{% endblock %} {% block content %} {% include 'nav.html.twig' %} -

Login

+

{{ 'common.login'|trans}}

{{ form_start(form) }} {{ form_row(form._token) }} @@ -73,8 +73,8 @@
-

FediPlan is an open source application (source code) built for scheduling your messages with Mastodon or Pleroma (2.7+).

-

It does not store any data (token or messages), that is why you need to create a new Token when your session expired.

+

{{ 'page.index.about'|trans |raw}}

+

{{ 'page.index.data'|trans |raw}}

diff --git a/templates/fediplan/schedule.html.twig b/templates/fediplan/schedule.html.twig index c60dc47..6adc051 100644 --- a/templates/fediplan/schedule.html.twig +++ b/templates/fediplan/schedule.html.twig @@ -174,7 +174,7 @@ @@ -383,7 +383,7 @@ setHeader(xhr); }, success: function (data) { - + var message = "{{ 'common.delete'|trans }}"; var content; content = '
\n' + '
\n' + @@ -396,7 +396,7 @@ '
\n' + ' \n' + '
\n' + '
' diff --git a/templates/fediplan/scheduled.html.twig b/templates/fediplan/scheduled.html.twig index e7b999d..9b5eaec 100644 --- a/templates/fediplan/scheduled.html.twig +++ b/templates/fediplan/scheduled.html.twig @@ -4,7 +4,7 @@ {% block content %} {% include 'nav.html.twig' %} -

Scheduled

+

{{ 'common.scheduled'|trans }}

@@ -14,7 +14,7 @@
-
No results found!
+
{{ 'common.no_results_found'|trans }}
@@ -25,16 +25,16 @@
diff --git a/templates/nav.html.twig b/templates/nav.html.twig index 2413555..3eb8de4 100644 --- a/templates/nav.html.twig +++ b/templates/nav.html.twig @@ -25,11 +25,13 @@ - - {% endif %} + + diff --git a/translations/fediplan.en.yaml b/translations/fediplan.en.yaml index 6a3098c..d718cdd 100644 --- a/translations/fediplan.en.yaml +++ b/translations/fediplan.en.yaml @@ -6,6 +6,17 @@ common: schedule: Schedule scheduled: Scheduled logout: Logout + about: About + support_my_work: Support my work + about_fediplan: Safely schedule messages with Mastodon and Pleroma + source_code: Source code + no_results_found: No results found! + confirm_delete: Confirm Delete + delete_message: You are about to delete + cancel: Cancel + delete: Delete + proceed_confirm: Do you want to proceed? + start_upload: Start upload status: visibility: public: Public @@ -26,3 +37,22 @@ error: mastodon_token: Something went wrong when getting the token! mastodon_account: Something went wrong when retrieving the account! mastodon_account_already_used: This account is already managed by someone else! + + +page: + index: + about: + FediPlan is an open source application (source code) built for scheduling your messages with Mastodon or Pleroma (2.7+). + data: + It does not store any data (token or messages), that is why you need to create a new Token when your session expired. + about: + scheduling: + FediPlan allows users to schedule a message (with media attachments) to be published at a certain future date.
+ The scheduled date must be at least 5 minutes into the future. At most, 300 statuses can be scheduled at the same time. + Only 50 statuses can be scheduled for any given day. + data: + FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for scheduling messages + issues: + You can report issues or ask improvements on Github or Framagit. + scheduled: + delete: