diff options
author | nashe <contact@nashe.fr> | 2015-08-05 16:02:38 +0200 |
---|---|---|
committer | nashe <contact@nashe.fr> | 2015-08-05 16:02:38 +0200 |
commit | ba64547b3ef2f536434f8f6864e0179a11e4792b (patch) | |
tree | 0fec8736ef60df7d75ae52cb836651ea88d0eda4 /README.markdown | |
parent | bff9045d3f8c0aa144d43d96ef9f477e2fbca284 (diff) | |
download | planet-ba64547b3ef2f536434f8f6864e0179a11e4792b.tar planet-ba64547b3ef2f536434f8f6864e0179a11e4792b.tar.gz planet-ba64547b3ef2f536434f8f6864e0179a11e4792b.tar.bz2 planet-ba64547b3ef2f536434f8f6864e0179a11e4792b.tar.xz planet-ba64547b3ef2f536434f8f6864e0179a11e4792b.zip |
Change PHP version requirement
Require at least PHP 5.4: this is the oldest "old stable" version of
PHP that can be downloaded.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown index 6928d26..0e926ad 100644 --- a/README.markdown +++ b/README.markdown @@ -3,16 +3,15 @@ moonmoon [http://moonmoon.org/](http://moonmoon.org/) -Moonmoon is a web based aggregator similar to planetplanet. +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 stupidly simple: it only aggregates feeds and spits them out in one single page. +Moonmoon is stupidly 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 ------------ -Web hosting with PHP5.3 (PHP4 & 5.2 will not work). - +Web hosting with at least PHP5.4 (PHP4 & 5.2, 5.3 will not work). Installing ---------- @@ -45,4 +44,4 @@ categories: # only list posts that have one # of these (tag or category) ``` ----
\ No newline at end of file +--- |