Skip to content

Commit 08d2013

Browse files
committed
Sync files from source repository
1 parent 6f40412 commit 08d2013

27 files changed

Lines changed: 604 additions & 3 deletions

am-utils.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

am2pla-site

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,17 @@ function _table_head() {
8585

8686
function _categories_buttons() {
8787
# Raw HTML grid; styles live in assets/css/style.scss on the website
88-
# repo (.cat-grid / .cat-pill / .cat-pill--all). AppImages is the
89-
# first cell with a "stand-out" modifier; the rest follow the
90-
# CATEGORIES list (already alphabetical).
88+
# repo (.cat-grid / .cat-pill / .cat-pill--all / .cat-sep). AppImages
89+
# is the first cell with a "stand-out" modifier; the rest follow the
90+
# CATEGORIES list (already alphabetical). A .cat-sep bullet is emitted
91+
# between pills so the CSS can use a flex container with a small gap
92+
# and still get a clear visual separator between links.
9193
{
9294
printf '\n#### *Categories*\n\n'
9395
printf '<div class="cat-grid">\n'
9496
printf ' <a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>\n'
9597
for c in $CATEGORIES; do
98+
printf ' <span class="cat-sep" aria-hidden="true">\xe2\x80\xa2</span>\n'
9699
printf ' <a class="cat-pill" href="%s.html">%s</a>\n' "$c" "$c"
97100
done
98101
printf '</div>\n\n'

android.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

appimages.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

apps.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

audio.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

comic.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

command-line.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,51 @@
1717

1818
<div class="cat-grid">
1919
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
2021
<a class="cat-pill" href="am-utils.html">am-utils</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
2123
<a class="cat-pill" href="android.html">android</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
2225
<a class="cat-pill" href="audio.html">audio</a>
26+
<span class="cat-sep" aria-hidden="true">•</span>
2327
<a class="cat-pill" href="comic.html">comic</a>
28+
<span class="cat-sep" aria-hidden="true">•</span>
2429
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
2531
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2633
<a class="cat-pill" href="disk.html">disk</a>
34+
<span class="cat-sep" aria-hidden="true">•</span>
2735
<a class="cat-pill" href="education.html">education</a>
36+
<span class="cat-sep" aria-hidden="true">•</span>
2837
<a class="cat-pill" href="file-manager.html">file-manager</a>
38+
<span class="cat-sep" aria-hidden="true">•</span>
2939
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
3041
<a class="cat-pill" href="game.html">game</a>
42+
<span class="cat-sep" aria-hidden="true">•</span>
3143
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
3245
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3347
<a class="cat-pill" href="internet.html">internet</a>
48+
<span class="cat-sep" aria-hidden="true">•</span>
3449
<a class="cat-pill" href="kde.html">kde</a>
50+
<span class="cat-sep" aria-hidden="true">•</span>
3551
<a class="cat-pill" href="office.html">office</a>
52+
<span class="cat-sep" aria-hidden="true">•</span>
3653
<a class="cat-pill" href="password.html">password</a>
54+
<span class="cat-sep" aria-hidden="true">•</span>
3755
<a class="cat-pill" href="steam.html">steam</a>
56+
<span class="cat-sep" aria-hidden="true">•</span>
3857
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
58+
<span class="cat-sep" aria-hidden="true">•</span>
3959
<a class="cat-pill" href="video.html">video</a>
60+
<span class="cat-sep" aria-hidden="true">•</span>
4061
<a class="cat-pill" href="web-app.html">web-app</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4163
<a class="cat-pill" href="web-browser.html">web-browser</a>
64+
<span class="cat-sep" aria-hidden="true">•</span>
4265
<a class="cat-pill" href="wine.html">wine</a>
4366
</div>
4467

0 commit comments

Comments
 (0)