Der-Eddy / discourse-AnimeAndManga-onebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

discourse-AnimeAndManga-onebox

This plugin for Discourse extends Onebox to add support for properly embedding Anime- and Manga-Links in Discourse posts. Using the base attributes:

Anime:

  • Episodes
  • Status
  • Rating
  • Release

Manga:

  • Volumes
  • Chapters
  • Status
  • Release
  • Rating

Supported sites:

Installation

Add the plugin's repository URL to your container's app.yml file, for example:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/Machigatta/discourse-AnimeAndManga-onebox.git

Rebuild the container:

cd /var/discourse
./launcher rebuild app

For the plugin to apply retroactively, you'll need to rebake old posts:

cd /var/discourse
./launcher enter app
rake posts:rebake

License

MIT License.

About

License:MIT License


Languages

Language:Ruby 100.0%