{"id":30176265,"url":"https://github.com/sbarbett/acro-events","last_synced_at":"2025-08-12T02:44:59.336Z","repository":{"id":308837131,"uuid":"1034266871","full_name":"sbarbett/acro-events","owner":"sbarbett","description":"A calendar of in-game events in Acropolis","archived":false,"fork":false,"pushed_at":"2025-08-08T06:25:02.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T08:14:01.046Z","etag":null,"topics":["mud-game","text-based-game"],"latest_commit_sha":null,"homepage":"https://sbarbett.github.io/acro-events/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbarbett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null}},"created_at":"2025-08-08T05:51:52.000Z","updated_at":"2025-08-08T06:25:05.000Z","dependencies_parsed_at":"2025-08-08T08:14:06.211Z","dependency_job_id":"08bba49b-6fc6-4154-ac14-6f23653341d5","html_url":"https://github.com/sbarbett/acro-events","commit_stats":null,"previous_names":["sbarbett/acro-events"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sbarbett/acro-events","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Facro-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Facro-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Facro-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Facro-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbarbett","download_url":"https://codeload.github.com/sbarbett/acro-events/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Facro-events/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269991470,"owners_count":24509009,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mud-game","text-based-game"],"created_at":"2025-08-12T02:44:56.087Z","updated_at":"2025-08-12T02:44:59.307Z","avatar_url":"https://github.com/sbarbett.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acropolis (MUD) Events Calendar\n\nA small, static web calendar to display in-game events for Acropolis. It reads a simple `events.json` file and renders a rolling calendar (today + 60 days). Designed to be hosted on GitHub Pages.\n\n## Event data format\nEvents are provided in `docs/events.json` as an array of objects. Timestamps are UNIX seconds.\n\n```json\n[\n  {\n    \"id\": \"68956be9-0006-0001-6895-68936be90006\",\n    \"type\": \"quadruple_xp\",\n    \"start_time\": 1754622953,\n    \"end_time\": 1754624753,\n    \"recurring\": false,\n    \"recurrence_type\": \"none\"\n  },\n  {\n    \"id\": \"68956b53-0005-0001-6895-68906b530005\",\n    \"type\": \"triple_xp\",\n    \"start_time\": 1754622900,\n    \"end_time\": 1754624700,\n    \"recurring\": true,\n    \"recurrence_type\": \"weekly\"\n  },\n  {\n    \"id\": \"68956ada-0003-0001-6895-68966ada0003\",\n    \"type\": \"double_xp\",\n    \"start_time\": 1754622900,\n    \"end_time\": 1754624700,\n    \"recurring\": true,\n    \"recurrence_type\": \"monthly\"\n  }\n]\n```\n\n- `type`: free-form string used for labeling and styling (e.g., `double_xp`, `triple_xp`, `quadruple_xp`).\n- `start_time` / `end_time`: UNIX epoch seconds (local time is used for display).\n- `recurring`: `true` or `false`.\n- `recurrence_type`: one of `none`, `daily`, `weekly`, `monthly`.\n\nNotes:\n- Recurring events repeat from their original `start_time` at the same local time.\n- Monthly recurrence clamps to the last day when a month is shorter (e.g., Jan 31 -\u003e Feb 28/29).\n- Events are shown on their start day in the grid.\n\n## Run locally\nYou can serve the `docs/` directory with any static server. Example using Python:\n\n```bash\npython3 -m http.server 8090 --directory docs\n```\nThen open `http://localhost:8090/`.\n\n## Deploy on GitHub Pages\n1. Commit and push the repository.\n2. In the repository settings, set Pages source to the `docs/` folder.\n3. Visit the Pages URL after it builds; the calendar will load `events.json` directly from `docs/`.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbarbett%2Facro-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbarbett%2Facro-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbarbett%2Facro-events/lists"}