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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?