]> sipb.mit.edu Git - ikiwiki.git/commitdiff
passwordauth/discussion: Cosmetics
authorJérémy Bobbio <lunar@debian.org>
Wed, 29 Apr 2009 22:24:41 +0000 (00:24 +0200)
committerJérémy Bobbio <lunar@debian.org>
Wed, 29 Apr 2009 22:24:41 +0000 (00:24 +0200)
doc/plugins/passwordauth/discussion.mdwn

index 0fe70de5f0add5710d87e4f1a048058c36a5336d..50e21062ec319364b48632dda9e83ed074347142 100644 (file)
@@ -78,11 +78,11 @@ as the script handler, or only on `mod_perl` to be installed and loaded.
   `Apache::AuthTkt`
 --[[intrigeri]]
 
-  I've more or less managed to implement something based on `mod_perl` and
-  `Apache::AuthenHook`, respectively in Debian packages `libapache2-mod-perl2`
-  and `libapache-authenhook-perl`.
+I've more or less managed to implement something based on `mod_perl` and
+`Apache::AuthenHook`, respectively in Debian packages `libapache2-mod-perl2`
+and `libapache-authenhook-perl`.
 
-  In the Apache VirtualHost configuration, I have added the following:
+In the Apache VirtualHost configuration, I have added the following:
 
        PerlLoadModule Apache::AuthenHook
        PerlModule My::IkiWikiBasicProvider
@@ -98,7 +98,7 @@ as the script handler, or only on `mod_perl` to be installed and loaded.
                Satisfy any
        </LocationMatch>
 
-  The perl module lies in `/etc/apache2/My/IkiWikiBasicProvider.pm`:
+The perl module lies in `/etc/apache2/My/IkiWikiBasicProvider.pm`:
 
        package My::IkiWikiBasicProvider;
 
@@ -142,10 +142,10 @@ as the script handler, or only on `mod_perl` to be installed and loaded.
 
        1;
 
-  This setup also allows people with the master password to create their own
-  account.
+This setup also allows people with the master password to create their own
+account.
 
-  I'm not really fluent in Perl, and all this can probably be improved (*or
-  might destroy your computer as it is* and YMMV).
+I'm not really fluent in Perl, and all this can probably be improved (*or
+might destroy your computer as it is* and YMMV).
 
-  -- [[Lunar]]
+-- [[Lunar]]