-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathindex.html
102 lines (86 loc) · 3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
layout: default
heading: Documentation
navPage: docs
page_type: toc
---
<section class="home" style="padding-top: 0">
<div class="alert alert-info">
New to Form Tools and not sure where to start? Look no further!
<a href="{{site.baseurl}}/userdoc/getting_started" class="btn btn-primary">Getting Started</a>
</div>
<h3>Core documentation</h3>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/userdoc/">User Documentation</a>
</div>
<div class="col-lg-9">
This contains information about how to use 2.1.x and later of the
core script. It includes a discussion of all the Core features, what's changed since the 2.0.x branch,
what's now available and how it works.
</div>
</div>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/installation/">Installation</a>
</div>
<div class="col-lg-9">
How to install Form Tools on your web server.
</div>
</div>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/upgrading/">Upgrading</a>
</div>
<div class="col-lg-9">
How to upgrade Form Tools.
</div>
</div>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/tutorials/">Tutorials</a>
</div>
<div class="col-lg-9">
Hands-on tutorials on a variety of subjects. Feel free to add your own!
</div>
</div>
<hr size="1"/>
<h3>Plugins</h3>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/modules/">Modules</a>
</div>
<div class="col-lg-9">
Module documentation.
</div>
</div>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/api/">API</a>
</div>
<div class="col-lg-9">
This section documents the API functions written for things like integrating Form Tools with your
multi-page forms, adding CAPTCHAs, displaying image files - and other tasks like creating and modifying
user accounts via PHP rather than through the Form Tools UI.
</div>
</div>
<hr size="1"/>
<h3>Development</h3>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/module_development/">Module Development</a>
</div>
<div class="col-lg-9">
Want to develop your own modules? Great! Here's some instructions on how to get started, including some
tips and tricks and a couple of "Hello World" modules for something more "hands-on".
</div>
</div>
<div class="row">
<div class="col-lg-3">
<a href="{{site.baseurl}}/theme_development/">Theme Development</a>
</div>
<div class="col-lg-9">
Want to develop your own theme? Click here for more information.
</div>
</div>
</section>