Git Product home page Git Product logo

gitbook-plugin-rss's Introduction

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": "[email protected] (Denys Dovhan)",
      "webMaster": "[email protected] (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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.