Source code
Newsbeuter is an RSS feed reader for the text console. Zed Shaw called it "The Mutt of Feed Readers". make -j5 PROFILE=1 all test (cd test && TMPDIR=/dev/shm ./test --order rand) Note the use of ramdisk as TMPDIR : some of our tests require temporary files, which degrades the performance quite a bit if TMPDIR isn't in-memory. Newsbeuter is licensed under the MIT/X Consortium License. See the file LICENSE for further details.
Excerpt from the source-code README · 2,976 chars · not written by Vinony
Wikidata facts
- Instance of
- free software
- Official website
- www.newsbeuter.org
- Image
- Newsbeuter.png
- Has use
- news aggregator
Show 12 more facts
- operating system
- Linux
- depends on software
- ncurses
- programmed in
- C++
- Commons category
- Newsbeuter
- GUI toolkit or framework
- ncurses
- software version identifier
- 0.1
- inception
- 2007-01-16
- user manual URL
- newsbeuter.org/doc/newsbeuter.html
- source code repository URL
- github.com/akrennmair/newsbeuter
- issue tracker URL
- github.com/akrennmair/newsbeuter/issues
- language of work or name
- Ukrainian
- software quality assurance
- continuous integration
Sources (11)
via Wikidata · CC0
~2 min read
Encyclopedic overview
7 sectionsContents
- Name
- Operation
- Configuration
- Reception
- See also
- References
- External links
__NOTOC__
Newsbeuter was a text-based news aggregator for Unix-like systems. It was originally written by Andreas Krennmair in 2007 and released under the MIT License. The program is aimed at power users and strives to be "" It supports the major feed formats including RSS and Atom and can import and export subscription lists in the OPML format. Newsbeuter (podbeuter) also supports podcasting and synchronization. As of 2017, the project is no longer maintained; the original developers advise users to switch to Newsboat, an actively maintained fork of Newsbeuter.
Excerpted from Wikipedia’s “Newsbeuter” article, available under the CC BY-SA 4.0 licence.