From e3dfb09aec084fc6bd119309ce949eaab714eae7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:06:30 -0500 Subject: Re-brand to clarify that the software is aurweb; the instance is the AUR. --- INSTALL | 10 +++++----- schema/aur-schema.sql | 6 +++--- schema/gendummydata.py | 4 ++-- web/html/account.php | 2 +- web/html/logout.php | 4 ++-- web/html/packages.php | 2 +- web/html/passreset.php | 2 +- web/html/register.php | 2 +- web/lib/acctfuncs.inc.php | 4 ++-- web/lib/aur.inc.php | 14 +++++++------- web/lib/aurjson.class.php | 2 +- web/lib/stats.inc.php | 2 +- web/template/template.phps | 2 +- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/INSTALL b/INSTALL index 95cac4c..f3b585a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Setup on Arch Linux =================== -1) Clone the AUR project: +1) Clone the aurweb project: $ cd /srv/http/ $ git clone git://git.archlinux.org/aurweb.git @@ -33,9 +33,9 @@ Setup on Arch Linux 3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration (pay attention to disable_http_login, enable_maintenance and aur_location). -4) Create a new MySQL database and a user and import the AUR SQL schema: +4) Create a new MySQL database and a user and import the aurweb SQL schema: - $ mysql -uaur -p AUR