Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
Lukas Fleischer 0c599b39b0 Remove redundant code
This code is no longer needed since 9746a65 (Port notification routines
to Python, 2015-06-27).

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2015-11-12 11:47:20 +01:00
.tx Update Transifex URL 2013-08-26 18:37:24 +02:00
conf Remove trailing slash from git urls 2015-08-16 21:37:51 +02:00
doc aurjson: Rename the search_by parameter to "by" 2015-10-09 17:35:51 +02:00
git-interface git-serve: Add support for setting keywords 2015-10-24 16:22:43 +02:00
po Translation updates from Transifex 2015-10-03 09:26:32 +02:00
schema Shorten Email column to 254 characters 2015-11-12 11:47:20 +01:00
scripts notify: Fix merging of header dicts 2015-11-12 11:47:20 +01:00
upgrading Shorten Email column to 254 characters 2015-11-12 11:47:20 +01:00
web Remove redundant code 2015-11-12 11:47:20 +01:00
.gitignore .gitignore: Add aur-git/ and git-interface/git-auth.sh 2015-06-17 10:40:13 +02:00
.mailmap Update maintainer email address 2015-04-11 12:48:15 +02:00
AUTHORS AUTHORS: Add date ranges to current maintainers 2015-09-29 20:51:03 +02:00
COPYING added GPL2 as our license 2007-09-09 01:31:34 +00:00
INSTALL Update sample configuration for Smart HTTP 2015-06-28 18:03:21 +02:00
README Move documentation to a subdirectory 2015-08-08 12:59:24 +02:00

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
----------------

doc::
	aurweb documentation.

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
  doc/CodingGuidelines 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