Projects More |
PmWiki /
WikiGroup(redirected from PmWiki.WikiGroups) authors (basic) PmWiki pages are organized into groups of related pages. This feature was added to PmWiki to allow authors to create their own wiki spaces of specialized content on their own, without having to become, or rely on, wiki administrators. See Pm's post to the pmwiki-users mailing list. In-group and cross-group linkingBy default, page links are between pages of the same group; to create a link to a page in another group, add the name of the other group and a dot or slash to the page name. For example, links to Main/WikiSandbox could be written as:
To link to the default home page of a group, the name of the page can be omitted, like this:
Creating groupsCreating a new group is as easy as creating new pages; simply edit an existing page to include a link to the new group's default home page (or any page in the new group) then click on the '?' to edit the page. As a rule, group names must start with a letter (but this can be changed by the wiki administrator by adding
in For example, to make a default page in the group Foo, create a link to [[Foo/]] (or [[Foo.]]). To make a page called Bar in the group Foo, create a link to [[Foo/Bar]] and follow the link to edit that page. Groups in a standard PmWiki distribution
Special Pages in a GroupBy default, the Recent Changes? page of each group shows only the pages that have changed within that group; the Site.All Recent Changes page shows all pages that have changed in all groups. Each group can also have Group Header or Group Footer pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a Group Attributes page that defines attributes (read and edit passwords) shared by all pages within the group. Each page can also have its own individual read/edit password that overrides the group passwords (see Passwords). Finally, wiki administrators can set local customizations on a per-group basis--see Group Customizations. Group's default pageThe default "start page" for a group is a page whose name can be:
Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be You can usefully change the default search order for an entered page name by setting the variable
where "$1" is the name of the page entered. If you are setting
Note that the order of the definitions of these variables ( As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a forward slash ([[Foo/]]). Note the forward slash is required to ensure that the link unambiguously points to the identified group. If the slash is omitted, the link can end up being interpreted as pointing to an existing (or new) page in the current group (if the group, or its default home page, do not exist). Subgroups? Subpages?No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:Hierarchical Groups, but it comes down to not having a good page linking syntax. If you create a link or pagename like Restricting the creation of new groupsYou can set PmWiki's
With this setting, only the listed groups will be considered valid WikiGroups. You can add more groups to the list by placing additional group names separated by pipes (|). See other solutions to this at Cookbook:Limit Wiki Groups and Cookbook:New Group Warning. FAQHow can I get rid of the 'Main' group in urls for pages pointing to Main? How can I limit the creation of new groups? See Cookbook:Limit Wiki Groups. Why doesn't [[St. Giles and St. James]] work as a link? (It doesn't display anything.) Because it contains periods, and destroys PmWiki's file structure, which saves pages as Group.PageName. Adding those periods disrupts this format. Links may only contain words. If you need a link precisely as shown, the page must be named eg StGilesAndStJames then you can use the How can I delete a wiki group? Normally you can't, as this requires an admin with server-side access to delete the file that makes up the group's How can I delete a wiki group's Normally you can't, as this requires an admin with server-side access to delete a file. But there is an optional method of making it possible to delete Can I delete a wiki group inside Yes, if you delete all files named How can I list all pages in a WikiGroup? In a wiki page use This page may have a more recent version on pmwiki.org: PmWiki:WikiGroup, and a talk page: PmWiki:WikiGroup-Talk. |