Download the PHP package wernerkrauss/explainable without Composer
On this page you can find all versions of the php package wernerkrauss/explainable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wernerkrauss/explainable
More information about wernerkrauss/explainable
Files in wernerkrauss/explainable
Package explainable
Short Description Silverstripe module for managing abbreviations and unusal words using shortcodes. Good for web accesibility.
License MIT
Informations about the package explainable
silverstripe-explainable
Silverstripe module for managing Abbreviations and unusal words using shortcodes. Good for web accesibility.
See https://www.wuhcag.com/abbreviations/ and https://www.wuhcag.com/unusual-words/ for the corresponding guidelines.
Requirements
Installation
Download and install manually or use composer.
Configuration
Add a page of type "AbbrevationPage" or "ExplanationPage" to your CMS. There you can add new abbreviations or explanations in the gridfield.
You can link to this abbreviations in the CMS using the bundled shortcodes, use the UI for selecting the abbreviation.
The listings page lists all abbreviations or explanations in alphabetical order, grouped by first letter. You might update the templates to fit your needs.
Adding to Google Sitemap
You can add the abbreviations and explanations to google sitemap if you have the GoogleSitemap module installed. Just
add to your mysite/_config.php
:
TODO
- create new abbreviation or explanation directly in shortcode UI? Using AddNew button this could be possible. Maybe we have to tweak shortcodable controller for that?
All versions of explainable with dependencies
silverstripe/cms Version 3.*
sheadawson/silverstripe-shortcodable Version 0.1.x@stable
composer/installers Version *