]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - pld-branding.patch
- add pld branding patch (idea from debian)
[packages/dokuwiki.git] / pld-branding.patch
diff --git a/pld-branding.patch b/pld-branding.patch
new file mode 100644 (file)
index 0000000..efb1c2f
--- /dev/null
@@ -0,0 +1,24 @@
+===================================================================
+--- dokuwiki-0.0.20090214.orig/conf/dokuwiki.php       2009-02-14 19:19:27.000000000 +0100
++++ dokuwiki-0.0.20090214/conf/dokuwiki.php    2009-02-14 19:22:46.000000000 +0100
+@@ -24,7 +24,7 @@
+ /* Display Options */
+ $conf['start']       = 'start';           //name of start page
+-$conf['title']       = 'DokuWiki';        //what to show in the title
++$conf['title']       = 'PLD Linux DokuWiki'; //what to show in the title
+ $conf['template']    = 'default';         //see lib/tpl directory
+ $conf['license']     = 'publicdomain';     //see conf/license.php
+ $conf['fullpath']    = 0;                 //show full path of the document or relative to datadir only? 0|1
+===================================================================
+--- dokuwiki-0.0.20090214.orig/lib/tpl/default/footer.html     2009-02-14 19:22:01.000000000 +0100
++++ dokuwiki-0.0.20090214/lib/tpl/default/footer.html  2009-02-14 19:23:14.000000000 +0100
+@@ -28,6 +28,8 @@
+   <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
++  <a <?php echo $tgt?> href="http://www.pld-linux.org/" title="PLD Linux"><img src="<?php echo DOKU_TPL; ?>images/button-pld.png" width="80" height="15" alt="PLD Linux" /></a>
++
+   <a <?php echo $tgt?> href="http://dokuwiki.org/" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
+ <?php
This page took 0.079768 seconds and 4 git commands to generate.