{% extends "base.html" %} {% block content %}

{{ _s("Browser-update.org is a tool to unobtrusively notify visitors that they should update their web browser in order to use your website.")}}

{{ _s("This is done with care not to annoy, lock out or erroneously notify visitors!") }}

{% include 'numbers.html' %}

{{ _s('How it works')}}

  1. {{ (_s('Include our small javascript notification on your website').format('#install') ) | safe }}
  2. {{ _s('Visitors with out-dated browser will be informed by a small, undisturbing message box, that their browser is not up-to-date and it is recommended to update.')}} ({{ _s('Try it out!')}})
    {{ update_message | safe}}
  3. {{ _s('By clicking the message, they will get to an info page with reasons why to update (or change) and a list of browsers available for their system.').format('update.html?force_outdated=true') | safe}}
    download firefox/internet explorer/chrome/opera to update your browser
  4. {{ _s('If the visitor ignores the advice, it won\'t reappear for some time.')}}
{% if _x_is_translated('Advantages and features')%}

{{ _x('Advantages and features')}}

{% endif %}

{{ _s('Install the browser update notification on your site') | safe }}

{{ _s('Just include this code anywhere in the source of your page.') }}

{% include 'code.html' %}

{{ _s('There are plugins for:')}}

npm WordPress vue.js angular ember-cli ember TYPO3 Contao vBulletin concrete5 MODx Drupal Habari Magento WCF2 CMS made simple XenForo ProcessWire Rapidweaver Joomla Bludit CMS
{% if _x_is_translated('You can also self host the script on your site.') %}

{{ _x('You can also self host the script on your site.').format(' href="https://github.com/browser-update/browser-update/wiki/Self-hosting"'|safe ) |safe }}

{% endif %} {% if _x_is_translated('Why you should tell users to update') %}

{{ _x('Why you should tell users to update')}}

{{ _x('Help this project by using the update-notification on your site, sharing or translating this page.').format(link_use=' href="#install"',link_share='',link_trans=' href="contact.html"') | safe}}

{% endif %} {% if request.lang not in ['en','de'] %}
This site is not yet fully translated into your language. Please help by translating it!
{% endif %} {% endblock %}