Compare commits

...

16 commits
prod ... master

Author SHA1 Message Date
Ad5001 c19f5571c4
Updating LogarithmPlotter file sizes
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-12 00:35:13 +01:00
Ad5001 e78cb1d122
Updating LogarithmPlotter
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-12 00:23:27 +01:00
Ad5001 d6d71570c6
Updating versions
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-11 19:32:32 +01:00
Ad5001 b365f9abc5
Mise à jour DA LogarithmPlotter pour Flathub
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-09 18:26:57 +01:00
Ad5001 92181c2415
Updating unchecker file sizes
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-08 19:09:25 +01:00
Ad5001 99c56eaa8b
Updating unchecker
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-08 19:01:18 +01:00
Ad5001 37aa84f19c
Updating older versions link.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-16 20:18:18 +02:00
Ad5001 7d52f63992
Updating unchecker.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-16 20:14:52 +02:00
Ad5001 d4d2e4b6c7
Adding robots.txt
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-30 00:20:45 +02:00
Ad5001 c54b4bcdb8
Removing twitter links.
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-17 22:35:21 +02:00
Ad5001 8e8da58862
Update of LogarithmPlotter v0.4.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 11:14:09 +02:00
Ad5001 b736a0910b
Updating logarithmplotter pictures for v0.4.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-25 15:39:14 +02:00
Ad5001 457b8b81ad
Updating CI image
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-15 22:01:35 +02:00
Ad5001 77d68bd4a2
Reverting hugo version in CI to fix bug.
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-30 19:07:51 +02:00
Ad5001 a8478d1951
Updating artifacts URL.
Some checks failed
continuous-integration/drone/push Build is failing
2023-03-30 18:57:29 +02:00
Ad5001 f6547bd2c3
Removing dev.apps.ad5001.eu
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-02 18:33:44 +01:00
43 changed files with 78 additions and 77 deletions

View file

@ -10,69 +10,61 @@ clone:
steps:
- name: Initilizing submodules
image: alpine/git
environment:
GIT_ASKPASS: "/bin/git-askpass-from-env"
commands:
# 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 init
- 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:latest
image: xdevbase/hugo-builder
commands:
- hugo --minify
when:
event: [push, tag]
branch: [prod]
branch: [master]
- name: Remove old apps.ad5001.eu
image: appleboy/drone-ssh
@ -86,6 +78,8 @@ steps:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD
port:
from_secret: SSH_PORT
envs:
- PROD_WWW_PATH
script:
@ -94,7 +88,7 @@ steps:
- rm -rf *
when:
event: [push, tag]
branch: [prod]
branch: [master]
- name: Deploy apps.ad5001.eu
image: appleboy/drone-scp
@ -105,9 +99,11 @@ 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: [prod]
branch: [master]

View file

@ -106,11 +106,11 @@ Download:
Links:
win:
- Title: Logiciel d'installation (.exe) (64 bits)
Name: logarithmplotter-v<version>-setup.exe (100,9Mio)
Name: logarithmplotter-v<version>-setup.exe (53,3Mio)
File: logarithmplotter-v<version>-setup.exe
macos:
- Title: Archive d'Application (.dmg)
Name: LogarithmPlotter-v<version>-setup.dmg (114,7Mio)
Name: LogarithmPlotter-v<version>-setup.dmg (42,4Mio)
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 (103,7Kio)
Name: python3-logarithmplotter_<version>-1_all.deb (144,2Kio)
File: python3-logarithmplotter_<version>-1_all.deb
all:
- Title: Code source (.tar.gz)
Name: logarithmPlotter-<version>.tar.gz (187Kio)
Name: logarithmPlotter-<version>.tar.gz (4,7Mio)
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 [PySide2](https://pypi.org/project/PySide2/), et requiert qu'ils soient installés pour être lancé.
*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide6](https://pypi.org/project/PySide6/), 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 (100.9MiB)
Name: logarithmplotter-v<version>-setup.exe (53.3MiB)
File: logarithmplotter-v<version>-setup.exe
macos:
- Title: Application Archive (.dmg)
Name: LogarithmPlotter-v<version>-setup.dmg (114.7MiB)
Name: LogarithmPlotter-v<version>-setup.dmg (42.4MiB)
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 (103.7KiB)
Name: python3-logarithmplotter_<version>-1_all.deb (144.2KiB)
File: python3-logarithmplotter_<version>-1_all.deb
all:
- Title: Source code (.tar.gz)*
Name: LogarithmPlotter-v<version>.tar.gz (187KiB)
Name: LogarithmPlotter-v<version>.tar.gz (4.7MiB)
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 [PySide2](https://pypi.org/project/PySide2/) to be installed in order to be launched.
*LogarithmPlotter requires [Python3](https://python.org/) with [PySide6](https://pypi.org/project/PySide6/) 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 (19,6Kio)
Name: unchecker-<version>-fx.xpi (20,1Kio)
File: unchecker-<version>-fx.xpi
all:
- Title: Code source (.tar.gz)
Name: unchecker-v<version>.tar.gz (11,4Kio)
Name: unchecker-v<version>.tar.gz (11,8Kio)
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 (19,6Kio)
Name: unchecker-<version>-fx.xpi (20.1KiB)
File: unchecker-<version>-fx.xpi
all:
- Title: Source code (.tar.gz)
Name: unchecker-v<version>.tar.gz (11,4KiB)
Name: unchecker-v<version>.tar.gz (11.8KiB)
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": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"]
"frameworks": ["[PySide6](https://pypi.org/project/PySide6/) ([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": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"]
"frameworks": ["[PySide6](https://pypi.org/project/PySide6/) ([Qt](https://qt.io))"]
},
"accountfree": {
"name": "AccountFree",

View file

@ -2,9 +2,6 @@ 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.3.0",
"version": "0.5.0",
"languages": ["QML", "JavaScript", "Python"],
"translated": ["en","fr","de","no","hu"],
"platforms": ["Windows", "MacOSX", "Linux"],
@ -60,7 +60,7 @@
},
"unchecker": {
"name": "unchecker",
"version": "1.1",
"version": "1.2.2",
"languages": ["JavaScript"],
"translated": ["all"],
"platforms": ["Firefox"],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

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: 24 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 154 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: 26 KiB

After

Width:  |  Height:  |  Size: 36 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: 92 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 96 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: 148 KiB

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 134 KiB

8
static/robots.txt Normal file
View file

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

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