Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jshwlkr/wpdoi
DOI metadata in WP
https://github.com/jshwlkr/wpdoi
doi metadata wordpress wordpress-plugin
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T06:03:16.000Z (10 months ago)
- Last Synced: 2024-02-18T06:26:42.750Z (10 months ago)
- Topics: doi, metadata, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 807 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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-laterA 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.