Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
Lukas Fleischer 237a4570e2 Add PCRE_DOLLAR_ENDONLY to preg_match()
When using preg_match() to check for a match that starts at the
beginning of the string and ends at the last character of the string, we
do not want to allow an additional newline character to sneak in.
Amongst other potential loopholes, adding the PCRE_DOLLAR_ENDONLY
modifier prevents users from registering with user names that end with a
newline character.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-08-06 00:00:33 +02:00
.tx Update Transifex URL 2013-08-26 18:37:24 +02:00
po Translation updates from Transifex 2014-08-02 15:27:24 +02:00
schema Add a new user group "Trusted User & Developer" 2014-07-15 22:58:57 +02:00
scripts Prefix package functions with pkg_/pkgbase_ 2014-04-05 15:55:31 +02:00
upgrading Add a new user group "Trusted User & Developer" 2014-07-15 22:58:57 +02:00
web Add PCRE_DOLLAR_ENDONLY to preg_match() 2014-08-06 00:00:33 +02:00
.gitignore Auto-generate po/POTFILES 2014-07-27 21:54:38 +02:00
.mailmap Add a .mailmap file 2011-04-19 23:41:42 +02:00
AUTHORS Update AUTHORS file 2013-03-21 22:26:46 +01:00
COPYING added GPL2 as our license 2007-09-09 01:31:34 +00:00
HACKING Use HTTPS links everywhere for Arch sites 2012-10-22 12:33:11 +02:00
INSTALL Move support/schema/ to schema/ 2014-02-06 19:11:25 +01:00
README README: Update and reformat 2014-02-06 18:59:40 +01:00
TRANSLATING Update Transifex URL 2013-08-26 18:37:24 +02:00

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