项目作者: moonmoon

项目描述 :
moonmoon is a simple feed aggregator (planet like)
高级语言: PHP
项目地址: git://github.com/moonmoon/moonmoon.git
创建时间: 2010-05-05T09:04:16Z
项目社区:https://github.com/moonmoon/moonmoon

开源协议:Other

下载




moonmoon Build Status

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:

  1. url: http://planet.example.net # your planet base URL
  2. name: My Planet # your planet front page name
  3. locale: en # front page locale
  4. items: 10 # how many items to show
  5. refresh: 240 # feeds cache timeout (in seconds)
  6. cache: 10 # front page cache timeout (in seconds)
  7. cachedir: ./cache # where is cache stored
  8. postmaxlength: 0 # deprecated
  9. shuffle: 0 # deprecated
  10. nohtml: 0 # deprecated
  11. categories: # only list posts that have one
  12. # of these (tag or category)
  13. debug: false # debug mode (dangerous in production!)
  14. checkcerts: true # check feeds certificates