Commit Graph

8 Commits

Author SHA1 Message Date
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
e5d0b283eb updates: add a repo filter like for the pending packages
Fixes #37
2021-06-13 18:18:25 +02:00
Christoph Reiter
118c663b3e Remove one breakpoint; allow line breaks in versions 2021-02-06 10:53:28 +01:00
Christoph Reiter
fbdb4249f5 Various small layout changes
smaller font size;
show less detailed date times by default;
redirect the index to the queue;
add a category for pacakge states so they can be differently styled;
2021-02-06 08:54:14 +01:00
Christoph Reiter
b05f32ca94 Some restructuring, rewording 2021-01-23 10:47:36 +01:00
Christoph Reiter
bf01b34838 Move Python app into its own directory 2020-05-24 09:09:49 +02:00