From c67722acd775a0bba33edb9c00632fd17dee1d8c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 17 Jul 2015 18:29:24 +0200 Subject: [PATCH] Remove the help page it wasn't useful at all --- templates/default/help.html.ep | 99 -------------------------------- templates/default/public_toolbar.html.ep | 3 - vroom.pl | 8 --- 3 files changed, 110 deletions(-) delete mode 100644 templates/default/help.html.ep diff --git a/templates/default/help.html.ep b/templates/default/help.html.ep deleted file mode 100644 index 9b63859..0000000 --- a/templates/default/help.html.ep +++ /dev/null @@ -1,99 +0,0 @@ -% title $self->l('HELP'); -%= include 'header' -%= include 'public_toolbar' -
-%= include 'noscript' -
-
- -
-
- <%= l('HELP_BROWSERS_SUPPORTED') %> -
-
-
-
- -
-
- <%= l('HELP_I_DONT_HAVE_A_WEBCAM') %> -
-
-
-
- -
-
-

- <%= l('HELP_SCREEN_SHARING') %> -

-

- <%== sprintf $self->l('SCREEN_SHARING_ABOUT_CONFIG_s'), $self->req->url->to_abs->host %> -

-
-
-
-
- -
-
- <%= l('HELP_OWNER_PRIVILEGES') %> -
-
-
-
- -
-
- <%== l('HELP_RESERVED_ROOMS') %> -
-
-
-
- -
-
- <%== l('HELP_BE_NOTIFIED') %> -
-
-
-
-
-%= include 'js_common' -%= include 'footer' diff --git a/templates/default/public_toolbar.html.ep b/templates/default/public_toolbar.html.ep index 6f1a7a2..375d716 100644 --- a/templates/default/public_toolbar.html.ep +++ b/templates/default/public_toolbar.html.ep @@ -14,9 +14,6 @@
  • <%= l('HOME') %>
  • -
  • - <%= l('HELP') %> -
  • <%= l('ABOUT') %>
  • diff --git a/vroom.pl b/vroom.pl index 768003f..e3a9cf2 100755 --- a/vroom.pl +++ b/vroom.pl @@ -1514,14 +1514,6 @@ get '/documentation' => sub { ); } => 'documentation'; -# Route for the help page -get '/help' => sub { - my $self = shift; - $self->stash( - page => 'help' - ); -} => 'help'; - # Routes for feedback. One get to display the form # and one post to get data from it get '/feedback' => sub {