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
Until now, a package is listed under "Packages added in the past 7 days" if it was added at most one week ago and if the last modification time matches the submission time stamp. A package is considered "updated" if it was modified at most one week ago and the modification time stamp differs from the submission time stamp. Since we are using Git to store packages now, there always is a delay between package creation (which is handled in git-serve) and last modification (which is handled by git-update). Thus, by the above definitions, almost every package is considered "updated". Since there is no reason for excluding packages that were both added and updated within the past seven days from the "Packages added in the past 7 days" counter, we can drop the check whether the last modification time matches the submission time stamp. Also, to identify packages that were actually updated, we now only count packages that were modified at least one hour after the initial submission. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> |
||
---|---|---|
.tx | ||
conf | ||
git-interface | ||
po | ||
schema | ||
scripts | ||
upgrading | ||
web | ||
.gitignore | ||
.mailmap | ||
AUTHORS | ||
COPYING | ||
HACKING | ||
INSTALL | ||
README | ||
TRANSLATING |
aurweb ====== aurweb is a framework for hosting the Arch User Repository (AUR), a collection of packaging scripts that are created and submitted by the Arch Linux community. The scripts contained in the repository (PKGBUILDs) can be built using makepkg and installed via the Arch Linux package manager pacman. The aurweb 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 aurweb 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 repository is hosted at git://projects.archlinux.org/aurweb.git -- see HACKING for information on submitting patches. * Discovered bugs can be submitted to the aurweb bug tracker: https://bugs.archlinux.org/index.php?project=2 * Questions, comments, and patches related to aurweb can be sent to the AUR development mailing list: aur-dev@archlinux.org -- mailing list archives: https://mailman.archlinux.org/mailman/listinfo/aur-dev