Skip to content

Commit

Permalink
Archive annual reports (#414)
Browse files Browse the repository at this point in the history
* Add archive notice to annual reports under year 2018

* Clearly label Annual Reports as Archived

---------

Co-authored-by: Robert Kaye <[email protected]>
  • Loading branch information
yvanzo and mayhem authored Jul 7, 2023
1 parent 1520ef4 commit f7fc1cd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions metabrainz/reports/annual_reports/files/2018/content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<h2>Archive notice</h2>

<p>
Annual reports from 2006 to 2017 are still available for the record. There was no annual report in this
form before 2006 and since 2018, no annual reports have been produced as almost no one has shown interest
in them. Most of the information it was gathering is nowadays available on the following resources:
</p>

<ul>
<li>
<b>Year in review:</b>
Most major announcements are published on our
<a href="https://blog.metabrainz.org/">blog</a>.
Some minor annoucements are made during our
<a href="https://community.metabrainz.org/tag/metabrainz-meeting-notes">weekly meetings</a>.
</li>
<li>
<b>Finances:</b>
The same level of transparency is achieved through our
<a href="/finances/">financial reports</a>.
</li>
<li>
<b>Top MusicBrainz contributors:</b>
Annual statistics are no longer computed,
but weekly statistics and overall statistics are available from
<a href="https://musicbrainz.org/statistics/editors">MusicBrainz Database statistics</a>.
</li>
</ul>
2 changes: 1 addition & 1 deletion metabrainz/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="col-sm-2">
<div class="title"><a href="{{ url_for('financial_reports.index') }}">{{ _('Finances') }}</a></div>
<ul>
<li><a href="{{ url_for('annual_reports.index') }}">{{ _('Annual Reports') }}</a></li>
<li><a href="{{ url_for('annual_reports.index') }}">{{ _('Archived Annual Reports') }}</a></li>
<li><a href="{{ url_for('payments.donors') }}">{{ _('Donors') }}</a></li>
<li><a href="{{ url_for('index.sponsors') }}">{{ _('Sponsors') }}</a></li>
<li><a href="{{ url_for('supporters.supporters_list') }}">{{ _('Supporters') }}</a></li>
Expand Down
2 changes: 1 addition & 1 deletion metabrainz/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{{ _('Reports ') }}<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="{{ url_for('annual_reports.index') }}">{{ _('Annual Reports') }}</a></li>
<li><a href="{{ url_for('annual_reports.index') }}">{{ _('Archived Annual Reports') }}</a></li>
<li><a href="{{ url_for('financial_reports.index') }}">{{ _('Financial Reports') }}</a></li>
<li><a href="{{ url_for('payments.donors') }}">{{ _('Donors') }}</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion metabrainz/templates/reports/annual_reports/view.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block title %}{{ _('Annual Report') }} {{ year }} - MetaBrainz Foundation{% endblock %}
{% block content %}
<h1 class="page-title">{{ _('Annual Reports') }}</h1>
<h1 class="page-title">{{ _('Archived Annual Reports') }}</h1>

<ul class="nav nav-pills">
{% for current_year in all_years %}
Expand Down

0 comments on commit f7fc1cd

Please sign in to comment.