Skip to content

Commit e4084ce

Browse files
committed
Sync files from source repository
1 parent 4f4eef2 commit e4084ce

29 files changed

Lines changed: 1523 additions & 503 deletions

am-utils.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,50 +16,55 @@
1616
#### *Categories*
1717

1818
<div class="cat-grid">
19-
<a class="cat-pill" href="appimages.html">AppImages</a>
20-
<span class="cat-sep" aria-hidden="true">•</span>
21-
<a class="cat-pill cat-pill--all" href="am-utils.html">am-utils</a>
22-
<span class="cat-sep" aria-hidden="true">•</span>
23-
<a class="cat-pill" href="android.html">android</a>
24-
<span class="cat-sep" aria-hidden="true">•</span>
25-
<a class="cat-pill" href="audio.html">audio</a>
2619
<span class="cat-sep" aria-hidden="true">•</span>
2720
<a class="cat-pill" href="comic.html">comic</a>
2821
<span class="cat-sep" aria-hidden="true">•</span>
29-
<a class="cat-pill" href="command-line.html">command-line</a>
30-
<span class="cat-sep" aria-hidden="true">•</span>
31-
<a class="cat-pill" href="communication.html">communication</a>
32-
<span class="cat-sep" aria-hidden="true">•</span>
3322
<a class="cat-pill" href="disk.html">disk</a>
3423
<span class="cat-sep" aria-hidden="true">•</span>
3524
<a class="cat-pill" href="education.html">education</a>
3625
<span class="cat-sep" aria-hidden="true">•</span>
3726
<a class="cat-pill" href="file-manager.html">file-manager</a>
3827
<span class="cat-sep" aria-hidden="true">•</span>
39-
<a class="cat-pill" href="finance.html">finance</a>
40-
<span class="cat-sep" aria-hidden="true">•</span>
4128
<a class="cat-pill" href="game.html">game</a>
4229
<span class="cat-sep" aria-hidden="true">•</span>
43-
<a class="cat-pill" href="gnome.html">gnome</a>
44-
<span class="cat-sep" aria-hidden="true">•</span>
45-
<a class="cat-pill" href="graphic.html">graphic</a>
46-
<span class="cat-sep" aria-hidden="true">•</span>
4730
<a class="cat-pill" href="internet.html">internet</a>
4831
<span class="cat-sep" aria-hidden="true">•</span>
4932
<a class="cat-pill" href="kde.html">kde</a>
5033
<span class="cat-sep" aria-hidden="true">•</span>
34+
<a class="cat-pill" href="metapackages.html">metapackages</a>
35+
<span class="cat-sep" aria-hidden="true">•</span>
5136
<a class="cat-pill" href="office.html">office</a>
5237
<span class="cat-sep" aria-hidden="true">•</span>
5338
<a class="cat-pill" href="password.html">password</a>
5439
<span class="cat-sep" aria-hidden="true">•</span>
55-
<a class="cat-pill" href="steam.html">steam</a>
40+
<a class="cat-pill" href="portable.html">Portable</a>
5641
<span class="cat-sep" aria-hidden="true">•</span>
57-
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
42+
<a class="cat-pill" href="steam.html">steam</a>
5843
<span class="cat-sep" aria-hidden="true">•</span>
5944
<a class="cat-pill" href="video.html">video</a>
6045
<span class="cat-sep" aria-hidden="true">•</span>
6146
<a class="cat-pill" href="web-app.html">web-app</a>
6247
<span class="cat-sep" aria-hidden="true">•</span>
48+
<a class="cat-pill cat-pill--all" href="am-utils.html">am-utils</a>
49+
<span class="cat-sep" aria-hidden="true">•</span>
50+
<a class="cat-pill" href="android.html">android</a>
51+
<span class="cat-sep" aria-hidden="true">•</span>
52+
<a class="cat-pill" href="appimages.html">AppImages</a>
53+
<span class="cat-sep" aria-hidden="true">•</span>
54+
<a class="cat-pill" href="audio.html">audio</a>
55+
<span class="cat-sep" aria-hidden="true">•</span>
56+
<a class="cat-pill" href="command-line.html">command-line</a>
57+
<span class="cat-sep" aria-hidden="true">•</span>
58+
<a class="cat-pill" href="communication.html">communication</a>
59+
<span class="cat-sep" aria-hidden="true">•</span>
60+
<a class="cat-pill" href="finance.html">finance</a>
61+
<span class="cat-sep" aria-hidden="true">•</span>
62+
<a class="cat-pill" href="gnome.html">gnome</a>
63+
<span class="cat-sep" aria-hidden="true">•</span>
64+
<a class="cat-pill" href="graphic.html">graphic</a>
65+
<span class="cat-sep" aria-hidden="true">•</span>
66+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
67+
<span class="cat-sep" aria-hidden="true">•</span>
6368
<a class="cat-pill" href="web-browser.html">web-browser</a>
6469
<span class="cat-sep" aria-hidden="true">•</span>
6570
<a class="cat-pill" href="wine.html">wine</a>

am2pla-site

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ CATEGORIES="am-utils android audio \
3232
game gnome graphic \
3333
internet \
3434
kde \
35+
metapackages \
3536
office \
3637
password \
38+
portable \
3739
steam system-monitor \
3840
video \
3941
web-app web-browser wine"
@@ -94,17 +96,27 @@ function _categories_buttons() {
9496
{
9597
printf '\n#### *Categories*\n\n'
9698
printf '<div class="cat-grid">\n'
97-
if [ "$category_page" = appimages ]; then
98-
printf ' <a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>\n'
99-
else
100-
printf ' <a class="cat-pill" href="appimages.html">AppImages</a>\n'
101-
fi
102-
for c in $CATEGORIES; do
99+
CATEGORIES_ALL=$(echo "$CATEGORIES appimages" | tr ' ' '\n' | sort -u | xargs)
100+
for c in $CATEGORIES_ALL; do
103101
printf ' <span class="cat-sep" aria-hidden="true">\xe2\x80\xa2</span>\n'
104-
if [ "$category_page" = "$c" ]; then
105-
printf ' <a class="cat-pill cat-pill--all" href="%s.html">%s</a>\n' "$c" "$c"
102+
if [ "$c" = appimages ]; then
103+
if [ "$category_page" = appimages ]; then
104+
printf ' <a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>\n'
105+
else
106+
printf ' <a class="cat-pill" href="appimages.html">AppImages</a>\n'
107+
fi
108+
elif [ "$c" = portable ]; then
109+
if [ "$category_page" = portable ]; then
110+
printf ' <a class="cat-pill cat-pill--all" href="portable.html">Portable</a>\n'
111+
else
112+
printf ' <a class="cat-pill" href="portable.html">Portable</a>\n'
113+
fi
106114
else
107-
printf ' <a class="cat-pill" href="%s.html">%s</a>\n' "$c" "$c"
115+
if [ "$category_page" = "$c" ]; then
116+
printf ' <a class="cat-pill cat-pill--all" href="%s.html">%s</a>\n' "$c" "$c"
117+
else
118+
printf ' <a class="cat-pill" href="%s.html">%s</a>\n' "$c" "$c"
119+
fi
108120
fi
109121
done
110122
printf '</div>\n\n'
@@ -690,10 +702,19 @@ for category in $CATEGORIES; do
690702
grep -i "$category\|picture\|screensh\|gimp\|photo\|svg\|png\|autocad\|blender\|modeling\|paint\|pixel\|wallpaper" ./"$arch"-apps >> "$arch-$category"
691703
elif [ "$category" = internet ]; then
692704
grep -i "$category\|web browser\|browser web\|firefox\|chrome\|youtube\|torrent\|p2p\|chat\|whatsapp\|mastodon\|telegram\|skype\|email" ./"$arch"-apps >> "$arch-$category"
705+
elif [ "$category" = metapackages ]; then
706+
grep -i "\"kdegames\"\|\"kdeutils\"\|\"node\"\|\"platform-tools\"" ./"$arch"-apps >> "$arch-$category"
693707
elif [ "$category" = office ]; then
694708
grep -i "$category\|document\|book\|pdf\|docx\|reader\|spreadsheet\| word \| excel " ./"$arch"-apps >> "$arch-$category"
695709
elif [ "$category" = password ]; then
696710
grep -i "$category" ./"$arch"-apps >> "$arch-$category"
711+
elif [ "$category" = portable ]; then
712+
APPNAMES=$(sort ./"$arch"-apps | awk '{print $2}' | xargs)
713+
for a in $APPNAMES; do
714+
if ! grep -q "\*\*\*$a\*\*\*" appimages.md && ! sort ./"$arch"-apps | grep -q "^◆ $a :.*\"kdegames\"\|^◆ $a :.*\"kdeutils\"\|^◆ $a :.*\"node\"\|^◆ $a :.*\"platform-tools\""; then
715+
grep -i "^◆ $a :" ./"$arch"-apps >> "$arch-$category"
716+
fi
717+
done
697718
elif [ "$category" = system-monitor ]; then
698719
grep -i "$category\|system monitor\|task manager\|system resource" ./"$arch"-apps >> "$arch-$category"
699720
elif [ "$category" = video ]; then

android.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,50 +16,55 @@
1616
#### *Categories*
1717

1818
<div class="cat-grid">
19-
<a class="cat-pill" href="appimages.html">AppImages</a>
20-
<span class="cat-sep" aria-hidden="true">•</span>
21-
<a class="cat-pill" href="am-utils.html">am-utils</a>
22-
<span class="cat-sep" aria-hidden="true">•</span>
23-
<a class="cat-pill cat-pill--all" href="android.html">android</a>
24-
<span class="cat-sep" aria-hidden="true">•</span>
25-
<a class="cat-pill" href="audio.html">audio</a>
2619
<span class="cat-sep" aria-hidden="true">•</span>
2720
<a class="cat-pill" href="comic.html">comic</a>
2821
<span class="cat-sep" aria-hidden="true">•</span>
29-
<a class="cat-pill" href="command-line.html">command-line</a>
30-
<span class="cat-sep" aria-hidden="true">•</span>
31-
<a class="cat-pill" href="communication.html">communication</a>
32-
<span class="cat-sep" aria-hidden="true">•</span>
3322
<a class="cat-pill" href="disk.html">disk</a>
3423
<span class="cat-sep" aria-hidden="true">•</span>
3524
<a class="cat-pill" href="education.html">education</a>
3625
<span class="cat-sep" aria-hidden="true">•</span>
3726
<a class="cat-pill" href="file-manager.html">file-manager</a>
3827
<span class="cat-sep" aria-hidden="true">•</span>
39-
<a class="cat-pill" href="finance.html">finance</a>
40-
<span class="cat-sep" aria-hidden="true">•</span>
4128
<a class="cat-pill" href="game.html">game</a>
4229
<span class="cat-sep" aria-hidden="true">•</span>
43-
<a class="cat-pill" href="gnome.html">gnome</a>
44-
<span class="cat-sep" aria-hidden="true">•</span>
45-
<a class="cat-pill" href="graphic.html">graphic</a>
46-
<span class="cat-sep" aria-hidden="true">•</span>
4730
<a class="cat-pill" href="internet.html">internet</a>
4831
<span class="cat-sep" aria-hidden="true">•</span>
4932
<a class="cat-pill" href="kde.html">kde</a>
5033
<span class="cat-sep" aria-hidden="true">•</span>
34+
<a class="cat-pill" href="metapackages.html">metapackages</a>
35+
<span class="cat-sep" aria-hidden="true">•</span>
5136
<a class="cat-pill" href="office.html">office</a>
5237
<span class="cat-sep" aria-hidden="true">•</span>
5338
<a class="cat-pill" href="password.html">password</a>
5439
<span class="cat-sep" aria-hidden="true">•</span>
55-
<a class="cat-pill" href="steam.html">steam</a>
40+
<a class="cat-pill" href="portable.html">Portable</a>
5641
<span class="cat-sep" aria-hidden="true">•</span>
57-
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
42+
<a class="cat-pill" href="steam.html">steam</a>
5843
<span class="cat-sep" aria-hidden="true">•</span>
5944
<a class="cat-pill" href="video.html">video</a>
6045
<span class="cat-sep" aria-hidden="true">•</span>
6146
<a class="cat-pill" href="web-app.html">web-app</a>
6247
<span class="cat-sep" aria-hidden="true">•</span>
48+
<a class="cat-pill" href="am-utils.html">am-utils</a>
49+
<span class="cat-sep" aria-hidden="true">•</span>
50+
<a class="cat-pill cat-pill--all" href="android.html">android</a>
51+
<span class="cat-sep" aria-hidden="true">•</span>
52+
<a class="cat-pill" href="appimages.html">AppImages</a>
53+
<span class="cat-sep" aria-hidden="true">•</span>
54+
<a class="cat-pill" href="audio.html">audio</a>
55+
<span class="cat-sep" aria-hidden="true">•</span>
56+
<a class="cat-pill" href="command-line.html">command-line</a>
57+
<span class="cat-sep" aria-hidden="true">•</span>
58+
<a class="cat-pill" href="communication.html">communication</a>
59+
<span class="cat-sep" aria-hidden="true">•</span>
60+
<a class="cat-pill" href="finance.html">finance</a>
61+
<span class="cat-sep" aria-hidden="true">•</span>
62+
<a class="cat-pill" href="gnome.html">gnome</a>
63+
<span class="cat-sep" aria-hidden="true">•</span>
64+
<a class="cat-pill" href="graphic.html">graphic</a>
65+
<span class="cat-sep" aria-hidden="true">•</span>
66+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
67+
<span class="cat-sep" aria-hidden="true">•</span>
6368
<a class="cat-pill" href="web-browser.html">web-browser</a>
6469
<span class="cat-sep" aria-hidden="true">•</span>
6570
<a class="cat-pill" href="wine.html">wine</a>

appimages.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,50 +16,55 @@
1616
#### *Categories*
1717

1818
<div class="cat-grid">
19-
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
20-
<span class="cat-sep" aria-hidden="true">•</span>
21-
<a class="cat-pill" href="am-utils.html">am-utils</a>
22-
<span class="cat-sep" aria-hidden="true">•</span>
23-
<a class="cat-pill" href="android.html">android</a>
24-
<span class="cat-sep" aria-hidden="true">•</span>
25-
<a class="cat-pill" href="audio.html">audio</a>
2619
<span class="cat-sep" aria-hidden="true">•</span>
2720
<a class="cat-pill" href="comic.html">comic</a>
2821
<span class="cat-sep" aria-hidden="true">•</span>
29-
<a class="cat-pill" href="command-line.html">command-line</a>
30-
<span class="cat-sep" aria-hidden="true">•</span>
31-
<a class="cat-pill" href="communication.html">communication</a>
32-
<span class="cat-sep" aria-hidden="true">•</span>
3322
<a class="cat-pill" href="disk.html">disk</a>
3423
<span class="cat-sep" aria-hidden="true">•</span>
3524
<a class="cat-pill" href="education.html">education</a>
3625
<span class="cat-sep" aria-hidden="true">•</span>
3726
<a class="cat-pill" href="file-manager.html">file-manager</a>
3827
<span class="cat-sep" aria-hidden="true">•</span>
39-
<a class="cat-pill" href="finance.html">finance</a>
40-
<span class="cat-sep" aria-hidden="true">•</span>
4128
<a class="cat-pill" href="game.html">game</a>
4229
<span class="cat-sep" aria-hidden="true">•</span>
43-
<a class="cat-pill" href="gnome.html">gnome</a>
44-
<span class="cat-sep" aria-hidden="true">•</span>
45-
<a class="cat-pill" href="graphic.html">graphic</a>
46-
<span class="cat-sep" aria-hidden="true">•</span>
4730
<a class="cat-pill" href="internet.html">internet</a>
4831
<span class="cat-sep" aria-hidden="true">•</span>
4932
<a class="cat-pill" href="kde.html">kde</a>
5033
<span class="cat-sep" aria-hidden="true">•</span>
34+
<a class="cat-pill" href="metapackages.html">metapackages</a>
35+
<span class="cat-sep" aria-hidden="true">•</span>
5136
<a class="cat-pill" href="office.html">office</a>
5237
<span class="cat-sep" aria-hidden="true">•</span>
5338
<a class="cat-pill" href="password.html">password</a>
5439
<span class="cat-sep" aria-hidden="true">•</span>
55-
<a class="cat-pill" href="steam.html">steam</a>
40+
<a class="cat-pill" href="portable.html">Portable</a>
5641
<span class="cat-sep" aria-hidden="true">•</span>
57-
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
42+
<a class="cat-pill" href="steam.html">steam</a>
5843
<span class="cat-sep" aria-hidden="true">•</span>
5944
<a class="cat-pill" href="video.html">video</a>
6045
<span class="cat-sep" aria-hidden="true">•</span>
6146
<a class="cat-pill" href="web-app.html">web-app</a>
6247
<span class="cat-sep" aria-hidden="true">•</span>
48+
<a class="cat-pill" href="am-utils.html">am-utils</a>
49+
<span class="cat-sep" aria-hidden="true">•</span>
50+
<a class="cat-pill" href="android.html">android</a>
51+
<span class="cat-sep" aria-hidden="true">•</span>
52+
<a class="cat-pill cat-pill--all" href="appimages.html">AppImages</a>
53+
<span class="cat-sep" aria-hidden="true">•</span>
54+
<a class="cat-pill" href="audio.html">audio</a>
55+
<span class="cat-sep" aria-hidden="true">•</span>
56+
<a class="cat-pill" href="command-line.html">command-line</a>
57+
<span class="cat-sep" aria-hidden="true">•</span>
58+
<a class="cat-pill" href="communication.html">communication</a>
59+
<span class="cat-sep" aria-hidden="true">•</span>
60+
<a class="cat-pill" href="finance.html">finance</a>
61+
<span class="cat-sep" aria-hidden="true">•</span>
62+
<a class="cat-pill" href="gnome.html">gnome</a>
63+
<span class="cat-sep" aria-hidden="true">•</span>
64+
<a class="cat-pill" href="graphic.html">graphic</a>
65+
<span class="cat-sep" aria-hidden="true">•</span>
66+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
67+
<span class="cat-sep" aria-hidden="true">•</span>
6368
<a class="cat-pill" href="web-browser.html">web-browser</a>
6469
<span class="cat-sep" aria-hidden="true">•</span>
6570
<a class="cat-pill" href="wine.html">wine</a>

apps.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,50 +16,55 @@
1616
#### *Categories*
1717

1818
<div class="cat-grid">
19-
<a class="cat-pill" href="appimages.html">AppImages</a>
20-
<span class="cat-sep" aria-hidden="true">•</span>
21-
<a class="cat-pill" href="am-utils.html">am-utils</a>
22-
<span class="cat-sep" aria-hidden="true">•</span>
23-
<a class="cat-pill" href="android.html">android</a>
24-
<span class="cat-sep" aria-hidden="true">•</span>
25-
<a class="cat-pill" href="audio.html">audio</a>
2619
<span class="cat-sep" aria-hidden="true">•</span>
2720
<a class="cat-pill" href="comic.html">comic</a>
2821
<span class="cat-sep" aria-hidden="true">•</span>
29-
<a class="cat-pill" href="command-line.html">command-line</a>
30-
<span class="cat-sep" aria-hidden="true">•</span>
31-
<a class="cat-pill" href="communication.html">communication</a>
32-
<span class="cat-sep" aria-hidden="true">•</span>
3322
<a class="cat-pill" href="disk.html">disk</a>
3423
<span class="cat-sep" aria-hidden="true">•</span>
3524
<a class="cat-pill" href="education.html">education</a>
3625
<span class="cat-sep" aria-hidden="true">•</span>
3726
<a class="cat-pill" href="file-manager.html">file-manager</a>
3827
<span class="cat-sep" aria-hidden="true">•</span>
39-
<a class="cat-pill" href="finance.html">finance</a>
40-
<span class="cat-sep" aria-hidden="true">•</span>
4128
<a class="cat-pill" href="game.html">game</a>
4229
<span class="cat-sep" aria-hidden="true">•</span>
43-
<a class="cat-pill" href="gnome.html">gnome</a>
44-
<span class="cat-sep" aria-hidden="true">•</span>
45-
<a class="cat-pill" href="graphic.html">graphic</a>
46-
<span class="cat-sep" aria-hidden="true">•</span>
4730
<a class="cat-pill" href="internet.html">internet</a>
4831
<span class="cat-sep" aria-hidden="true">•</span>
4932
<a class="cat-pill" href="kde.html">kde</a>
5033
<span class="cat-sep" aria-hidden="true">•</span>
34+
<a class="cat-pill" href="metapackages.html">metapackages</a>
35+
<span class="cat-sep" aria-hidden="true">•</span>
5136
<a class="cat-pill" href="office.html">office</a>
5237
<span class="cat-sep" aria-hidden="true">•</span>
5338
<a class="cat-pill" href="password.html">password</a>
5439
<span class="cat-sep" aria-hidden="true">•</span>
55-
<a class="cat-pill" href="steam.html">steam</a>
40+
<a class="cat-pill" href="portable.html">Portable</a>
5641
<span class="cat-sep" aria-hidden="true">•</span>
57-
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
42+
<a class="cat-pill" href="steam.html">steam</a>
5843
<span class="cat-sep" aria-hidden="true">•</span>
5944
<a class="cat-pill" href="video.html">video</a>
6045
<span class="cat-sep" aria-hidden="true">•</span>
6146
<a class="cat-pill" href="web-app.html">web-app</a>
6247
<span class="cat-sep" aria-hidden="true">•</span>
48+
<a class="cat-pill" href="am-utils.html">am-utils</a>
49+
<span class="cat-sep" aria-hidden="true">•</span>
50+
<a class="cat-pill" href="android.html">android</a>
51+
<span class="cat-sep" aria-hidden="true">•</span>
52+
<a class="cat-pill" href="appimages.html">AppImages</a>
53+
<span class="cat-sep" aria-hidden="true">•</span>
54+
<a class="cat-pill" href="audio.html">audio</a>
55+
<span class="cat-sep" aria-hidden="true">•</span>
56+
<a class="cat-pill" href="command-line.html">command-line</a>
57+
<span class="cat-sep" aria-hidden="true">•</span>
58+
<a class="cat-pill" href="communication.html">communication</a>
59+
<span class="cat-sep" aria-hidden="true">•</span>
60+
<a class="cat-pill" href="finance.html">finance</a>
61+
<span class="cat-sep" aria-hidden="true">•</span>
62+
<a class="cat-pill" href="gnome.html">gnome</a>
63+
<span class="cat-sep" aria-hidden="true">•</span>
64+
<a class="cat-pill" href="graphic.html">graphic</a>
65+
<span class="cat-sep" aria-hidden="true">•</span>
66+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
67+
<span class="cat-sep" aria-hidden="true">•</span>
6368
<a class="cat-pill" href="web-browser.html">web-browser</a>
6469
<span class="cat-sep" aria-hidden="true">•</span>
6570
<a class="cat-pill" href="wine.html">wine</a>

0 commit comments

Comments
 (0)