Compare commits

..

4 commits
master ... prod

Author SHA1 Message Date
Ad5001 f45e0031c9
Merge branch 'master' into prod 2023-01-19 16:41:48 +01:00
Ad5001 665f13886d
Merge branch 'master' into prod
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-29 19:53:27 +02:00
Ad5001 2758930f24
Merge branch 'master' into prod
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-28 23:09:34 +02:00
Ad5001 5db383337b
Merge branch 'prod' of https://git.ad5001.eu/Ad5001/apps.ad5001.eu into prod
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-28 21:59:05 +02:00
43 changed files with 77 additions and 78 deletions

View file

@ -10,61 +10,69 @@ clone:
steps:
- name: Initilizing submodules
image: alpine/git
environment:
GIT_ASKPASS: "/bin/git-askpass-from-env"
commands:
# Fetching submodules
# Installing little script to get git password from environment.
- wget https://download.ad5001.eu/other/git-askpass-from-env.sh
- mv git-askpass-from-env.sh /bin/git-askpass-from-env
- chmod +x /bin/git-askpass-from-env
# Changing submodule URL to https://<USERNAME>@git.ad5001.eu/Ad5001/omegamma.git
- git submodule init
- git config submodule.sub/omegamma.url https://$DRONE_GIT_USERNAME@git.ad5001.eu/Ad5001/omegamma.git
# Fetching submodules
- git submodule update --init --recursive
# - name: Build dev.apps.ad5001.eu
# image: xdevbase/hugo-builder:latest
# commands:
# - hugo --config ci/dev.config.yml --minify
# when:
# event: [push, tag]
# branch: [master]
#
# - name: Remove old dev.apps.ad5001.eu
# image: appleboy/drone-ssh
# settings:
# host:
# from_secret: SSH_HOST
# username:
# from_secret: SSH_USERNAME
# password:
# from_secret: SSH_PASSWORD
# envs:
# - DEV_WWW_PATH
# script:
# - export DEV_WWW_PATH=$DEV_WWW_PATH
# - cd "$DEV_WWW_PATH"
# - rm -rf *
# when:
# event: [push, tag]
# branch: [master]
#
# - name: Deploy dev.apps.ad5001.eu
# image: appleboy/drone-scp
# settings:
# host:
# from_secret: SSH_HOST
# username:
# from_secret: SSH_USERNAME
# password:
# from_secret: SSH_PASSWORD
# target:
# from_secret: DEV_WWW_PATH
# source: public/*
# when:
# event: [push, tag]
# branch: [master]
- name: Build dev.apps.ad5001.eu
image: xdevbase/hugo-builder:latest
commands:
- hugo --config ci/dev.config.yml --minify
when:
event: [push, tag]
branch: [master]
- name: Remove old dev.apps.ad5001.eu
image: appleboy/drone-ssh
settings:
host:
from_secret: SSH_HOST
username:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD
envs:
- DEV_WWW_PATH
script:
- export DEV_WWW_PATH=$DEV_WWW_PATH
- cd "$DEV_WWW_PATH"
- rm -rf *
when:
event: [push, tag]
branch: [master]
- name: Deploy dev.apps.ad5001.eu
image: appleboy/drone-scp
settings:
host:
from_secret: SSH_HOST
username:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD
target:
from_secret: DEV_WWW_PATH
source: public/*
when:
event: [push, tag]
branch: [master]
- name: Build apps.ad5001.eu
image: xdevbase/hugo-builder
image: xdevbase/hugo-builder:latest
commands:
- hugo --minify
when:
event: [push, tag]
branch: [master]
branch: [prod]
- name: Remove old apps.ad5001.eu
image: appleboy/drone-ssh
@ -78,8 +86,6 @@ steps:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD
port:
from_secret: SSH_PORT
envs:
- PROD_WWW_PATH
script:
@ -88,7 +94,7 @@ steps:
- rm -rf *
when:
event: [push, tag]
branch: [master]
branch: [prod]
- name: Deploy apps.ad5001.eu
image: appleboy/drone-scp
@ -99,11 +105,9 @@ steps:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD
port:
from_secret: SSH_PORT
target:
from_secret: PROD_WWW_PATH
source: public/*
when:
event: [push, tag]
branch: [master]
branch: [prod]

View file

@ -106,11 +106,11 @@ Download:
Links:
win:
- Title: Logiciel d'installation (.exe) (64 bits)
Name: logarithmplotter-v<version>-setup.exe (53,3Mio)
Name: logarithmplotter-v<version>-setup.exe (100,9Mio)
File: logarithmplotter-v<version>-setup.exe
macos:
- Title: Archive d'Application (.dmg)
Name: LogarithmPlotter-v<version>-setup.dmg (42,4Mio)
Name: LogarithmPlotter-v<version>-setup.dmg (114,7Mio)
File: LogarithmPlotter-v<version>-setup.dmg
linux:
- Title: Flatpak (via Flathub)
@ -120,15 +120,15 @@ Download:
- Title: Launchpad (PPA)
Index: logarithmplotter
- Title: Debian / Ubuntu
Name: python3-logarithmplotter_<version>-1_all.deb (144,2Kio)
Name: python3-logarithmplotter_<version>-1_all.deb (103,7Kio)
File: python3-logarithmplotter_<version>-1_all.deb
all:
- Title: Code source (.tar.gz)
Name: logarithmPlotter-<version>.tar.gz (4,7Mio)
Name: logarithmPlotter-<version>.tar.gz (187Kio)
File: logarithmplotter-<version>.tar.gz
Footnote: |
L'intégration LaTeX requiert une installation LaTeX valide (depuis une distribution comme [TeXLive](https://tug.org/texlive/)) contenant `latex`, `dvipng` et `fundus-calligra`.
*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide6](https://pypi.org/project/PySide6/), et requiert qu'ils soient installés pour être lancé.
*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide2](https://pypi.org/project/PySide2/), et requiert qu'ils soient installés pour être lancé.
---

View file

@ -109,11 +109,11 @@ Download:
Links:
win:
- Title: Installer software (.exe) (64 bits)
Name: logarithmplotter-v<version>-setup.exe (53.3MiB)
Name: logarithmplotter-v<version>-setup.exe (100.9MiB)
File: logarithmplotter-v<version>-setup.exe
macos:
- Title: Application Archive (.dmg)
Name: LogarithmPlotter-v<version>-setup.dmg (42.4MiB)
Name: LogarithmPlotter-v<version>-setup.dmg (114.7MiB)
File: LogarithmPlotter-v<version>-setup.dmg
linux:
- Title: Flatpak (via Flathub)
@ -123,15 +123,15 @@ Download:
- Title: Launchpad (PPA)
Index: logarithmplotter
- Title: Debian / Ubuntu
Name: python3-logarithmplotter_<version>-1_all.deb (144.2KiB)
Name: python3-logarithmplotter_<version>-1_all.deb (103.7KiB)
File: python3-logarithmplotter_<version>-1_all.deb
all:
- Title: Source code (.tar.gz)*
Name: LogarithmPlotter-v<version>.tar.gz (4.7MiB)
Name: LogarithmPlotter-v<version>.tar.gz (187KiB)
File: logarithmplotter-<version>.tar.gz
Footnote: |
LaTeX integration requires a valid LaTeX installation (from a distribution like [TeXLive](https://tug.org/texlive/)) with `latex`, `dvipng` and `fundus-calligra`.
*LogarithmPlotter requires [Python3](https://python.org/) with [PySide6](https://pypi.org/project/PySide6/) to be installed in order to be launched.
*LogarithmPlotter requires [Python3](https://python.org/) with [PySide2](https://pypi.org/project/PySide2/) to be installed in order to be launched.
---

View file

@ -71,11 +71,11 @@ Download:
- Title: Firefox Addons (AMO)
Index: unchecker
- Title: Mozilla Installer Package (.xpi)
Name: unchecker-<version>-fx.xpi (20,1Kio)
Name: unchecker-<version>-fx.xpi (19,6Kio)
File: unchecker-<version>-fx.xpi
all:
- Title: Code source (.tar.gz)
Name: unchecker-v<version>.tar.gz (11,8Kio)
Name: unchecker-v<version>.tar.gz (11,4Kio)
File: unchecker-v<version>.tar.gz
---

View file

@ -69,11 +69,11 @@ Download:
- Title: Firefox Addons (AMO)
Index: unchecker
- Title: Mozilla Installer Package (.xpi)
Name: unchecker-<version>-fx.xpi (20.1KiB)
Name: unchecker-<version>-fx.xpi (19,6Kio)
File: unchecker-<version>-fx.xpi
all:
- Title: Source code (.tar.gz)
Name: unchecker-v<version>.tar.gz (11.8KiB)
Name: unchecker-v<version>.tar.gz (11,4KiB)
File: unchecker-v<version>.tar.gz
---

View file

@ -9,7 +9,7 @@
"name": "LogarithmPlotter",
"status": "Active development",
"description": "Create graphs with logarithm scales, namely Bode plots.",
"frameworks": ["[PySide6](https://pypi.org/project/PySide6/) ([Qt](https://qt.io))"]
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"]
},
"accountfree": {
"name": "AccountFree",

View file

@ -9,7 +9,7 @@
"name": "LogarithmPlotter",
"status": "Développement actif",
"description": "Créer des graphes à échelle log, notamment les diagrammes de Bode.",
"frameworks": ["[PySide6](https://pypi.org/project/PySide6/) ([Qt](https://qt.io))"]
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"]
},
"accountfree": {
"name": "AccountFree",

View file

@ -2,6 +2,9 @@ social:
- name: Mastodon
icon: mastodon
URL: https://fosstodon.org/@Ad5001
- name: Twitter
icon: twitter
URL: https://twitter.com/Ad5001P4F
- name: Gitea
icon: git
URL: https://git.ad5001.eu/Ad5001

View file

@ -13,7 +13,7 @@
},
"logarithmplotter": {
"name": "LogarithmPlotter",
"version": "0.5.0",
"version": "0.3.0",
"languages": ["QML", "JavaScript", "Python"],
"translated": ["en","fr","de","no","hu"],
"platforms": ["Windows", "MacOSX", "Linux"],
@ -60,7 +60,7 @@
},
"unchecker": {
"name": "unchecker",
"version": "1.2.2",
"version": "1.1",
"languages": ["JavaScript"],
"translated": ["all"],
"platforms": ["Firefox"],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View file

@ -1,8 +0,0 @@
User-agent: GPTBot
Disallow: /
User-agent: ChatGPT-User
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: CCBot
Disallow: /

@ -1 +1 @@
Subproject commit 278a81e12a3a76492a5594adc412c0a9f61a1dfd
Subproject commit 3193f069dbc5a5e352b28f058a3001fd94ddced9