{"id":21513798,"url":"https://github.com/semanticmediawiki/semanticglossary","last_synced_at":"2025-04-07T11:07:13.521Z","repository":{"id":26563394,"uuid":"30017418","full_name":"SemanticMediaWiki/SemanticGlossary","owner":"SemanticMediaWiki","description":"Allows you define terms and abbreviations together with a definition.","archived":false,"fork":false,"pushed_at":"2024-10-02T09:46:08.000Z","size":292,"stargazers_count":13,"open_issues_count":15,"forks_count":12,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-30T05:43:10.803Z","etag":null,"topics":["glossary","mediawiki","mw","semantic","semantic-mediawiki","sg","smw"],"latest_commit_sha":null,"homepage":"https://www.mediawiki.org/wiki/Extension:Semantic_Glossary","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/SemanticMediaWiki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"COPYING","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},"funding":{"github":null,"patreon":null,"open_collective":"smw","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.semantic-mediawiki.org/wiki/Sponsorship"]}},"created_at":"2015-01-29T11:36:16.000Z","updated_at":"2024-10-10T15:38:05.000Z","dependencies_parsed_at":"2022-09-01T02:22:48.852Z","dependency_job_id":"628be7a8-e9c9-4b6e-894d-d1ef57507ca0","html_url":"https://github.com/SemanticMediaWiki/SemanticGlossary","commit_stats":{"total_commits":245,"total_committers":28,"mean_commits":8.75,"dds":0.6938775510204082,"last_synced_commit":"09754986428dc4aa33a0b4faa0b0a25354c99e1b"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticGlossary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticGlossary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticGlossary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticGlossary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SemanticMediaWiki","download_url":"https://codeload.github.com/SemanticMediaWiki/SemanticGlossary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"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":["glossary","mediawiki","mw","semantic","semantic-mediawiki","sg","smw"],"created_at":"2024-11-23T23:17:15.988Z","updated_at":"2025-04-07T11:07:13.473Z","avatar_url":"https://github.com/SemanticMediaWiki.png","language":"PHP","funding_links":["https://opencollective.com/smw","https://www.semantic-mediawiki.org/wiki/Sponsorship"],"categories":[],"sub_categories":[],"readme":"# Semantic Glossary\n\n[![CI](https://github.com/SemanticMediaWiki/SemanticGlossary/actions/workflows/ci.yml/badge.svg)](https://github.com/SemanticMediaWiki/SemanticGlossary/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/github/SemanticMediaWiki/SemanticGlossary/graph/badge.svg?token=yoC0GYEOkx)](https://codecov.io/github/SemanticMediaWiki/SemanticGlossary)\n\nThe [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a [Semantic MediaWiki][smw] extension where\nterms and abbreviations can be defined using semantic properties.\n\n## Requirements\n\n- PHP 7.1 or later\n- MediaWiki 1.31 or later\n- [Semantic MediaWiki][smw] 3.1 or later\n- [Lingo][lg] 3.1 or later\n\n## Installation\n\nNote that the Semantic MediaWiki extension and the Lingo extension need to be installed first.\nMoreover they need to be invoked earlier than this extension.\n\nThe way to install this extension is by using [Composer][composer].\nJust add the following to the MediaWiki \"composer.local.json\" file and run the\n`php composer.phar install/update mediawiki/semantic-glossary` command.\n\n```json\n{\n\t\"require\": {\n\t\t\"mediawiki/semantic-glossary\": \"~4.0\"\n\t}\n}\n```\n\nThen add the following line to your \"LocalSettings.php\" file:\n```php\nwfLoadExtension( 'SemanticGlossary' );\n```\n\n## Contribution and support\n\nIf you want to contribute work to the project please subscribe to the developers mailing list and\nhave a look at the contribution guideline.\n\n* Ask a question on [the mailing list](https://www.semantic-mediawiki.org/wiki/Mailing_list)\n\n## Tests\n\nThis extension provides unit and integration tests that are run by a [continues integration platform][travis]\nbut can also be executed using `composer phpunit` from the extension base directory.\n\n## License\n\n[GNU General Public License 2.0][license] or later.\n\n[license]: https://www.gnu.org/copyleft/gpl.html\n[mw-semantic-glossary]: https://www.mediawiki.org/wiki/Extension:Semantic_Glossary\n[mw-lingo]: https://www.mediawiki.org/wiki/Extension:Lingo\n[smw]: https://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki\n[lg]: https://www.mediawiki.org/wiki/Extension:Lingo\n[composer]: https://getcomposer.org/\n[travis]: https://www.travis-ci.com/github/SemanticMediaWiki/SemanticGlossary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticglossary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticmediawiki%2Fsemanticglossary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticglossary/lists"}