]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove the outdated development page
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jun 2015 09:54:42 +0000 (11:54 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jun 2015 09:54:42 +0000 (11:54 +0200)
This is information is now to be found on the IPFire wiki

templates/modules/menu.html
templates/static/development.html [deleted file]
templates/static/getinvolved.html

index 7211f5bf19c3ddb3da33a698ec6ebac31c0cc9b4..b0eab925c9653a8b233f7b28d099576e619722df 100644 (file)
@@ -72,9 +72,9 @@
                                        {{ _("Development") }}
                                </li>
                                <li>
-                                       <a href="/development">
+                                       <a href="http://wiki.ipfire.org/devel/start">
                                                <i class="glyphicon glyphicon-info-sign"></i>
-                                               {{ _("Overview") }}
+                                               {{ _("Development Documentation") }}
                                        </a>
                                </li>
                                <li>
diff --git a/templates/static/development.html b/templates/static/development.html
deleted file mode 100644 (file)
index 6a09e3b..0000000
+++ /dev/null
@@ -1,274 +0,0 @@
-{% extends "../base-1.html" %}
-               
-{% block title %}{{ _("Development") }}{% end block %}
-
-{% block header %}
-       <header class="jumbotron subhead" id="overview">
-               <div class="container">
-                       <h1>{{ _("Development") }}</h1>
-               </div>
-       </header>
-{% end header %}
-
-{% block body %}
-       <div class="row">
-               <div class="col-lg-9 col-md-9">
-                       <section id="intro">
-                               {% if lang == "de" %}   
-                                       <p>
-                                               Der Entwicklungsprozess der IPFire Distribution ist offen.
-                                               Das bedeutet, dass Diskussionen öffentlich geführt werden,
-                                               Entscheidungen transparent sein sollen und jeder eingeladen ist
-                                               mitzumachen.
-                                               Die Entwickler empfinden dieses Vorgehen als das Beste,
-                                               um ein Softwareprojekt dieser Größe zu führen.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               The development process of IPFire is open. This means that we discuss things openly,
-                                               make decisions transparently and that everyone is welcome to join.
-                                               The developers believe that this is the best way to run a software project as big as the IPFire project is.
-                                       </p>
-                               {% end %}
-                       </section>
-
-                       <section id="tools">
-                               <div class="page-header">
-                                       <h1>{{ _("Development tools") }}</h1>
-                               </div>
-
-                               {% if lang == "de" %}
-                                       <p>
-                                               Dies sind die Werkzeuge, welche die IPFire Entwickler nutzen
-                                               um Diskussionen zu führen:
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               The tools the IPFire team uses to create software, make discussions are
-                                               the bugtracker, the mailing list and IRC channel:
-                                       </p>
-                               {% end %}
-
-                               <hr class="separator">
-
-                               <h2>
-                                       <a href="http://bugtracker.ipfire.org/">{{ _("Bugtracker") }}</a>
-                               </h2>
-
-                               {% if lang == "de" %}
-                                       <p>
-                                               Der Bugtracker ist ein Tool, welches helfen soll bei
-                                               der Fehlerbehebung nicht den Faden zu verlieren.
-                                               Jeder Schritt, der unternommen wird, kann hier nachverfolgt
-                                               werden.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               The bug tracker is a tool which helps to keep track of issues that
-                                               are currently going on in the development process.
-                                               You can find the history of a bug and what has been done to fix it,
-                                               as well as the integration process of new features.
-                                       </p>
-                               {% end %}
-
-                               <hr class="separator">
-
-                               <h2>
-                                       <a href="http://lists.ipfire.org/mailman/listinfo/development">{{ _("Development Mailing List") }}</a>
-                               </h2>
-
-                               {% if lang == "de" %}
-                                       <p>
-                                               Diskussionen rund um den Entwicklungsprozess werden
-                                               auf der IPFire Entwicklungsmailingliste geführt.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               The place for discussions around the development of IPFire
-                                               is the IPFire development mailing list.
-                                               Everyone is welcome to subscribe and take part in the conversation.
-                                       </p>
-                               {% end %}
-                       </section>
-
-                       <section id="sources">
-                               <div class="page-header">
-                                       <h1>{{ _("Source code") }}</h1>
-                               </div>
-
-                               <h2>{{ _("Git") }}</h2>
-
-                               {% if lang == "de" %}
-                                       <p>
-                                               Die IPFire Entwickler nutzen <a href="http://www.git-scm.com/">Git</a>
-                                               für die Quellcodeverwaltung.
-                                               Jeder darf den Code unter den Bedingungen der beigelegten
-                                               Lizenzen herunterladen.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               The IPFire developers use <a href="http://www.git-scm.com/">Git</a>
-                                               for source code management.
-                                               Anyone may download the source code under terms of the accompanying, provided licenses.
-                                       </p>
-                               {% end %}
-
-                               <p class="ac">
-                                       <a class="btn btn-default" href="http://git.ipfire.org/" target="_blank">
-                                               {{ _("IPFire Git repositories") }}
-                                       </a>
-                               </p>
-
-                               <hr class="separator">
-
-                               <h2>{{ _("GitHub") }}</h2>
-
-                               {% if lang == "de" %}
-                                       <p>
-                                               Seit Januar 2013 wird der IPFire Quellcode und verwandte Projekt
-                                               auf GitHub gespiegelt. Damit ist es ganz einfach sich eine Kopie
-                                               des Codes zu erstellen und ihn zu bearbeiten.
-                                               Pull-Requests sind gern willkommen!
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               Since January 2013, the IPFire source code and related projects are mirrored on GitHub.
-                                               So it is easier to get your own working copy of the IPFire source and start hacking on it.
-                                               Pull requests are welcome!
-                                       </p>
-                               {% end %}
-
-                               <p class="ac">
-                                       <a class="btn btn-default" href="https://github.com/ipfire" target="_blank">
-                                               {{ _("ipfire on GitHub") }}
-                                       </a>
-                               </p>
-                       </section>
-
-                       <section id="build">
-                               <div class="page-header">
-                                       <h1>{{ _("How to build IPFire?") }}</h1>
-                               </div>
-
-                               {% if lang == "de" %}
-                                       <p>
-                                               IPFire zu kompilieren ist ganz einfach, aber dauert seine
-                                               Zeit.
-                                       </p>
-                                       <p>
-                                               Einen Einblick dazu gibt es in der
-                                               <a href="http://wiki.ipfire.org/{{ lang }}/development/build">Bauanleitung</a>
-                                               im Wiki, welche Schritt für Schritt vorgeht.
-                                       </p>
-                                       <p>
-                                               Addonentwicklung ist erwünscht. Die Vorgehensweise
-                                               dafür findet sich in der entsprechenden
-                                               <a href="http://wiki.ipfire.org/{{ lang }}/development/addon#building_addon_-_howto">Anleitung</a>.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               Building IPFire is actually very easy, but it does take some time.
-                                       </p>
-                                       <p>
-                                               Have a look at the
-                                               <a href="http://wiki.ipfire.org/{{ lang }}/development/build">guide on our wiki</a>
-                                               and work through it at your own pace, step by step.
-                                       </p>
-                                       <p>
-                                               Add-on development is encouraged. Have a look at the
-                                               <a href="http://wiki.ipfire.org/{{ lang }}/development/addon#building_addon_-_howto">building an add-on guide on our wiki</a>
-                                               for more information.
-                                       </p>
-                               {% end %}
-
-                               <hr class="separator">
-
-                               <h2>{{ _("How to submit patches?") }}</h2>
-                               {% if lang == "de" %}
-                                       <p>
-                                               Die IPFire Entwickler freuen sich über jeden Beitrag zur Software.
-                                               Patches, welche Fehler beheben, Verbesserungen implementieren
-                                               oder neue Funktionen hinzufügen sind willkommen.
-                                       </p>
-                                       <p>
-                                               Um den Integrationsprozess in die Distribution verfolgen
-                                               zu können, bitten wir einen <a href="http://bugtracker.ipfire.org/">Bugreport</a>
-                                               zu eröffnen, an welchen der Patch angehangen worden ist, sowie alle
-                                               anderen benötigten Daten.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               The IPFire developers appreciate any and all contributions to the software.
-                                               Patches that fix bugs, add enhancements, or create new features are welcome.
-                                       </p>
-                                       <p>
-                                               To track the integration into the distribution properly,
-                                               we request that you create a new bug report in the
-                                               <a href="http://bugtracker.ipfire.org/">bugtracker</a>
-                                               and attach the patch file, as well as everything else that is needed.
-                                       </p>
-                               {% end %}
-
-                               <hr class="separator">
-
-                               <h2>{{ _("How to translate IPFire?") }}</h2>
-
-                               {% if lang == "de" %}
-                                       <h3>IPFire 2.x</h3>
-                                       <p>
-                                               In der <a href="http://wiki.ipfire.org/{{ lang }}/development/language">Übersetzungsanleitung</a>
-                                               finden sich Informationen darüber, wie man das Webinterface von IPFire 2
-                                               übersetzt.
-                                       </p>
-
-                                       <h3>IPFire 3.x</h3>
-                                       <p>
-                                               Auf <a href="http://www.transifex.net/projects/p/ipfire/">Transifex</a>
-                                               findet sich eine Reihe von Übersetzungsprojekten in Verbindung
-                                               mit IPFire 3.
-                                       </p>
-
-                                       <div class="alert alert-info">
-                                               Hilf dem <a href="http://wiki.ipfire.org/projects/translation/start">IPFire Übersetzungsteam</a>!
-                                       </div>
-                               {% else %}
-                                       <h3>IPFire 2.x</h3>
-                                       <p>
-                                               Please read the <a href="http://wiki.ipfire.org/en/development/language">translation guide</a>
-                                               to learn how to translate the web interface of IPFire 2.
-                                       </p>
-
-                                       <h3>IPFire 3.x</h3>
-                                       <p>
-                                               Head over to <a href="http://www.transifex.net/projects/p/ipfire/">Transifex</a>
-                                               to see a list of our translation projects and feel free to join.
-                                       </p>
-
-                                       <div class="alert alert-info">
-                                               Join the <a href="http://wiki.ipfire.org/projects/translation/start">IPFire translation team</a>!
-                                       </div>
-                               {% end %}
-                       </section>
-               </div>
-
-               <div class="col-lg-3 col-md-3 sidebar">
-                       <ul class="nav nav-list sidenav">
-                               <li>
-                                       <a href="#tools">
-                                               <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Development tools") }}
-                                       </a>
-                               </li>
-                               <li>
-                                       <a href="#sources">
-                                               <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Source Code") }}
-                                       </a>
-                               </li>
-                               <li>
-                                       <a href="#build">
-                                               <i class="glyphicon glyphicon-chevron-left"></i> {{ _("How to build IPFire?") }}
-                                       </a>
-                               </li>
-                       </ul>
-               </div>
-       </div>
-{% end block %}
index fae154f20975b273aa792b4b8e4c83c8ecf56890..e7989c2f41f7f0d2005cdfcdeb878ec6a0c6fea1 100644 (file)
                                </p>
                                <p>
                                        Mehr dazu, wie du bei der Entwicklung helfen kannst
-                                       befindet sich auf der <a href="/development">Entwicklungssseite</a>.
+                                       befindet sich auf der <a href="http://wiki.ipfire.org/devel/start">Entwicklungssseite</a>.
                                </p>
                        {% else %}
                                <p>
                                </p>
                                <p>
                                        Read more about getting involved into hacking the code on the
-                                       <a href="/development">development page</a>.
+                                       <a href="http://wiki.ipfire.org/devel/start">development page</a>.
                                </p>
                        {% end %}
                </div>