2个版本
0.1.1 | 2023年4月20日 |
---|---|
0.1.0 | 2023年4月20日 |
#48 在 #atom
每月 22 次下载
17KB
132 行
AGRO
Agro是一个非常简单的聚合器。它会在选择的时间间隔内生成静态HTML文档。
示例配置
name = "Magic Salmon Super Private Feed Aggregator Box"
feeds = [
"https://example.com/feed",
"https://blog.net/rss",
]
# OPTIONAL: there's a default template.
template = "tera.html"
# OPTIONAL: outputs to `out.html` by default.
output = "index.html"
# OPTIONAL: runs every hour by default.
interval = 30 # minutes
依赖项
~17–31MB
~540K SLoC