Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-rss

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-rss

RSS for your gitbook

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by11.11%
Maintainers
1
Weekly downloads
 
Created
Source

gitbook-plugin-rss

NPM version Dependency Status

RSS for your gitbook

Generate a RSS feed and display link to feed in your gitbook:

image

It's very useful for books which get update several times a month. If you wanna notify readers about updates, just use this plugin.

Install

npm install --save gitbook-plugin-rss

Usage

Add it to your book.json with a basic configuration:

{
  "plugins": [ "rss" ],
  "pluginsConfig": {
    "rss": {
      "title": "My amazing book",
      "description": "This is the best book ever.",
      "author": "Denys Dovhan",
      "site_url": "http://book.org/",
      "managingEditor": "writer@book.org (Denys Dovhan)",
      "webMaster": "webmaster@book.org (Denys Dovhan)",
      "categories": [
        "awesome",
        "book",
        "gitbook"
      ]
    }
  }
}

API

  • title (required string) — Title of your site or feed
  • site_url (required url string) — Url to the site that the feed is for.
  • feed_url (required url string) — Url to the rss feed.
  • description (optional string) — A short description of the feed.
  • generator (optional string) — Feed generator.
  • image_url (optional url string) — Small image for feed readers to use.
  • managingEditor (optional string) — Who manages content in this feed.
  • webMaster (optional string) — Who manages feed availability and technical support.
  • categories (optional array of strings) — One or more categories this feed belongs to.
  • copyright (optional string) — Copyright information for this feed.
  • language (optional string) — The language of the content of this feed.

License

MIT © Denys Dovhan

Keywords

FAQs

Package last updated on 02 Apr 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc