Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/one.el
Take a peek at HN/知乎日报/V2EX/SBBS within Emacs
https://github.com/xuchunyang/one.el
Last synced: about 1 month ago
JSON representation
Take a peek at HN/知乎日报/V2EX/SBBS within Emacs
- Host: GitHub
- URL: https://github.com/xuchunyang/one.el
- Owner: xuchunyang
- Created: 2014-12-18T13:04:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T17:48:29.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:46:04.570Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 235 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* About
~one.el~ is a very simple Emacs extention for reading several news
sources within Emacs. Currently the following are supported:
- [[https://news.ycombinator.com/][Hacker News]]
- [[http://daily.zhihu.com/][知乎日报]]
- [[http://www.v2ex.com/][V2EX]]
- [[http://bbs.seu.edu.cn][东南大学虎踞龙蟠 BBS]]~one.el~ is inspired by [[http://one.hackplan.com/][One App | 一览]].
* Installation
To install, follow the usual steps:
- Clone this repository
- Add this directory to your ~load-path~
- Issue ~(require 'one)~
This should give you access to the ~one-*~ functions,
i.e.
- ~one-hackernews~
- ~one-zhihu~
- ~one-v2ex~
- ~one-sbbs~* ScreenShots
- Hacker News ~one-hackernews~
[[http://i.imgur.com/rDjw746.png]]
- Zhihu Dailiy ~one-zhihu~
[[http://i.imgur.com/MV60LZY.png]]
- V2EX ~one-v2ex~
[[http://i.imgur.com/GyPmxIU.png]]
- SBBS ~one-sbbs~
[[http://i.imgur.com/b5kHgjm.png]]* Resources
- [[http://api.ihackernews.com/][Hacker News API]]
- [[https://www.v2ex.com/p/7v9TEc53][V2EX API 接口]]
- [[http://bbs.seu.edu.cn/api-documentation/][虎踞龙蟠BBS API]]