Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Text to Include BookBrainz URL #463

Merged
merged 2 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Our primary Git repository is located at https://github.com/metabrainz/critiquebrainz. That's where all changes
should be submitted.

If you want to submit a bug report or suggest an improvement, please use our [bug tracker](http://tickets.musicbrainz.org/browse/CB).
If you want to submit a bug report or suggest an improvement, please use our [bug tracker](https://tickets.metabrainz.org/browse/CB).
Try to provide a good description for the ticket. If it's a bug report, tell us how the issue can be reproduced.

**All MetaBrainz projects have a set of general contribution guidelines: https://github.com/metabrainz/guidelines.** Make sure
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

## About

CritiqueBrainz is a repository for Creative Commons licensed music reviews. Here you can read what other people have written about an album or event and write your own review!
CritiqueBrainz is a repository for Creative Commons licensed music and book reviews. Here you can read what other people have written about an album or event and write your own review!

CritiqueBrainz is based on data from [MusicBrainz](https://musicbrainz.org) - open music encyclopedia.
CritiqueBrainz is based on data from [MusicBrainz](https://musicbrainz.org) - open music encyclopedia and [BookBrainz](https://bookbrainz.org) - open book encyclopedia.
Everyone - including you - can participate and contribute.

CritiqueBrainz is operated by the [MetaBrainz Foundation](https://metabrainz.org)
which has a long-standing history of curating, protecting and making music data available to the
which has a long-standing history of curating, protecting and making music and book data available to the
public.

For more information about this project, look at our
Expand Down
12 changes: 6 additions & 6 deletions critiquebrainz/frontend/templates/index/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ <h2>{{ _('About the project') }}</h2>

<h3>{{ _('What is CritiqueBrainz?') }}</h3>
<p>
{{ _('<strong>CritiqueBrainz is a repository for Creative Commons licensed music reviews.</strong>
{{ _('<strong>CritiqueBrainz is a repository for Creative Commons licensed music and book reviews.</strong>
Here you can read what others have written about an album or event and write your own review!
It is based on data from MusicBrainz - open music encyclopedia.') }}
It is based on data from MusicBrainz - open music encyclopedia and BookBrainz - open book encyclopedia.') }}
</p>

<h3>{{ _('What is it for?') }}</h3>
<p>
{{ _('Projects like Wikipedia and MusicBrainz are good at aggregating information about
music, but not suited for expressing opinions about it. That\'s not their purpose.
CritiqueBrainz fills the gap between music critics and raw data.') }}
{{ _('Projects like Wikipedia, MusicBrainz and BookBrainz are good at aggregating information about
music and books, but not suited for expressing opinions about it. That\'s not their purpose.
CritiqueBrainz fills the gap between music and book critics and raw data.') }}
</p>
<p>
{{ _('This is an open platform. That means everyone - including you - can participate
Expand All @@ -26,7 +26,7 @@ <h3>{{ _('What is it for?') }}</h3>
</p>
<p>
{{ _('After reading a review you can mark it as useful or not. That will help other
music enthusiasts like you find good reviews.') }}
music and book enthusiasts like you find good reviews.') }}
</p>

<h3>{{ _('Code of Conduct') }}</h3>
Expand Down
4 changes: 2 additions & 2 deletions critiquebrainz/frontend/templates/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<img src="{{ get_static_path('images/logo_big.svg') }}" id="big-logo" />
<h2>{{ _('Welcome to CritiqueBrainz!') }}</h2>
<p>
{{ _('CritiqueBrainz is a repository for Creative Commons licensed music reviews.
{{ _('CritiqueBrainz is a repository for Creative Commons licensed music and book reviews.
Here you can read what other people have written about an album or event and write your own review!') }}
</p>
<p>
{{ _('CritiqueBrainz is based on data from MusicBrainz - open music encyclopedia.
{{ _('CritiqueBrainz is based on data from MusicBrainz - open music encyclopedia and BookBrainz - open book encyclopedia.
<br/>Everyone - including you - can participate and contribute.') }}
</p>
</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ CritiqueBrainz
==============

Hello there! Thanks for your interest in CritiqueBrainz project. It is a
repository for Creative Commons licensed reviews for music, places, and other
things. This project is based on data from MusicBrainz - open music encyclopedia.
repository for Creative Commons licensed reviews for music, books and other
things. This project is based on data from MusicBrainz - open music encyclopedia,
and BookBrainz - open book encyclopedia.
Everyone - including you - can participate and contribute.

This is an open source project. Source code is available
Expand Down