web commit by JoshTriplett: Add passwordauth, and invert logic.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 30 Apr 2007 02:46:29 +0000 (02:46 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 30 Apr 2007 02:46:29 +0000 (02:46 +0000)
doc/todo/conditional_underlay_files.mdwn

index 03381943f084e7a3e7bc0216f791f17b94eee8f8..fc721de086b9696d3295931a053365d3a3e14668 100644 (file)
@@ -1,7 +1,8 @@
 I'd like to see some way to include certain files from the underlay only when the wiki has certain plugins enabled.  For example:
 
 * Only include smileys.mdwn and the smileys subdirectory if you enable the [[plugins/smiley]] plugin.
-* Only include openid.mdwn if you enable the [[plugins/openid]] plugin.
+* Exclude openid.mdwn if you disable the [[plugins/openid]] plugin.
+* Exclude passwordauth.mdwn if you disable the [[plugins/passwordauth]] plugin.
 * Include shortcuts.mdwn only if you enable the [[plugins/shortcut]] plugin.
 * Include blog.mdwn only if you don't disable the [[plugins/inline]] plugin.
 * Include favicon.ico only if you enable the [[plugins/favicon]] plugin.