[pmwiki-users] Backlinks aka WhatLinksHere for version2?
Patrick R. Michaud
pmichaud at pobox.com
Wed Apr 20 13:50:50 CDT 2005
On Wed, Apr 20, 2005 at 07:46:09PM +0200, Michael Krämer wrote:
> Hello everybody,
>
> for Release1 of pmwiki there is an addon called WhatLinksHere
> <http://www.pmwiki.org/wiki/Cookbook-V1/WhatLinksHere> for finding
> backlinks.
>
> Does somebody know about activities to migrate it for version 2? And
> when it might be ready?
> I´m quite impressed about the feature set and the simplicity of pmwiki,
> but I need the backlink functionality..
Currently the best way to generate a backlink list is to do
a search for the pagename. This can be done within a page
by using (:pagelist {$FullName} :).
When the revised pagelist code is ready, a better (faster, more
accurate) backlinks capability will be available via:
(:pagelist link={$FullName} :)
Of course, one will be able to provide a variety of 'fmt=' options
to display the set of pages in different formats.
If the author wants the listing to appear without showing things
such as RecentChanges links, then:
(:pagelist {$FullName} list=normal :)
Pm
More information about the pmwiki-users
mailing list