Extension:OfflineExtension/de

Category:Unmaintained extensions/de#OfflineExtension/de Category:Extensions with invalid or missing type/deCategory:GPL licensed extensions/de
MediaWiki-Erweiterungen
OfflineExtension
Freigabestatus: ohne WartungCategory:Unmaintained extensions/de
Beschreibung Extension for adding offline support to Wiki Editor
Autor(en) Srijan Agarwal und Gianluca Rigoletti
Letzte Version 0.1.0
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
Lizenz GNU General Public License 2.0 oder später
Herunterladen Category:Extensions in GitHub version control/de
Category:All extensions/deCategory:Extensions not in ExtensionJson

OfflineExtension is an extension for WikiToLearn that will add offline support to the current Wiki Editor.

Funktionen

This extension notifies the user and their internet connectivity status. If submitted while offline, it will parse Wikitext to HTML and then renders it.

Installation

  • Download and place the file(s) in a directory called OfflineExtension in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/OfflineExtension/OfflineExtension.php";
  • Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

WikiText tags supported

Wikitext is written in a lightweight markup language with specific syntax rules. The tags supported by the Offline Extension can be found here: https://github.com/Srijancse/OfflineExtension/wiki

Bekannte Probleme

  • Parsing WikiTables to HTML hasn't been added to the parser yet. It is under development.
Category:All extensions/de Category:BeforePageDisplay extensions/de Category:Extensions in GitHub version control/de Category:Extensions not in ExtensionJson Category:Extensions with invalid or missing type/de Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/de Category:Unmaintained extensions/de