mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
It is only basic, but works in this way for other platforms. It works because MUAs are able to reconstruct threads originating from mails they don't know about (unknown Message-ID). This has some drawbacks: * MUAs might show the missing start of the thread. As a normal user of a package never got *all* notifications of a package anyways it only reflects the reality * Missing notifications go unnoticed. This is no regression so it should be fine Those could be fixed by including all previous comments in 'References:', which would require to have predictable 'Message-ID:' for notification mails. This would require more code and more database accesses at runtime. Could also be used for out of date notifications. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |
||
---|---|---|
.tx | ||
po | ||
schema | ||
scripts | ||
web | ||
.gitignore | ||
.mailmap | ||
AUTHORS | ||
COPYING | ||
HACKING | ||
INSTALL | ||
README | ||
TRANSLATING | ||
UPGRADING |
Arch User Repository (AUR) ========================== The Arch User Repository (AUR) is a framework for hosting a collection of packaging scripts that are created and submitted by the Arch community. The scripts contained in the repository (PKGBUILDs) can be built using the AUR building/packaging script `mkaurball` and installed via the Arch package manager `pacman`. The AUR project aims to provide the necessary web interface, database schema, and scripts for a multi-lingual community-driven repository. Functionality ------------- * Users may submit source packages that contain a PKGBUILD. * User accounts with varying permission levels (User, Trusted User, Developer). * Ability to search for specific submitted packages. * Display package information by parsing meta-data provided with the packages. * Users can make comments on package information page. * Mark packages as out-of-date. * Vote for well-done and popular user submitted packages. * Trusted User and Developer can search for and modify accounts. * Area for Trusted Users to post AUR-related proposals and vote on them. Directory Layout ---------------- po:: Translation files for strings in the AUR web interface. scripts:: aurblup package blacklist tool. Scripts for AUR maintenance. support:: Schema for SQL database. Script for dummy data generation. web:: Web interface for the AUR. Links ----- * The official repository is hosted at git://projects.archlinux.org/aur.git -- see HACKING for information on submitting patches. * Discovered bugs can be submitted to the AUR bug tracker: https://bugs.archlinux.org/index.php?project=2 * Questions, comments, and patches related to the AUR can be sent to the AUR development mailing list: aur-dev@archlinux.org -- mailing list archives: https://mailman.archlinux.org/mailman/listinfo/aur-dev