Changeset 607


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

Item109: Rename TWikiInstallationGuide to InstallationGuide

Location:
branches/Release04x02
Files:
8 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/data/TWiki/AdminSkillsAssumptions.txt

    r481 r607  
    11%META:TOPICINFO{author="ProjectContributor" date="1176947074" format="1.1" version="$Rev: 13461 $"}% 
    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. 
  • branches/Release04x02/data/TWiki/CompleteDocumentation.txt

    r605 r607  
    1414 
    1515------ 
    16 %INCLUDE{"TWikiInstallationGuide"}% 
     16%INCLUDE{"InstallationGuide"}% 
    1717 
    1818[[#PageTop][Back to top]] 
  • branches/Release04x02/data/TWiki/TWikiReferenceManual.txt

    r605 r607  
    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]] 
     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]] 
    1616   1. [[TextFormattingRules][Text Formatting Rules]] 
    1717   1. [[TWikiVariables][TWiki Variables]] 
  • branches/Release04x02/data/TWiki/TWikiSystemRequirements.txt

    r481 r607  
    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 
     
    7575 
    7676CSS and Javascript are used in most skins, although there is a low-fat skin (Classic skin) available that minimises these requirements. Some skins will require more recent releases of browsers. The default skin (Pattern) is tested on IE 6, Safari, and Mozilla 5.0 based browsers (such as Firefox). 
    77 <!-- 
    78 SMELL: what are some actual known good version number requirements for these browsers (eg, FireFox 1.0, or 1.0.3, or 1.0.7, or ???), etc. 
    79 --> 
    8077 
    8178You can easily select a balance of browser capability versus look and feel. Try the installed skins at %SYSTEMWEB%.TWikiSkinBrowser and more at TWiki:Plugins.SkinPackage. 
  • branches/Release04x02/lib/MANIFEST

    r605 r607  
    125125data/TWiki/IfStatements.txt 0644 
    126126data/TWiki/IncludeTopicsAndWebPages.txt 0644 
     127data/TWiki/InstallationGuide.txt 0644 
    127128data/TWiki/InstalledPlugins.txt 0644 
    128129data/TWiki/InstantEnhancements.txt 0644 
     
    157158data/TWiki/StaticMethod.txt 0644 
    158159data/TWiki/TWikiAccessControl.txt 0644 
    159 data/TWiki/TWikiInstallationGuide.txt 0644 
    160160data/TWiki/TWikiJavascripts.txt 0644 
    161161data/TWiki/ProjectLogos.txt 0644 
  • branches/Release04x02/readme.txt

    r3 r607  
    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,  
  • branches/Release04x02/tools/TWikiKernel/MANIFEST

    r605 r607  
    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/ProjectLogos.txt 0660 
  • branches/Release04x02/tools/build.pl

    r578 r607  
    257257    print `cd $this->{basedir}/bin ; ./view TWiki.TWikiReleaseNotes04x02 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiReleaseNotes04x02.html`; 
    258258    print `cd $this->{basedir}/bin ; ./view TWiki.TWikiUpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiUpgradeGuide.html`; 
    259     print `cd $this->{basedir}/bin ; ./view TWiki.TWikiInstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
     259    print `cd $this->{basedir}/bin ; ./view TWiki.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
    260260    $this->filter_txt("$this->{tmpDir}/TWikiReleaseNotes04x02.html", "$this->{tmpDir}/TWikiReleaseNotes04x02.html"); 
    261261    print "Automatic documentation built\n"; 
Note: See TracChangeset for help on using the changeset viewer.