{"id":20792637,"url":"https://github.com/mkrl/camaleon-calendar","last_synced_at":"2025-08-11T23:02:47.337Z","repository":{"id":114878517,"uuid":"161307036","full_name":"mkrl/camaleon-calendar","owner":"mkrl","description":"Camaleon CMS calendar plugin","archived":false,"fork":false,"pushed_at":"2019-08-25T18:03:40.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T11:11:38.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkrl.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}},"created_at":"2018-12-11T09:08:12.000Z","updated_at":"2019-08-25T17:34:21.000Z","dependencies_parsed_at":"2023-12-02T23:45:10.070Z","dependency_job_id":null,"html_url":"https://github.com/mkrl/camaleon-calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkrl%2Fcamaleon-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkrl%2Fcamaleon-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkrl%2Fcamaleon-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkrl%2Fcamaleon-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkrl","download_url":"https://codeload.github.com/mkrl/camaleon-calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243136025,"owners_count":20241990,"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":[],"created_at":"2024-11-17T15:53:06.840Z","updated_at":"2025-03-12T01:17:17.835Z","avatar_url":"https://github.com/mkrl.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calendar\nCamaleon CMS calendar plugin\n\n## Installation\nClone into `apps/plugins` and add plugin paths to your project Gemfile:\n```ruby\n# ...end of your Gemfile\nrequire './lib/plugin_routes' \ninstance_eval(PluginRoutes.draw_gems)\n# ...\ngem 'calendar', path: 'apps/plugins/calendar'\n```\n\n## Usage\n\nYou can render your calendar partial with `[calendar_view]` shortcode anywhere you want.\nSet up you preferred post type to be used as post source for the plugin and then navigate / link to `/calendar?m=[date]`, where date follows the `yearmonthday` format. For example:\n\n - `2019` will show posts just from the entire 2019\n - `201906` will query for posts in June 2019\n - `20190629` will show posts from June 29 2019\n\nThis was coded as an emergency solution so it's not recommended to be used in production unless heavily modified and tested.\nBe sure to modify your base calendar view @ `/app/views/plugins/calendar/front/index.html.erb` in order to properly render your posts.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkrl%2Fcamaleon-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkrl%2Fcamaleon-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkrl%2Fcamaleon-calendar/lists"}