Christoph Reiter
9842240ba7
Revert "Hide the version epoch in most places"
...
This reverts commit 05a8bba0a8 .
2023-08-18 08:05:43 +02:00
Christoph Reiter
05a8bba0a8
Hide the version epoch in most places
...
It's only relevant for schema changes and downgrades and only
useful for deciding if a version is newer, which website users
rarely need to do.
Let's just hide it by default. It's still part of the package file name
if really needed.
2023-08-18 07:21:34 +02:00
Christoph Reiter
e66f96801a
Remove package_name() function
...
We now parse/split all PKGBUILD fields properly, so all package names
that end up in the templates should be valid already.
2023-01-06 08:10:45 +01:00
Christoph Reiter
ed5c086fe0
Switch some large tables to a fixed layout
...
maybe this helps with loading performance a bit
2022-12-26 18:36:31 +01:00
Christoph Reiter
27f423b5dc
search: sort by score
...
Sort by size of the matches compared to the package names
Fixes #46
2021-08-15 17:21:57 +02:00
Christoph Reiter
b249d96469
Port to bootstrap 5
2020-06-18 10:38:46 +02:00
Christoph Reiter
41210d8f37
Port to FastAPI
2020-05-26 09:05:50 +02:00
Christoph Reiter
bf01b34838
Move Python app into its own directory
2020-05-24 09:09:49 +02:00