The Chicago Classic Computing Wiki

This is an old revision of the document!


Wiki Work

Changelog

1/23/2025

  • Installed Dokuwiki and suggested PHP libraries
  • Installed Vector template
  • Enabled .htaccess files in Apache conf to protect sensitive Dokuwiki directories (comment out “AllowOverride None” in httpd.conf); existing .htaccess files are sufficient
  • Renamed .htaccess file in /data/webs/extsvcs/wiki/lib/tpl/vector/user to allow for custom logo
  • Installed InToc plugin (Mediawiki-style ToC inline with articles using ~~INTOC~~ tag)

1/24/2025

  • Set up custom logo in Vector template user dir (resized to 150×150)
  • Installed Move plugin to rename and move media and pages
  • Installed Infobox plugin (has problems)
  • Disabled authpdo plugin (database auth not used, slows down logins)
  • Installed but disabled the Lastmod plugin (Dokuwiki already does this)
  • Install SMTP plugin
  • Set up Amazon SES on chiclassiccomp.org domain (EasyDKIM) and in postfix on server; email working
  • Installed the Tags plugin for tagging instead of namespaces (BBS, person, etc)
  • Installed the Pagelist plugin (required by Tags)
  • Installed nspages plugin (lists all pages in namespace)

2/1/2025

  • Edited main.php in Vector template directory to fix token logout problem
    • - array(“do” ⇒ “logout”)
    • + array(“do” ⇒ “logout”, 'sectok' ⇒ getSecurityToken())
  • Installed lastmod plugin, then disabled (Doku already does this)
Print/export