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
wiki:vhswiki:start [2026/02/17 09:34] corywiki:vhswiki:start [2026/02/25 14:30] (current) admin
Line 4: Line 4:
  
 Get involved - [Edit this wiki](/wiki/vhswiki/editing) Get involved - [Edit this wiki](/wiki/vhswiki/editing)
 +
 +## Things to do on the site:
 +
 +- make the file structure match the new organizational structure.
 +  - e.g. <del>currently there are a bunch of documents in `/wiki/tools/laser_cutter/`, those should be moved to `/wiki/groups/lasercutter/`,</del> links adjusted, and a redirect set up.
 +  - a million other examples of this
 +- get rid of the compendium of champions, it's not valid anymore - clean up links - figure out what if anything should replace that (i.e. something that explains committees?)
 +- delete stuff - there is lots of stuff that can be deleted.
 +- style the form on [contact-us](/contact-us) page.
  
 # Tech details about this website # Tech details about this website
Line 12: Line 21:
  
 - show the toolbar when user is not admin or manager or page creator - show the toolbar when user is not admin or manager or page creator
-  - [PR](https://github.com/nomadjimbob/mikio/pull/121) / [issue](https://github.com/nomadjimbob/mikio/issues/120) - PENDING+  - [PR](https://github.com/nomadjimbob/mikio/pull/121) / [issue](https://github.com/nomadjimbob/mikio/issues/120) - MERGED
 - add ability to customize title format - add ability to customize title format
-  - [PR](https://github.com/nomadjimbob/mikio/pull/119) / [issue](https://github.com/nomadjimbob/mikio/issues/118) - PENDING+  - [PR](https://github.com/nomadjimbob/mikio/pull/119) / [issue](https://github.com/nomadjimbob/mikio/issues/118) - MERGED
 - Accessibility scanners point out a missing alt attribute on logo image - Accessibility scanners point out a missing alt attribute on logo image
-  - [PR](https://github.com/nomadjimbob/mikio/pull/122) - MERGED, coming in next release.+  - [PR](https://github.com/nomadjimbob/mikio/pull/122) - MERGED
  
 ## Plugins we're using, and why: ## Plugins we're using, and why:
Line 23: Line 32:
 - [Bureaucracy Plugin](https://www.dokuwiki.org/plugin:bureaucracy) - enables the [contact form](/contact-us). - [Bureaucracy Plugin](https://www.dokuwiki.org/plugin:bureaucracy) - enables the [contact form](/contact-us).
 - [Commonmark Plugin](https://www.dokuwiki.org/plugin:commonmark) - put `<!DOCTYPE markdown>` at the top of a page to enable [markdown syntax](https://commonmark.org/help/) - [Commonmark Plugin](https://www.dokuwiki.org/plugin:commonmark) - put `<!DOCTYPE markdown>` at the top of a page to enable [markdown syntax](https://commonmark.org/help/)
 +- [indexmenu plugin](https://www.dokuwiki.org/plugin:indexmenu) - list the contents of a wiki namespace. see [this page](/wiki/groups/) for an example.
 - [Meta plugin](https://www.dokuwiki.org/plugin:meta) - 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). - [Meta plugin](https://www.dokuwiki.org/plugin:meta) - 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](https://github.com/nomadjimbob/mikioplugin) - 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 - [Mikio plugin](https://github.com/nomadjimbob/mikioplugin) - 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
-- [Redirect Manager](https://github.com/ssahara/dw-plugin-redirect2) plugin - used to redirect [tool](/tool) to [tools](/tools)+- [Redirect Manager](https://github.com/ssahara/dw-plugin-redirect2) plugin - used to redirect old pages to new pages, e.g. [tool](/tool) to [tools](/tools)
 - [Semantic Plugin](http://www.dokuwiki.org/plugin:semantic) - puts meta description and opengraph tags in the html header - [Semantic Plugin](http://www.dokuwiki.org/plugin:semantic) - puts meta description and opengraph tags in the html header
   - We are currently running a modified version that makes the page image fall back to the wiki logo - hoping to get this change adopted upstream [PR](https://github.com/giterlizzi/dokuwiki-plugin-semantic/pull/26)   - We are currently running a modified version that makes the page image fall back to the wiki logo - hoping to get this change adopted upstream [PR](https://github.com/giterlizzi/dokuwiki-plugin-semantic/pull/26)
 - [smtp plugin](https://www.dokuwiki.org/plugin:smtp) - used by the [contact](/contact-us) page - [smtp plugin](https://www.dokuwiki.org/plugin:smtp) - used by the [contact](/contact-us) page
 - [Video Sharing Site Plugin](https://www.dokuwiki.org/plugin:vshare) enables the youtube video on the home page. - [Video Sharing Site Plugin](https://www.dokuwiki.org/plugin:vshare) enables the youtube video on the home page.
-- VHS Tags - an in-house plugin to add some custom HTML here and there around the site. Used for google calendar embeds, google maps embeds, stripe and paypal buttons, etc. [source](https://github.com/vhs/dokuwiki-vhstags). Currently deployed via git checkout - go to `/var/containers/website/var/storage/lib/plugins/vhstags/` and `git pull origin main` to update. Planning to deploy this via the dokuwiki plugin index when the rate of change slows down and I've had some time to generalize more of the code. + [VHS Tags](https://github.com/vhs/dokuwiki-vhstags) - an in-house plugin to add some custom HTML here and there around the site. Used for google calendar embeds, google maps embeds, stripe and paypal buttons, etc. Currently deployed via git checkout - go to `/var/containers/website/var/storage/lib/plugins/vhstags/` and `git pull origin main` to update. Planning to deploy this via the dokuwiki plugin index when the rate of change slows down and I've had some time to generalize more of the code. 
-## Bugs / todo+ 
 +## 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 * ublock origins with `EasyList – Social Widgets` turned on, the youtube widget doesn't show up - but it DOES show up on the current site
-* put a search bar in the submenu (blue bar) - ideally it's a magnifying glass that when clicked reveals the search bar +<del>put a search bar in the submenu (blue bar) - ideally it's a magnifying glass that when clicked reveals the search bar</del> 
-* merge VHS Stripe Buttons and VHS Tags plugins into one plugin, store it in GIT, ideally add it to the public directory so we can install it thru the plugin manager+<del>merge VHS Stripe Buttons and VHS Tags plugins into one plugin, store it in GIT</del> 
 +* Change the VHS plugin to be deployed via the dokuwiki plugin directory
 * broken embed on https://vanhack.ca/wiki/history for 360 tour * broken embed on https://vanhack.ca/wiki/history for 360 tour
 * delete all the dead pages in `/wiki/area` that have been merged into the flat single page `/wiki/area` - warning: there are a couple pages in the /wiki/area/ directory that are un-merged, like the laser materials storage page. * delete all the dead pages in `/wiki/area` that have been merged into the flat single page `/wiki/area` - warning: there are a couple pages in the /wiki/area/ directory that are un-merged, like the laser materials storage page.