dagobah

dagobah is an awesome RSS feed aggregator & reader written in Go inspired by planet

  • 所有者: spf13/dagobah
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

alt tag

Dagobah is an awesome RSS feed aggregator & reader written in go inspired by planet

Installing

Simply download the appropriate executable for your platform from the releases page.

Dagobah depends on MongoDB. Please make sure to install that prior to running Dagobah.

Adding Feeds

Dagobah is configured via a simple config file.
By default Dagobah expects this to be either at /etc/dagobah/config.yaml or ~/.dagobah/config.yaml
You can provide your own location with --config.

An example file is:

title: "Go Feeds Powered by Dagobah"
feeds:
    - "http://spf13.com/index.xml"
    - "http://dave.cheney.net/feed"
    - "http://www.goinggo.net/feeds/posts/default"
    - "http://blog.labix.org/feed"
    - "http://blog.golang.org/feed.atom"

Running Dagobah

Dagobah will run a high performance web server and fetch and update the feeds in the background. Simply run dagobah to start it up.

./dagobah

Building From Source

Dagobah depends on go.rice to embed the static files and templates
into the binary.

go get github.com/spf13/dagobah.git
cd $GOPATH/src/github.com/spf13/dagobah/commands
rice embed-go
cd ..
go build

If you want to work with the templates please make sure to rice clean so that rice will not load from the embedded files.

The Dagobah logo is based on the Go mascot designed by Renée French and copyrighted under the Creative Commons Attribution 3.0 license.

主要指标

概览
名称与所有者spf13/dagobah
主编程语言Go
编程语言Go (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2014-06-19 22:29:22
推送于2017-08-19 22:01:29
最后一次提交2015-05-08 15:26:13
发布数0
用户参与
星数131
关注者数13
派生数14
提交数64
已启用问题?
问题数5
打开的问题数3
拉请求数0
打开的拉请求数0
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?