Skip to content

Commit 7e32ae0

Browse files
committed
Sync files from source repository
1 parent dc15dd7 commit 7e32ae0

27 files changed

Lines changed: 741 additions & 27 deletions

am-utils.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

am2pla-site

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,19 @@ function _table_head() {
8484
}
8585

8686
function _categories_buttons() {
87-
printf "\n#### *Categories:* ***[AppImages](appimages.md)***%b\n\n" "$(for c in $CATEGORIES; do printf " - ***[$c]($c.md)***"; done)"
87+
# 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).
91+
{
92+
printf '\n#### *Categories*\n\n'
93+
printf '<div class="cat-grid">\n'
94+
printf ' <a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>\n'
95+
for c in $CATEGORIES; do
96+
printf ' <a class="cat-pill" href="%s.html">%s</a>\n' "$c" "$c"
97+
done
98+
printf '</div>\n\n'
99+
}
88100
}
89101

90102
function _back_to_home_or_apps_buttons() {

android.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

appimages.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

apps.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

audio.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

comic.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

command-line.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

communication.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,34 @@
1313
<span id="app-search-count" style="margin-left: 0.5em; font-style: italic; color: #666;"></span>
1414
</div>
1515

16-
#### *Categories:* ***[AppImages](appimages.md)*** - ***[am-utils](am-utils.md)*** - ***[android](android.md)*** - ***[audio](audio.md)*** - ***[comic](comic.md)*** - ***[command-line](command-line.md)*** - ***[communication](communication.md)*** - ***[disk](disk.md)*** - ***[education](education.md)*** - ***[file-manager](file-manager.md)*** - ***[finance](finance.md)*** - ***[game](game.md)*** - ***[gnome](gnome.md)*** - ***[graphic](graphic.md)*** - ***[internet](internet.md)*** - ***[kde](kde.md)*** - ***[office](office.md)*** - ***[password](password.md)*** - ***[steam](steam.md)*** - ***[system-monitor](system-monitor.md)*** - ***[video](video.md)*** - ***[web-app](web-app.md)*** - ***[web-browser](web-browser.md)*** - ***[wine](wine.md)***
16+
#### *Categories*
17+
18+
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20+
<a class="cat-pill" href="am-utils.html">am-utils</a>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<a class="cat-pill" href="audio.html">audio</a>
23+
<a class="cat-pill" href="comic.html">comic</a>
24+
<a class="cat-pill" href="command-line.html">command-line</a>
25+
<a class="cat-pill" href="communication.html">communication</a>
26+
<a class="cat-pill" href="disk.html">disk</a>
27+
<a class="cat-pill" href="education.html">education</a>
28+
<a class="cat-pill" href="file-manager.html">file-manager</a>
29+
<a class="cat-pill" href="finance.html">finance</a>
30+
<a class="cat-pill" href="game.html">game</a>
31+
<a class="cat-pill" href="gnome.html">gnome</a>
32+
<a class="cat-pill" href="graphic.html">graphic</a>
33+
<a class="cat-pill" href="internet.html">internet</a>
34+
<a class="cat-pill" href="kde.html">kde</a>
35+
<a class="cat-pill" href="office.html">office</a>
36+
<a class="cat-pill" href="password.html">password</a>
37+
<a class="cat-pill" href="steam.html">steam</a>
38+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
39+
<a class="cat-pill" href="video.html">video</a>
40+
<a class="cat-pill" href="web-app.html">web-app</a>
41+
<a class="cat-pill" href="web-browser.html">web-browser</a>
42+
<a class="cat-pill" href="wine.html">wine</a>
43+
</div>
1744

1845
-----------------
1946

0 commit comments

Comments
 (0)