forked from benkeen/generatedata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (239 loc) · 10.6 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Generator</title>
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="lightbox/css/lightbox.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<ul class="nav">
<li id="mainTitle">
<button id="mobileNavLink" data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html"></a>
</li>
<li>
<ul id="mainNav" class="nav">
<li class="active"><a href="index.html">User Doc</a></li>
<li class="dropdown">
<a href="developer.html" class="dropdown-toggle" data-toggle="dropdown">Developer Doc <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="developer.html">Introduction</a></li>
<li class="divider"></li>
<li class="nav-header">Module Types</li>
<li><a href="dataTypes.html">Data Types</a></li>
<li><a href="exportTypes.html">Export Types</a></li>
<li><a href="countryPlugins.html">Country Plugins</a></li>
<li class="divider"></li>
<li><a href="translations.html">Translations</a></li>
</ul>
</li>
<li><a href="api.html">API</a></li>
<li><a href="contribute.html">Contributing</a></li>
<li><a href="scriptsUsed.html">Scripts Used</a></li>
</ul>
<ul id="tabletNav" class="nav">
<li class="dropdown">
<a href="developer.html" class="dropdown-toggle" data-toggle="dropdown">Menu <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html">User Documentation</a></li>
<li><a href="install.html">How to Install</a></li>
<li class="divider"></li>
<li class="nav-header">Developer Documentation</li>
<li><a href="developer.html">Introduction</a></li>
<li class="divider"></li>
<li class="nav-header">Module Types</li>
<li><a href="dataTypes.html">Data Types</a></li>
<li><a href="exportTypes.html">Export Types</a></li>
<li><a href="countryPlugins.html">Country Plugins</a></li>
<li class="divider"></li>
<li><a href="translations.html">Translations</a></li>
<li class="divider"></li>
<li><a href="contribute.html">How to Contribute / Contact Me</a></li>
<li><a href="scriptsUsed.html">Scripts Used</a></li>
</ul>
</li>
</ul>
<ul id="mobileNav" class="nav">
<li class="dropdown">
<div class="nav-collapse collapse">
<ul class="dropdown-menu">
<li><a href="index.html">User Documentation</a></li>
<li><a href="install.html">How to Install</a></li>
<li class="divider"></li>
<li class="nav-header">Developer Documentation</li>
<li><a href="developer.html">Introduction</a></li>
<li class="divider"></li>
<li class="nav-header">Module Types</li>
<li><a href="dataTypes.html">Data Types</a></li>
<li><a href="exportTypes.html">Export Types</a></li>
<li><a href="countryPlugins.html">Country Plugins</a></li>
<li class="divider"></li>
<li><a href="translations.html">Translations</a></li>
<li class="divider"></li>
<li><a href="contribute.html">How to Contribute / Contact Me</a></li>
<li><a href="scriptsUsed.html">Scripts Used</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span3" id="sidebar">
<ul id="userNav" class="nav">
<li class="active"><a href="#">User Documentation</a></li>
<li><a href="install.html">How to Install</a></li>
<li><a href="settingsFile.html">The settings.php file</a></li>
<li><a href="http://www.generatedata.com">Go to generatedata.com »</a></li>
</ul>
<ul id="githubLinks">
<li><a href="https://github.com/benkeen/generatedata/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/benkeen/generatedata/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/benkeen/generatedata">View On <strong>GitHub</strong></a></li>
</ul>
<p class="projectMaintainer">
This project is maintained by<br />
Ben Keen <a href="https://twitter.com/#!/vancouverben">@vancouverben</a>
</p>
</div>
<div class="span9">
<section>
<h1>User Documentation</h1>
<p>
This section contains a little meta info about the script. What it's all about, how to install it, where it
came from and a little history. If you're a dev and want to extend it, (a) <i>sweet</i> and (b) visit the
<a href="developer.html">developer doc</a> section. It will <b>Blow. Your. Mind.</b> (This is probably untrue).
</p>
<a href="assets/screenshots/homepage.png" title="The default script." rel="lightbox[doc]" class="screenshot"><img src="assets/screenshots/homepage_th.png" /></a>
<h3>What <i>is</i> this script again?</h3>
<p>
Sometimes you need fake data for things like testing software, populating databases, creating
realistic-looking mockups and so on. For text, we have lorem ipsum; but for everything else you have to do a bit of
legwork. Human-data especially - like names, addresses, town names etc. - are particularly hard to fake because you need a
semi-realistically looking data set.
</p>
<p>
This tool was written to solve this problem: to provide a quick and simple way to let you generate large volumes of
custom data in whatever format you require.
</p>
<p>
<a href="http://www.generatedata.com">Try the script online at generatedata.com</a>
</p>
<hr size="1" />
<h1>Installation Types</h1>
<p>
It's ready to be installed in any intranet or local environment to be used by teams of any size: a single
person or a large team. The <a href="install.html">installation script</a> lets you choose between the following
installation types:
</p>
<ul>
<li>
<b>A single, anonymous user account</b> - all saved configurations will be on this single user. No-one needs to
authenticate in order to access the script.
</li>
<li>
<b>A single user account, requires login</b> - the same as the previous option, except people need to log in
to use the script and save data sets.
</li>
<li>
<b>Multiple accounts</b> - this lets you set up any number of user accounts, each with their own login information.
This option is perfect if you have a team, all of whom need to use the script to maintain their own data sets.
</li>
</ul>
<hr size="1" />
<h1>Server Requirements</h1>
<ul>
<li>PHP 5.3 or later</li>
<li>MySQL 4 or later</li>
</ul>
<hr size="1" />
<h1>Github code vs. generatedata.com</h1>
<p>
The version of the script found at <a href="http://www.generatedata.com">generatedata.com</a> is a <b>private fork</b>
of the open source script. I added in a few frills here and there - such as the option to donate to the project -
but the codebase is pretty much the same. The public site was written as a convenience for people who don't want to download and
install the script themselves - and for those who are willing to donate to keep the project going. Good, solid, hardworking
people. Salt o' the earth.
</p>
<p>
The API is <b>not</b> currently available on the main website. That's only available on the downloadable
open source version.
</p>
<hr size="1" />
<h1>A Brief History</h1>
<h3>Version 1.x</h3>
<p>
The first version of the script was completed back in 2005/2006. It was very basic, but in overall UI and design
it actually hasn't changed all that much to this day.
</p>
<h3>Version 2.x</h3>
<p>
Version 2 was never fully completed. A proof of concept was gotten up and running back in 2010, which
added basic modularity and improved a few things, but I abandoned it in favour of some other projects
I was working on at the time. The tag is available on github if you want a copy, but I wouldn't bother.
</p>
<h3>Version 3.x</h3>
<p><a href="http://www.generatedata.com">http://www.generatedata.com</a></p>
<p>
This is the main build found on the public site.
</p>
</section>
</div>
</div>
</div>
<br />
<script src="assets/js/jquery.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script src="assets/js/bootstrap-affix.js"></script>
<script src="lightbox/js/lightbox.js"></script>
<script>$(function() { prettyPrint(); });</script>
<footer>
<div class="container">
<div class="row">
<div class="span12">
</div>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41026944-1', 'benkeen.github.io');
ga('send', 'pageview');
</script>
</body>
</html>