Skip to content

Commit ac5db09

Browse files
committed
fix: remove broken logo files (HTML error pages) and missing logo refs
4 programs had HTML 404 pages saved as logo.png (atop, cowsay, duplicity, tint2). 62 programs have no logo — removed logo field from JSON so the UI shows a placeholder instead of broken image.
1 parent 287618a commit ac5db09

66 files changed

Lines changed: 67 additions & 610 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/programs/appimagelauncher/program.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"opensuse": "CUSTOM_INSTALL",
2020
"void": "CUSTOM_INSTALL",
2121
"alpine": "CUSTOM_INSTALL"
22-
},
23-
"logo": "/programs/appimagelauncher/logo.png"
22+
}
2423
}

content/programs/aria2/program.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"opensuse": "aria2",
1919
"void": "aria2",
2020
"alpine": "aria2"
21-
},
22-
"logo": "/programs/aria2/logo.png"
21+
}
2322
}

content/programs/atop/logo.png

Lines changed: 0 additions & 264 deletions
This file was deleted.

content/programs/atop/program.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"opensuse": "atop",
2020
"void": "atop",
2121
"alpine": "atop"
22-
},
23-
"logo": "/programs/atop/logo.png"
22+
}
2423
}

content/programs/awesome/program.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"opensuse": "awesome",
1919
"void": "awesome",
2020
"alpine": "awesome"
21-
},
22-
"logo": "/programs/awesome/logo.png"
23-
}
21+
}
22+
}

content/programs/bash/program.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
"opensuse": "bash",
1717
"void": "bash",
1818
"alpine": "bash"
19-
},
20-
"logo": "/programs/bash/logo.png"
21-
}
19+
}
20+
}

content/programs/beets/program.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"opensuse": "beets",
1919
"void": "beets",
2020
"alpine": "beets"
21-
},
22-
"logo": "/programs/beets/logo.png"
21+
}
2322
}

content/programs/bleachbit/program.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"opensuse": "bleachbit",
2121
"void": "bleachbit",
2222
"alpine": "bleachbit"
23-
},
24-
"logo": "/programs/bleachbit/logo.png"
23+
}
2524
}

content/programs/ccls/program.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"opensuse": "ccls",
1818
"void": "ccls",
1919
"alpine": "CUSTOM_INSTALL"
20-
},
21-
"logo": "/programs/ccls/logo.png"
20+
}
2221
}

content/programs/chromium/program.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
"opensuse": "chromium",
1717
"void": "chromium",
1818
"alpine": "chromium"
19-
},
20-
"logo": "/programs/chromium/logo.png"
21-
}
19+
}
20+
}

0 commit comments

Comments
 (0)