|
Cookbook /
HgUrlsSummary: Rewrites hyphens "-" to slashes "/" in URLs.
Version: 2008-05-04
Prerequisites: PmWiki 2.2beta. Otherwise none, but currently only useful in conjunction with Cluster.
NOTE: This recipe is a subset of Hg, so do not use it if you have Hg installed!
Status: Beta
Maintainer: CRAjr
Categories: Hierarchy | PageNaming
Questions answered by this recipe
Is there a way to get Cluster to understand pseudo-hierarchical URLs with slashes between groups instead of hyphens (like Hg)? DescriptionHgUrls is a subset of the Hg hierarchical groups recipe, and should NOT be used in conjunction with Hg, since this functionality is already included! It translates pseudo-hierarchical URLs between hyphens "-" and slashes "/". NotesI am using Cluster in many of my Wikis, but also need the "hyphen to slash" translation that is built into Hg. The original idea for this recipe is from an email list discussion between ...
Based on Hg by Dan Vis, Copyright 2007. InstallationInstall by downloading hgurls.phpΔ to your cookbook directory, then add to your local config file: include_once("cookbook/hgurls.php');
You must load HgUrls before loading Cluster! Release Notes
See AlsoContributorsComments |