DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:command

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:command [2013-07-11 18:03] Aleksandrplugin:command [2023-12-10 01:27] (current) – [Command Plugin] nerun
Line 6: Line 6:
 email      : martyn.eggleton@gmail.com email      : martyn.eggleton@gmail.com
 type       : syntax type       : syntax
-lastupdate : 2012-06-30 +lastupdate : 2012-02-13 
-compatible : +compatible : !Hogfather, !Igor, !Jack Jackrum
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : extension, command+tags       : extension, command, !broken, !discontinued
 downloadurl: https://github.com/stretchyboy/dokuwiki-command/zipball/master downloadurl: https://github.com/stretchyboy/dokuwiki-command/zipball/master
 bugtracker : https://github.com/stretchyboy/dokuwiki-command/issues bugtracker : https://github.com/stretchyboy/dokuwiki-command/issues
Line 18: Line 18:
 ---- ----
  
 +:!: WARNING: This plugin hasn't been updated since 2012 and is not compatible with the current version of Dokuwiki.
  
 ===== Overview ===== ===== Overview =====
  
-The **Command Syntax Plugin** implements an extensible syntax.  It allows people to extend [[:DokuWiki]] [[:wiki:syntax]] by writing merely one or two PHP functions, without writing a DokuWiki [[plugins|plugin]], and without further cluttering the syntax space.+The **Command Syntax Plugin** implements an extensible syntax.  It allows people to extend [[:DokuWiki]] [[:wiki:syntax]] by writing merely one or two PHP functions, without writing a DokuWiki plugin, and without further cluttering the syntax space.
  
 An extension of the plugin is called a **command**.  Each command has a name and may take parameters.  It may also take arbitrary content, but this content is never parsed by [[:DokuWiki]]; the command is entirely responsible for interpreting any syntax embedded within the content, but it may interpret it any way it wants. An extension of the plugin is called a **command**.  Each command has a name and may take parameters.  It may also take arbitrary content, but this content is never parsed by [[:DokuWiki]]; the command is entirely responsible for interpreting any syntax embedded within the content, but it may interpret it any way it wants.
Line 60: Line 61:
   * 2005/8/29 --- Fixed failure to load extension for pre-cached data. [[http://www.spiderjoe.com|Spider Joe]]   * 2005/8/29 --- Fixed failure to load extension for pre-cached data. [[http://www.spiderjoe.com|Spider Joe]]
   * 2005/9/3 --- Fixed RSS feed by changing hsc() to htmlspecialchars(). [[http://www.spiderjoe.com|Spider Joe]]   * 2005/9/3 --- Fixed RSS feed by changing hsc() to htmlspecialchars(). [[http://www.spiderjoe.com|Spider Joe]]
-  * 2012/6/30 --- Moved hosting to github [[http://www.stretchyboy.co.uk|Martyn Eggleton]]+  * 2012/2/13 --- Moved hosting to github [[https://github.com/stretchyboy|Martyn Eggleton]]
  
 ===== Installation ===== ===== Installation =====
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-When you install the plugin you get only one demo command. This command is the [[Date/Time]] command introduced in the [[#overview]]. After installing the plugin you will be able to install other commands that people have implemented. To install the plugin, download the following zip file:+When you install the plugin you get only one demo command. This command is the [[Date/Time]] command introduced in the [[#overview]]. After installing the plugin you will be able to install other commands that people have implemented.
  
 To install other commands, follow the installation instructions given for the command. Every command consists of at least one file place in the extensions directory ''/lib/plugins/command/ext/'', a PHP file whose name is that of the command, given in lowercase letters. To install other commands, follow the installation instructions given for the command. Every command consists of at least one file place in the extensions directory ''/lib/plugins/command/ext/'', a PHP file whose name is that of the command, given in lowercase letters.
plugin/command.1373558595.txt.gz · Last modified: 2013-07-11 18:03 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki