1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<p align="center">
<img src="https://github.com/moonmoon/moonmoon/raw/master/custom/img/moonmoon%40128w.png">
</p>
moonmoon [![Build Status](https://travis-ci.org/moonmoon/moonmoon.svg?branch=master)](https://travis-ci.org/moonmoon/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 7.4 (8.0 and 8.1 are supported too).
If you are installing moonmoon on a Linux private server (VPS, dedicated host),
please note that you will need to have installed the following extensions:
`php-curl`, `php-mbstring`, `php-xml`, `php-xmlreader`.
Installing
----------
Installation steps (shared hosting or virtual / dedicated server) can be found
[in the wiki](https://github.com/moonmoon/moonmoon/wiki/How-to-install).
Docker images are also available in [moonmoon/docker-images](https://github.com/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](https://github.com/moonmoon/moonmoon/blob/master/CONTRIBUTING.md),
don't hesitate to take a look at it :-)
License
-------
Moonmoon is free software and is released under the [BSD license](https://github.com/moonmoon/moonmoon/blob/master/LICENSE).
Third-party code differently licensed is included in this project, in which case mention is always made of
the applicable license.
[The logo](https://github.com/moonmoon/moonmoon/raw/master/custom/img/moonmoon.png) was designed by [@rakujira](https://twitter.com/rakujira).
Configuration options
---------------------
After installation, configuration is kept in a YAML formatted `custom/config.yml`:
```%yaml
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: 3600 # feeds cache timeout (in seconds)
cache: 1800 # front page cache timeout (in seconds)
cachedir: ./cache # where is cache stored
categories: # only list posts that have one
# of these (tag or category)
debug: false # debug mode (dangerous in production!)
checkcerts: true # check feeds certificates
```
Provisional PHP Support Policy
------------------------------
On a best effort basis, trying to keep a review at least once a year:
1. We aim to support the stable current versions of PHP (as of January 2022, that's 8.1 & 7.4);
2. and, if that's practical, the 2 previous stable versions (so, 7.3 and 7.2), if that's practical.
3. Support will end for PHP versions that have been end-of-life for more than 2 years
(see https://www.php.net/supported-versions.php).
4. When support for a minor PHP version is dropped, moonmoon minor version will increase
(moonmoon 10.1 would become 10.2 when support for PHP 7.4 is dropped).
5. When support for a major PHP version is dropped, moonmoon major version will increase
(10.3 would become 11.0 when support for the last PHP 7.x is dropped).
6. Dropping support for a PHP version does not mean that they will necessarily
not run properly anymore moonmoon latest version,
7. but this defines a criteria for arbitration when needed,
between updates required to support new platform features/requirements,
and staying reasonably compatible with older versions.
8. Separate maintenance branches may be kept for major versions where some changes
may be backported.
---
|