]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - pld-branding.patch
up to 2017-02-19b; use bundled packages
[packages/dokuwiki.git] / pld-branding.patch
index efb1c2f9e8da5dd60097395cc1452cb4319182d5..340b8d8dc849b39d40e4e7c3585d551289e5f261 100644 (file)
@@ -1,24 +1,22 @@
-===================================================================
---- 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 */
+--- dokuwiki-2012-06-23/conf/dokuwiki.php~     2012-06-23 13:07:26.000000000 +0300
++++ dokuwiki-2012-06-23/conf/dokuwiki.php      2012-06-23 13:07:43.700694458 +0300
+@@ -13,7 +13,7 @@
  
- $conf['start']       = 'start';           //name of start page
+ /* Basic Settings */
 -$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
+ $conf['start']       = 'start';           //name of start page
+ $conf['lang']        = 'en';              //your language
+ $conf['template']    = 'dokuwiki';         //see lib/tpl directory
+--- dokuwiki/lib/tpl/dokuwiki/tpl_footer.php~  2012-09-10 18:15:12.000000000 +0300
++++ dokuwiki/lib/tpl/dokuwiki/tpl_footer.php   2012-09-16 18:27:15.717037872 +0300
+@@ -24,6 +24,8 @@
+             src="<?php echo tpl_basedir(); ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
+         <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
+             src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
++        <a href="http://www.pld-linux.org/" title="PLD Linux" <?php echo $target?>><img
++            src="<?php echo tpl_basedir(); ?>images/button-pld.png" width="80" height="15" alt="PLD Linux" /></a>
+         <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
+             src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
+     </div>
This page took 0.044006 seconds and 4 git commands to generate.