Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
Mark Weiman c23914fc1d Unset $pinned unconditionally when displaying comments
In pkg_comments.php, the $pinned variable is used to determine whether
the template is supposed to print all comments or pinned comments only.
If the $pinned variable is unset, the top 10 comments are printed,
followed by an "All comments" link. If the $pinned variable is set, the
pinned comments are printed and the "All comments" link below the
comment listing is skipped. Thus, we need to make sure that this
variable is always unset at the time we include the template to display
all comments, even if it was empty before.

Fixes FS#48194.

Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2016-02-19 18:18:48 +01:00
.tx Update Transifex URL 2013-08-26 18:37:24 +02:00
conf config.proto: Do not use the ssh+git scheme 2016-02-06 16:12:33 +01:00
doc Describe how to omit "have" lines 2015-11-14 13:40:53 +01:00
git-interface git-serve: Change syntax for setting keywords 2016-02-09 21:03:47 +01:00
po Translation updates from Transifex 2016-02-15 08:17:23 +01:00
schema Add support for package update notifications 2016-02-07 10:54:20 +01:00
scripts notify: Fix notification of request initiator 2016-02-19 18:18:48 +01:00
upgrading Add an example post-checkout hook 2016-02-11 19:19:29 +01:00
web Unset $pinned unconditionally when displaying comments 2016-02-19 18:18:48 +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 git-update: Replace aurinfo.py with python-srcinfo 2016-02-07 09:48:32 +01: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