{"id":13813383,"url":"https://github.com/moonmoon/moonmoon","last_synced_at":"2025-05-15T00:32:55.360Z","repository":{"id":895209,"uuid":"648070","full_name":"moonmoon/moonmoon","owner":"moonmoon","description":"moonmoon is a simple feed aggregator (planet like)","archived":false,"fork":false,"pushed_at":"2023-04-19T18:35:22.000Z","size":940,"stargazers_count":152,"open_issues_count":35,"forks_count":31,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-08-04T04:03:57.909Z","etag":null,"topics":["planetplanet","rss-aggregator"],"latest_commit_sha":null,"homepage":"https://moonmoon.org/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moonmoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-05-05T09:04:16.000Z","updated_at":"2024-08-04T04:04:07.958Z","dependencies_parsed_at":"2024-08-04T04:04:02.703Z","dependency_job_id":"4d9dd137-bbf2-449e-9bb9-7c182ebd9932","html_url":"https://github.com/moonmoon/moonmoon","commit_stats":{"total_commits":201,"total_committers":13,"mean_commits":"15.461538461538462","dds":0.527363184079602,"last_synced_commit":"ee9c408f719491ecb7947d83994bed1803a988e8"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmoon%2Fmoonmoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmoon%2Fmoonmoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmoon%2Fmoonmoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmoon%2Fmoonmoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonmoon","download_url":"https://codeload.github.com/moonmoon/moonmoon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225319217,"owners_count":17455726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["planetplanet","rss-aggregator"],"created_at":"2024-08-04T04:01:15.872Z","updated_at":"2024-11-19T08:30:29.017Z","avatar_url":"https://github.com/moonmoon.png","language":"PHP","funding_links":[],"categories":["PHP","Related Projects"],"sub_categories":["[New Horizons - Build Your Own (Static) Planet News Site w/ Pluto (and Ruby)](https://github.com/geraldb/talks/blob/master/planet.md) - @geraldb"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/moonmoon/moonmoon/raw/master/custom/img/moonmoon%40128w.png\"\u003e\n\u003c/p\u003e\n\n\nmoonmoon [![Build Status](https://travis-ci.org/moonmoon/moonmoon.svg?branch=master)](https://travis-ci.org/moonmoon/moonmoon)\n========\n\nMoonmoon is a web based aggregator similar to planetplanet.\nIt can be used to blend articles from different blogs with same interests into a single page.\n\nMoonmoon is simple: it only aggregates feeds and spits them out in one single page.\nIt does not archive articles, it does not do comments nor votes.\n\nRequirements\n------------\nYou will need a web hosting with at least PHP 5.6 (PHP 7 is also supported).\n\nIf you are installing moonmoon on a Linux private server (VPS, dedicated host),\nplease note that you will need to install the package `php-xml`.\n\nInstalling\n----------\n\nInstallation steps (shared hosting or virtual / dedicated server) can be found\n[in the wiki](https://github.com/moonmoon/moonmoon/wiki/How-to-install).\n\nDocker images are also available in [moonmoon/docker-images](https://github.com/moonmoon/docker-images).\nTheses images are probably not production-ready but should work for manual testing.\n\nContributing\n------------\n\nYou want to contribute to moonmoon? Perfect! [We wrote some guidelines to help you\ncraft the best Issue / Pull Request possible](https://github.com/moonmoon/moonmoon/blob/master/CONTRIBUTING.md),\ndon't hesitate to take a look at it :-)\n\nLicense\n-------\n\nMoonmoon is free software and is released under the [BSD license](https://github.com/moonmoon/moonmoon/blob/master/LICENSE).\nThird-party code differently licensed is included in this project, in which case mention is always made of\nthe applicable license.\n\n[The logo](https://github.com/moonmoon/moonmoon/raw/master/custom/img/moonmoon.png) was designed by [@rakujira](https://twitter.com/rakujira).\n\nConfiguration options\n---------------------\nAfter installation, configuration is kept in a YAML formatted `custom/config.yml`:\n\n```%yaml\nurl: http://planet.example.net  # your planet base URL\nname: My Planet                 # your planet front page name\nlocale: en                      # front page locale\nitems: 10                       # how many items to show\nrefresh: 240                    # feeds cache timeout (in seconds)\ncache: 10                       # front page cache timeout (in seconds)\ncachedir: ./cache               # where is cache stored\npostmaxlength: 0                # deprecated\nshuffle: 0                      # deprecated\nnohtml: 0                       # deprecated\ncategories:                     # only list posts that have one\n                                # of these (tag or category)\ndebug: false                    # debug mode (dangerous in production!)\ncheckcerts: true                # check feeds certificates\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonmoon%2Fmoonmoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonmoon%2Fmoonmoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonmoon%2Fmoonmoon/lists"}