文件名称:opml-parser:用于解析 OMPL 的 Ruby gem
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-30 16:52:58
Ruby
OPML-解析器 opml-parser 是一个简单的 Ruby gem,它提供了一个用于解析 OPML 的模块。 安装 gem install opml-parser 用法 进口 subscriptions.xml <? xml version = " 1.0 " encoding = " UTF-8 " ?> < opml xss=removed> < head > < title >Foobar</ title > </ head > < body > < outline text = " foo " title = " bar " type = " rss " xmlUrl = " http://www.gilliek.ch/feeds " htmlUrl = " http://www.gilliek.ch
【文件预览】:
opml-parser-master
----.gitignore(59B)
----opml-parser.gemspec(798B)
----.travis.yml(32B)
----LICENSE(1KB)
----README.md(2KB)
----lib()
--------opml-parser.rb(2KB)
--------opml-parser()
----Gemfile(79B)
----Rakefile(360B)
----test()
--------data()
--------opml_parser_test.rb(2KB)