WP-DOI
DOI metadata in WP
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/jshwlkr/wpdoi/releases/download/v1.0.2/wpdoi-1.0.2.zipDeclares an update source (https://github.com/jshwlkr/wpdoi), so updates arrive through the plugin's own updater.
Readme
WP-DOI
Requires at least: WordPress 5.5.0
Tested up to: WordPress 6.0
Requires PHP: 7.0.0
License: GPL-3.0-or-later
A plugin for inserting DOI metadata into a post for automatic discovery of DOI information.
Description
This plugin provides a sidebar field which allows you to associate a DOI with a post, a series of meta elements to a post HEAD, and adds a series of XML namespaces to a site. These additions allow for the automatic discovery of DOI information associated with a post.
This plugin supports Git Updater.
Caveats
- You may only associate one DOI per post.
- DOIs are not verified for correctness.
Support
This plugin is mostly an experiment, if there is enough of a response I may devote more resources to it. However, at this time I offer no support for this plugin.
Development
- Use conventional commits.
- Work in a branch.
- Don't touch main.
- Contribute via pull request.
Read the full README on GitHub →