File indexing completed on 2024-05-12 05:12:50

0001 {% extends "main.html" %}
0002 
0003 {% block style %}
0004 .links {
0005     margin: auto;
0006 }
0007 
0008 .links td {
0009     padding-top: 5px;
0010     padding-bottom: 5px;
0011 }
0012 
0013 {% endblock style %}
0014 
0015 {% block box %}
0016 
0017 <div class="center">
0018     <p>{% i18n "Feed readers provide a convenient way to browse different kinds of content, including news, blogs, and other content from online sites. Instead of checking all your favorite web sites manually for updates, Akregator collects the content for you." %}</p>
0019     <p>{% i18n_var "For more information about using Akregator, check the <a href='https://kontact.kde.org/components/akregator/'>Akregator website</a>. If you do not want to see this page anymore, <a href='config:/disable_introduction'>click here</a>." as features %} {{ features|safe }}</p>
0020     <p>{% i18n "We hope that you will enjoy Akregator." %}</p>
0021     <p>{% i18n "Thank you, The Akregator Team" %} </p>
0022 </div>
0023 
0024 {% endblock box %}