# HG changeset patch # User Paul Boddie # Date 1445970081 -3600 # Node ID afe204194ca23ad422ee06e46c864c5fd6059879 # Parent d26025af5a7ffd40988388ca27b687a58cc8ce6d Additional fixes for Moin parsing. diff -r d26025af5a7f -r afe204194ca2 docs/wiki/MailIntegration --- a/docs/wiki/MailIntegration Tue Oct 27 19:17:40 2015 +0100 +++ b/docs/wiki/MailIntegration Tue Oct 27 19:21:21 2015 +0100 @@ -27,7 +27,7 @@ || Routers identify recipients of mail that shall be handled by imip-agent || Transports invoke imip-agent programs || Exim is widely deployed as the default MTA for Debian. Consequently, it is - desirable to support this software in imip-agent. +.. desirable to support this software in imip-agent. == '''Postfix''' || Virtual aliases identify recipients of mail that shall be handled by diff -r d26025af5a7f -r afe204194ca2 docs/wiki/UseCases --- a/docs/wiki/UseCases Tue Oct 27 19:17:40 2015 +0100 +++ b/docs/wiki/UseCases Tue Oct 27 19:21:21 2015 +0100 @@ -11,7 +11,7 @@ booking things simultaneously that they will attend * Support pools of resources where one address may be responsible for - multiple units that are not individually identified at the time of booking + multiple units that are not individually identified at the time of booking * Support duration limits and start/end time granularity, using `COUNTER` to suggest acceptable periods diff -r d26025af5a7f -r afe204194ca2 docs/wiki/WebServerIntegration --- a/docs/wiki/WebServerIntegration Tue Oct 27 19:17:40 2015 +0100 +++ b/docs/wiki/WebServerIntegration Tue Oct 27 19:21:21 2015 +0100 @@ -15,5 +15,5 @@ authenticating users. Most usefully for imip-agent given the [[../MailIntegration|e-mail integration]] requirements, modules supporting [[http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html|LDAP]] and -[[http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html|simple text-based -lists of users]] are available for such purposes. +[[http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html|text-based lists]] +of users are available for such purposes.