mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
a28d4f8e3e
commit
cc1e8aed30
31 changed files with 73 additions and 176 deletions
|
@ -1,6 +1,6 @@
|
|||
<div id="footer">
|
||||
<p>
|
||||
Copyright © 2004-2014 AUR Development Team –
|
||||
Copyright © 2004-2014 aurweb Development Team –
|
||||
<strong>Unsupported packages are user produced content. Any use of the provided files is at your own risk.</strong>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
<div id="footer">
|
||||
<?php if ($ver): ?>
|
||||
<p>AUR <?= htmlspecialchars($ver) ?></p>
|
||||
<p>aurweb <?= htmlspecialchars($ver) ?></p>
|
||||
<?php endif; ?>
|
||||
<p>Copyright © 2004-<?= date("Y") ?> AUR Development Team.</p>
|
||||
<p>Copyright © 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>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<head>
|
||||
<title>AUR (<?= htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?></title>
|
||||
<link rel='stylesheet' type='text/css' href='/css/archweb.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/aur.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/aurweb.css' />
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='<?= get_uri('/rss/'); ?>' />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
|
|
@ -16,5 +16,5 @@ html_header(); # print out the HTML header
|
|||
print __("Hi, this is worth reading!")."<br />\n";
|
||||
|
||||
|
||||
html_footer(AUR_VERSION);
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue