From cc1e8aed3059c62d56bccfc07f3041901cec8ebb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 30 Jan 2015 07:34:26 +0100 Subject: 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 --- web/html/404.php | 2 +- web/html/account.php | 2 +- web/html/addvote.php | 2 +- web/html/comaintainers.php | 2 +- web/html/css/aur.css | 78 --------------------------------------------- web/html/css/aurweb.css | 79 ++++++++++++++++++++++++++++++++++++++++++++++ web/html/home.php | 4 +-- web/html/index.php | 2 +- web/html/login.php | 2 +- web/html/packages.php | 2 +- web/html/passreset.php | 2 +- web/html/pkgbase.php | 2 +- web/html/pkgdel.php | 2 +- web/html/pkgmerge.php | 2 +- web/html/pkgreq.php | 2 +- web/html/tu.php | 2 +- web/html/voters.php | 2 +- 17 files changed, 95 insertions(+), 94 deletions(-) delete mode 100644 web/html/css/aur.css create mode 100644 web/html/css/aurweb.css (limited to 'web/html') diff --git a/web/html/404.php b/web/html/404.php index 06ad683..a47ae1e 100644 --- a/web/html/404.php +++ b/web/html/404.php @@ -11,4 +11,4 @@ html_header( __("Page Not Found") ); "; -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); ?> diff --git a/web/html/addvote.php b/web/html/addvote.php index 0b6b9c6..0372518 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -113,5 +113,5 @@ if (has_credential(CRED_TU_ADD_VOTE)) { print __("You are not allowed to access this area."); } -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); diff --git a/web/html/comaintainers.php b/web/html/comaintainers.php index 591fcad..23d8d19 100644 --- a/web/html/comaintainers.php +++ b/web/html/comaintainers.php @@ -16,6 +16,6 @@ if (!isset($base_id) || !has_credential(CRED_PKGBASE_EDIT_COMAINTAINERS, array(p html_header(__("Manage Co-maintainers")); $users = pkgbase_get_comaintainers($base_id); include('comaintainers_form.php'); -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); diff --git a/web/html/css/aur.css b/web/html/css/aur.css deleted file mode 100644 index dfa6717..0000000 --- a/web/html/css/aur.css +++ /dev/null @@ -1,78 +0,0 @@ -/* AUR-specific customizations to "archweb.css". */ -#archnavbar.anb-aur ul li#anb-aur a { - color: white !important; -} - -#archnavbarlogo { - background: url('archnavbar/aurlogo.png') !important; -} - -#lang_sub { - float: right; -} - -.pkglist-nav .page { - margin: 0 .25em; -} - -#pkg-updates td.pkg-new { - padding: 0 .5em; -} - -#pkg-stats td.stat-desc { - white-space: normal; -} - -#actionlist form { - margin: 0; - padding: 0; -} - -.arch-bio-entry ul { - list-style: none; - padding: 0; -} - -#pkg-updates table { - table-layout: fixed; - width:100%; -} - -#pkg-updates td.pkg-name { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -#pkg-updates td.pkg-new { - width: 16px; -} - -#pkg-updates td.pkg-date { - text-align:right; -} - -.text-button { - background: transparent; - border: none !important; - margin: 0 !important; - padding: 0 !important; - font: normal 100% sans-serif; - text-decoration: none; - color: #07b; - cursor: pointer; -} - -.text-button:hover { - text-decoration: underline; - color: #666; -} - -.text-button::-moz-focus-inner { - padding: 0; - border: none; -} - -.comment-deleted { - color: #999; -} diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css new file mode 100644 index 0000000..79acce4 --- /dev/null +++ b/web/html/css/aurweb.css @@ -0,0 +1,79 @@ +/* aurweb-specific customizations to archweb.css */ + +#archnavbar.anb-aur ul li#anb-aur a { + color: white !important; +} + +#archnavbarlogo { + background: url('archnavbar/aurlogo.png') !important; +} + +#lang_sub { + float: right; +} + +.pkglist-nav .page { + margin: 0 .25em; +} + +#pkg-updates td.pkg-new { + padding: 0 .5em; +} + +#pkg-stats td.stat-desc { + white-space: normal; +} + +#actionlist form { + margin: 0; + padding: 0; +} + +.arch-bio-entry ul { + list-style: none; + padding: 0; +} + +#pkg-updates table { + table-layout: fixed; + width:100%; +} + +#pkg-updates td.pkg-name { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +#pkg-updates td.pkg-new { + width: 16px; +} + +#pkg-updates td.pkg-date { + text-align:right; +} + +.text-button { + background: transparent; + border: none !important; + margin: 0 !important; + padding: 0 !important; + font: normal 100% sans-serif; + text-decoration: none; + color: #07b; + cursor: pointer; +} + +.text-button:hover { + text-decoration: underline; + color: #666; +} + +.text-button::-moz-focus-inner { + padding: 0; + border: none; +} + +.comment-deleted { + color: #999; +} diff --git a/web/html/home.php b/web/html/home.php index 556e21b..031ad2b 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -45,7 +45,7 @@ html_header( __("Home") );

', '', '', @@ -129,4 +129,4 @@ $(document).ready(function() { }); print __("Only Trusted Users and Developers can delete packages."); endif; -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index df97a2a..5fbdbd8 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -66,4 +66,4 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> print __("Only Trusted Users and Developers can merge packages."); endif; -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php index ccb0acd..1e671d0 100644 --- a/web/html/pkgreq.php +++ b/web/html/pkgreq.php @@ -80,5 +80,5 @@ if (isset($base_id)) { include('pkgreq_results.php'); } -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); diff --git a/web/html/tu.php b/web/html/tu.php index 158632a..cc77d62 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -121,5 +121,5 @@ else { header('Location: /'); } -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); diff --git a/web/html/voters.php b/web/html/voters.php index a40a9a1..8833be1 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -31,4 +31,4 @@ if (has_credential(CRED_PKGBASE_LIST_VOTERS)):