Difference between revisions of "Application:thewiki.us"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Current Version == | == Current Version == | ||
=== [[Extension/Semantic Result format/Installation]] === | |||
** Use this link to install [https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats/Installation Semantic Result Formats] | ** Use this link to install [https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats/Installation Semantic Result Formats] | ||
** Note that the <code> composer.local.json </code> does not work unless omposer-merge-plugin[https://www.mediawiki.org/wiki/Composer#Using_composer-merge-plugin] is installed. Therefore we modify the <code> composer.json </code> file and then run <code> composer update && php maintainence/update.php </code> | ** Note that the <code> composer.local.json </code> does not work unless omposer-merge-plugin[https://www.mediawiki.org/wiki/Composer#Using_composer-merge-plugin] is installed. Therefore we modify the <code> composer.json </code> file and then run <code> composer update && php maintainence/update.php </code> | ||
** Demonstration: [[All_activities#Timeline]] | ** Demonstration: [[All_activities#Timeline]] | ||
# { "require": { "mediawiki/semantic-result-formats": "~3.1" } } | |||
In order to enable the rendering of calendar and timeline, one need to include the following two lines in <code>[[LocalSettings.php]]</code>. | In order to enable the rendering of calendar and timeline, one need to include the following two lines in <code>[[LocalSettings.php]]</code>. | ||
wfLoadExtension( 'SemanticResultFormats' ); | wfLoadExtension( 'SemanticResultFormats' ); |
Revision as of 03:06, 23 August 2021
Special:Version shows the current versions but cannot track the previous modification of the software.
Current Version
Extension/Semantic Result format/Installation
- Use this link to install Semantic Result Formats
- Note that the
composer.local.json
does not work unless omposer-merge-plugin[1] is installed. Therefore we modify thecomposer.json
file and then runcomposer update && php maintainence/update.php
- Demonstration: All_activities#Timeline
- { "require": { "mediawiki/semantic-result-formats": "~3.1" } }
In order to enable the rendering of calendar and timeline, one need to include the following two lines in LocalSettings.php
.
wfLoadExtension( 'SemanticResultFormats' ); $srfgFormats = [ 'calendar', 'timeline' ];
Requested feature
- Extension:Extension:Semantic Result format
- mw:Extension:Labeled_Section_Transclusion
History
- Cognitive Process Designer
- When installing CPD, found that Page Form is not the same version, so reinstalled.
Install a certain version
- Docker Workflow
- When a version is snapshot into a docker image, the Current Version section will fill in the version's summarization
- Each process could be divided into parts and add <Structure level>