Rename the AUR software to aurweb

Rename the project to help differentiate between the software providing
access to the Arch User Repository and the collection of source packages
itself.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2015-01-30 07:34:26 +01:00
parent a28d4f8e3e
commit cc1e8aed30
31 changed files with 73 additions and 176 deletions

View file

@ -3,9 +3,9 @@
<div id="footer">
<?php if ($ver): ?>
<p>AUR <?= htmlspecialchars($ver) ?></p>
<p>aurweb <?= htmlspecialchars($ver) ?></p>
<?php endif; ?>
<p>Copyright &copy; 2004-<?= date("Y") ?> AUR Development Team.</p>
<p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>