archweb
archweb copied to clipboard
Arch Linux website code
After removing the description column, status has become the 7th column instead of the 8th; fix the tablesorter call to use the correct number. Fixes: 74e24ff4e6a9 ("Leave descriptions out of...
https://github.com/archlinux/archweb/blob/d8da58a821f40a4195a8ab3b471d50a9fd3635ce/templates/devel/profile.html#L31 here JavaScript fixes a tons of field properties. For example `public_email` is a Char field and not an email field https://github.com/archlinux/archweb/blob/e4b211e8dc1cc16d73eb3227b00dce504b720021/devel/models.py#L31
CSS colours are refactored into CSS variables. And because CSS variables make it ludicrously easy to implement prefers-color-scheme support, there's a dark palette too. Light:  Dark: 
This pull request is #255 rebased and with the navbar replaced by the one from `archlinux-common-style` via a git submodule. Currently that still links to my branch but once the...
Add vulture (dead code detector to CI)
Is it possible to add archive.archlinux.org links to the homepage? If the package is not working and the user has wiped out his/her cache, it would be easy to grab...
It would be really useful to have an RSS feed available of recently orphaned packages so people can subscribe and adopt packages they know/use. It would make orphans more visible...
``` ../../../../../opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/site-packages/django/conf/__init__.py:222 /opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/site-packages/django/conf/__init__.py:222: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using...
Currently we have no real official REST API or consistent JSON API. We need to figure out what data we want to have easily query'able for users. Current "API": *...
As archweb imports all repository databases with packages (conflicts, provides) and the package files we could create a new dashboard which shows all packages which conflict but have no provides/conflicts...