Skip to content

Commit

Permalink
Merge pull request #389 from anshg1214/cb_bb_reviews
Browse files Browse the repository at this point in the history
Update text to include BB Reviews
  • Loading branch information
MonkeyDo authored Oct 6, 2022
2 parents 044c9bc + 749a1f5 commit 6afc5b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions metabrainz/templates/index/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ <h4><span class="name">AcousticBrainz</span></h4>
<div class="info">
<h4><span class="name">CritiqueBrainz</span></h4>
<p>
<a href="https://critiquebrainz.org">CritiqueBrainz</a> is a repository for Creative Commons licensed music reviews. It fills the gap between the factual music metadata in the MusicBrainz database and opinions about music from music critics
and listeners by providing a platform that archives Creative Commons licensed reviews.
<a href="https://critiquebrainz.org">CritiqueBrainz</a> is a repository for Creative Commons licensed music and book reviews. It fills the gap between the factual music metadata in the MusicBrainz database and book metadata in the BookBrainz database, the opinions
about music from music critics and books from book critics, listeners and readers by providing a platform that archives Creative Commons licensed reviews.
</p>
<p>
The MetaBrainz foundation provides full dumps of the CritiqueBrainz database as well as JSON dumps containing reviews in an easily consumable format. These datasets are updated every day and can be downloaded from the
Expand Down
2 changes: 1 addition & 1 deletion metabrainz/templates/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 class="page-title">{{ _('Welcome to MetaBrainz!') }}</h2>
<img src="{{ url_for('static', filename='img/logos/critiquebrainz.svg') }}" />
</a>
<div class="caption">
{{ _('A repository for Creative Commons licensed music reviews') }}
{{ _('A repository for Creative Commons licensed music and book reviews') }}
</div>
</div>
<div class="item">
Expand Down
2 changes: 1 addition & 1 deletion metabrainz/templates/index/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 class="page-title">{{ _('MetaBrainz Projects') }}</h1>
<div>
<span class="title">{{ _('CritiqueBrainz') }}</span>
<p>
{{ _('<a href="%(cb_url)s">CritiqueBrainz</a> fills the gap between music critics and raw data by
{{ _('<a href="%(cb_url)s">CritiqueBrainz</a> fills the gap between music and book critics and raw data by
providing a platform created for the sole purpose of Creative Commons licensed reviews.', cb_url='https://critiquebrainz.org/') }}
</p>
</div>
Expand Down

0 comments on commit 6afc5b7

Please sign in to comment.