Explorar el Código

modified the template to add the credits to Ardupilot Devs

Nicole Portas hace 1 mes
padre
commit
3d290a02b2
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      web/templates/index.html

+ 6 - 6
web/templates/index.html

@@ -5,7 +5,7 @@
     <meta charset="utf-8">
     <title>ArduPilot Custom Firmware Builder</title>
     <meta name="description"
-        content="ArduPilot Custom Firmware Builder. It allows to build custom ArduPilot firmware by selecting the wanted features.">
+        content="ArduPilot Custom Firmware Builder (with patch manager). It allows to build custom ArduPilot firmware by selecting the wanted features.">
     <meta name="author" content="ArduPilot Team">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
@@ -34,14 +34,14 @@
                         <a class="navbar-brand" href="/">
                             <img src="/static/images/ardupilot_logo.png" alt="ArduPilot" height="24"
                                 class="d-inline-block align-text-top">
-                            <span class="ms-2 text-white" style="font-size: 25px;">Custom Firmware Builder</span>
+                            <span class="ms-2 text-white" style="font-size: 25px;">Custom Firmware Builder & Patch Manager</span>
                         </a>
                     </div>
                     <div>
                         <a href="https://ardupilot.org/donate" target="_blank" class="btn btn-warning rounded-pill me-1"><i class="bi bi-heart me-2"></i>Donate</a>
                         <a href="https://ardupilot.org/copter/docs/common-custom-firmware.html" class="btn btn-outline-light me-1"><i
                                 class="bi bi-book me-2"></i>Docs</a>
-                        <a href="https://github.com/ArduPilot/CustomBuild/issues/new" class="btn btn-outline-light me-1"><i
+                        <a href="https://git.equalmass.com/Equalmass/ArdupilotCustomFirmwareBuilder/issues" class="btn btn-outline-light me-1"><i
                                 class="bi bi-github me-2"></i>Report an issue</a>
                         <a href="/add_build" class="btn btn-success"><i class="bi bi-plus-square me-2"></i>Add a build</a>
                         
@@ -65,11 +65,11 @@
                 <span class="mx-2">Credits: 
                     <a href="https://github.com/ArduPilot/CustomBuild/graphs/contributors" style="text-decoration: underline; color: white;">See Contributors</a>
                 </span>|
-                <span class="mx-2">Source:
-                    <a href="https://github.com/Ardupilot/CustomBuild" style="text-decoration: underline; color: white;">Ardupilot/CustomBuild</a>
+                <span class="mx-2">Source to this version:
+                    <a href="https://git.equalmass.com/Equalmass/ArdupilotCustomFirmwareBuilder" style="text-decoration: underline; color: white;">Ardupilot/CustomBuild</a>
                 </span>
             </div>
-            <span>To try out the newest features of the app, please visit our beta server 
+            <span>The official app is available here: 
                 <a href="https://custom-beta.ardupilot.org" style="text-decoration: underline; color: white;">custom-beta.ardupilot.org</a>
             </span>
         </div>