]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove text from donation page.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 May 2014 18:49:19 +0000 (20:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 May 2014 18:49:19 +0000 (20:49 +0200)
templates/donate.html

index 8302face92eb0b4454feb92dd4109fad6abe612d..5301c65cd069521134473520f1a166a54ad6fa96 100644 (file)
                        {% module DonationBox(show_wishlist_items=True) %}
                </div>
        </div>
-
-       <br>
-
-       <div class="page-header">
-               <h3>{{ _("How do we use financial support?") }}</h3>
-       </div>
-
-       {% if lang == "de" %}
-               <p>
-                       Die gesammelten Spenden werden direkt dazu verwendet,
-                       das Projekt zu verbessern und das hohe Level an Qualität
-                       zu erhalten.
-               </p>
-       {% else %}
-               <p>
-                       The sponsored funds will be directly spent to improve
-                       and maintain the high quality code base that IPFire is built upon.
-               </p>
-       {% end %}
-
-       {% if lang == "de" %}
-               <p>
-                       Ebenfalls sammeln wir um die folgenden Aktivitäten zu unterstützen:
-               </p>
-               <ul>
-                       <li>
-                               Entwickler, die neue Funktion implementieren und Fehler in IPFire beseitigen
-                       </li>
-                       <li>
-                               Verbessung von Dokumentation, Tutorials und des Community-Supports
-                       </li>
-                       <li>
-                               Die Bekanntheit von IPFire durch Werbung zu fördern
-                       </li>
-               </ul>
-       {% else %}
-               <p>
-                       We would also like to fund the following activities:
-               </p>
-               <ul>
-                       <li>
-                               Developers implementing new features and fixing bugs in IPFire
-                       </li>
-                       <li>
-                               Improve documentation, tutorials and community support
-                       </li>
-                       <li>
-                               Promote IPFire and do advertising
-                       </li>
-               </ul>
-       {% end %}
-
-       <h4>{{ _("Research & Development") }}</h4>
-
-       {% if lang == "de" %}
-               <p>
-                       Forschung und Entwicklung sind uns sehr wichtig,
-                       um IPFire auch den Weg für die Zukunft zu bereiten.
-                       Ein Beispiel dafür ist die Portierung auf neue Architekturen.
-               </p>
-               <p>
-                       Einige Themen, in welchen wir uns engagieren wollen sind unter anderem
-                       ARM, IPv6 und eine neuartige Weboberfläche.
-               </p>
-       {% else %}
-               <p>
-                       We would also like to do some research and development to
-                       make IPFire ready for the future.
-                       One example is we'd like to acquire new hardware platforms
-                       and port IPFire to them.
-               </p>
-               <p>
-                       Some of the big things we would like to dig in are ARM, IPv6 and a new WUI.
-               </p>
-       {% end %}
 {% end block %}