Recent Changes - Search:

CZjfaD , [url=http://nnredzsskgao.com/]nnredzsskgao[/url], [link=http://orsiupreszzr.com/]orsiupreszzr[/link], http://ajihppvvwlic.com/

WikiGroup

PmWiki.WikiGroup History

Hide minor edits - Show changes to markup

November 29, 2009, at 10:56 PM EST by Rathnasree -
Changed lines 1-74 from:

discovery.com futurecare http://wikommverlag.atspace.com/www.discovery.com-survivor.html www.discovery.com survivordiscovery channel.com future weapons http://wikommverlag.atspace.com/health.discovery.com-tools-calculators.html health.discovery.com tools calculatorsdiscovery.comlagmites http://wikommverlag.atspace.com/discovery-channel-.com.html discovery channel .comdiscovery spoof.com http://wikommverlag.atspace.com/discovery.channel.com.html discovery.channel.comdiscovery animal.com http://wikommverlag.atspace.com/discovery-elementry.com.html discovery elementry.comdiscovery girls.com http://wikommverlag.atspace.com/www.discovery.com-dirtygobs.html www.discovery.com dirtygobshealth.discovery.com tools calculators http://wikommverlag.atspace.com/yucky.kids.discovery.com.html yucky.kids.discovery.comdiscovery.org csc http://wikommverlag.atspace.com/health.msn.com.html health.msn.comdiscovery.com future weapons http://wikommverlag.atspace.com/dr.-john-discovery.html dr. john discoveryanimal discovery.com http://wikommverlag.atspace.com/puzzlemaker.school.discovery.com.html puzzlemaker.school.discovery.com

to:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

November 27, 2009, at 12:11 PM EST by discoverycom spoof - NWszJmnqeohzY
Changed lines 1-74 from:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

to:

discovery.com futurecare http://wikommverlag.atspace.com/www.discovery.com-survivor.html www.discovery.com survivordiscovery channel.com future weapons http://wikommverlag.atspace.com/health.discovery.com-tools-calculators.html health.discovery.com tools calculatorsdiscovery.comlagmites http://wikommverlag.atspace.com/discovery-channel-.com.html discovery channel .comdiscovery spoof.com http://wikommverlag.atspace.com/discovery.channel.com.html discovery.channel.comdiscovery animal.com http://wikommverlag.atspace.com/discovery-elementry.com.html discovery elementry.comdiscovery girls.com http://wikommverlag.atspace.com/www.discovery.com-dirtygobs.html www.discovery.com dirtygobshealth.discovery.com tools calculators http://wikommverlag.atspace.com/yucky.kids.discovery.com.html yucky.kids.discovery.comdiscovery.org csc http://wikommverlag.atspace.com/health.msn.com.html health.msn.comdiscovery.com future weapons http://wikommverlag.atspace.com/dr.-john-discovery.html dr. john discoveryanimal discovery.com http://wikommverlag.atspace.com/puzzlemaker.school.discovery.com.html puzzlemaker.school.discovery.com

October 23, 2009, at 01:45 AM EST by Rathnasree -
Changed lines 1-74 from:

fiat allise http://connoling.50webs.com/web-panoramacenter.org.html web panoramacenter.orgfiat.com http://connoling.50webs.com/file-recover-6.1-registration.html file recover 6.1 registrationwww.fiat .com.br http://connoling.50webs.com/panorama-naples-navy-mil.html panorama naples navy milnaples zoo.com http://connoling.50webs.com/panorama-xxx.html panorama xxxwww.fiat.com http://connoling.50webs.com/xxxclips.in.html xxxclips.incivilianbenefits.hroc http://connoling.50webs.com/selakhal-panoramacenter.org.html selakhal panoramacenter.orgfiat croma 1.9 mjt http://connoling.50webs.com/www.fiat-.com.br.html www.fiat .com.brxxxclips.org http://connoling.50webs.com/www.generator-frequency.html www.generator frequencysocom2 u.s. navy seals http://connoling.50webs.com/panorama-limone.com.html panorama limone.comlmc a 541 http://connoling.50webs.com/fiat.com.br.html fiat.com.br

to:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

October 21, 2009, at 10:05 PM EST by socom us navy seals - SbRXDNXgOyNOS
Changed lines 1-74 from:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

to:

fiat allise http://connoling.50webs.com/web-panoramacenter.org.html web panoramacenter.orgfiat.com http://connoling.50webs.com/file-recover-6.1-registration.html file recover 6.1 registrationwww.fiat .com.br http://connoling.50webs.com/panorama-naples-navy-mil.html panorama naples navy milnaples zoo.com http://connoling.50webs.com/panorama-xxx.html panorama xxxwww.fiat.com http://connoling.50webs.com/xxxclips.in.html xxxclips.incivilianbenefits.hroc http://connoling.50webs.com/selakhal-panoramacenter.org.html selakhal panoramacenter.orgfiat croma 1.9 mjt http://connoling.50webs.com/www.fiat-.com.br.html www.fiat .com.brxxxclips.org http://connoling.50webs.com/www.generator-frequency.html www.generator frequencysocom2 u.s. navy seals http://connoling.50webs.com/panorama-limone.com.html panorama limone.comlmc a 541 http://connoling.50webs.com/fiat.com.br.html fiat.com.br

October 16, 2009, at 11:39 PM EST by Rathnasree -
Changed lines 1-74 from:

wwww.pokemon games.com http://cinconhvac.tripod.com/neopets-look-up.html neopets look upd.vice anderson in http://cinconhvac.tripod.com/look-okc.com.html look okc.commerricks st.philip barbados http://cinconhvac.tripod.com/roll-exe-sprites.html roll exe spritessal s quest walk througs.com http://cinconhvac.tripod.com/d.gray-man-sprites.html d.gray man spritesgp4 torrent http://cinconhvac.tripod.com/bleach.torrent.html bleach.torrentespn video games.com http://cinconhvac.tripod.com/capcom.com.html capcom.comwarriors layouts for neopets http://cinconhvac.tripod.com/mugen-sprites.html mugen spritesmugen.com http://cinconhvac.tripod.com/www.a-m-c.com.au-senior-rewards-card.html www.a m c.com.au senior rewards cardmelissa k. middleton http://cinconhvac.tripod.com/seprioth.org-petcare.html seprioth.org petcaremario sprites http://cinconhvac.tripod.com/www.rock-and-roll-dvds.html www.rock and roll dvds

to:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

October 14, 2009, at 02:50 AM EST by basketball tips secrets shooting - tbBvTPEy
Changed lines 1-74 from:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

to:

wwww.pokemon games.com http://cinconhvac.tripod.com/neopets-look-up.html neopets look upd.vice anderson in http://cinconhvac.tripod.com/look-okc.com.html look okc.commerricks st.philip barbados http://cinconhvac.tripod.com/roll-exe-sprites.html roll exe spritessal s quest walk througs.com http://cinconhvac.tripod.com/d.gray-man-sprites.html d.gray man spritesgp4 torrent http://cinconhvac.tripod.com/bleach.torrent.html bleach.torrentespn video games.com http://cinconhvac.tripod.com/capcom.com.html capcom.comwarriors layouts for neopets http://cinconhvac.tripod.com/mugen-sprites.html mugen spritesmugen.com http://cinconhvac.tripod.com/www.a-m-c.com.au-senior-rewards-card.html www.a m c.com.au senior rewards cardmelissa k. middleton http://cinconhvac.tripod.com/seprioth.org-petcare.html seprioth.org petcaremario sprites http://cinconhvac.tripod.com/www.rock-and-roll-dvds.html www.rock and roll dvds

October 10, 2009, at 01:19 AM EST by Rathnasree -
Changed lines 1-74 from:

www.canli dizo shov.com http://rzaneuz.200u.com/websites-similar-to-rotten.com.html websites similar to rotten.commail.ufl.edu http://rzaneuz.200u.com/mbaker14.qhealthbeauty.com.html mbaker14.qhealthbeauty.comwebsites similar to rotten.com http://rzaneuz.200u.com/www.bankof-america.com-worldpoints.html www.bankof america.com worldpointslive.hoes.com http://rzaneuz.200u.com/webmail.ufol.edu.html webmail.ufol.eduwww.mail2web.co.in http://rzaneuz.200u.com/verisen-wirless.com.html verisen wirless.comshow meyourwife.com http://rzaneuz.200u.com/ufle.du.html ufle.duwww.wewbmail.erac.com http://rzaneuz.200u.com/www.mail2web.co.on.html www.mail2web.co.onwebmail.ufll.edu http://rzaneuz.200u.com/www.yourwife.com.html www.yourwife.comwebmail.ufl.ed u http://rzaneuz.200u.com/ww.mail2web.com.html ww.mail2web.comwww.now your cooking.com http://rzaneuz.200u.com/webmail.uf.edu.html webmail.uf.edu

to:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

October 07, 2009, at 08:43 PM EST by verizonnet whatsnext - hnbJxuPggW
Changed lines 1-74 from:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

to:

www.canli dizo shov.com http://rzaneuz.200u.com/websites-similar-to-rotten.com.html websites similar to rotten.commail.ufl.edu http://rzaneuz.200u.com/mbaker14.qhealthbeauty.com.html mbaker14.qhealthbeauty.comwebsites similar to rotten.com http://rzaneuz.200u.com/www.bankof-america.com-worldpoints.html www.bankof america.com worldpointslive.hoes.com http://rzaneuz.200u.com/webmail.ufol.edu.html webmail.ufol.eduwww.mail2web.co.in http://rzaneuz.200u.com/verisen-wirless.com.html verisen wirless.comshow meyourwife.com http://rzaneuz.200u.com/ufle.du.html ufle.duwww.wewbmail.erac.com http://rzaneuz.200u.com/www.mail2web.co.on.html www.mail2web.co.onwebmail.ufll.edu http://rzaneuz.200u.com/www.yourwife.com.html www.yourwife.comwebmail.ufl.ed u http://rzaneuz.200u.com/ww.mail2web.com.html ww.mail2web.comwww.now your cooking.com http://rzaneuz.200u.com/webmail.uf.edu.html webmail.uf.edu

October 06, 2009, at 05:20 AM EST by Rathnasree -
Changed lines 1-74 from:

peVuxY <a href="http://vzhfiscgapgq.com/">vzhfiscgapgq</a>, [url=http://byuhxwfqvtey.com/]byuhxwfqvtey[/url], [link=http://jvdlsgwtkdaa.com/]jvdlsgwtkdaa[/link], http://nqjzklfwrxui.com/

to:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

October 04, 2009, at 07:14 AM EST by jpiaxplkvu - dxtaZaxhCK
Changed lines 1-74 from:

authors (basic) (:keywords trailing dot, trailing slash, default group:) 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.

By 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:

(:markup class=horiz:)

(:markupend:)

To link to the default home page of a group (discussed below), the name of the page can be omitted, like this:

(:markup class=horiz:)

(:markupend:)

Creating groups

Creating 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).

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

  • Main: The default group. On many wikis, it contains most of the author-contributed content. Main.HomePage and Main.WikiSandbox come pre-installed.
  • PmWiki: An edit-protected group that contains PmWiki documentation and help pages.
  • Site: Holds a variety of utility and configuration pages used by PmWiki, including SideBar, Search, Preferences, AllRecentChanges, ApprovedUrls, and Blocklist.

To list all the groups in a site, try searching for "fmt=group".

Special Pages in a Group

By default, the RecentChanges page of each group shows only the pages that have changed within that group; the Site.AllRecentChanges page shows all pages that have changed in all groups.

Each group can also have GroupHeader or GroupFooter pages that contain text to be automatically prepended or appended to every page in the group. A group can also have a GroupAttributes 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 PerGroupCustomizations.

Group's default page

The default "start page" for a group is a page whose name is: (1) the same as the group (Foo/Foo), (2) HomePage (HomePage), or (3) a name that the administrator has assigned to the {$DefaultName} variable in the configuration.php file. (Note, on this site, the value of {$DefaultName} is HomePage and, thus, the default home page would be Foo/HomePage.

As noted above, when linking to the default home page, authors can omit the page name and simply identify the group followed by a dot ([[Foo.]]) or forward slash ([[Foo/]]).

Note the trailing dot (or trailing forward slash) is required to ensure that the link unambiguously points to the identified group. If the dot or 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). This trailing dot markup was added in version 2.1.7

Subgroups? Subpages?

No, PmWiki does not have subpages. Pm's reasons for not having subgroups are described at PmWiki:HierarchicalGroups, but it comes down to not having a good page linking syntax. If you create a link or pagename like [[A.B.C]] PmWiki doesn't think of "B.C" as being in group "A", it instead thinks of "C" as being in group "AB", which is a separate group from "A". Wiki administrators can look at Cookbook:SubpageMarkup and Cookbook:IncludeWithEdit for recipes that may be of some help with developing subgroups or subpages.

Restricting the creation of new groups

You can set PmWiki's $GroupPattern variable to only accept the group names you want to define. For example, to limit pages to the "PmWiki", "Main", "Profiles", and "Example" groups, add the following to local/config.php:

   $GroupPattern = '(?:Site|PmWiki|Main|Profiles|Example)';

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:LimitWikiGroups

<< Wiki structure | Documentation Index | Group Headers >>

How can I get rid of the 'Main' group in urls for pages pointing to Main?

See Cookbook:GetRidOfMain.

How can I limit the creation of new groups?

See Cookbook:LimitWikiGroups.

to:

peVuxY <a href="http://vzhfiscgapgq.com/">vzhfiscgapgq</a>, [url=http://byuhxwfqvtey.com/]byuhxwfqvtey[/url], [link=http://jvdlsgwtkdaa.com/]jvdlsgwtkdaa[/link], http://nqjzklfwrxui.com/

Edit - History - Print - Recent Changes - Search
Page last modified on November 29, 2009, at 10:59 PM EST