aurweb ====== Name ---- aurweb - Arch User Repository Description ----------- 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) con 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 PKGBUILDs by pushing a git repository containing the PKGBUILD and a .SRCINFO file to the AUR. * 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 pages. * Users can mark packages as out-of-date. * Vote for well-done and popular user submitted packages. * Trusted Users and Developers 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:: Scripts for AUR maintenance. support:: Schema for the SQL database. Script for dummy data generation. web:: Web interface for the AUR git-integration:: Git 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: * Questions, comments, and patches related to aurweb can be sent to the AUR development mailing list: mailto:aur-dev@archlinux.org -- mailing list archives: Bugs ---- Bugs? You must be kidding; there are no bugs in this software. But if we happen to be wrong, send us an email with as much detail as possible to mailto:aur-dev@archlinux.org. Maintainers ----------- * Lukas Fleischer * Johannes Löthberg Past Maintainers ---------------- * canyonknight '(2013-2014)' * Loui Chang '(2008-2011)' * Callan Barrett '(2008-2009)' * eliott '(2007-2009)' * Paul Mattal '(2007)' * Simo Leone '(2005-2008)' * Eric Johnson '(2004-2005)' Contributors ------------ For a list of contributors, use +git shortlog -s+ on the aurweb.git repository. ///// vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: /////