{"id":36997171,"url":"https://github.com/codeclutch-dev/oc-meta-plugin","last_synced_at":"2026-01-13T23:53:34.288Z","repository":{"id":48820672,"uuid":"384274456","full_name":"codeclutch-dev/oc-meta-plugin","owner":"codeclutch-dev","description":"Plugin providing meta information about website for October CMS","archived":false,"fork":false,"pushed_at":"2021-07-15T22:44:53.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-18T09:44:55.146Z","etag":null,"topics":["laravel","octobercms","octobercms-plugin","php","wintercms","wintercms-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/codeclutch-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-08T23:52:10.000Z","updated_at":"2023-04-17T20:03:49.000Z","dependencies_parsed_at":"2022-09-18T05:50:10.680Z","dependency_job_id":null,"html_url":"https://github.com/codeclutch-dev/oc-meta-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeclutch-dev/oc-meta-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclutch-dev%2Foc-meta-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclutch-dev%2Foc-meta-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclutch-dev%2Foc-meta-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclutch-dev%2Foc-meta-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeclutch-dev","download_url":"https://codeload.github.com/codeclutch-dev/oc-meta-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclutch-dev%2Foc-meta-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["laravel","octobercms","octobercms-plugin","php","wintercms","wintercms-plugin"],"created_at":"2026-01-13T23:53:33.800Z","updated_at":"2026-01-13T23:53:34.282Z","avatar_url":"https://github.com/codeclutch-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# October Meta Plugin\n[![Crowdin](https://badges.crowdin.net/oc-meta-plugin/localized.svg)](https://crowdin.com/project/oc-meta-plugin)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n## Overview\n\nMeta plugin is a base for websites made with October CMS by freelancers. This plugin should be compatible with Winter CMS too because it doesn't use any breaking changes October introduced.\n\nWith this plugin is possible:\n\n* Set globally title of a page\n* Upload a favicon, a logo and an OpenGraph protocol image\n* Set globally meta keywords and meta color\n* Make an easy copyright information\n\nAnd the most important feature:\n\n* Set website author signature and logo\n\n## Installation\n### Artisan\n\nUse the Laravel's CLI. Traverse to a project's root directory and run the following:\n\n```\nphp artisan plugin:install codeclutch.meta\n```\n\n### Composer\n\nIf you want to use Composer instead, run:\n\n```\ncomposer require codeclutch/meta-plugin\nphp artisan october:migrate\n```\n\nor for Winter CMS:\n```\ncomposer require codeclutch/meta-plugin\nphp artisan winter:up\n```\n\n## Documentation\n### Copyright\n\nIf you want to add copyright information add component and write\n\n\u003e{% component 'signature' %}\n\n### Head\n\nOpen layout.htm and in head tags leave only import of your style.css / app.css\n\nThen import component and inside the head tag write\n\n\u003e{% component 'head' %}\n\n### Logo\n\nWherever you want to use website logo, import component and write\n\n\u003e{% component 'logo' %}\n\n(that's only an img)\n\n### Signature\n\nOpen footer (or other file) to attach website author's signature in and import component, and then write\n\u003e{% component 'signature' %}\n\n## Contributing\nYou are free to contribute in the following ways:\n* sending pull requests\n* bug reporting and feature requesting by creating issues on plugin [GitHub page](https://github.com/codeclutch-ltd/oc-meta-plugin/issues)\n* localization to your language using [Crowdin](https://crowdin.com/project/oc-meta-plugin)\n\n## License\nThe Meta plugin for October CMS is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeclutch-dev%2Foc-meta-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeclutch-dev%2Foc-meta-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeclutch-dev%2Foc-meta-plugin/lists"}