Changeset 606
- Timestamp:
- 11/13/08 22:50:31 (4 years ago)
- Location:
- trunk/core
- Files:
-
- 9 edited
- 1 moved
-
data/TWiki/AdminSkillsAssumptions.txt (modified) (2 diffs)
-
data/TWiki/CompleteDocumentation.txt (modified) (1 diff)
-
data/TWiki/InstallationGuide.txt (moved) (moved from trunk/core/data/TWiki/TWikiInstallationGuide.txt)
-
data/TWiki/TWikiReferenceManual.txt (modified) (1 diff)
-
data/TWiki/TWikiSystemRequirements.txt (modified) (1 diff)
-
lib/TWiki/Contrib/core/MANIFEST (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
tools/TWikiKernel/MANIFEST (modified) (2 diffs)
-
tools/build.pl (modified) (1 diff)
-
tools/pkg/debian/README.Debian (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/TWiki/AdminSkillsAssumptions.txt
r482 r606 1 1 %META:TOPICINFO{author="ProjectContributor" date="1176947074" format="1.1" version="$Rev: 11940 $"}% 2 %META:TOPICPARENT{name=" TWikiInstallationGuide"}%2 %META:TOPICPARENT{name="InstallationGuide"}% 3 3 ---+ Administrator Skills Assumptions 4 4 … … 14 14 Installing 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. 15 15 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).16 Although 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). 17 17 18 18 There 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 14 14 15 15 ------ 16 %INCLUDE{" TWikiInstallationGuide"}%16 %INCLUDE{"InstallationGuide"}% 17 17 18 18 [[#PageTop][Back to top]] -
trunk/core/data/TWiki/TWikiReferenceManual.txt
r604 r606 9 9 10 10 Manual sections in separate pages: 11 1. [[TWikiSystemRequirements][ TWikiSystem Requirements]]12 1. [[ TWikiInstallationGuide][TWikiInstallation Guide]]13 1. [[TWikiUpgradeGuide][ TWikiUpgrade Guide]]14 1. [[UserAuthentication][ TWikiUser Authentication]]15 1. [[TWikiAccessControl][ TWikiAccess Control]]16 1. [[TextFormattingRules][ TextFormatting 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]] 17 17 1. [[TWikiVariables][TWiki Variables]] 18 18 1. [[Template Topics]] -
trunk/core/data/TWiki/TWikiSystemRequirements.txt
r482 r606 69 69 ---++ Client Requirements 70 70 71 The TWiki [[ TWikiInstallationGuide][standard installation]] has relatively low browser requirements:71 The TWiki [[InstallationGuide][standard installation]] has relatively low browser requirements: 72 72 73 73 * HTML 3.2 compliant -
trunk/core/lib/TWiki/Contrib/core/MANIFEST
r604 r606 129 129 data/TWiki/IfStatements.txt 0644 130 130 data/TWiki/IncludeTopicsAndWebPages.txt 0644 131 data/TWiki/InstallationGuide.txt 0660 131 132 data/TWiki/InstalledPlugins.txt 0644 132 133 data/TWiki/InstantEnhancements.txt 0644 … … 161 162 data/TWiki/StaticMethod.txt 0644 162 163 data/TWiki/TWikiAccessControl.txt 0644 163 data/TWiki/TWikiInstallationGuide.txt 0644164 164 data/TWiki/TWikiJavascripts.txt 0644 165 165 data/TWiki/TWikiLogos.txt 0644 -
trunk/core/readme.txt
r14 r606 50 50 It is important to follow the installation instructions in 51 51 INSTALL.html located in the distribution, also at 52 http://twiki.org/cgi-bin/view/ TWiki/TWikiInstallationGuide52 http://twiki.org/cgi-bin/view/System/InstallationGuide 53 53 54 54 Important note: Once you installed TWiki on your own system, -
trunk/core/tools/TWikiKernel/MANIFEST
r604 r606 113 113 data/TWiki/IfStatements.txt 0660 114 114 data/TWiki/IncludeTopicsAndWebPages.txt 0660 115 data/TWiki/InstallationGuide.txt 0660 115 116 data/TWiki/InstalledPlugins.txt 0660 116 117 data/TWiki/InstantEnhancements.txt 0660 … … 148 149 data/TWiki/TWiki.txt 0660 149 150 data/TWiki/TWikiAccessControl.txt 0660 150 data/TWiki/TWikiInstallationGuide.txt 0660151 151 data/TWiki/TWikiJavascripts.txt 0660 152 152 data/TWiki/TWikiLogos.txt 0660 -
trunk/core/tools/build.pl
r577 r606 255 255 print `cd $this->{basedir}/bin ; ./view TWiki.TWikiReleaseNotes04x02 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiReleaseNotes04x02.html`; 256 256 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`; 258 258 $this->filter_txt("$this->{tmpDir}/TWikiReleaseNotes04x02.html", "$this->{tmpDir}/TWikiReleaseNotes04x02.html"); 259 259 print "Automatic documentation built\n"; -
trunk/core/tools/pkg/debian/README.Debian
r14 r606 19 19 in TWiki's standard documentation available in the 'TWiki' wiki/web 20 20 installed by default (see 21 http://localhost/cgi-bin/twiki/view/TWiki/ TWikiInstallationGuide#Next_Steps21 http://localhost/cgi-bin/twiki/view/TWiki/InstallationGuide#Next_Steps 22 22 for a start). 23 23
Note: See TracChangeset
for help on using the changeset viewer.
