![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
netlify-plugin-webmentions
Advanced tools
Automatically discover any webmentions and send them after every production build
Automatically discover any webmentions and send them after every production build.
This plugin will send webmentions to any mentioned websites that have a webmention endpoint after every production build. The plugin can be used without any configuration if using the defaults.
This plugin is a wrapper around Remy Sharp's Webmention.app command line
There are a couple of ways to install this plugin
You can install this plugin in the Netlify UI from this direct in-app installation link or from the Plugins directory.
If you do it this way, you will need to do any configuration using Build environment variables.
The variables used are:
WEBMENTION_BASE_URL
: The base url of your site (optional, default: main URL set in Netlify)WEBMENTION_FEED_PATH
: Path to the feed URL (optional, default: /feed.xml)WEBMENTION_LIMIT
: Maximum number of feed entries to check for mentions (optional, default: 1)To use file based installation, add this package to your devDependencies
:
npm install -D netlify-plugin-webmentions
Then add the following lines to your netlify.toml
file:
[[plugins]]
package = "netlify-plugin-webmentions"
[plugins.inputs]
# The base url of your site (optional, default: main URL set in Netlify)
baseUrl = "https://example.com"
# Path to the feed URL (optional, default: /feed.xml)
feedPath = "/feed.xml"
# Maximum number of feed entries to check for mentions (optional, default: 1)
limit = 1
Note: The [[plugins]]
line is required for each plugin, even if you have other plugins in your netlify.toml
file already.
FAQs
Automatically discover any webmentions and send them after every production build
The npm package netlify-plugin-webmentions receives a total of 33 weekly downloads. As such, netlify-plugin-webmentions popularity was classified as not popular.
We found that netlify-plugin-webmentions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.