Merge branch 'master' into add-missing-logos
|
@ -257,7 +257,7 @@ def build_catalog():
|
||||||
"broken": level <= 0,
|
"broken": level <= 0,
|
||||||
"good_quality": level >= 8,
|
"good_quality": level >= 8,
|
||||||
"bad_quality": level <= 5,
|
"bad_quality": level <= 5,
|
||||||
"antifeatures": infos["antifeatures"],
|
"antifeatures": infos.get("antifeatures"),
|
||||||
"potential_alternative_to": infos.get("potential_alternative_to", []),
|
"potential_alternative_to": infos.get("potential_alternative_to", []),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -333,7 +333,7 @@ def build_app_dict(app, infos):
|
||||||
"manifest": manifest,
|
"manifest": manifest,
|
||||||
"state": infos["state"],
|
"state": infos["state"],
|
||||||
"level": infos.get("level", "?"),
|
"level": infos.get("level", "?"),
|
||||||
"maintained": infos.get("maintained", True),
|
"maintained": not 'package-not-maintained' in infos.get('antifeatures', []),
|
||||||
"high_quality": infos.get("high_quality", False),
|
"high_quality": infos.get("high_quality", False),
|
||||||
"featured": infos.get("featured", False),
|
"featured": infos.get("featured", False),
|
||||||
"category": infos.get("category", None),
|
"category": infos.get("category", None),
|
||||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 8.1 KiB |
BIN
logos/droppy.png
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 25 KiB |
BIN
logos/mailman3.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
logos/nocodb.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
logos/openproject.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
logos/ums.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
logos/uptime-kuma.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
logos/wekan.png
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
BIN
logos/whitebophir.png
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
logos/yacy.png
Normal file
After Width: | Height: | Size: 18 KiB |