Skip to content

Commit

Permalink
feat: add open-source notice to footer
Browse files Browse the repository at this point in the history
Following an internal discussion, it was decided that all projects should add
explicit mentions to their GitHub repository in a footer.

This concerns an additional notice in the global footer. The linked commit in
the admin interface is unchanged.
  • Loading branch information
tomudding committed Nov 13, 2024
1 parent 9074c8f commit 5510cd1
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 19 deletions.
25 changes: 19 additions & 6 deletions module/Application/language/en.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions module/Application/language/gewisweb.pot

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 19 additions & 6 deletions module/Application/language/nl.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions module/Application/view/partial/footer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ use Laminas\View\Renderer\PhpRenderer;
endif ?>
<p>
&copy; 2013
- <?= date('Y') ?> S.v. GEWIS. <?php
echo $this->translate('All rights reserved.') ?>
- <?= date('Y') ?> S.v. GEWIS. <?= $this->translate('All rights reserved.') ?>
<?= $this->translate(
'Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - 2022).'
'Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie (2013 - 2022).'
) ?>
</p>
<p>
<?= $this->translate('The GEWIS website is open-source! Check out the repository on <a href="https://github.com/GEWIS/gewisweb" target="_blank"><span class="fab fa-github"></span>GitHub</a>. Or visit our <a href="https://github.com/GEWIS" target="_blank">organisation</a> for more of our awesome open-source projects.') ?>
</p>
</div>
<div class="col-sm-4">
<span class="fas fa-address-book"></span> <a href="<?= $this->url(
Expand Down

0 comments on commit 5510cd1

Please sign in to comment.