All Projects → denysdovhan → gitbook-plugin-rss

denysdovhan / gitbook-plugin-rss

Licence: other
RSS for your gitbook

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to gitbook-plugin-rss

Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (+252.63%)
Mutual labels:  rss, feed, rss-feed
html2rss-web
🕸 Generates and delivers RSS feeds via HTTP. Create your own feeds or get started quickly with the included configs.
Stars: ✭ 36 (+89.47%)
Mutual labels:  rss, feed, rss-feed
Api.rss
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Stars: ✭ 340 (+1689.47%)
Mutual labels:  rss, feed, rss-feed
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (+505.26%)
Mutual labels:  rss, feed, rss-feed
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+9173.68%)
Mutual labels:  rss, feed, rss-feed
reader
A Python feed reader library.
Stars: ✭ 290 (+1426.32%)
Mutual labels:  rss, feed, rss-feed
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (+868.42%)
Mutual labels:  rss, feed, rss-feed
awesome-rss-feeds
Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android
Stars: ✭ 114 (+500%)
Mutual labels:  rss, feed, rss-feed
awesome-feeds
A curated list of tech, machine learning, biz and etc... feeds
Stars: ✭ 25 (+31.58%)
Mutual labels:  rss, feed
watch-rss
Subscribe your watched GitHub Repository's releases as RSS feeds on Inoreader
Stars: ✭ 24 (+26.32%)
Mutual labels:  rss, feed
YouTubeFeeds
Get new youtube video notifs, on telegram!
Stars: ✭ 29 (+52.63%)
Mutual labels:  rss, feed
tidyRSS
An R package for extracting 'tidy' data frames from RSS, Atom, JSON and geoRSS feeds
Stars: ✭ 62 (+226.32%)
Mutual labels:  rss, rss-feed
rss-chan
A telegram RSS feed reader bot, written using python and feedparser.
Stars: ✭ 70 (+268.42%)
Mutual labels:  rss, rss-feed
Feedly-Export-Save4Later
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl
Stars: ✭ 23 (+21.05%)
Mutual labels:  rss, feed
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+142.11%)
Mutual labels:  rss, feed
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (+100%)
Mutual labels:  rss, feed
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (+94.74%)
Mutual labels:  rss, feed
HungryHippo
🦛 scrapes websites and generates rss feeds
Stars: ✭ 33 (+73.68%)
Mutual labels:  rss, rss-feed
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+1063.16%)
Mutual labels:  rss, rss-feed
feedsearch-crawler
Crawl sites for RSS, Atom, and JSON feeds.
Stars: ✭ 23 (+21.05%)
Mutual labels:  rss, feed

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].