Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.