User Tools

Site Tools


about

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
about [2023/04/12 20:44] – external edit 127.0.0.1about [2023/04/13 00:07] (current) – [Jack Jackrum] dblume
Line 15: Line 15:
 | 2012-01-25 | "Angua"           | [[doku>install:upgrade]] done on a duplicate directory, then moved into deployment. | | 2012-01-25 | "Angua"           | [[doku>install:upgrade]] done on a duplicate directory, then moved into deployment. |
 | 2021-05-20 | "Hogfather"       | Fresh install on side, copied data/pages and data/media over, losing history. | | 2021-05-20 | "Hogfather"       | Fresh install on side, copied data/pages and data/media over, losing history. |
 +| 2023-04-12 | "Jack Jackrum"    | For PHP 8.2, [[doku>install:upgrade]] done on a duplicate directory, then moved into deployment. |
  
  
Line 75: Line 76:
   * ./lib/tpl/dokuwiki/tpl_header.php:28, removed "<span>'.$conf['title'].'</span>" from the header.   * ./lib/tpl/dokuwiki/tpl_header.php:28, removed "<span>'.$conf['title'].'</span>" from the header.
   * Had to re-install [[doku>plugin:xbr]], and manually set **''%%'xbr'%%''** as the [[doku>config:renderer_xhtml]] in configuration setting (via the admin panel).   * Had to re-install [[doku>plugin:xbr]], and manually set **''%%'xbr'%%''** as the [[doku>config:renderer_xhtml]] in configuration setting (via the admin panel).
 +
 +==== Jack Jackrum ====
 +
 +Followed the [[doku>install:upgrade]] instructions on the side, then copied all the "DXB" changes (with vimdiff) from the Hogfather instance over. Added the [[doku>plugin:htmlok]] plugin for [[trippy:an_introduction]].
 +<code>
 +$ grep -nrI DXB .
 +./lib/plugins/xbr/renderer.php:32:        // DXB DCB: The following code from danny0838's suggested “trim()” edit
 +./lib/tpl/dokuwiki/tpl_header.php:28:// DXB                '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
 +./lib/tpl/dokuwiki/css/content.less:287:    /* DXB width: @ini_sidebar_width; */
 +./lib/tpl/dokuwiki/css/pagetools.less:14:    padding-left: 10px; /* DXB was 40px */
 +./lib/tpl/dokuwiki/css/structure.less:56:       /* DXB was 0 1.5em 0 0 */
 +</code>
  
 ~~NOTOC~~ ~~NOTOC~~
  
about.txt · Last modified: 2023/04/13 00:07 by dblume