Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:entwickler:grundlagen_zur_erstellung_eines_plugins [2025/01/23 19:17] – Brave | en:entwickler:grundlagen_zur_erstellung_eines_plugins [2025/01/23 19:36] (aktuell) – Completely translated page Brave | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | FIXME **Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.**\\ //(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)// | ||
- | |||
====== Basics for creating a plugin ====== | ====== Basics for creating a plugin ====== | ||
Zeile 36: | Zeile 34: | ||
Zip the directory and install it on the LoxBerry. Ignore any installation errors - these come from the sample data of the sample plugin and can be corrected later. | Zip the directory and install it on the LoxBerry. Ignore any installation errors - these come from the sample data of the sample plugin and can be corrected later. | ||
- | ^Folder | + | ^Folder |
+ | |/ | ||
+ | |/ | ||
+ | |/ | ||
+ | |/ | ||
+ | |/ | ||
+ | |/ | ||
+ | |/ | ||
==== Step 4: Implement function ==== | ==== Step 4: Implement function ==== | ||
Zeile 59: | Zeile 64: | ||
Use readlanguage (Perl, PHP) to offer alternative languages for your plugin. | Use readlanguage (Perl, PHP) to offer alternative languages for your plugin. | ||
- | ==== Schritt | + | ==== Step 6: Customize installation |
- | Wenn am installierten | + | If your things work reasonably well on the installed |
- | * Kopiere die neuen Programmdateien in das Verzeichnis, | + | * Copy the new program files into the directory from which you initially created the ZIP with the modified |
- | * Wenn während der Installation, | + | * If special steps are required during the installation or during the plugin update, update the install scripts |
- | * Wenn spezielle | + | * If special |
- | ==== Schritt | + | ==== Step 7: Test and continue |
- | //Bevor zu deinen Quellordner neu zippst und installierst, stelle sicher, dass wirklich alle Dateien vom LoxBerry in deiner Quelle am PC sind - während des Updates werden alle Ordner am LoxBerry gelöscht, um diese bei der Installation wieder anzulegen.// | + | //Before you rezip and install your source folder, make sure that all files from the LoxBerry |
- | Danach kannst du die Installation testen. Meist kommt man dabei auf etwaige Fehler | + | You can then test the installation. This usually reveals any errors |
- | ==== Schritt | + | ==== Step 8: Get help ==== |
- | Manche Sachen sind beim ersten Mal ungewöhnlich, deswegen nicht verzweifeln sondern Rat einholen. | + | Some things are unusual the first time, so don't despair but seek advice. |
- | Alle LoxBerry-Plugin-Entwickler schauen regelmäßig im LoxForum in den Entwickler-Bereich für LoxBerry: | + | All LoxBerry |
- | Außerdem betreiben wir eine WhatsApp-Gruppe für LoxBerry-Entwickler, wo das Troubleshooting viel schneller geht. Bitte dafür mit [[https:// | + | We also run a WhatsApp |
- | ==== Schritt | + | ==== Step 9: Public test ==== |
- | Schlussendlich würden wir vorerst deine Alpha/Beta-Version im LoxForum | + | Finally, we would first offer your alpha/beta version in the LoxForum |
- | ===== Empfehlungen | + | ===== Recommendations |
- | ==== Codeverwaltung mit GitHub ==== | + | ==== Code management with GitHub ==== |
- | Mit der Windows-Software | + | With the Windows |
- | Die in LoxBerry | + | LoxBerry's built-in update function for plugins is optimized for GitHub. |