From 9bd2675129da52e78247f22b0ec098a561c385ee Mon Sep 17 00:00:00 2001 From: bakhirev Date: Tue, 10 Dec 2024 15:11:02 +0300 Subject: [PATCH] update --- README.md | 20 +++++++++---------- build/index.html | 2 +- documents/DE.md | 20 +++++++++---------- documents/EN.md | 20 +++++++++---------- documents/ES.md | 20 +++++++++---------- documents/FR.md | 20 +++++++++---------- documents/JA.md | 20 +++++++++---------- documents/PT.md | 20 +++++++++---------- documents/RU.md | 20 +++++++++---------- documents/ZH.md | 20 +++++++++---------- documents/src/json/de.json | 14 ++++++------- documents/src/json/en.json | 14 ++++++------- documents/src/json/es.json | 14 ++++++------- documents/src/json/fr.json | 14 ++++++------- documents/src/json/ja.json | 14 ++++++------- documents/src/json/pt.json | 14 ++++++------- documents/src/json/ru.json | 14 ++++++------- documents/src/json/zh.json | 14 ++++++------- documents/src/lib/JsonToMd/custom.js | 6 +++--- documents/src/md/DE.md | 12 +++++------ documents/src/md/EN.md | 12 +++++------ documents/src/md/ES.md | 12 +++++------ documents/src/md/FR.md | 12 +++++------ documents/src/md/JA.md | 12 +++++------ documents/src/md/PT.md | 12 +++++------ documents/src/md/RU.md | 12 +++++------ documents/src/md/SIMPLE_RU.md | 14 ++++++------- documents/src/md/ZH.md | 12 +++++------ public/index.html | 14 ++++++------- .../pages/Team/components/Company/index.tsx | 8 ++++---- 30 files changed, 216 insertions(+), 216 deletions(-) diff --git a/README.md b/README.md index 029a98d..8d471ec 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ > The [main documentation](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) is in russian. This is a translation. It may contain errors. If you a native speaker, you can help improve this translation. Thanks! -# [Assayo](https://assayo.online/?ref=github&lang=en) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=en) Visualization and analysis of git commit statistics. Performance tool for Team Lead and IT-audit -**Links:** [demo](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [demo](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 Employee can evaluate new workplace @@ -137,8 +137,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 How to view the report? #### Using website -- go to the [website](https://assayo.online/); -- click the “[Demo](https://assayo.online/demo?ref=github&lang=en)” button; +- go to the [website](https://bakhirev.github.io/); +- click the “[Demo](https://bakhirev.github.io/demo?ref=github&lang=en)” button; - drop the `log.txt` file into the browser window; #### Use the library NodeJS @@ -184,7 +184,7 @@ You can create your own interface theme. Options: - **Visual theme**. To do this, you need to prepare a CSS file with new styles and specify its URL in the ```theme``` parameter. Example: ```?theme=//company.com/some.css```. You can use class names as selectors. Most of them do not change in new versions. - **Language**. You can set language in the URL parameter ```lang```. Example: ```?lang=es``` -**Example:** [page](https://assayo.online/demo/themes/) +**Example:** [page](https://bakhirev.github.io/demo/themes/) ### 📝 How to sign commits? Follow the [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Example: @@ -236,9 +236,9 @@ fi ### 🛠️ DevOps (CI/CD) #### Public server -You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://assayo.online/?ref=github&lang=en) to visualize it. +You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://bakhirev.github.io/?ref=github&lang=en) to visualize it. ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Private server @@ -284,5 +284,5 @@ Releases are planned approximately once every six months. What’s next: #### 📧 Feedback, comments - Telegram Messenger [@bakhirev](https://t.me/bakhirev) (preferred method of communication) - 📧 [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- 🌐 [https://assayo.online/](https://assayo.online/?ref=github&lang=en) +- 🌐 [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=en) diff --git a/build/index.html b/build/index.html index d3444a8..0c2eb7b 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -Git Statistics
\ No newline at end of file +Git Statistics
\ No newline at end of file diff --git a/documents/DE.md b/documents/DE.md index 5e0b87e..d84777d 100644 --- a/documents/DE.md +++ b/documents/DE.md @@ -1,13 +1,13 @@ > [English](https://github.com/bakhirev/assayo) | [Español](https://github.com/bakhirev/assayo/blob/main/documents/ES.md) | [中文](https://github.com/bakhirev/assayo/blob/main/documents/ZH.md) | [Français](https://github.com/bakhirev/assayo/blob/main/documents/FR.md) | __[Deutsch](https://github.com/bakhirev/assayo/blob/main/documents/DE.md)__ | [Português](https://github.com/bakhirev/assayo/blob/main/documents/PT.md) | [日本語](https://github.com/bakhirev/assayo/blob/main/documents/JA.md) | [Русский](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) -# [Assayo](https://assayo.online/?ref=github&lang=de) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=de) Visualisierung und analyse ihrer git-datenbank. Performance tool for Team Lead and IT-audit -**Links:** [demo](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [demo](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 Mitarbeiter können den neuen arbeitsplatz bewerten @@ -134,8 +134,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 Wie kann ich den bericht sehen? #### Using website -- gehe zu [Webseite](https://assayo.online/) -- den knopf drücken “[Demonstration](https://assayo.online/demo?lang=ru)” +- gehe zu [Webseite](https://bakhirev.github.io/) +- den knopf drücken “[Demonstration](https://bakhirev.github.io/demo?lang=ru)” - datei ziehen `log.txt` in das Browserfenster #### Use the library NodeJS @@ -180,7 +180,7 @@ Sie können ihr skin für die schnittstelle schreiben. Kann geändert werden: - **Überschrift**. Sie können es im URL-parameter angeben ```title```. Zum beispiel: ```?title=you company``` - **CSS stile**. Um dies zu tun, müssen sie die CSS-datei vorbereiten und ihre adresse im URL-parameter angeben ```theme```. Zum beispiel: ```?theme=//company.com/some.css```. Sie können klassennamen als selektoren verwenden. Die meisten von ihnen ändern sich nicht, wenn eine neue version veröffentlicht wird. - **Sprache**. Sie können es im URL-parameter angeben ```lang```. Zum Beispiel: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 Wie signiere ich commits? Folge der praxis [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Zum beispiel: @@ -232,9 +232,9 @@ Jedes mal, wenn der computer neu gestartet wird, aktualisiert das skript die sta ### 🛠️ DevOps (CI/CD) #### Öffentlicher server -Sie können eine datendatei zum erstellen eines berichts auf eine öffentliche URL hochladen. Sie können die Website verwenden, um sie zu visualisieren [assayo](https://assayo.online/). Geben sie im URL-parameter die adresse an, an der die daten liegen ```dump```: +Sie können eine datendatei zum erstellen eines berichts auf eine öffentliche URL hochladen. Sie können die Website verwenden, um sie zu visualisieren [assayo](https://bakhirev.github.io/). Geben sie im URL-parameter die adresse an, an der die daten liegen ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Privater server @@ -274,5 +274,5 @@ Sie können eine neue übersetzung hinzufügen oder die aktuelle im abschnitt ko #### 📧 Wünsche, Anregungen, Kommentare - telegramm [@bakhirev](https://t.me/bakhirev) (vorrangiger kommunikationsweg) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- web site [https://assayo.online/](https://assayo.online/?ref=github&lang=de) +- web site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=de) diff --git a/documents/EN.md b/documents/EN.md index ddd664e..3a058f8 100644 --- a/documents/EN.md +++ b/documents/EN.md @@ -2,13 +2,13 @@ > The [main documentation](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) is in russian. This is a translation. It may contain errors. If you a native speaker, you can help improve this translation. Thanks! -# [Assayo](https://assayo.online/?ref=github&lang=en) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=en) Visualization and analysis of git commit statistics. Performance tool for Team Lead and IT-audit -**Links:** [demo](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [demo](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 Employee can evaluate new workplace @@ -135,8 +135,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 How to view the report? #### Using website -- go to the [website](https://assayo.online/); -- click the “[Demo](https://assayo.online/demo?ref=github)” button; +- go to the [website](https://bakhirev.github.io/); +- click the “[Demo](https://bakhirev.github.io/demo?ref=github)” button; - drop the `log.txt` file into the browser window; #### Use the library NodeJS @@ -181,7 +181,7 @@ You can create your own interface theme. Options: - **Title**. You can set default document title in the URL parameter ```title```. Example: ```?title=You Company``` - **Visual theme**. To do this, you need to prepare a CSS file with new styles and specify its URL in the ```theme``` parameter. Example: ```?theme=//company.com/some.css```. You can use class names as selectors. Most of them do not change in new versions. - **Language**. You can set language in the URL parameter ```lang```. Example: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 How to sign commits? Follow the [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Example: @@ -233,9 +233,9 @@ fi ### 🛠️ DevOps (CI/CD) #### Public server -You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://assayo.online/?ref=github&lang=en) to visualize it. +You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://bakhirev.github.io/?ref=github&lang=en) to visualize it. ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Private server @@ -281,5 +281,5 @@ Releases are planned approximately once every six months. What’s next: #### 📧 Feedback, comments - 📱 [https://t.me/bakhirev](https://t.me/bakhirev) (priority method of communication) - 📧 [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- 🌐 [https://assayo.online/](https://assayo.online/?ref=github&lang=en) +- 🌐 [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=en) diff --git a/documents/ES.md b/documents/ES.md index dad5df1..64516ea 100644 --- a/documents/ES.md +++ b/documents/ES.md @@ -2,13 +2,13 @@ > [Documentación básica](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) en ruso. Es una traducción. Puede contener errores. Si usted es un hablante nativo, puede ayudar a mejorar esta traducción. ¡Gracias! -# [Assayo](https://assayo.online/?ref=github&lang=es) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=es) Visualización y análisis de los datos de su repositorio git. Performance tool for Team Lead and IT-audit -**Links:** [demo](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [demo](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 El empleado puede evaluar el nuevo lugar de trabajo @@ -135,8 +135,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 ¿Cómo ver el informe? #### Using website -- ir a [sitio web](https://assayo.online/) -- pulse el botón [Demo](https://assayo.online/demo?ref=github)» +- ir a [sitio web](https://bakhirev.github.io/) +- pulse el botón [Demo](https://bakhirev.github.io/demo?ref=github)» - arrastrar y soltar archivo `log.txt` en la ventana del navegador #### Use the library NodeJS @@ -181,7 +181,7 @@ Puedes crear tu propio tema para la interfaz. Puedes cambiar: - **El título**. Puedes especificarlo en el parámetro de la URL ```title```. Por ejemplo: ```?title=You Company``` - **El tema visual**. Para esto, debes preparar un archivo CSS con los nuevos estilos y especificar su dirección en el parámetro de URL ```theme```. Por ejemplo: ```?theme=//company.com/some.css```. Puedes usar los nombres de clases como selectores. La mayoría de ellos no cambia con el lanzamiento de nuevas versiones. - **La lengua**. Puedes especificarla en el parámetro de la URL ```lang```. Por ejemplo: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 ¿Cómo firmar los commits? Siga la práctica [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Por ejemplo: @@ -234,9 +234,9 @@ Cada vez que reinicie su computadora, el script actualizará la estadística de ### 🛠️ DevOps (CI/CD) #### Servidor público -Puede publicar el archivo con los datos para generar el informe en una URL pública. Para visualizarlo, puede usar la interfaz web del sitio [assayo](https://assayo.online/). Simplemente indique la dirección donde están los datos en el parámetro URL ```dump```: +Puede publicar el archivo con los datos para generar el informe en una URL pública. Para visualizarlo, puede usar la interfaz web del sitio [assayo](https://bakhirev.github.io/). Simplemente indique la dirección donde están los datos en el parámetro URL ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Servidor privado @@ -281,5 +281,5 @@ Puede agregar una nueva traducción o corregir la actual en la sección ```ts/tr #### 📧 Deseos, comentarios - telegramm [@bakhirev](https://t.me/bakhirev) (La forma preferencial de contacto) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- sitio web [https://assayo.online/](https://assayo.online/?ref=github&lang=es) +- sitio web [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=es) diff --git a/documents/FR.md b/documents/FR.md index 187904c..18f380c 100644 --- a/documents/FR.md +++ b/documents/FR.md @@ -2,13 +2,13 @@ > La [documentation principale](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) est en russe. C'est une traduction. Il peut contenir des erreurs. Si vous êtes un locuteur natif, vous pouvez aider à améliorer cette traduction. Merci! -# [Assayo](https://assayo.online/?ref=github&lang=fr) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=fr) Visualisation et analyse des données de votre dépôt git. Performance tool for Team Lead and IT-audit -**Links:** [demo](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [demo](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 Un employé peut évaluer un nouveau lieu de travail @@ -135,8 +135,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 Comment voir le rapport en ligne? #### Using website -- Aller à [сайт](https://assayo.online/) -- Appuyer sur le bouton “[Démo](https://assayo.online/demo?ref=github)” +- Aller à [сайт](https://bakhirev.github.io/) +- Appuyer sur le bouton “[Démo](https://bakhirev.github.io/demo?ref=github)” - Faites glisser le fichier `log.txt` dans la fenêtre du navigateur #### Use the library NodeJS @@ -180,7 +180,7 @@ Vous pouvez écrire votre propre thème pour l’interface. Vous pouvez changer - **En-tête**. Vous pouvez le spécifier dans le paramètre de l’URL ```title```. Par exemple: ```?title=You Company``` - **Thème visuel**.Pour cela, vous devez préparer un fichier CSS avec de nouveaux styles et indiquer son adresse dans le paramètre de l’URL ```theme```. Par exemple: ```?theme=//company.com/some.css```. Vous pouvez utiliser les noms de classes comme sélecteurs. La plupart d’entre elles ne changent pas lors de la sortie de nouvelles versions. - **Langue**. Vous pouvez l’indiquer dans le paramètre d’URL ```lang```. Par exemple: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 Comment signer les commits ? Suivez la pratique [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Par exemple: @@ -231,9 +231,9 @@ fi ### 🛠️ DevOps (CI/CD) #### Serveur public -Vous pouvez mettre à disposition le fichier avec les données pour construire le rapport sur l’URL publique. Et pour sa visualisation, utiliser l’interface web du site. [assayo](https://assayo.online/). Tout simplement, indiquez l’adresse où se trouvent les données dans le paramètre de l’URL ```dump```: +Vous pouvez mettre à disposition le fichier avec les données pour construire le rapport sur l’URL publique. Et pour sa visualisation, utiliser l’interface web du site. [assayo](https://bakhirev.github.io/). Tout simplement, indiquez l’adresse où se trouvent les données dans le paramètre de l’URL ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Serveur privé @@ -278,5 +278,5 @@ Vous pouvez ajouter une nouvelle traduction ou corriger la traduction existante #### 📧 Souhaits, suggestions, commentaires - telegramm [@bakhirev](https://t.me/bakhirev) (voie de communication prioritaire) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- site [https://assayo.online/](https://assayo.online/?ref=github&lang=fr) +- site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=fr) diff --git a/documents/JA.md b/documents/JA.md index bf5d437..fde9e62 100644 --- a/documents/JA.md +++ b/documents/JA.md @@ -2,13 +2,13 @@ > [主な文書はロシア語です。](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) これは翻訳です。 エラーが含まれている可能性があります。 あなたがネイティブスピーカーであれば、この翻訳を改善するのに役立ちます。 ありがとう! -# [Assayo](https://assayo.online/?ref=github&lang=ja) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=ja) データの可視化とGitレポジトリの分析 -**Links:** [デモ](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [デモ](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 従業員は新しい職場を評価することができます @@ -135,8 +135,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 レポートを表示するにはどうすればよいですか? #### Using website -- に切り替える [ウェブサイト](https://assayo.online/) -- ボタンを押す “[デモ](https://assayo.online/demo?lang=ru)” +- に切り替える [ウェブサイト](https://bakhirev.github.io/) +- ボタンを押す “[デモ](https://bakhirev.github.io/demo?lang=ru)” - ファイルをドラッグ&ドロップする `log.txt` ブラウザウィンドウで #### Use the library NodeJS @@ -181,7 +181,7 @@ Or open a saved file and manually change the encoding to UTF-8. - **見出し**. それはURLパラメータで指定することができます ```title```. 例えば: ```?title=You Company``` - **CSS スタイル**. そのためにはCSSファイルを用意し、そのアドレスをURLパラメーターに指定する必要があります ```theme```. 例えば: ```?theme=//company.com/some.css```. クラス名をセレクターとして使用することができます。ほとんどの場合、新しいバージョンがリリースされると変更されません - **言語**. URLパラメータに指定することができます ```lang```. 例えば: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 commit文の署名方法は? 練習に従ってください [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). 例えば: @@ -233,9 +233,9 @@ fi ### 🛠️ DevOps (CI/CD) #### 公開サーバ -データをレポートビルド用に公開するファイルをURLで公開することができます。その視覚化は、サイト上で利用可能なツールを使用することで行うことができます。 [assayo](https://assayo.online/). データがある場所のアドレスを、URLパラメータに入力してください。 ```dump```: +データをレポートビルド用に公開するファイルをURLで公開することができます。その視覚化は、サイト上で利用可能なツールを使用することで行うことができます。 [assayo](https://bakhirev.github.io/). データがある場所のアドレスを、URLパラメータに入力してください。 ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### プライベートサーバー @@ -275,5 +275,5 @@ you_url - gitのログのコンテナーのURLアドレス; #### 📧 願い、提案、コメント - telegramm [@bakhirev](https://t.me/bakhirev) (優先通信方式) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- ウェブサイト [https://assayo.online/](https://assayo.online/?ref=github&lang=ja) +- ウェブサイト [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=ja) diff --git a/documents/PT.md b/documents/PT.md index 920d168..3f300af 100644 --- a/documents/PT.md +++ b/documents/PT.md @@ -2,13 +2,13 @@ > [Documentação básica](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) em russo. É uma tradução. Pode conter erros. Se você é um falante nativo, você pode ajudar a melhorar esta tradução. Obrigado! -# [Assayo](https://assayo.online/?ref=github&lang=pt) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=pt) Visualização e análise de dados do seu repositório git. Performance tool for Team Lead and IT-audit -**Links:** [demo](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [demo](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 Funcionario de avaliar o novo local de trabalho @@ -135,8 +135,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 Como ver o relatório? #### Using website -- Ir para [site](https://assayo.online/) -- Pressione o botão “[Demonstração](https://assayo.online/demo?lang=ru)” +- Ir para [site](https://bakhirev.github.io/) +- Pressione o botão “[Demonstração](https://bakhirev.github.io/demo?lang=ru)” - Arrastar e largar `log.txt` na janela do navegador #### Use the library NodeJS @@ -181,7 +181,7 @@ Você pode escrever seu próprio tema de interface. Pode mudar: - **Cabeçalho**. Você pode especificar em um parâmetro da URL ```title```. Por exemplo: ```?title=You Company``` - **Themes**. Para fazer isso, você precisa preparar um arquivo CSS e especificar o seu endereço no parâmetro da URL ```theme```. Por exemplo: ```?theme=//company.com/some.css```. Você pode usar os nomes das classes como seletores. A maioria deles não muda na saída de uma nova versão. - **Idioma**. Você pode incluir em um parâmetro de URL. ```lang```. Por exemplo: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 Como faço para assinar commits? Siga a prática [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Por exemplo: @@ -233,9 +233,9 @@ A cada reinício do computador, o script atualiza a estatística com todos os da ### 🛠️ DevOps (CI/CD) #### Servidor Público -Você pode disponibilizar o arquivo com os dados para construção do relatório em um URL público. Para visualizá-lo, você pode usar um site [assayo](https://assayo.online/). Especifique o endereço onde os dados estão localizados no parâmetro de URL ```dump```: +Você pode disponibilizar o arquivo com os dados para construção do relatório em um URL público. Para visualizá-lo, você pode usar um site [assayo](https://bakhirev.github.io/). Especifique o endereço onde os dados estão localizados no parâmetro de URL ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Servidor Privado @@ -275,5 +275,5 @@ Você pode adicionar uma nova tradução ou corrigir uma existente na seção `` #### 📧 Sugestões, sugestões, comentários - telegramm [@bakhirev](https://t.me/bakhirev) (método de comunicação prioritário) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- site [https://assayo.online/](https://assayo.online/?ref=github&lang=pt) +- site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=pt) diff --git a/documents/RU.md b/documents/RU.md index 6544c6e..b8c548f 100644 --- a/documents/RU.md +++ b/documents/RU.md @@ -1,13 +1,13 @@ > [English](https://github.com/bakhirev/assayo) | [Español](https://github.com/bakhirev/assayo/blob/main/documents/ES.md) | [中文](https://github.com/bakhirev/assayo/blob/main/documents/ZH.md) | [Français](https://github.com/bakhirev/assayo/blob/main/documents/FR.md) | [Deutsch](https://github.com/bakhirev/assayo/blob/main/documents/DE.md) | [Português](https://github.com/bakhirev/assayo/blob/main/documents/PT.md) | [日本語](https://github.com/bakhirev/assayo/blob/main/documents/JA.md) | __[Русский](https://github.com/bakhirev/assayo/blob/main/documents/RU.md)__ -# [Assayo](https://assayo.online/?ref=github&lang=ru) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=ru) Визуализация и анализ данных вашего git-репозитория. Инструмент для тимлидов и IT-аудита. -**Ссылки:** [демо](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Ссылки:** [демо](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Видео:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 Сотрудник может оценить новое место работы @@ -134,8 +134,8 @@ Git создаст файл `log.txt`. Он содержит данные для ### 📈 Как посмотреть отчёт? #### Через сайт -- Перейти на [сайт](https://assayo.online/) -- Нажать кнопку «[Демо](https://assayo.online/demo?ref=github)» +- Перейти на [сайт](https://bakhirev.github.io/) +- Нажать кнопку «[Демо](https://bakhirev.github.io/demo?ref=github)» - Перетащить файл `log.txt` в окно браузера #### Используя библиотеку NodeJS @@ -180,7 +180,7 @@ Git создаст файл `log.txt`. Он содержит данные для - **Заголовок**. Вы можете указать его в URL-параметре ```title```. Например: ```?title=You Company``` - **Визуальную тему**. Для этого нужно подготовить CSS файл с новыми стилями и указать его адрес в URL-параметре ```theme```. Например: ```?theme=//company.com/some.css```. Вы можете использовать имена классов в качестве селекторов. Большинство из них не меняется в при выходе новой версий. - **Язык**. Вы можете указать его в URL-параметре ```lang```. Например: ```?lang=es``` -**Например:** [демо](https://assayo.online/demo/themes/) +**Например:** [демо](https://bakhirev.github.io/demo/themes/) ### 📝 Как подписывать коммиты? Следуйте практике [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). Например: @@ -232,9 +232,9 @@ fi ### 🛠️ DevOps (CI/CD) #### Публичный сервер -Вы можете выкладывать файл с данными для построения отчёта на публичный URL. А для его визуализации использовать веб-интерфейс сайта [assayo](https://assayo.online/). Просто укажите адресс, где лежат данные, в URL-параметре ```dump```: +Вы можете выкладывать файл с данными для построения отчёта на публичный URL. А для его визуализации использовать веб-интерфейс сайта [assayo](https://bakhirev.github.io/). Просто укажите адресс, где лежат данные, в URL-параметре ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Приватный сервер @@ -279,5 +279,5 @@ you_url - URL адресс вашего контейнера с логами #### 📧 Пожелания, предложения, замечания - telegramm [@bakhirev](https://t.me/bakhirev) (приоритетный способ связи) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- сайт [https://assayo.online/](https://assayo.online/?ref=github&lang=ru) +- сайт [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=ru) diff --git a/documents/ZH.md b/documents/ZH.md index 9ad26b2..8aab542 100644 --- a/documents/ZH.md +++ b/documents/ZH.md @@ -2,13 +2,13 @@ > [主要文件是俄文。](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) 这是一个翻译。 它可能包含错误。 如果您是母语人士,您可以帮助改进此翻译。 谢谢! -# [Assayo](https://assayo.online/?ref=github&lang=zh) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=zh) 对您的git仓库的数据进行可视化和分析 团队领导及资讯科技审核的表现工具 -**Links:** [示范表现](https://assayo.online/demo/?ref=github&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). +**Links:** [示范表现](https://bakhirev.github.io/demo/?ref=github&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/). **Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ). - - + + ##### 👨‍💻 工作人员可以评估新工作场所 @@ -135,8 +135,8 @@ Or open a saved file and manually change the encoding to UTF-8. ### 📈 如何在线查看报告? #### Using website -- 切换到 [网站](https://assayo.online/) -- 按下按钮 “[示范](https://assayo.online/demo?lang=ru)” +- 切换到 [网站](https://bakhirev.github.io/) +- 按下按钮 “[示范](https://bakhirev.github.io/demo?lang=ru)” - 拖放文件 `log.txt` 在浏览器窗口中 #### Use the library NodeJS @@ -181,7 +181,7 @@ Or open a saved file and manually change the encoding to UTF-8. - **标题**. 你可以在网址参数中指定它 ```title```. 例如: ```?title=You Company``` - **Themes**. 为了做到这一点,你需要准备一个CSS文件并在网址参数中指明其地址 ```theme```. 例如: ```?theme=//company.com/some.css```. 你可以使用类名作为选择器。大多数情况下,他们在新版本发布时不会发生变化。 - **语言**. 你可以把它放在网址的参数中。 ```lang```. 例如: ```?lang=es``` -**Example:** [demo](https://assayo.online/demo/themes/) +**Example:** [demo](https://bakhirev.github.io/demo/themes/) ### 📝 如何签署提交? 遵循实践 [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). 例如: @@ -233,9 +233,9 @@ fi ### 🛠️ DevOps (CI/CD) #### 公共服务器 -您可以将数据构建报告文件发布到公共URL,可以使用网站来显示它。 [assayo](https://assayo.online/). 指定数据所在的地址作为URL参数 ```dump```: +您可以将数据构建报告文件发布到公共URL,可以使用网站来显示它。 [assayo](https://bakhirev.github.io/). 指定数据所在的地址作为URL参数 ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### 专用服务器 @@ -275,5 +275,5 @@ you_url - git日志的容器的URL地址; #### 📧 愿望,建议,意见 - telegramm [@bakhirev](https://t.me/bakhirev) (优先通信方法) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- 网站 [https://assayo.online/](https://assayo.online/?ref=github&lang=zh) +- 网站 [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=zh) diff --git a/documents/src/json/de.json b/documents/src/json/de.json index c517404..76049ae 100644 --- a/documents/src/json/de.json +++ b/documents/src/json/de.json @@ -3,7 +3,7 @@ "p": "Visualisierung und analyse ihrer git-datenbank. Performance tool for Team Lead and IT-audit" }, { - "p": "**Links:** [demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -173,8 +173,8 @@ }, { "li": [ - "gehe zu [Webseite](https://assayo.online/)", - "den knopf drücken “[Demonstration](https://assayo.online/demo?lang=ru)”", + "gehe zu [Webseite](https://bakhirev.github.io/)", + "den knopf drücken “[Demonstration](https://bakhirev.github.io/demo?lang=ru)”", "datei ziehen `log.txt` in das Browserfenster" ] }, @@ -266,7 +266,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "Wie signiere ich commits?" @@ -359,11 +359,11 @@ "h4": "Öffentlicher server" }, { - "p": "Sie können eine datendatei zum erstellen eines berichts auf eine öffentliche URL hochladen. Sie können die Website verwenden, um sie zu visualisieren [assayo](https://assayo.online/). Geben sie im URL-parameter die adresse an, an der die daten liegen ```dump```:" + "p": "Sie können eine datendatei zum erstellen eines berichts auf eine öffentliche URL hochladen. Sie können die Website verwenden, um sie zu visualisieren [assayo](https://bakhirev.github.io/). Geben sie im URL-parameter die adresse an, an der die daten liegen ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -438,7 +438,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (vorrangiger kommunikationsweg)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "web site [https://assayo.online/](https://assayo.online/?ref=github&lang=de)" + "web site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=de)" ] } ] diff --git a/documents/src/json/en.json b/documents/src/json/en.json index 3b57d8c..1f4dcc9 100644 --- a/documents/src/json/en.json +++ b/documents/src/json/en.json @@ -6,7 +6,7 @@ "p": "Visualization and analysis of git commit statistics. Performance tool for Team Lead and IT-audit" }, { - "p": "**Links:** [demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -176,8 +176,8 @@ }, { "li": [ - "go to the [website](https://assayo.online/);", - "click the “[Demo](https://assayo.online/demo)” button;", + "go to the [website](https://bakhirev.github.io/);", + "click the “[Demo](https://bakhirev.github.io/demo)” button;", "drop the `log.txt` file into the browser window;" ] }, @@ -269,7 +269,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "How to sign commits?" @@ -362,11 +362,11 @@ "h4": "Public server" }, { - "p": "You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://assayo.online/?ref=github&lang=en) to visualize it." + "p": "You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://bakhirev.github.io/?ref=github&lang=en) to visualize it." }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -451,7 +451,7 @@ "li": [ "\uD83D\uDCF1 [https://t.me/bakhirev](https://t.me/bakhirev) (priority method of communication)", "\uD83D\uDCE7 [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "\uD83C\uDF10 [https://assayo.online/](https://assayo.online/?ref=github&lang=en)" + "\uD83C\uDF10 [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=en)" ] } ] diff --git a/documents/src/json/es.json b/documents/src/json/es.json index 826d63f..83a17c6 100644 --- a/documents/src/json/es.json +++ b/documents/src/json/es.json @@ -6,7 +6,7 @@ "p": "Visualización y análisis de los datos de su repositorio git. Performance tool for Team Lead and IT-audit" }, { - "p": "**Links:** [demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -176,8 +176,8 @@ }, { "li": [ - "ir a [sitio web](https://assayo.online/)", - "pulse el botón [Demo](https://assayo.online/demo)»", + "ir a [sitio web](https://bakhirev.github.io/)", + "pulse el botón [Demo](https://bakhirev.github.io/demo)»", "arrastrar y soltar archivo `log.txt` en la ventana del navegador" ] }, @@ -269,7 +269,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "¿Cómo firmar los commits?" @@ -365,11 +365,11 @@ "h4": "Servidor público" }, { - "p": "Puede publicar el archivo con los datos para generar el informe en una URL pública. Para visualizarlo, puede usar la interfaz web del sitio [assayo](https://assayo.online/). Simplemente indique la dirección donde están los datos en el parámetro URL ```dump```:" + "p": "Puede publicar el archivo con los datos para generar el informe en una URL pública. Para visualizarlo, puede usar la interfaz web del sitio [assayo](https://bakhirev.github.io/). Simplemente indique la dirección donde están los datos en el parámetro URL ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -451,7 +451,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (La forma preferencial de contacto)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "sitio web [https://assayo.online/](https://assayo.online/?ref=github&lang=es)" + "sitio web [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=es)" ] } ] diff --git a/documents/src/json/fr.json b/documents/src/json/fr.json index ddf434b..b832aa1 100644 --- a/documents/src/json/fr.json +++ b/documents/src/json/fr.json @@ -6,7 +6,7 @@ "p": "Visualisation et analyse des données de votre dépôt git. Performance tool for Team Lead and IT-audit" }, { - "p": "**Links:** [demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -176,8 +176,8 @@ }, { "li": [ - "Aller à [сайт](https://assayo.online/)", - "Appuyer sur le bouton “[Démo](https://assayo.online/demo)”", + "Aller à [сайт](https://bakhirev.github.io/)", + "Appuyer sur le bouton “[Démo](https://bakhirev.github.io/demo)”", "Faites glisser le fichier `log.txt` dans la fenêtre du navigateur" ] }, @@ -266,7 +266,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "Comment signer les commits ?" @@ -356,11 +356,11 @@ "h4": "Serveur public" }, { - "p": "Vous pouvez mettre à disposition le fichier avec les données pour construire le rapport sur l’URL publique. Et pour sa visualisation, utiliser l’interface web du site. [assayo](https://assayo.online/). Tout simplement, indiquez l’adresse où se trouvent les données dans le paramètre de l’URL ```dump```:" + "p": "Vous pouvez mettre à disposition le fichier avec les données pour construire le rapport sur l’URL publique. Et pour sa visualisation, utiliser l’interface web du site. [assayo](https://bakhirev.github.io/). Tout simplement, indiquez l’adresse où se trouvent les données dans le paramètre de l’URL ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -442,7 +442,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (voie de communication prioritaire)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "site [https://assayo.online/](https://assayo.online/?ref=github&lang=fr)" + "site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=fr)" ] } ] diff --git a/documents/src/json/ja.json b/documents/src/json/ja.json index 56884e2..8104564 100644 --- a/documents/src/json/ja.json +++ b/documents/src/json/ja.json @@ -6,7 +6,7 @@ "p": "データの可視化とGitレポジトリの分析" }, { - "p": "**Links:** [デモ](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [デモ](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -176,8 +176,8 @@ }, { "li": [ - "に切り替える [ウェブサイト](https://assayo.online/)", - "ボタンを押す “[デモ](https://assayo.online/demo?lang=ru)”", + "に切り替える [ウェブサイト](https://bakhirev.github.io/)", + "ボタンを押す “[デモ](https://bakhirev.github.io/demo?lang=ru)”", "ファイルをドラッグ&ドロップする `log.txt` ブラウザウィンドウで" ] }, @@ -269,7 +269,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "commit文の署名方法は?" @@ -362,11 +362,11 @@ "h4": "公開サーバ" }, { - "p": "データをレポートビルド用に公開するファイルをURLで公開することができます。その視覚化は、サイト上で利用可能なツールを使用することで行うことができます。 [assayo](https://assayo.online/). データがある場所のアドレスを、URLパラメータに入力してください。 ```dump```:" + "p": "データをレポートビルド用に公開するファイルをURLで公開することができます。その視覚化は、サイト上で利用可能なツールを使用することで行うことができます。 [assayo](https://bakhirev.github.io/). データがある場所のアドレスを、URLパラメータに入力してください。 ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -441,7 +441,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (優先通信方式)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "ウェブサイト [https://assayo.online/](https://assayo.online/?ref=github&lang=ja)" + "ウェブサイト [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=ja)" ] } ] diff --git a/documents/src/json/pt.json b/documents/src/json/pt.json index 22b0a41..048f03b 100644 --- a/documents/src/json/pt.json +++ b/documents/src/json/pt.json @@ -6,7 +6,7 @@ "p": "Visualização e análise de dados do seu repositório git. Performance tool for Team Lead and IT-audit" }, { - "p": "**Links:** [demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -176,8 +176,8 @@ }, { "li": [ - "Ir para [site](https://assayo.online/)", - "Pressione o botão “[Demonstração](https://assayo.online/demo?lang=ru)”", + "Ir para [site](https://bakhirev.github.io/)", + "Pressione o botão “[Demonstração](https://bakhirev.github.io/demo?lang=ru)”", "Arrastar e largar `log.txt` na janela do navegador" ] }, @@ -269,7 +269,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "Como faço para assinar commits?" @@ -362,11 +362,11 @@ "h4": "Servidor Público" }, { - "p": "Você pode disponibilizar o arquivo com os dados para construção do relatório em um URL público. Para visualizá-lo, você pode usar um site [assayo](https://assayo.online/). Especifique o endereço onde os dados estão localizados no parâmetro de URL ```dump```:" + "p": "Você pode disponibilizar o arquivo com os dados para construção do relatório em um URL público. Para visualizá-lo, você pode usar um site [assayo](https://bakhirev.github.io/). Especifique o endereço onde os dados estão localizados no parâmetro de URL ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -441,7 +441,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (método de comunicação prioritário)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "site [https://assayo.online/](https://assayo.online/?ref=github&lang=pt)" + "site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=pt)" ] } ] diff --git a/documents/src/json/ru.json b/documents/src/json/ru.json index 1e57c6a..5f56900 100644 --- a/documents/src/json/ru.json +++ b/documents/src/json/ru.json @@ -3,7 +3,7 @@ "p": "Визуализация и анализ данных вашего git-репозитория. Инструмент для тимлидов и IT-аудита." }, { - "p": "**Ссылки:** [демо](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Ссылки:** [демо](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Видео:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -174,8 +174,8 @@ }, { "li": [ - "Перейти на [сайт](https://assayo.online/)", - "Нажать кнопку «[Демо](https://assayo.online/demo)»", + "Перейти на [сайт](https://bakhirev.github.io/)", + "Нажать кнопку «[Демо](https://bakhirev.github.io/demo)»", "Перетащить файл `log.txt` в окно браузера" ] }, @@ -267,7 +267,7 @@ ] }, { - "p": "**Например:** [демо](https://assayo.online/demo/themes/)" + "p": "**Например:** [демо](https://bakhirev.github.io/demo/themes/)" }, { "h3": "Как подписывать коммиты?" @@ -360,11 +360,11 @@ "h4": "Публичный сервер" }, { - "p": "Вы можете выкладывать файл с данными для построения отчёта на публичный URL. А для его визуализации использовать веб-интерфейс сайта [assayo](https://assayo.online/). Просто укажите адресс, где лежат данные, в URL-параметре ```dump```:" + "p": "Вы можете выкладывать файл с данными для построения отчёта на публичный URL. А для его визуализации использовать веб-интерфейс сайта [assayo](https://bakhirev.github.io/). Просто укажите адресс, где лежат данные, в URL-параметре ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -446,7 +446,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (приоритетный способ связи)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "сайт [https://assayo.online/](https://assayo.online/?ref=github&lang=ru)" + "сайт [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=ru)" ] } ] diff --git a/documents/src/json/zh.json b/documents/src/json/zh.json index 1c66452..1723091 100644 --- a/documents/src/json/zh.json +++ b/documents/src/json/zh.json @@ -6,7 +6,7 @@ "p": "对您的git仓库的数据进行可视化和分析 团队领导及资讯科技审核的表现工具" }, { - "p": "**Links:** [示范表现](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." + "p": "**Links:** [示范表现](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo), [reddit](https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/), [habr](https://habr.com/ru/articles/852782/)." }, { "p": "**Video:** [english](https://www.youtube.com/watch?v=uMbhrrd25t4), [español](https://www.youtube.com/watch?v=skmctb_2rZ0), [русский](https://www.youtube.com/watch?v=jwCp_-bhrCQ)." @@ -176,8 +176,8 @@ }, { "li": [ - "切换到 [网站](https://assayo.online/)", - "按下按钮 “[示范](https://assayo.online/demo?lang=ru)”", + "切换到 [网站](https://bakhirev.github.io/)", + "按下按钮 “[示范](https://bakhirev.github.io/demo?lang=ru)”", "拖放文件 `log.txt` 在浏览器窗口中" ] }, @@ -269,7 +269,7 @@ ] }, { - "p": "**Example:** [demo](https://assayo.online/demo/themes/)" + "p": "**Example:** [demo](https://bakhirev.github.io/demo/themes/)" }, { "h3": "如何签署提交?" @@ -362,11 +362,11 @@ "h4": "公共服务器" }, { - "p": "您可以将数据构建报告文件发布到公共URL,可以使用网站来显示它。 [assayo](https://assayo.online/). 指定数据所在的地址作为URL参数 ```dump```:" + "p": "您可以将数据构建报告文件发布到公共URL,可以使用网站来显示它。 [assayo](https://bakhirev.github.io/). 指定数据所在的地址作为URL参数 ```dump```:" }, { "pre": [ - "https://assayo.online/demo/?dump=//you_site.com/some/log.txt" + "https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt" ] }, { @@ -441,7 +441,7 @@ "li": [ "telegramm [@bakhirev](https://t.me/bakhirev) (优先通信方法)", "[alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru)", - "网站 [https://assayo.online/](https://assayo.online/?ref=github&lang=zh)" + "网站 [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=zh)" ] } ] diff --git a/documents/src/lib/JsonToMd/custom.js b/documents/src/lib/JsonToMd/custom.js index 90a9411..20a12fb 100644 --- a/documents/src/lib/JsonToMd/custom.js +++ b/documents/src/lib/JsonToMd/custom.js @@ -1,4 +1,4 @@ -const SITE = 'https://assayo.online/'; +const SITE = 'https://bakhirev.github.io/'; const GITHUB_LINK = 'https://github.com/bakhirev/assayo'; function getLanguageLinks(languages, language) { @@ -27,11 +27,11 @@ function getLanguageLinks(languages, language) { } function getSocialLinks() { - return '\n'; + return '\n'; } function getSreenshot() { - return '\n'; + return '\n'; } function getYandexMetrika() { diff --git a/documents/src/md/DE.md b/documents/src/md/DE.md index 3718bac..683be28 100644 --- a/documents/src/md/DE.md +++ b/documents/src/md/DE.md @@ -1,4 +1,4 @@ -Visualisierung und analyse ihrer Git-datenbank ([demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +Visualisierung und analyse ihrer Git-datenbank ([demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### Mitarbeiter können den neuen arbeitsplatz bewerten - arbeitsgeschwindigkeit; @@ -59,8 +59,8 @@ Der unterschied zwischen den formaten liegt im vorhandensein einer wrapper für ### Wie kann ich den bericht sehen? #### Online -- gehe zu [Webseite](https://assayo.online/) -- den knopf drücken “[Demonstration](https://assayo.online/demo?lang=ru)” +- gehe zu [Webseite](https://bakhirev.github.io/) +- den knopf drücken “[Demonstration](https://bakhirev.github.io/demo?lang=ru)” - datei ziehen `log.txt` in das Browserfenster #### Offline - laden sie dieses repository herunter @@ -137,9 +137,9 @@ Jedes mal, wenn der computer neu gestartet wird, aktualisiert das skript die sta #### Öffentlicher server -Sie können eine datendatei zum erstellen eines berichts auf eine öffentliche URL hochladen. Sie können die Website verwenden, um sie zu visualisieren [assayo](https://assayo.online/). Geben sie im URL-parameter die adresse an, an der die daten liegen ```dump```: +Sie können eine datendatei zum erstellen eines berichts auf eine öffentliche URL hochladen. Sie können die Website verwenden, um sie zu visualisieren [assayo](https://bakhirev.github.io/). Geben sie im URL-parameter die adresse an, an der die daten liegen ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Privater server @@ -182,5 +182,5 @@ Sie können eine neue übersetzung hinzufügen oder die aktuelle im abschnitt ko #### Wünsche, Anregungen, Kommentare - telegramm [@bakhirev](https://t.me/bakhirev) (vorrangiger kommunikationsweg) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- web site [https://assayo.online/](https://assayo.online/?ref=github&lang=de) +- web site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=de) diff --git a/documents/src/md/EN.md b/documents/src/md/EN.md index f802bdf..4c699e0 100644 --- a/documents/src/md/EN.md +++ b/documents/src/md/EN.md @@ -1,6 +1,6 @@ > The [main documentation](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) is in russian. This is a translation. It may contain errors. If you a native speaker, you can help improve this translation. Thanks! -Visualization and analysis of git commit statistics. Team Lead performance tool. ([demo](https://assayo.online/demo/?ref=github&lang=en&dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +Visualization and analysis of git commit statistics. Team Lead performance tool. ([demo](https://bakhirev.github.io/demo/?ref=github&lang=en&dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### Employee can evaluate new workplace - work speed; @@ -64,8 +64,8 @@ The difference between the online and offline format is the presence of a wrappe ### How to view the report? #### Online -- go to the [website](https://assayo.online/); -- click the “[Demo](https://assayo.online/demo)” button; +- go to the [website](https://bakhirev.github.io/); +- click the “[Demo](https://bakhirev.github.io/demo)” button; - drop the `log.txt` file into the browser window; #### Offline - download this repository `git clone https://github.com/bakhirev/assayo.git`; @@ -148,9 +148,9 @@ fi #### Public server -You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://assayo.online/?ref=github&lang=en) to visualize it. +You can upload the data file for report construction to a public URL. And use the website’s [assayo](https://bakhirev.github.io/?ref=github&lang=en) to visualize it. ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` @@ -203,4 +203,4 @@ Releases are planned approximately once every six months. What’s next: #### Feedback, comments - telegramm [@bakhirev](https://t.me/bakhirev) (priority method of communication) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- website [https://assayo.online/](https://assayo.online/?ref=github&lang=en) +- website [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=en) diff --git a/documents/src/md/ES.md b/documents/src/md/ES.md index 4af6ed0..ec63193 100644 --- a/documents/src/md/ES.md +++ b/documents/src/md/ES.md @@ -1,6 +1,6 @@ > [Documentación básica](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) en ruso. Es una traducción. Puede contener errores. Si usted es un hablante nativo, puede ayudar a mejorar esta traducción. ¡Gracias! -Visualización y análisis de los datos de su repositorio git. ([demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +Visualización y análisis de los datos de su repositorio git. ([demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### El empleado puede evaluar el nuevo lugar de trabajo - El ritmo de trabajo; @@ -61,8 +61,8 @@ La diferencia entre los formatos en línea y fuera de línea está en la existen ### ¿Cómo ver el informe? #### Online -- Ir a [sitio web](https://assayo.online/) -- Pulse el botón [Demo](https://assayo.online/demo)» +- Ir a [sitio web](https://bakhirev.github.io/) +- Pulse el botón [Demo](https://bakhirev.github.io/demo)» - Arrastrar y soltar archivo `log.txt` en la ventana del navegador #### Offline - Descargar este repositorio @@ -140,9 +140,9 @@ Cada vez que reinicie su computadora, el script actualizará la estadística de #### Servidor público -Puede publicar el archivo con los datos para generar el informe en una URL pública. Para visualizarlo, puede usar la interfaz web del sitio [assayo](https://assayo.online/). Simplemente indique la dirección donde están los datos en el parámetro URL ```dump```: +Puede publicar el archivo con los datos para generar el informe en una URL pública. Para visualizarlo, puede usar la interfaz web del sitio [assayo](https://bakhirev.github.io/). Simplemente indique la dirección donde están los datos en el parámetro URL ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Servidor privado @@ -190,5 +190,5 @@ Puede agregar una nueva traducción o corregir la actual en la sección ```ts/tr #### Deseos, comentarios - telegramm [@bakhirev](https://t.me/bakhirev) (La forma preferencial de contacto) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- sitio web [https://assayo.online/](https://assayo.online/?ref=github&lang=es) +- sitio web [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=es) diff --git a/documents/src/md/FR.md b/documents/src/md/FR.md index f6c2093..d68fe60 100644 --- a/documents/src/md/FR.md +++ b/documents/src/md/FR.md @@ -1,6 +1,6 @@ > La [documentation principale](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) est en russe. C'est une traduction. Il peut contenir des erreurs. Si vous êtes un locuteur natif, vous pouvez aider à améliorer cette traduction. Merci! -Visualisation et analyse des données de votre dépôt Git ([demo](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +Visualisation et analyse des données de votre dépôt Git ([demo](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### Un employé peut évaluer un nouveau lieu de travail - le rythme du travail; @@ -61,8 +61,8 @@ La différence entre le format en ligne et le format hors ligne réside dans l ### Comment voir le rapport en ligne? #### Online -- Aller à [сайт](https://assayo.online/) -- Appuyer sur le bouton “[Démo](https://assayo.online/demo)” +- Aller à [сайт](https://bakhirev.github.io/) +- Appuyer sur le bouton “[Démo](https://bakhirev.github.io/demo)” - Faites glisser le fichier `log.txt` dans la fenêtre du navigateur #### Offline - Télécharger ce dépôt @@ -135,9 +135,9 @@ fi #### Serveur public -Vous pouvez mettre à disposition le fichier avec les données pour construire le rapport sur l’URL publique. Et pour sa visualisation, utiliser l’interface web du site. [assayo](https://assayo.online/). Tout simplement, indiquez l’adresse où se trouvent les données dans le paramètre de l’URL ```dump```: +Vous pouvez mettre à disposition le fichier avec les données pour construire le rapport sur l’URL publique. Et pour sa visualisation, utiliser l’interface web du site. [assayo](https://bakhirev.github.io/). Tout simplement, indiquez l’adresse où se trouvent les données dans le paramètre de l’URL ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Serveur privé @@ -185,5 +185,5 @@ Vous pouvez ajouter une nouvelle traduction ou corriger la traduction existante #### Souhaits, suggestions, commentaires - telegramm [@bakhirev](https://t.me/bakhirev) (voie de communication prioritaire) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- site [https://assayo.online/](https://assayo.online/?ref=github&lang=fr) +- site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=fr) diff --git a/documents/src/md/JA.md b/documents/src/md/JA.md index e598901..0fa1d76 100644 --- a/documents/src/md/JA.md +++ b/documents/src/md/JA.md @@ -1,6 +1,6 @@ > [主な文書はロシア語です。](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) これは翻訳です。 エラーが含まれている可能性があります。 あなたがネイティブスピーカーであれば、この翻訳を改善するのに役立ちます。 ありがとう! -データの可視化とGitレポジトリの分析 ([デモ](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +データの可視化とGitレポジトリの分析 ([デモ](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### 従業員は新しい職場を評価することができます - 働きのペース; @@ -61,8 +61,8 @@ Gitはファイルを作成します `log.txt`. ### レポートを表示するにはどうすればよいですか? #### Online -- に切り替える [ウェブサイト](https://assayo.online/) -- ボタンを押す “[デモ](https://assayo.online/demo?lang=ru)” +- に切り替える [ウェブサイト](https://bakhirev.github.io/) +- ボタンを押す “[デモ](https://bakhirev.github.io/demo?lang=ru)” - ファイルをドラッグ&ドロップする `log.txt` ブラウザウィンドウで #### Offline - このリポジトリをダウンロードする @@ -139,9 +139,9 @@ fi #### 公開サーバ -データをレポートビルド用に公開するファイルをURLで公開することができます。その視覚化は、サイト上で利用可能なツールを使用することで行うことができます。 [assayo](https://assayo.online/). データがある場所のアドレスを、URLパラメータに入力してください。 ```dump```: +データをレポートビルド用に公開するファイルをURLで公開することができます。その視覚化は、サイト上で利用可能なツールを使用することで行うことができます。 [assayo](https://bakhirev.github.io/). データがある場所のアドレスを、URLパラメータに入力してください。 ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### プライベートサーバー @@ -184,5 +184,5 @@ you_url - gitのログのコンテナーのURLアドレス; #### 願い、提案、コメント - telegramm [@bakhirev](https://t.me/bakhirev) (優先通信方式) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- ウェブサイト [https://assayo.online/](https://assayo.online/?ref=github&lang=ja) +- ウェブサイト [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=ja) diff --git a/documents/src/md/PT.md b/documents/src/md/PT.md index 578af68..153c9ab 100644 --- a/documents/src/md/PT.md +++ b/documents/src/md/PT.md @@ -1,6 +1,6 @@ > [Documentação básica](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) em russo. É uma tradução. Pode conter erros. Se você é um falante nativo, você pode ajudar a melhorar esta tradução. Obrigado! -Visualização e análise de dados do seu repositório git ([demonstração](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +Visualização e análise de dados do seu repositório git ([demonstração](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### Funcionario de avaliar o novo local de trabalho - ritmo de trabalho; @@ -61,8 +61,8 @@ A diferença entre os formatos está na existência de uma envoltória para as l ### Como ver o relatório? #### Online -- Ir para [site](https://assayo.online/) -- Pressione o botão “[Demonstração](https://assayo.online/demo?lang=ru)” +- Ir para [site](https://bakhirev.github.io/) +- Pressione o botão “[Demonstração](https://bakhirev.github.io/demo?lang=ru)” - Arrastar e largar `log.txt` na janela do navegador #### Offline - Baixar este repositório @@ -139,9 +139,9 @@ A cada reinício do computador, o script atualiza a estatística com todos os da #### Servidor Público -Você pode disponibilizar o arquivo com os dados para construção do relatório em um URL público. Para visualizá-lo, você pode usar um site [assayo](https://assayo.online/). Especifique o endereço onde os dados estão localizados no parâmetro de URL ```dump```: +Você pode disponibilizar o arquivo com os dados para construção do relatório em um URL público. Para visualizá-lo, você pode usar um site [assayo](https://bakhirev.github.io/). Especifique o endereço onde os dados estão localizados no parâmetro de URL ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Servidor Privado @@ -184,5 +184,5 @@ Você pode adicionar uma nova tradução ou corrigir uma existente na seção `` #### Sugestões, sugestões, comentários - telegramm [@bakhirev](https://t.me/bakhirev) (método de comunicação prioritário) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- site [https://assayo.online/](https://assayo.online/?ref=github&lang=pt) +- site [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=pt) diff --git a/documents/src/md/RU.md b/documents/src/md/RU.md index 0525929..a9c8f25 100644 --- a/documents/src/md/RU.md +++ b/documents/src/md/RU.md @@ -1,4 +1,4 @@ -Визуализация и анализ данных вашего git-репозитория ([демо](https://assayo.online/demo/?dump=./test.txt), [установка](https://assayo.online/demo/?ref=github)). +Визуализация и анализ данных вашего git-репозитория ([демо](https://bakhirev.github.io/demo/?dump=./test.txt), [установка](https://bakhirev.github.io/demo/?ref=github)). ##### Сотрудник может оценить новое место работы - темп работы; @@ -65,8 +65,8 @@ Git создаст файл `log.txt`. ### Как посмотреть отчёт? #### Онлайн -- Перейти на [сайт](https://assayo.online/) -- Нажать кнопку «[Демо](https://assayo.online/demo)» +- Перейти на [сайт](https://bakhirev.github.io/) +- Нажать кнопку «[Демо](https://bakhirev.github.io/demo)» - Перетащить файл `log.txt` в окно браузера #### Офлайн @@ -150,9 +150,9 @@ fi #### Публичный сервер -Вы можете выкладывать файл с данными для построения отчёта на публичный URL. А для его визуализации использовать веб-интерфейс сайта [assayo](https://assayo.online/). Просто укажите адресс, где лежат данные, в URL-параметре ```dump```: +Вы можете выкладывать файл с данными для построения отчёта на публичный URL. А для его визуализации использовать веб-интерфейс сайта [assayo](https://bakhirev.github.io/). Просто укажите адресс, где лежат данные, в URL-параметре ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Приватный сервер @@ -200,5 +200,5 @@ you_url - URL адресс вашего контейнера с логами #### Пожелания, предложения, замечания - telegramm [@bakhirev](https://t.me/bakhirev) (приоритетный способ связи) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- сайт [https://assayo.online/](https://assayo.online/?ref=github&lang=ru) +- сайт [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=ru) diff --git a/documents/src/md/SIMPLE_RU.md b/documents/src/md/SIMPLE_RU.md index 8e99bc4..06bb72a 100644 --- a/documents/src/md/SIMPLE_RU.md +++ b/documents/src/md/SIMPLE_RU.md @@ -3,9 +3,9 @@ > - [Spanish](https://github.com/bakhirev/assayo/blob/main/documents/ES.md) > - [French](https://github.com/bakhirev/assayo/blob/main/documents/FR.md) -# [Assayo](https://assayo.online/?ref=github&lang=ru) +# [Assayo](https://bakhirev.github.io/?ref=github&lang=ru) -Визуализация и анализ данных вашего git-репозитория ([демонстрация](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +Визуализация и анализ данных вашего git-репозитория ([демонстрация](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### Сотрудник может оценить новое место работы - темп работы; @@ -64,8 +64,8 @@ Git создаст файл `log.txt`. ### Как посмотреть отчёт с интеретом? -- Перейти на [сайт](https://assayo.online/) -- Нажать кнопку “[Демонстрация](https://assayo.online/demo?lang=ru)” +- Перейти на [сайт](https://bakhirev.github.io/) +- Нажать кнопку “[Демонстрация](https://bakhirev.github.io/demo?lang=ru)” - Перетащить файл `log.txt` в окно браузера ### Как посмотреть отчёт без интернета? @@ -118,9 +118,9 @@ JIRA-1234 feat(profile): Added avatar for user #### Публичный сервер -Вы можете выкладывать файл с данными для построения отчёта на публичный URL. Для его визуализации можно использовать сайт [assayo](https://assayo.online/). Указывайте адресс, где лежат данные, в URL-параметре ```dump```: +Вы можете выкладывать файл с данными для построения отчёта на публичный URL. Для его визуализации можно использовать сайт [assayo](https://bakhirev.github.io/). Указывайте адресс, где лежат данные, в URL-параметре ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### Приватный сервер @@ -154,5 +154,5 @@ you_url - URL адресс вашего контейнера с логами ### Пожелания, предложения, замечания - telegramm [@bakhirev](https://t.me/bakhirev) (приоритетный способ связи) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- сайт [https://assayo.online/](https://assayo.online/) +- сайт [https://bakhirev.github.io/](https://bakhirev.github.io/) diff --git a/documents/src/md/ZH.md b/documents/src/md/ZH.md index d03ff8a..558dc6b 100644 --- a/documents/src/md/ZH.md +++ b/documents/src/md/ZH.md @@ -1,6 +1,6 @@ > [主要文件是俄文。](https://github.com/bakhirev/assayo/blob/main/documents/RU.md) 这是一个翻译。 它可能包含错误。 如果您是母语人士,您可以帮助改进此翻译。 谢谢! -对您的git仓库的数据进行可视化和分析 ([示范表现](https://assayo.online/demo/?dump=./test.txt), [online version](https://assayo.online/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). +对您的git仓库的数据进行可视化和分析 ([示范表现](https://bakhirev.github.io/demo/?dump=./test.txt), [online version](https://bakhirev.github.io/demo/?ref=github), [docker](https://hub.docker.com/r/bakhirev/assayo)). ##### 工作人员可以评估新工作场所 - 工作节奏; @@ -61,8 +61,8 @@ Git会创建一个文件 `log.txt`. ### 如何在线查看报告? -- 切换到 [网站](https://assayo.online/) -- 按下按钮 “[示范](https://assayo.online/demo?lang=ru)” +- 切换到 [网站](https://bakhirev.github.io/) +- 按下按钮 “[示范](https://bakhirev.github.io/demo?lang=ru)” - 拖放文件 `log.txt` 在浏览器窗口中 ### 如何在没有网络环境下查看报告? @@ -140,9 +140,9 @@ fi #### 公共服务器 -您可以将数据构建报告文件发布到公共URL,可以使用网站来显示它。 [assayo](https://assayo.online/). 指定数据所在的地址作为URL参数 ```dump```: +您可以将数据构建报告文件发布到公共URL,可以使用网站来显示它。 [assayo](https://bakhirev.github.io/). 指定数据所在的地址作为URL参数 ```dump```: ``` -https://assayo.online/demo/?dump=//you_site.com/some/log.txt +https://bakhirev.github.io/demo/?dump=//you_site.com/some/log.txt ``` #### 专用服务器 @@ -185,5 +185,5 @@ you_url - git日志的容器的URL地址; #### 愿望,建议,意见 - telegramm [@bakhirev](https://t.me/bakhirev) (优先通信方法) - [alexey-bakhirev@yandex.ru](mailto:alexey-bakhirev@yandex.ru) -- 网站 [https://assayo.online/](https://assayo.online/?ref=github&lang=zh) +- 网站 [https://bakhirev.github.io/](https://bakhirev.github.io/?ref=github&lang=zh) diff --git a/public/index.html b/public/index.html index 46781ef..83ff37a 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ - +