Skip to content

Commit f5e56db

Browse files
committed
doc tweaks
1 parent e870639 commit f5e56db

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

installation/index.html

+33-35
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,46 @@
33
navPage: docs
44
heading: Installation
55
breadcrumbs:
6-
- Installation
6+
- Installation
77
next: "Step 1: Welcome!,/installation/step1/"
88
categories: installation
99
page_type: introduction
1010
---
1111

1212
{% include open_section.html nav='nav_installation.html' selected='installation' %}
1313

14-
{% include screenshot.html item="install_step1.png" %}
15-
16-
<p>
17-
This section explains how to install Form Tools on your server.
18-
</p>
19-
20-
<p>
21-
Installing Form Tools is usually very simple. The only problems that usually occur are
22-
if you don't have the MySQL information correct or if you're on a Windows server and
23-
the permissions on the theme cache folder aren't right. This section explains how to
24-
get the script, upload it to your website, run through the installation steps and deal with
25-
any of the most likely problems. It's really easy! Honest!
26-
</p>
27-
28-
<h3>Getting the script and uploading to your server</h3>
29-
30-
<ol>
31-
<li>
32-
Download the zipfile from the <a href="http://formtools.org/download/" target="_blank">downloads page</a>
33-
and unzip the files into a folder on your computer.
34-
</li>
35-
<li>
36-
With an FTP client, upload the files to your webserver to a location of your choosing. This folder must be
37-
accessible via a URL on your site, e.g. <b>http://www.yoursite.com/formtools/</b>
38-
</li>
39-
<li>
40-
After the files have fully uploaded, boot up your web browser and go to the URL where you uploaded the
41-
script. It will automatically take you to the installation script.
42-
</li>
43-
</ol>
44-
45-
<p>
46-
The following pages explain each step of the installation script.
47-
</p>
14+
{% include screenshot.html item="install_step1.png" %}
15+
16+
<p>
17+
Installing Form Tools is usually very simple. The only problems that usually occur are invalid or missing
18+
MySQL credentials, or if you're on a Windows server and the permissions on the theme cache folder aren't right.
19+
This section explains how to get the script, upload it to your website, run through the installation steps and deal
20+
with the most likely problems. It's really easy! Honest!
21+
</p>
22+
23+
<h3>Download the script</h3>
24+
25+
<ol>
26+
<li>
27+
Download the latest zipfile from the <a href="http://formtools.org/download/" target="_blank">downloads page</a>
28+
and unzip the files into a folder on your computer. This file is a package containing various essential
29+
modules and themes so you can get the most out of the script, right out of the box. But you can always add and
30+
remove modules/themes later.
31+
</li>
32+
<li>
33+
With an FTP client, upload the files to your web server. The folder you upload them to must be accessible via a
34+
URL on your site, e.g. <b>http://www.yoursite.com/formtools/</b>. Unless you want it to be the entire website,
35+
you'll want to put it in a subfolder.
36+
</li>
37+
<li>
38+
After the files have fully uploaded, open your web browser and go to the URL where you uploaded the
39+
script. It will automatically take you to the installation script.
40+
</li>
41+
</ol>
42+
43+
<p>
44+
The following pages explain each step of the installation script.
45+
</p>
4846

4947

5048
{% include close_section.html %}

installation/step1.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
</p>
2424

2525
<p>
26-
Note: not all translations are complete, so help translating is always welcome!
26+
Note: not all translations are complete, so if you fancy helping to translate,
27+
<a href="https://github.com/formtools/core/issues">let us know</a>.
2728
</p>
2829

2930
{% include close_section.html %}

0 commit comments

Comments
 (0)