Coder Social home page Coder Social logo

caoyu0 / truerss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from truerss/truerss

1.0 2.0 0.0 313 KB

convenient web rss-reader

Home Page: http://truerss.net/

License: MIT License

Ruby 0.30% Scala 76.98% CSS 0.44% HTML 4.44% CoffeeScript 17.83%

truerss's Introduction

TrueRSS version 0.0.1

Demo

screenshots

is open source feed reader with customizable plugin system for any content (atom, rss, youtube channels...).

How to run

  1. install java
  2. download truerss-${version}.jar
  3. add config
// Sample config (with sqlite backend)
truerss {
  port = 8000
  host = localhost
  wsPort = 8080
  update-parallelism = 10
  db {
    backend = sqlite
    port = ""
    host = ""
    dbname = "/path/to/dbName.db"
    username = ""
    password = ""
  }
  plugins = {}
}
  1. run with java -jar -Xmx150m path/to/truerss-${version}.jar &
  2. open in browser localhost:8000/
  3. enjoy!

How to develop

Before work

  1. install java
  2. scala, and sbt
  3. for ui part install coffeescript

Compile app with rake or with sbt jsbuild command

And then...

  1. clone repo
  2. run sbt
  3. for work with UI need install web-dependencies (with sbt install) and coffeescript
  4. for backend part just open in your IDE and add feature, fix bugs
  5. create pull request

License: MIT

truerss's People

Contributors

fntz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.