[pmwiki-users] drowning in information overload

Tegan Dowling tmdowling at gmail.com
Wed Nov 15 14:52:04 CST 2006


On 11/15/06, .rp <printer at moveupdate.com> wrote:
> *   Show list of recent changes for only certain sections

If by "section" you mean wikigroup:  each wikigroup has a
RecentChanges page of its own.  Main/RecentChanges,
Site/RecentChanges, etc.

> *   display single line breaks instead of requiring double carriageReturns
>     all the time

I have this in my config.php
// Force PmWiki to honor line breaks -
http://www.pmwiki.org/wiki/Cookbook/LineBreaks  // enable
(:linebreaks:) and (:nolinebreaks:) markups to toggle between the
modes:
                $HTMLPNewline = '<br />';
                Markup('linebreaks', 'directives', '/\\(:(no)?linebreaks:\\)/e',
                "PZZ(\$GLOBALS['HTMLPNewline'] = ('$1'!='no') ? '<br
/>' : '')");

> *   how to find out which version of pmWiki is in use

You can look at your wiki's PmWiki/PmWiki page, which is part of the
standard installation, and has on it the code {$Version}, which
displays this info, or you can paste {$Version} on any other page,
yourself.

Welcome aboard, .rp!




More information about the pmwiki-users mailing list