All Projects → SemanticMediaWiki → SemanticBreadcrumbLinks

SemanticMediaWiki / SemanticBreadcrumbLinks

Licence: other
Provides in-page navigation by building breadcrumb links from an attributive property filter.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SemanticBreadcrumbLinks

SemanticCite
Allows to manage citation resources using semantic annotations
Stars: ✭ 22 (+46.67%)
Mutual labels:  semantic, mediawiki, semantic-mediawiki, smw, mw
SemanticResultFormats
Provides additional visualizations (result formats) for Semantic MediaWiki
Stars: ✭ 40 (+166.67%)
Mutual labels:  semantic, mediawiki, semantic-mediawiki, smw, mw
SemanticExtraSpecialProperties
Provides extra special properties to Semantic MediaWiki.
Stars: ✭ 24 (+60%)
Mutual labels:  semantic, mediawiki, semantic-mediawiki, smw, mw
rdf2smw
Convert RDF to Semantic MediaWiki facts in MediaWiki XML format, with a standalone commandline tool
Stars: ✭ 18 (+20%)
Mutual labels:  mediawiki, semantic-mediawiki, smw
SemanticWikibase
Makes Wikibase data available in Semantic MediaWiki
Stars: ✭ 14 (-6.67%)
Mutual labels:  mediawiki, semantic-mediawiki, smw
Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (+2293.33%)
Mutual labels:  semantic, mediawiki
mediawiki rust
Rust API interface for MediaWiki sites.
Stars: ✭ 23 (+53.33%)
Mutual labels:  mediawiki
meza
Setup an enterprise MediaWiki server with simple commands
Stars: ✭ 38 (+153.33%)
Mutual labels:  mediawiki
WikibaseImport
Import entities from another Wikibase instance (e.g. Wikidata)
Stars: ✭ 25 (+66.67%)
Mutual labels:  mediawiki
menus
Laravel Enso main menu manager, for easy management of the application menus straight from the interface, whether that means adding, removing or reordering them
Stars: ✭ 15 (+0%)
Mutual labels:  breadcrumbs
use-react-router-breadcrumbs
tiny, flexible, hook for rendering route breadcrumbs with react-router v6
Stars: ✭ 170 (+1033.33%)
Mutual labels:  breadcrumbs
wikiapi
JavaScript MediaWiki API for node.js
Stars: ✭ 28 (+86.67%)
Mutual labels:  mediawiki
Motorola-Moto-E-condor-unbrick
Tools for Motorola Moto E XT1021, XT1022, XT1025 condor unbrick
Stars: ✭ 31 (+106.67%)
Mutual labels:  sbl
wasr network
WaSR Segmentation Network for Unmanned Surface Vehicles v0.5
Stars: ✭ 32 (+113.33%)
Mutual labels:  semantic
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+9906.67%)
Mutual labels:  semantic
nextjs-breadcrumbs
A dynamic, highly customizable breadcrumbs component for Next.js
Stars: ✭ 70 (+366.67%)
Mutual labels:  breadcrumbs
semantic
SuperPhy for the semantic web
Stars: ✭ 17 (+13.33%)
Mutual labels:  semantic
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (+233.33%)
Mutual labels:  mediawiki
AMR-Dialogue
Code for our paper "Semantic Representation for Dialogue Modeling" in ACL2021
Stars: ✭ 38 (+153.33%)
Mutual labels:  semantic
next-semantic-ui-react
Next.js + SUIR tiny starter
Stars: ✭ 20 (+33.33%)
Mutual labels:  semantic

Semantic Breadcrumb Links

Build Status Code Coverage Scrutinizer Quality Score Latest Stable Version Packagist download count

Semantic Breadcrumb Links (a.k.a. SBL) is a Semantic Mediawiki extension to aid in-page navigation by building breadcrumb links from an attributive property filter.

SBL uses a pattern match strategy to filter property usage (e.g. Has parent page) that ascribe the location of a page relative to its parent and provides navigational help by generating a breadcrumb trail.

This video demonstrates the functionality of the Semantic Breadcrumb Links extension.

Requirements

Installation

The recommended way to install Semantic Breadcrumb Links is using Composer with MediaWiki's built-in support for Composer.

Note that the required extension Semantic MediaWiki must be installed first according to the installation instructions provided.

Step 1

Change to the base directory of your MediaWiki installation. If you do not have a "composer.local.json" file yet, create one and add the following content to it:

{
	"require": {
		"mediawiki/semantic-breadcrumb-links": "~2.0"
	}
}

If you already have a "composer.local.json" file add the following line to the end of the "require" section in your file:

"mediawiki/semantic-breadcrumb-links": "~2.0"

Remember to add a comma to the end of the preceding line in this section.

Step 2

Run the following command in your shell:

php composer.phar update --no-dev

Note if you have Git installed on your system add the --prefer-source flag to the above command.

Step 3

Add the following line to the end of your "LocalSettings.php" file:

wfLoadExtension( 'SemanticBreadcrumbLinks' );

Usage

image

This document decribes available settings and features of this extension.

Contribution and support

If you want to contribute work to the project please subscribe to the developers mailing list and have a look at the contribution guideline.

Tests

This extension provides unit and integration tests that are run by a continues integration platform but can also be executed using composer phpunit from the extension base directory.

License

GNU General Public License, version 2 or later.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].