Changeset 623


Ignore:
Timestamp:
11/14/08 05:21:28 (4 years ago)
Author:
SebastianKlus
Message:

Item109: Changing TWikiUsersTutorial to UsersTutorial - Part 2

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/NatSkin/data/TWiki/MySideBarTemplate.txt

    r615 r623  
    2626}% 
    2727   * [[%SYSTEMWEB%.WelcomeGuest][%MAKETEXT{"Welcome Guest"}%]]  
    28    * [[%SYSTEMWEB%.TWikiUsersGuide][%MAKETEXT{"User's Guide"}%]]  
     28   * [[%SYSTEMWEB%.UsersGuide][%MAKETEXT{"User's Guide"}%]]  
    2929   * [[%SYSTEMWEB%.ReferenceManual][%MAKETEXT{"Reference Manual"}%]] 
    3030   * [[%SYSTEMWEB%.GoodStyle][%MAKETEXT{"Good Style"}%]]  
  • trunk/NatSkin/data/TWiki/NatSearch.txt

    r482 r623  
    4040| *Search* | *Description* | 
    4141| <nop>TWikiUsers | if the current web is the %MAINWEB% go to the <nop>TWikiUsers  | 
    42 |                 | if the current web is the %SYSTEMWEB% go to the <nop>TWikiUsersGuide | 
     42|                 | if the current web is the %SYSTEMWEB% go to the <nop>UsersGuide | 
    4343| g:twikiusers | list all topics in all webs whose name match "twikiusers" | 
    4444| g:copyright -webpref | list all topics that contain the word "copyright" but not "webpref" | 
  • trunk/NatSkin/data/TWiki/WebLinks.txt

    r619 r623  
    55%STARTINCLUDE%<!-- twiki.weblinks --> 
    66   * [[TwentyMinuteTutorial][Tutorial]] 
    7    * [[TWikiUsersGuide][Users Guide]] 
     7   * [[UsersGuide][Users Guide]] 
    88   * [[FrequentlyAskedQuestions][FAQ]] 
    99   * [[Installed Plugins]] 
  • trunk/NatSkinPlugin/data/TWiki/NatSkinPlugin.txt

    r583 r623  
    233233   * restrictedactions="...": list of user actions that are disabled if the user 
    234234     has got no write access to the current topic 
    235    * help="...": help topic used for =$help=, defaults to %SYSTEMWEB%.TWikiUsersGuide (see below) 
     235   * help="...": help topic used for =$help=, defaults to %SYSTEMWEB%.UsersGuide (see below) 
    236236 
    237237The "guest" and "format" format strings can use the following variables 
  • trunk/NatSkinPlugin/lib/TWiki/Plugins/NatSkinPlugin.pm

    r583 r623  
    11361136  } else { 
    11371137    my $twikiWeb = TWiki::Func::getTwikiWebname(); 
    1138     my $helpTopic = $params->{help} || "TWikiUsersGuide"; 
     1138    my $helpTopic = $params->{help} || "UsersGuide"; 
    11391139    my $helpWeb; 
    11401140    ($helpWeb, $helpTopic) = TWiki::Func::normalizeWebTopicName($twikiWeb, $helpTopic); 
  • trunk/TWikiUserMappingContrib/data/TWiki/NewUserTemplate.txt

    r482 r623  
    77   * [[%SYSTEMWEB%.BeginnersStartHere][BeginnersStartHere]] - view a short introductory presentation on TWiki for beginners 
    88   * [[%SYSTEMWEB%.WelcomeGuest][WelcomeGuest]] - starting points on TWiki 
    9    * [[%SYSTEMWEB%.TWikiUsersGuide][TWikiUsersGuide]] - complete TWiki documentation, Quick Start to Reference 
     9   * [[%SYSTEMWEB%.UsersGuide][UsersGuide]] - complete TWiki documentation, Quick Start to Reference 
    1010   * [[Sandbox.%HOMETOPIC%][%HOMETOPIC%]] - try out TWiki on your own 
    1111   * [[Sandbox.%TOPIC%Sandbox][%TOPIC%Sandbox]] - just for me 
     
    6666   * %MAKETEXT{"[_1] - view a short introductory presentation on TWiki for beginners" args="[[%SYSTEMWEB%.BeginnersStartHere][BeginnersStartHere]]"}% 
    6767   * %MAKETEXT{"[_1] - starting points on TWiki" args="[[%SYSTEMWEB%.WelcomeGuest][WelcomeGuest]]"}% 
    68    * %MAKETEXT{"[_1] - complete TWiki documentation, Quick Start to Reference" args="[[%SYSTEMWEB%.TWikiUsersGuide][TWikiUsersGuide]]"}% 
     68   * %MAKETEXT{"[_1] - complete TWiki documentation, Quick Start to Reference" args="[[%SYSTEMWEB%.UsersGuide][UsersGuide]]"}% 
    6969   * %MAKETEXT{"[_1] - try out TWiki on your own" args="[[Sandbox.%HOMETOPIC%][%HOMETOPIC%]]"}% 
    7070   * %MAKETEXT{"[_1] - just for me" args="[[Sandbox.%TOPIC%Sandbox][%TOPIC%Sandbox]]"}% 
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r619 r623  
    179179data/TWiki/TWikiUpgradeGuide.txt 0644 
    180180data/TWiki/TWikiUserAuthentication.txt 0644 
    181 data/TWiki/TWikiUsersGuide.txt 0644 
    182181data/TWiki/TWikiVariables.txt 0644 
    183182data/TWiki/TWikiVariablesQuickStart.txt 0644 
     
    190189data/TWiki/TimeSpecifications.txt 0644 
    191190data/TWiki/UserDocumentationCategory.txt 0644 
     191data/TWiki/UsersGuide.txt 0644 
    192192data/TWiki/UserToolsCategory.txt 0644 
    193193data/TWiki/UsingHTML.txt 0644 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r619 r623  
    170170data/TWiki/TWikiUpgradeToCairo.txt 0660 
    171171data/TWiki/TWikiUserAuthentication.txt 0660 
    172 data/TWiki/TWikiUsersGuide.txt 0660 
    173172data/TWiki/TWikiVariables.txt 0660 
    174173data/TWiki/TWikiVariablesAtoM.txt 0660 
     
    183182data/TWiki/UserDocumentationCategory.txt 0660 
    184183data/TWiki/UserForm.txt 0660 
     184data/TWiki/UsersGuide.txt 0660 
    185185data/TWiki/UserToolsCategory.txt 0660 
    186186data/TWiki/WabiSabi.txt 0660 
Note: See TracChangeset for help on using the changeset viewer.