Difference: LargeSite (2 vs. 3)

Revision 32017-01-23 - TWikiContributor

Line: 1 to 1
 

Managing a Large Site

There is no limitation with the number of webs and users a TWiki site can have.

Line: 39 to 39
 To minimize TWiki admins intervention, you can make webs autonomous following the instruction on AutonomousWebs. This does not decrease the number of questions from web owners, but TWiki admins can hand off web administrative responsibility to the web owner that way.
Changed:
<
<

Self-service web creation

>
>

Self-service web creation/deletion/rename

 
Changed:
<
<
Usually, only TWikiAdminGroup members can create new webs, which may generate a good amount of TWiki admin work. By properly implementing canCreateWeb() of the user mapping handler your TWiki installation use, you can make web creation self-service.
>
>
Usually, only TWikiAdminGroup members can create/delete/rename top level webs, which may generate a good amount of TWiki admin work. By properly implementing canCreateWeb($cUID, $web) and canRenameWeb($cUID, $oldWeb, $newWeb) of the user mapping handler your TWiki installation use, you can make top level web creation/deletion/rename self-service.
  Assuming your TWiki configuration requires web metadata when a new web is created, if you make web creation self-service, you need to make it possible to create metadata of a new web in MetadataRepository.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.LargeSite.