# Tech details about this website This website is an instance of dokuwiki. We're using the Mikio theme, unmodified, with a custom ["subtheme"](https://newsite.tools.venables.vanhack.ca/lib/tpl/mikio/themes/vhsresponsive/style.css) (just a css file) that defines a few extra styles/ ## Plugins we're using, and why: - Advanced DokuWiki plugin - Installed to allow editing config files not otherwise available in the UI - may not be needed. - Bureaucracy Plugin - enables the [contact form](/contact-us). - Commonmark Plugin - put `` at the top of a page to enable markdown syntax - folded plugin - installed but disabled, lets you make folding sections - Meta plugin - used to set the page title, when we want it to be something other than the first heading on the page. used on the [Home page](/start). - Mikio plugin - complements our theme (mikio) by adding a bunch of bootstrap ui layout things. Used on the [membership page](/membership) to make the payment options section - Page Redirect plugin - used to redirect [tool](/tool) to [tools](/tools) - sectiontoggle plugin - disabled - similar to folded plugin. - smtp plugin - used by the [contact](/contact-us) page - Semantic Plugin - puts meta description and opengraph tags in the html header - Video Sharing Site Plugin enables the youtube video on the home page. - VHS Stripe Buttons - In house plugin to add Stripe buttons for the [membership](/membership) page: `url|title` - VHS Tags - in-house plugin to add some custom code: `, , , , ` ## Bugs * ublock origins with `EasyList – Social Widgets` turned on, the youtube widget doesn't show up - but it DOES show up on the current site * sometimes a blank page is rendered. It can be fixed with `?purge=true` fixed * /tool page should redirect automatically to /tools, look into redirect plugins redirect plugin added * design should be a little more responsive. - It falls apart on mid-sized screens - on very small screens the hamburger menu appears, but mid-size screens it's messy - ESPECIALLY when logged in because of all the extra buttons - stuff is cropped a little on mobile * Stripe buttons are online, but haven't been confirmed to work! Switch my subscription over to stripe to make sure it's all good! * redirects to add to the web server for this: - `/wp/*` -> `/*` - `/doku.php?id=$1:$2` -> `/wiki/$1/$2` * over on the membership page, there is an un-formatted link in the first FAQ question