Skip to content

Commit

Permalink
Github docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ldittmar81 committed Apr 8, 2019
1 parent 97af860 commit ce1fabd
Show file tree
Hide file tree
Showing 76 changed files with 54 additions and 8 deletions.
2 changes: 1 addition & 1 deletion admin/i18n/de/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"Sort adapters by": "Adapter sortieren nach",
"Spanish": "Spanisch",
"Speed": "Geschwindigkeit",
"Submit new issue": "Neue Ausgabe einreichen",
"Submit new issue": "Neue Anfrage einreichen",
"System": "System",
"System informations": "Systeminformationen",
"System uptime": "System Betriebszeit",
Expand Down
4 changes: 2 additions & 2 deletions admin/lib/data/infoData.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
"supportedNewsLang": ["de", "en", "ru"],
"languages": ["de", "en", "ru", "pt", "nl", "fr", "it", "es", "pl", "zh-cn"],
"nodeOld": ["v0", "v4", "v5", "v7"],
"nodeNew": ["v9", "v10", "v11", "v12"],
"nodeAccepted": ["v6"],
"nodeNew": ["v9", "v11", "v12"],
"nodeAccepted": ["v6", "v10"],
"nodeRecommended": "v8"
}
2 changes: 1 addition & 1 deletion admin/words.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/de/img/addAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/de/img/addIssue1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/de/img/addIssue2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/de/img/addNewIssue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/de/img/githubAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/de/img/gittoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/de/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Um das Info Fenster im Tab-Reiter zu sehen, müssen Sie nach der Installation es
* **umgekehrter Reihenfolge** - Kehrt die Reihenfolge der Ergebnisse um.
* **Neue Adapter beim Start geschlossen** - Das Panel mit den unbekannten Adapter, ist beim Start des Info Fensters geschlossen.

* **GitHub persönliches Zugriffstoken** - Um direkt aus ioBroker neue Issues oder Adapteranfragen im Github anlegen zu können, benötigt man ein Token, der im Github jederzeit generiert werden kann. Dafür wird ein Github Account benötigt.
Um den Token zu bekommen, melden Sie sich auf Github an, klicken oben rechts auf den Benutzer-Icon, gehen auf "Settings", dann auf "Developer settings" > "Personal access tokens". Dort klickt man auf "Generate new token", gibt ein beliebigen Namen unter "Token description" und wählt als "Scope", "repo" aus. Danach bekommt man ein Token und trägt diesen im ioBroker ein. Eine genauere Anleitung auf englisch findet ihr [hier](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Aktuelle Systemdaten nicht laden** - Die aktuellen Daten zum System werden nicht zyklisch geladen.
* **CPU-Daten alle x Sekunden laden** - Die CPU Daten werden zyklisch alle 1 bis 10 Sekunden geladen. (0 ist aus - Standard 3)
* **Speicherdaten alle x Sekunden laden** - Die Speicherdaten werden zyklisch alle 1 bis 10 Sekunden geladen. (0 ist aus - Standard 3)
Expand Down
Binary file added docs/en/img/addAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/img/addIssue1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/img/addIssue2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/img/addNewIssue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/img/githubAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/img/gittoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/en/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ In order to see the info window in the Tab tab, you must first check it as Visib
* **reverse order** - reverses the order of the results.
* **New adapters closed at startup** - The panel with the unknown adapters is closed when starting the info window.

* **GitHub personal access token** - To be able to create new issues or adapter requests on Github directly from ioBroker, you need a token that can be generated there. This requires a Github account.
To get the token, log in to Github, click on the user icon in the top right corner, go to "Settings", then "Developer settings"> "Personal access tokens". There, click on "Generate new token", type any name under "Token description" and select as "Scope", "repo". Then you get a token and enter it in the ioBroker. You can find more detailed instructions in English [here](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Do not load current system data** - The current system data is not loaded cyclically.
* **Load CPU data every x seconds** - The CPU data is cyclically loaded every 1 to 10 seconds. (0 is off - default 3)
* **Load memory data every x seconds** - The memory data are loaded cyclically every 1 to 10 seconds. (0 is off - default 3)
Expand Down
Binary file added docs/es/img/addAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/es/img/addIssue1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/es/img/addIssue2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/es/img/addNewIssue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/es/img/githubAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/es/img/gittoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/es/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Para ver la ventana de información en la pestaña Tab, primero debe verificarla
* **orden inverso** - invierte el orden de los resultados.
* **Nuevos adaptadores cerrados al inicio **: el panel con los adaptadores desconocidos se cierra al iniciar la ventana de información.

* **Token de acceso personal GitHub** - Para poder crear nuevos problemas o solicitudes de adaptadores en Github directamente desde ioBroker, necesita un token que se pueda generar allí. Esto requiere una cuenta Github.
Para obtener el token, inicie sesión en Github, haga clic en el icono del usuario en la esquina superior derecha, vaya a "Settings", luego a "Developer settings"> "Personal access tokens". Allí, haga clic en "Generate new token", escriba cualquier nombre en "Token description" y seleccione "Scope", "repo". Luego obtienes un token y lo ingresas en el ioBroker. Puede encontrar instrucciones más detalladas en inglés [aquí](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **No cargar los datos actuales del sistema** - Los datos actuales del sistema no se cargan cíclicamente.
* **Cargar datos de la CPU cada x segundos** - Los datos de la CPU se cargan cíclicamente cada 1 a 10 segundos. (0 está desactivado - por defecto 3)
* **Cargar datos de la memoria cada x segundos** - Los datos de la memoria se cargan cíclicamente cada 1 a 10 segundos. (0 está desactivado - por defecto 3)
Expand Down
Binary file added docs/fr/img/addAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fr/img/addIssue1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fr/img/addIssue2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fr/img/addNewIssue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fr/img/githubAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fr/img/gittoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/fr/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Pour voir la fenêtre d’informations dans l’onglet Onglet, vous devez d’ab
* **ordre inverse** - inverse l'ordre des résultats.
* **Nouveaux adaptateurs fermés au démarrage** - Le panneau contenant les adaptateurs inconnus est fermé lors du démarrage de la fenêtre d'informations.

* **Jeton d'accès personnel GitHub** - Pour pouvoir créer de nouveaux problèmes ou de nouvelles demandes d’adaptateur sur Github directement à partir de ioBroker, vous avez besoin d’un jeton pouvant être généré ici. Cela nécessite un compte Github.
Pour obtenir le jeton, connectez-vous à Github, cliquez sur l'icône de l'utilisateur dans le coin supérieur droit, allez à "Settings", puis "Developer settings"> "Personal access tokens". Là, cliquez sur "Generate new token", tapez n'importe quel nom sous "Token description" et sélectionnez comme "Scope", "repo". Ensuite, vous obtenez un jeton et entrez-le dans ioBroker. Vous trouverez des instructions plus détaillées en anglais [ici](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Ne pas charger les données système actuelles** - Les données système actuelles ne sont pas chargées de manière cyclique.
* **Charger les données de la CPU toutes les x secondes** - Les données de la CPU sont chargées cycliquement toutes les 1 à 10 secondes. (0 est désactivé - 3 par défaut)
* **Charger les données de la mémoire toutes les x secondes** - Les données de la mémoire sont chargées de manière cyclique toutes les 1 à 10 secondes. (0 est désactivé - 3 par défaut)
Expand Down
Binary file added docs/it/img/addAdapterRequest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/it/img/addIssue1.png
Binary file added docs/it/img/addIssue2.png
Binary file added docs/it/img/addNewIssue.png
Binary file added docs/it/img/githubAdapterRequest.png
Binary file added docs/it/img/gittoken.png
4 changes: 4 additions & 0 deletions docs/it/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Per visualizzare la finestra informativa nella scheda Scheda, è necessario prim
* **ordine inverso** - inverte l'ordine dei risultati.
* **Nuovi adattatori chiusi all'avvio** - Il pannello con gli adattatori sconosciuti viene chiuso all'avvio della finestra informativa.

* **GitHub token di accesso personale** - Per essere in grado di creare nuovi problemi o richieste di adattatori su Github direttamente da ioBroker, è necessario un token che può essere generato lì. Questo richiede un account Github.
Per ottenere il token, accedi a Github, fai clic sull'icona utente nell'angolo in alto a destra, vai su "Settings", quindi "Developer settings"> "Personal access tokens". Qui, fai clic su "Generate new token", digita un nome sotto "Token description" e seleziona "Scope", "repo". Quindi ottieni un token e inseriscilo in ioBroker. Puoi trovare istruzioni più dettagliate in inglese [qui](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Non caricare i dati di sistema attuali** - I dati di sistema attuali non vengono caricati ciclicamente.
* **Carica dati CPU ogni x secondi** - I dati della CPU vengono caricati ciclicamente ogni 1 - 10 secondi. (0 è disattivato - predefinito 3)
* **Carica i dati della memoria ogni x secondi** - I dati della memoria vengono caricati ciclicamente ogni 1 - 10 secondi. (0 è disattivato - predefinito 3)
Expand Down
Binary file added docs/nl/img/addAdapterRequest.png
Binary file added docs/nl/img/addIssue1.png
Binary file added docs/nl/img/addIssue2.png
Binary file added docs/nl/img/addNewIssue.png
Binary file added docs/nl/img/githubAdapterRequest.png
Binary file added docs/nl/img/gittoken.png
4 changes: 4 additions & 0 deletions docs/nl/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Om het informatievenster op het tabblad Tabblad te zien, moet u het na installat
* **omgekeerde volgorde** - keert de volgorde van de resultaten om.
* **Nieuwe adapters gesloten bij opstarten** - Het paneel met de onbekende adapters is gesloten bij het starten van het informatievenster.

* **GitHub persoonlijke toegangstoken** - Om rechtstreeks vanuit ioBroker nieuwe problemen of adapterverzoeken op Github te kunnen maken, hebt u een token nodig dat daar kan worden gegenereerd. Dit vereist een Github-account.
Om het token te krijgen, meldt u zich aan bij Github, klik op het gebruikerspictogram in de rechterbovenhoek, ga naar "Settings" en vervolgens "Developer settings"> "Personal access tokens". Daar, klik op "Generate new token", typ een willekeurige naam onder "Token description" en selecteer als "Scope", "repo". Vervolgens krijg je een token en voer je het in in de ioBroker. U vindt meer gedetailleerde instructies in het Engels [hier](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Laad geen systeemgegevens** - de huidige systeemgegevens zijn niet cyclisch geladen.
* **Laad CPU-gegevens elke x seconden** - De CPU-gegevens worden cyclisch elke 1 tot 10 seconden geladen. (0 is uitgeschakeld - standaard 3)
* **Geheugengegevens elke x seconden laden** - De geheugengegevens worden cyclisch elke 1 tot 10 seconden geladen. (0 is uitgeschakeld - standaard 3)
Expand Down
Binary file added docs/pl/img/addAdapterRequest.png
Binary file added docs/pl/img/addIssue1.png
Binary file added docs/pl/img/addIssue2.png
Binary file added docs/pl/img/addNewIssue.png
Binary file added docs/pl/img/githubAdapterRequest.png
Binary file added docs/pl/img/gittoken.png
4 changes: 4 additions & 0 deletions docs/pl/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Aby zobaczyć okno informacyjne w zakładce Tab, musisz najpierw sprawdzić, czy
* **odwrotna kolejność** - odwraca kolejność wyników.
* **Nowe adaptery zamknięte przy starcie** - Panel z nieznanymi kartami jest zamknięty podczas uruchamiania okna informacyjnego.

* **Token osobistego dostępu GitHub** - Aby móc tworzyć nowe problemy lub żądania adapterów w Github bezpośrednio z ioBroker, potrzebujesz tokena, który można tam wygenerować. Wymaga to konta Github.
Aby zdobyć token, zaloguj się do Github, kliknij ikonę użytkownika w prawym górnym rogu, przejdź do „Settings”, a następnie „Developer settings”> „Personal access tokens”. Kliknij „Generate new token”, wpisz dowolną nazwę pod „Token description” i wybierz „Scope”, „repo”. Następnie otrzymujesz token i wpisujesz go w ioBroker. Bardziej szczegółowe instrukcje można znaleźć w języku angielskim [tutaj](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-commandline).
![Creating token](img/gittoken.png)

* **Nie ładuj bieżących danych systemowych** - Aktualne dane systemowe nie są ładowane cyklicznie.
* **Ładuj dane procesora co x sekund** - Dane procesora są ładowane cyklicznie co 1 do 10 sekund. (0 jest wyłączone - domyślnie 3)
* **Dane pamięci ładowania co x sekund** - Dane pamięci są ładowane cyklicznie co 1 do 10 sekund. (0 jest wyłączone - domyślnie 3)
Expand Down
Binary file added docs/pt/img/addAdapterRequest.png
Binary file added docs/pt/img/addIssue1.png
Binary file added docs/pt/img/addIssue2.png
Binary file added docs/pt/img/addNewIssue.png
Binary file added docs/pt/img/githubAdapterRequest.png
Binary file added docs/pt/img/gittoken.png
4 changes: 4 additions & 0 deletions docs/pt/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Para ver a janela de informações na guia Guia, você deve primeiro verificar c
* **ordem inversa** - inverte a ordem dos resultados.
* **Novos adaptadores fechados na inicialização** - O painel com os adaptadores desconhecidos é fechado ao iniciar a janela de informações.

* **Token de acesso pessoal do GitHub** - Para poder criar novos problemas ou solicitações de adaptadores no Github diretamente do ioBroker, você precisa de um token que possa ser gerado lá. Isso requer uma conta do Github.
Para obter o token, faça o login no Github, clique no ícone do usuário no canto superior direito, vá para "Settings", depois "Developer settings"> "Personal access tokens". Lá, clique em "Generate new token", digite qualquer nome em "Token description" e selecione "Scope", "repo". Então você obtém um token e o insere no ioBroker. Você pode encontrar instruções mais detalhadas em inglês [aqui](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Não carrega dados atuais do sistema** - Os dados atuais do sistema não são carregados ciclicamente.
* **Carregar dados da CPU a cada x segundos** - Os dados da CPU são carregados ciclicamente a cada 1 a 10 segundos. (0 está desativado - padrão 3)
* **Carregar dados de memória a cada x segundos** - Os dados da memória são carregados ciclicamente a cada 1 a 10 segundos. (0 está desativado - padrão 3)
Expand Down
Binary file added docs/ru/img/addAdapterRequest.png
Binary file added docs/ru/img/addIssue1.png
Binary file added docs/ru/img/addIssue2.png
Binary file added docs/ru/img/addNewIssue.png
Binary file added docs/ru/img/githubAdapterRequest.png
Binary file added docs/ru/img/gittoken.png
4 changes: 4 additions & 0 deletions docs/ru/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
* **обратный порядок** - обратный порядок результатов.
* **Новые адаптеры закрыты при запуске** - Панель с неизвестными адаптерами закрывается при запуске информационного окна.

* **Персональный токен GitHub** - Чтобы иметь возможность создавать новые проблемы или запросы адаптера на Github напрямую из ioBroker, вам нужен токен, который можно сгенерировать там. Для этого требуется учетная запись Github.
Чтобы получить токен, войдите в Github, щелкните значок пользователя в правом верхнем углу, перейдите к «Settings», затем «Developer settings»> «Personal access tokens». Там нажмите «Generate new token», введите любое имя в поле «Token description» и выберите «Scope», «repo». Затем вы получаете токен и вводите его в ioBroker. Вы можете найти более подробные инструкции на английском языке [здесь](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
![Creating token](img/gittoken.png)

* **Не загружать текущие системные данные** - Текущие системные данные не загружаются циклически.
* **Загрузка данных CPU каждые x секунд** - Данные CPU загружаются циклически каждые 1–10 секунд. (0 выключен - по умолчанию 3)
* **Загрузка данных памяти каждые x секунд** - Данные памяти загружаются циклически каждые 1-10 секунд. (0 выключен - по умолчанию 3)
Expand Down
Binary file added docs/zh-cn/img/addAdapterRequest.png
Binary file added docs/zh-cn/img/addIssue1.png
Binary file added docs/zh-cn/img/addIssue2.png
Binary file added docs/zh-cn/img/addNewIssue.png
Binary file added docs/zh-cn/img/githubAdapterRequest.png
Binary file added docs/zh-cn/img/gittoken.png
Loading

0 comments on commit ce1fabd

Please sign in to comment.