170316b84SAndreas Gohr<?php 2*8673a04eSAndreas Gohr 370316b84SAndreas Gohr/** 470316b84SAndreas Gohr * DokuWiki Plugin @@PLUGIN_NAME@@ (Renderer Component) 570316b84SAndreas Gohr * 670316b84SAndreas Gohr * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 770316b84SAndreas Gohr * @author @@AUTHOR_NAME@@ <@@AUTHOR_MAIL@@> 870316b84SAndreas Gohr */ 970316b84SAndreas Gohrclass @@PLUGIN_COMPONENT_NAME@@ extends Doku_Renderer 1070316b84SAndreas Gohr{ 1170316b84SAndreas Gohr /** @inheritDoc */ 1270316b84SAndreas Gohr public function getFormat() 1370316b84SAndreas Gohr { 1470316b84SAndreas Gohr return '@@PLUGIN_NAME@@'; 1570316b84SAndreas Gohr } 1670316b84SAndreas Gohr 1770316b84SAndreas Gohr // FIXME implement all methods of Doku_Renderer here 1870316b84SAndreas Gohr} 19