base


License

License

MIT
GroupId

GroupId

io.github.truerss
ArtifactId

ArtifactId

base_2.12
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

base
base
Project URL

Project URL

https://github.com/truerss/truerss
Project Organization

Project Organization

io.github.truerss
Source Code Management

Source Code Management

https://github.com/truerss/plugins

Download base_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.truerss/base_2.12/ -->
<dependency>
    <groupId>io.github.truerss</groupId>
    <artifactId>base_2.12</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.truerss/base_2.12/
implementation 'io.github.truerss:base_2.12:1.0.0'
// https://jarcasting.com/artifacts/io.github.truerss/base_2.12/
implementation ("io.github.truerss:base_2.12:1.0.0")
'io.github.truerss:base_2.12:jar:1.0.0'
<dependency org="io.github.truerss" name="base_2.12" rev="1.0.0">
  <artifact name="base_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.truerss', module='base_2.12', version='1.0.0')
)
libraryDependencies += "io.github.truerss" % "base_2.12" % "1.0.0"
[io.github.truerss/base_2.12 "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
com.typesafe : config jar 1.4.1

Project Modules

There are no modules declared in this project.

base

Base Plugin for all TrueRSS plugins.

truerss-reddit-imageviewer-plugin

Images from imgur or gfycat in feed

Configuration:

RedditImageViewerPlugin {
  r = [gifs, diy, EducationalGifs]
}

truerss-stackoverflow-plugin

Read atom feeds from stackexchange sites.

Configuration:

StackoverflowPlugin {
  onlyQuestion = false
  onlyBestAnswer = false
  allAnswers = true
}

truerss-tumblr-plugin

Read Tumblr posts

Configuration:

TumblrPlugin = {
  consumer_key: "your-consumer-key"
}

truerss-notifier-plugin

Push notification about new entries.

TrueRSSNotifierPlugin {
  position = "top-right" // top-left, top-right, center, bottom-left, bottom-right 
  dark = false           // or true
}

truerss-youtube-plugin (moved to truerss main repo)

Embed Youtube Video.

Configuration: none

io.github.truerss

TrueRSS

Versions

Version
1.0.0