Moonmoon alternatives and similar software solutions
Based on the "Feed Readers" category.
Alternatively, view Moonmoon alternatives based on common mentions on social networks and blogs.
-
NewsBlur
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument. -
RSS Monster
Google Reader inspired self-hosted RSS reader written in VueJS with an Express NodeJS backend. RSSMonster is compatible with the Fever API. -
Leed
Leed (contraction de Light Feed) est un agrégateur RSS libre et minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive. -
Screaming Liquid Tiger
DISCONTINUED. Minimalistic podcast feed generator script for audiobooks, for use with Pocket Casts, Overcast and similar apps. -
Cacocloud
A simple, fast and secure PHP/AngularJS based feed and mail reader, password and bookmark manager. -
html2rss-web
🕸 Create custom RSS feeds from any website with ease! Quick setup with Docker. Use built-in configs or tailor your own. Stay updated effortlessly. -
gritttt-rss
Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on any website you want. Also allow to import shared&starred articles from Google Reader. -
Full-Text RSS
Extract article content from news sites and blogs and convert RSS feeds that contain only extracts of stories to full-text feeds. Developed by FiveFilters.org.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Moonmoon or a related project?
README
moonmoon
Moonmoon is a web based aggregator similar to planetplanet. It can be used to blend articles from different blogs with same interests into a single page.
Moonmoon is simple: it only aggregates feeds and spits them out in one single page. It does not archive articles, it does not do comments nor votes.
Requirements
You will need a web hosting with at least PHP 5.6 (PHP 7 is also supported).
If you are installing moonmoon on a Linux private server (VPS, dedicated host),
please note that you will need to install the package php-xml
.
Installing
Installation steps (shared hosting or virtual / dedicated server) can be found in the wiki.
Docker images are also available in moonmoon/docker-images. Theses images are probably not production-ready but should work for manual testing.
Contributing
You want to contribute to moonmoon? Perfect! We wrote some guidelines to help you craft the best Issue / Pull Request possible, don't hesitate to take a look at it :-)
License
Moonmoon is free software and is released under the BSD license. Third-party code differently licensed is included in this project, in which case mention is always made of the applicable license.
The logo was designed by @rakujira.
Configuration options
After installation, configuration is kept in a YAML formatted custom/config.yml
:
url: http://planet.example.net # your planet base URL
name: My Planet # your planet front page name
locale: en # front page locale
items: 10 # how many items to show
refresh: 240 # feeds cache timeout (in seconds)
cache: 10 # front page cache timeout (in seconds)
cachedir: ./cache # where is cache stored
postmaxlength: 0 # deprecated
shuffle: 0 # deprecated
nohtml: 0 # deprecated
categories: # only list posts that have one
# of these (tag or category)
debug: false # debug mode (dangerous in production!)
checkcerts: true # check feeds certificates
*Note that all licence references and agreements mentioned in the Moonmoon README section above
are relevant to that project's source code only.