Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopp/unite-rss
https://github.com/mopp/unite-rss
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mopp/unite-rss
- Owner: mopp
- Created: 2013-05-10T17:56:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T23:51:30.000Z (over 10 years ago)
- Last Synced: 2024-05-02T00:22:03.454Z (9 months ago)
- Language: VimL
- Size: 135 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unite-rss
rssをunite.vimから閲覧するためのunite source
## required
unite.vim
webapi-vim## Settings
let g:unite_source_rss_url_dict = {
\ '暗黒美夢王の間' : 'http://vinarian.blogspot.jp/rss.xml',
\ 'Big Sky' : 'http://mattn.kaoriya.net/index.rss',
\ 'もぷろぐ' : 'http://ac-mopp.blogspot.jp/rss.xml',
\ }