https://github.com/jshwlkr/wpdoi
DOI metadata in WP
https://github.com/jshwlkr/wpdoi
doi metadata wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
DOI metadata in WP
- Host: GitHub
- URL: https://github.com/jshwlkr/wpdoi
- Owner: jshwlkr
- License: other
- Created: 2022-03-19T21:18:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T17:50:51.000Z (over 2 years ago)
- Last Synced: 2025-01-12T11:45:07.541Z (over 1 year ago)
- Topics: doi, metadata, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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](https://git-updater.com/).
### 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.