Sierra Vista Community Theatre Wiki

Entertain, Educate, Empower and Inspire

User Tools

Site Tools


faqs:wiki_notes:admin:dokuwiki_customizations

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
faqs:wiki_notes:admin:dokuwiki_customizations [03/31/2026 03:35 PM (19 hours ago)] – removed - external edit (Unknown date) 127.0.0.1faqs:wiki_notes:admin:dokuwiki_customizations [03/31/2026 03:35 PM (19 hours ago)] (current) – ↷ Links adapted because of a move operation Chris Daley
Line 1: Line 1:
 +====== DokuWiki Changes & Added Plugins ======
 +
 +As you may have guessed by now , we use the open source project [[doku>dokuwiki|DokuWiki]] to power this website.
 +
 +Our goal is to keep [[faqs:about_this_wiki:admin:DokuWiki]] stock and only make changes where we're allowed to (in ''/conf/'' and via plugins). This allows the [[doku>plugin:upgrade|DocuWiki Upgrade plugin ]]to automagically update us to the latest version.
 +
 +===== Changes made to DokuWiki =====
 +
 +- Various settings in the Admin > Configuration Manager. See [[doku>plugin:config#description|How To Use]] and [[doku>config|Configuring DokuWiki]]
 +
 +- Added ''/conf/footer.html'' to display //Trace:// and //You Are Here:// and our copyright notice as needed. See [[doku>template:dokuwiki#supported_include_hooks|Template: Supported Include Hooks]]
 +
 +. Added ''/conf/local.protected.php'' to ensure Dokuwiki uses the local Arizona time zone. See [[doku>config#configuration_options|Configuration Options]]
 +
 +- Added ''/conf/userall.css'' to hide and reveal page elements as needed. See [[doku>devel:css|DokuWiki CSS Stylesheets]]
 +
 +For a complete list of changes, see the [[faqs:wiki_notes:admin:change_log]].
 +
 +
 +===== Additional Plugins =====
 +
 +[[doku>plugins|DokuWiki]] comes with a number of preinstalled plugins. Here are additional ones that we've added, and why.
 +
 +[[doku>plugin:enforcesummary|EnforceSummary ]]- Ensure that volunteers updating a page include the reason why (or click //Minor Changes//). We'll see if it encourages people to leave a summary of their changes.
 +
 +[[doku>plugin:logindelay|LoginDelay]] - Used to slow down hackers trying to guess passwords.
 +
 +[[doku>plugin:move|Move ]]- Easily move pages and [[faqs:wiki_notes:namespaces|namespaces]] including media files and automatically adjusts all links and media references that point to these pages. WARNING: Does not automatically update the [[faqs:wiki_notes:admin:access_control#access_control|Access Control List]].
 +
 +[[doku>plugin:passpolicy|PassPolicy]] - Used to enforce robust passwords.
 +
 +[[doku>plugin:prosemirror|prosemirror ]]- Implements the WYSIWYG editor which allows volunteers to [[faqs:wiki_notes:the_visual_editor|edit webpages]] without having to deal with all the [[doku>wiki:syntax|formatting syntax]].
 +
 +[[doku>plugin:smtp|smtp ]]- Allows us to send emails thru wiki.admin@svcommunitytheatre.org.  FIXME //need to set up!//
 +
 +[[doku>plugin:stale|Stale ]]- Used to clean out the website cache, especially after rearranging the website, like with the Move plugin.
 +
 +[[doku>plugin:templatepagename|templatepagename]] - Used to allow [[template_pages|template pages ]]to be edited from within the website.
 +
 +[[doku>plugin:vshare|Video Sharing Site]] - Should make embedding videos from [[faqs:about_this_wiki:admin:YouTube]] and Vimeo easier. See the link for how to use. (Not yet documented.)
 +
 +[[doku>plugin:wrap|Wrap]] - Allows you to do a lot of different formatting tricks that are not part of standard the [[doku>plugin:prosemirror|prosemirror]] WYSIWYG editor. Click the link for details if you want to try it out. Yes, it's convoluted, but nice to know you got the formatting options if you //really //need 'em. Part of a standard [[faqs:about_this_wiki:admin:DocuWiki]] installation, but wanted to note it here. (Not yet documented.)
 +