forked from internetarchive/openlibrary
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is taking the same steps applied to editions[1] and authors[2] and applying it to works. `get_work_config()` is currently not used for anything, probably because we’re still waiting for an actual interface to edit the Work identifiers[3], so this is more a preliminary step to ensure that Works will be handled in the same way that Editions and Authors are. (And to allow for PRs to add Work identifiers while waiting for that UI.) [1] internetarchive#9234 internetarchive#9483 [2] internetarchive#9666 internetarchive#9769 [3] internetarchive#3430
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
openlibrary/plugins/openlibrary/config/work/identifiers.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
identifiers: | ||
- label: BookBrainz | ||
name: bookbrainz | ||
url: https://bookbrainz.org/work/@@@ | ||
website: https://bookbrainz.org | ||
- label: Книга Файнфиков | ||
name: ficbook | ||
notes: '' | ||
url: https://ficbook.net/readfic/@@@ | ||
- label: MusicBrainz | ||
name: musicbrainz | ||
url: https://musicbrainz.org/work/@@@ | ||
website: https://musicbrainz.org | ||
- label: MyAnimeList | ||
name: myanimelist | ||
notes: '' | ||
url: https://myanimelist.net/manga/@@@ | ||
- label: Wikidata | ||
name: wikidata | ||
notes: '' | ||
url: https://www.wikidata.org/wiki/@@@ | ||
website: https://wikidata.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters