{"id":18507634,"url":"https://github.com/semanticmediawiki/semanticbreadcrumblinks","last_synced_at":"2026-03-04T19:01:38.712Z","repository":{"id":24827909,"uuid":"28242484","full_name":"SemanticMediaWiki/SemanticBreadcrumbLinks","owner":"SemanticMediaWiki","description":"Provides in-page navigation by building breadcrumb links from an attributive property filter.","archived":false,"fork":false,"pushed_at":"2024-07-18T12:11:06.000Z","size":266,"stargazers_count":16,"open_issues_count":11,"forks_count":5,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-30T05:43:10.297Z","etag":null,"topics":["breadcrumbs","mediawiki","mw","sbl","semantic","semantic-mediawiki","semantic-mediawiki-extension","smw"],"latest_commit_sha":null,"homepage":"https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Breadcrumb_Links","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":null,"funding":null,"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":"2014-12-19T19:08:56.000Z","updated_at":"2024-07-18T12:11:10.000Z","dependencies_parsed_at":"2023-10-02T14:00:43.473Z","dependency_job_id":"1a376a06-fd47-4900-b6d0-ac61a9dab62e","html_url":"https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks","commit_stats":{"total_commits":210,"total_committers":9,"mean_commits":"23.333333333333332","dds":0.6190476190476191,"last_synced_commit":"852c5d8c3fd530eb153ab5624e5c75b2eecb3d6c"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticBreadcrumbLinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticBreadcrumbLinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticBreadcrumbLinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticBreadcrumbLinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SemanticMediaWiki","download_url":"https://codeload.github.com/SemanticMediaWiki/SemanticBreadcrumbLinks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234280446,"owners_count":18807457,"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":["breadcrumbs","mediawiki","mw","sbl","semantic","semantic-mediawiki","semantic-mediawiki-extension","smw"],"created_at":"2024-11-06T15:09:57.767Z","updated_at":"2025-09-26T01:31:29.515Z","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 Breadcrumb Links\n\n[![CI](https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks/actions/workflows/ci.yml/badge.svg)](https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks/actions/workflows/ci.yml)\n![Latest Stable Version](https://img.shields.io/packagist/v/mediawiki/semantic-breadcrumb-links.svg)\n![Total Download Count](https://img.shields.io/packagist/dt/mediawiki/semantic-breadcrumb-links.svg)\n[![codecov](https://codecov.io/gh/SemanticMediaWiki/SemanticBreadcrumbLinks/graph/badge.svg?token=yl1GVLwRwo)](https://codecov.io/gh/SemanticMediaWiki/SemanticBreadcrumbLinks)\n\nSemantic Breadcrumb Links (a.k.a. SBL) is a [Semantic Mediawiki][smw] extension\nto aid in-page navigation by building breadcrumb links from an attributive property\nfilter.\n\nSBL uses a pattern match strategy to filter property usage (e.g. `Has parent page`)\nthat ascribe the location of a page relative to its parent and provides navigational help by\ngenerating a breadcrumb trail.\n\nThis [video](https://vimeo.com/129347298) demonstrates the functionality of the Semantic Breadcrumb Links extension.\n\n## Requirements\n\n- PHP 7.4 or later\n- MediaWiki 1.39 or later\n- [Semantic MediaWiki][smw] 4.2 or later\n\n## Installation\n\nThe recommended way to install Semantic Breadcrumb Links is using [Composer](http://getcomposer.org) with\n[MediaWiki's built-in support for Composer](https://www.mediawiki.org/wiki/Composer).\n\nNote that the required extension Semantic MediaWiki must be installed first according to the installation\ninstructions provided.\n\n### Step 1\n\nChange to the base directory of your MediaWiki installation. If you do not have a \"composer.local.json\" file yet,\ncreate one and add the following content to it:\n\n```\n{\n\t\"require\": {\n\t\t\"mediawiki/semantic-breadcrumb-links\": \"~2.0\"\n\t}\n}\n```\n\nIf you already have a \"composer.local.json\" file add the following line to the end of the \"require\"\nsection in your file:\n\n    \"mediawiki/semantic-breadcrumb-links\": \"~2.0\"\n\nRemember to add a comma to the end of the preceding line in this section.\n\n### Step 2\n\nRun the following command in your shell:\n\n    php composer.phar update --no-dev\n\nNote if you have Git installed on your system add the `--prefer-source` flag to the above command.\n\n### Step 3\n\nAdd the following line to the end of your \"LocalSettings.php\" file:\n\n    wfLoadExtension( 'SemanticBreadcrumbLinks' );\n\n## Usage\n\n![image](https://cloud.githubusercontent.com/assets/1245473/16253761/85daa7b2-3839-11e6-833e-6ec2bc15756b.png)\n\nThis [document](docs/README.md) decribes available settings and features of this extension.\n\n## Contribution and support\n\nIf you want to contribute work to the project please subscribe to the developers mailing list and have a look\nat the contribution guideline.\n\n* [File an issue](https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks/issues)\n* [Submit a pull request](https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks/pulls)\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, version 2 or later][gpl-licence].\n\n[smw]: https://github.com/SemanticMediaWiki/SemanticMediaWiki\n[contributors]: https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks/graphs/contributors\n[travis]: https://travis-ci.org/SemanticMediaWiki/SemanticBreadcrumbLinks\n[gpl-licence]: https://www.gnu.org/copyleft/gpl.html\n[composer]: https://getcomposer.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticbreadcrumblinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticmediawiki%2Fsemanticbreadcrumblinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticbreadcrumblinks/lists"}