内容简介:Are you unsure how to read RSS feeds? Why don't you just mount them?It will mirror RSS and Atom feeds as file systems. Example file system structure for one feed with two articles:This software is written and tested mainly on macOS with
rssfs: A RSS reader as a file system
Are you unsure how to read RSS feeds? Why don't you just mount them?
What does this software do?
It will mirror RSS and Atom feeds as file systems. Example file system structure for one feed with two articles:
/tmp/mnt/rssfs/Open Source Feed/Hello World.html /tmp/mnt/rssfs/Open Source Feed/Second Article.html
Compatibility
This software is written and tested mainly on macOS with OSXFUSE . Other FUSE implementations should work as well. Note that Windows support is still a work in progress and does not really exist yet. (Contributions welcome!)
Build
cd rssfs go build
(You'll need GO111MODULES
to be set to "on"!)
Configure
Copy rssfs.hcl-example
as rssfs.hcl
to your configuration directory
and adjust your settings. The required path is:
%APPDATA%\rssfs.hcl $HOME/Library/Application Support/rssfs.hcl $XDG_CONFIG_HOME/rssfs.hcl
Set a mountpoint
or, on Windows, a driveletter
and one or more feeds
which can be inside or outside a category. (Categories are not required.
Subcategories are not
supported.)
Run
macOS and other non-Windows machines
sudo ./rssfs
Windows
Not implemented yet. Sorry.
以上所述就是小编给大家介绍的《Rssfs – An RSS reader written as a file system》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Node.js实战
[美] Mike Cantelon、[美] TJ Holowaychuk、[美] Nathan Rajlich / 吴海星 / 人民邮电出版社 / 2014-5 / 69.00元
服务器端JavaScript?没错。Node.js是一个JavaScript服务器,支持可伸缩的高性能Web应用。借助异步I/O,这个服务器可以同时做很多事情,能满足聊天、游戏和实时统计等应用的需求。并且既然是JavaScript,那你就可以全栈使用一种语言。 本书向读者展示了如何构建产品级应用,对关键概念的介绍清晰明了,贴近实际的例子,涵盖从安装到部署的各个环节,是一部讲解与实践并重的优秀......一起来看看 《Node.js实战》 这本书的介绍吧!