[aur-dev] [PATCH] We live in 2013 now
--- web/template/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/footer.php b/web/template/footer.php index 857211e..806d3be 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -5,7 +5,7 @@ <?php if ($ver): ?> <p>AUR <?= htmlspecialchars($ver) ?></p> <?php endif; ?> - <p>Copyright © 2004-2012 AUR Development Team.</p> + <p>Copyright © 2004-<?= date("Y") ?> AUR Development Team.</p> <p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p> </div> </div> -- 1.8.1
2013/1/6 Marcel Korpel <marcel.lists@gmail.com>
--- web/template/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/template/footer.php b/web/template/footer.php index 857211e..806d3be 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -5,7 +5,7 @@ <?php if ($ver): ?> <p>AUR <?= htmlspecialchars($ver) ?></p> <?php endif; ?> - <p>Copyright © 2004-2012 AUR Development Team.</p> + <p>Copyright © 2004-<?= date("Y") ?> AUR Development Team.</p> <p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p> </div> </div> -- 1.8.1
I don't like this idea. The second date should reflect when the site was last updated. With something like that, we could let everything untouched for two decade and nobody could tell without searching for the git repo.
On Sun, Jan 6, 2013 at 2:59 PM, ludovic coues <couesl@gmail.com> wrote:
I don't like this idea. The second date should reflect when the site was last updated. With something like that, we could let everything untouched for two decade and nobody could tell without searching for the git repo.
Ok. I changed it this way because the main Arch site has the same format, nowadays: templates/base.html:72: <p>Copyright © 2002-{% now "Y" %}…
2013/1/6 Marcel Korpel <marcel.lists@gmail.com>
On Sun, Jan 6, 2013 at 2:59 PM, ludovic coues <couesl@gmail.com> wrote:
I don't like this idea. The second date should reflect when the site was last updated. With something like that, we could let everything untouched for two decade and nobody could tell without searching for the git repo.
Ok. I changed it this way because the main Arch site has the same format, nowadays:
templates/base.html:72: <p>Copyright © 2002-{% now "Y" %}…
meh :( In this case, maybe it's better to do the same. -- Cordialement, Coues Ludovic 06 148 743 42 -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
participants (2)
-
ludovic coues
-
Marcel Korpel