Changeset 606


Ignore:
Timestamp:
11/13/08 22:50:31 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Rename TWikiInstallationGuide to InstallationGuide

Location:
trunk/core
Files:
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/core/data/TWiki/AdminSkillsAssumptions.txt

    r482 r606  
    11%META:TOPICINFO{author="ProjectContributor" date="1176947074" format="1.1" version="$Rev: 11940 $"}% 
    2 %META:TOPICPARENT{name="TWikiInstallationGuide"}% 
     2%META:TOPICPARENT{name="InstallationGuide"}% 
    33---+ Administrator Skills Assumptions 
    44 
     
    1414Installing TWiki is *not* recommended for people who only know HTML and web design, unless they are willing to learn the above, or team up with someone who can handle the installation. 
    1515 
    16 Although the TWikiInstallationGuide is quite complete, there will on occasion be parts that don't work in your local environment (particularly with TWiki:Codev/TWikiOnWebHostingSites, which are sometimes challenging even for those with good OS and web server skills). 
     16Although the InstallationGuide is quite complete, there will on occasion be parts that don't work in your local environment (particularly with TWiki:Codev/TWikiOnWebHostingSites, which are sometimes challenging even for those with good OS and web server skills). 
    1717 
    1818There are many excellent resources for learning how to administer your OS and web server, including books, web sites, web forums, IM and e-mail lists.   The TWiki:Support web must *not* be depended on as a resource for this purpose - in other words, it is not there to answer basic questions about operating system and web server administration.  Asking and answering questions is time consuming for all concerned and is best used for specific _TWiki related_ issues, rather than helping you learn the OS and web server. 
  • trunk/core/data/TWiki/CompleteDocumentation.txt

    r604 r606  
    1414 
    1515------ 
    16 %INCLUDE{"TWikiInstallationGuide"}% 
     16%INCLUDE{"InstallationGuide"}% 
    1717 
    1818[[#PageTop][Back to top]] 
  • trunk/core/data/TWiki/TWikiReferenceManual.txt

    r604 r606  
    99 
    1010Manual sections in separate pages: 
    11    1. [[TWikiSystemRequirements][TWiki System Requirements]] 
    12    1. [[TWikiInstallationGuide][TWiki Installation Guide]] 
    13    1. [[TWikiUpgradeGuide][TWiki Upgrade Guide]] 
    14    1. [[UserAuthentication][TWiki User Authentication]] 
    15    1. [[TWikiAccessControl][TWiki Access Control]] 
    16    1. [[TextFormattingRules][Text Formatting Rules]] 
     11   1. [[TWikiSystemRequirements][System Requirements]] 
     12   1. [[InstallationGuide][Installation Guide]] 
     13   1. [[TWikiUpgradeGuide][Upgrade Guide]] 
     14   1. [[UserAuthentication][User Authentication]] 
     15   1. [[TWikiAccessControl][Access Control]] 
     16   1. [[TextFormattingRules][Formatting Rules]] 
    1717   1. [[TWikiVariables][TWiki Variables]] 
    1818   1. [[Template Topics]] 
  • trunk/core/data/TWiki/TWikiSystemRequirements.txt

    r482 r606  
    6969---++ Client Requirements 
    7070 
    71 The TWiki [[TWikiInstallationGuide][standard installation]] has relatively low browser requirements: 
     71The TWiki [[InstallationGuide][standard installation]] has relatively low browser requirements: 
    7272 
    7373   * HTML 3.2 compliant 
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r604 r606  
    129129data/TWiki/IfStatements.txt 0644 
    130130data/TWiki/IncludeTopicsAndWebPages.txt 0644 
     131data/TWiki/InstallationGuide.txt 0660 
    131132data/TWiki/InstalledPlugins.txt 0644 
    132133data/TWiki/InstantEnhancements.txt 0644 
     
    161162data/TWiki/StaticMethod.txt 0644 
    162163data/TWiki/TWikiAccessControl.txt 0644 
    163 data/TWiki/TWikiInstallationGuide.txt 0644 
    164164data/TWiki/TWikiJavascripts.txt 0644 
    165165data/TWiki/TWikiLogos.txt 0644 
  • trunk/core/readme.txt

    r14 r606  
    5050It is important to follow the installation instructions in 
    5151INSTALL.html located in the distribution, also at 
    52 http://twiki.org/cgi-bin/view/TWiki/TWikiInstallationGuide 
     52http://twiki.org/cgi-bin/view/System/InstallationGuide 
    5353 
    5454Important note: Once you installed TWiki on your own system,  
  • trunk/core/tools/TWikiKernel/MANIFEST

    r604 r606  
    113113data/TWiki/IfStatements.txt 0660 
    114114data/TWiki/IncludeTopicsAndWebPages.txt 0660 
     115data/TWiki/InstallationGuide.txt 0660 
    115116data/TWiki/InstalledPlugins.txt 0660 
    116117data/TWiki/InstantEnhancements.txt 0660 
     
    148149data/TWiki/TWiki.txt 0660 
    149150data/TWiki/TWikiAccessControl.txt 0660 
    150 data/TWiki/TWikiInstallationGuide.txt 0660 
    151151data/TWiki/TWikiJavascripts.txt 0660 
    152152data/TWiki/TWikiLogos.txt 0660 
  • trunk/core/tools/build.pl

    r577 r606  
    255255    print `cd $this->{basedir}/bin ; ./view TWiki.TWikiReleaseNotes04x02 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiReleaseNotes04x02.html`; 
    256256    print `cd $this->{basedir}/bin ; ./view TWiki.TWikiUpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiUpgradeGuide.html`; 
    257     print `cd $this->{basedir}/bin ; ./view TWiki.TWikiInstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
     257    print `cd $this->{basedir}/bin ; ./view TWiki.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
    258258    $this->filter_txt("$this->{tmpDir}/TWikiReleaseNotes04x02.html", "$this->{tmpDir}/TWikiReleaseNotes04x02.html"); 
    259259    print "Automatic documentation built\n"; 
  • trunk/core/tools/pkg/debian/README.Debian

    r14 r606  
    1919in TWiki's standard documentation available in the 'TWiki' wiki/web 
    2020installed by default (see 
    21 http://localhost/cgi-bin/twiki/view/TWiki/TWikiInstallationGuide#Next_Steps 
     21http://localhost/cgi-bin/twiki/view/TWiki/InstallationGuide#Next_Steps 
    2222for a start). 
    2323 
Note: See TracChangeset for help on using the changeset viewer.