项目作者: amarthadan

项目描述 :
NewsNOW Plasma 5 applet - reading news from various sources (Atom, RSS, ...)
高级语言: QML
项目地址: git://github.com/amarthadan/newsnow-plasma5-applet.git
创建时间: 2016-12-11T09:57:39Z
项目社区:https://github.com/amarthadan/newsnow-plasma5-applet

开源协议:Other

下载


NewsNOW

Plasma 5 applet for viewing RSS, Atom and other news feeds (successor of RSSNow).

Screenshot of NewNOW (breeze)
Screenshot of NewNOW (breeze-dark)

Installation

Arch Linux

Package will be available soon…

Source

Requirements

Compile and install

  1. git clone https://github.com/Misenko/newsnow-plasma5-applet.git
  2. cd newsnow-plasma5-applet
  3. mkdir build
  4. cd build
  5. cmake .. \
  6. -DCMAKE_INSTALL_PREFIX=/usr \
  7. -DCMAKE_BUILD_TYPE=Release \
  8. -DKDE_INSTALL_LIBDIR=lib \
  9. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
  10. make
  11. sudo make install

NewsNOW is now available among your widgets and you can add it as usual.

Contributing

  1. Fork it ( https://github.com/Misenko/newsnow-plasma5-applet/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request