{"id":25000892,"url":"https://github.com/csidirop/omekaplugin_template","last_synced_at":"2025-03-29T19:14:02.392Z","repository":{"id":264201609,"uuid":"892665201","full_name":"csidirop/omekaplugin_template","owner":"csidirop","description":"This is a barebones plugin for Omeka Classic that provides a simple example of a plugin structure. ","archived":false,"fork":false,"pushed_at":"2024-12-16T13:35:47.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T23:40:32.698Z","etag":null,"topics":["omeka","omeka-classic","omeka-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/csidirop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-11-22T14:42:07.000Z","updated_at":"2024-12-16T13:35:51.000Z","dependencies_parsed_at":"2024-11-22T16:21:11.165Z","dependency_job_id":"1e0235e9-7f9e-4074-ac70-3b2acd08a947","html_url":"https://github.com/csidirop/omekaplugin_template","commit_stats":null,"previous_names":["csidirop/plugin-template","csidirop/omekaplugin_template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2Fomekaplugin_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2Fomekaplugin_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2Fomekaplugin_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2Fomekaplugin_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csidirop","download_url":"https://codeload.github.com/csidirop/omekaplugin_template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230541,"owners_count":20744349,"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":["omeka","omeka-classic","omeka-plugin"],"created_at":"2025-02-04T19:51:32.513Z","updated_at":"2025-03-29T19:14:02.356Z","avatar_url":"https://github.com/csidirop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template Plugin for Omeka Classic\n\nThis is a barebones plugin for Omeka Classic that provides a simple example of a plugin structure. It includes a configuration page and an admin view, offering a starting point for developing custom plugins. Its based on informations from the Omeka classic tutorials: https://omeka.readthedocs.io/en/latest/Tutorials/index.html\n\n### Features\n\n - A configuration page to set options.\n - An admin view to display plugin-specific data or functionality.\n - Ready-to-extend structure for custom Omeka plugin development.\n\n### Installation\n\nDownload or clone this repository into the `plugins/` directory of your Omeka Classic installation:\n\n```\ngit clone https://github.com/csidirop/omekaplugin_template.git plugins/Template\n```\n\n### File Structure\n\n```\ntemplate/\n├── TemplatePlugin.php         # Main plugin class\n├── views/                     # Views for the plugin\n│   ├── admin/\n│   │   ├── index.php          # Admin view template\n│   │   ├── config-form.php    # Configuration form template\n│   └── public/                # (Optional) Public-facing views\n│       └── index.php          # Placeholder for public template\n├── plugin.ini                 # Plugin metadata\n```\n\n## Development\n\nThis plugin is designed as a starting point for custom Omeka Classic plugin development. Developers can:\n\n    Add more hooks to the TemplatePlugin class.\n    Define additional routes for custom functionality.\n    Extend the configuration form and admin views.\n\nFor more information on Omeka plugin development, see the [Omeka Classic Developer Documentation](https://omeka.readthedocs.io/en/latest/).\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue if you encounter a bug or have a feature request.\n\n## License\n\nThis plugin is released under the MIT License. See the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsidirop%2Fomekaplugin_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsidirop%2Fomekaplugin_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsidirop%2Fomekaplugin_template/lists"}