Update project link display

This commit is contained in:
jaseg 2023-03-19 18:57:48 +01:00
parent c55e92fe93
commit 3c6957467f
11 changed files with 80 additions and 15 deletions

View file

@ -8,7 +8,7 @@ external_links:
- name: Docs
url: "https://gerbolyze.gitlab.io/gerbolyze"
- name: PyPI
url: "https://pypi.org/projects/gerbolyze"
url: "https://pypi.org/project/gerbolyze"
summary: >
Gerbolyze is a tool that allows the modification of Gerber PCB artwork with a vector graphics editor like Inkscape.
Gerbolyze directly converts between SVG and Gerber, and accurately reproduces details that other tools can not.

View file

@ -8,7 +8,7 @@ external_links:
- name: Docs
url: "https://gerbolyze.gitlab.io/gerbonara"
- name: PyPI
url: "https://pypi.org/projects/gerbonara"
url: "https://pypi.org/project/gerbonara"
summary: >
Gerbonara is a user-friendly, powerful tool for reading, writing, modification and rendering of Gerber PCB artwork
from the command line or from Python code. Gerbonara supports the Gerber dialects of all industry-standard EDA

View file

@ -3,6 +3,8 @@ title: "lolcat-c"
external_links:
- name: Sources
url: "https://git.jaseg.de/lolcat.git"
- name: Github
url: "https://github.com/jaseg/lolcat"
- name: Issues
url: "https://github.com/jaseg/lolcat/issues"
summary: >

View file

@ -8,7 +8,7 @@ external_links:
- name: Docs
url: "https://neinseg.gitlab.io/python-mpv"
- name: PyPI
url: "https://pypi.org/projects/mpv"
url: "https://pypi.org/project/mpv"
summary: >
python-mpv is a small, ctypes-based Python library wrapping the libmpv media player library. Despite its small size
and simple API, python-mpv allows advanced control over libmpv and beyond simple remote control of mpv can be used

View file

@ -5,8 +5,8 @@ external_links:
url: "https://git.jaseg.de/wsdiff.git"
- name: Issues
url: "https://github.com/jaseg/wsdiff/issues"
- name: Docs
url: "https://pypi.org/projects/wsdiff"
- name: PyPI
url: "https://pypi.org/project/wsdiff"
summary: >
wsdiff is a command-line utility that produces self-contained, syntax-highlighted, HTML-formatted diffs that support
both unified and side-by-side diffs from a single source file using nothing but CSS magic.