-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
448 lines (401 loc) · 22.1 KB
/
documentation.html
File metadata and controls
448 lines (401 loc) · 22.1 KB
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LeadlLet || Documentation</title>
<meta content="telephone=no" name="format-detection">
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/common.css"/>
<link rel="stylesheet" href="css/landing.css"/>
</head>
<body>
<div class="out">
<header class="header">
<div class="header__i container">
<a href="index.html" class="header__logo">
<img src="img/general/logo.svg" alt="Leadlet">
</a>
<div class="header__right">
<nav class="main-nav">
<ul class="main-nav__list">
<li class="main-nav__list-item">
<a href="features.html" class="main-nav__list-lnk" title="FEATURES">FEATURES</a>
</li>
<li class="main-nav__list-item">
<a href="https://github.com/leadlet" class="main-nav__list-lnk" title="COMMUNITY">COMMUNITY</a>
</li>
<li class="main-nav__list-item">
<a href="documentation.html" class="main-nav__list-lnk" title="DOCUMENTATION">DOCUMENTATION</a>
</li>
<li class="main-nav__list-item">
<a href="https://github.com/leadlet" class="main-nav__list-lnk" title="DOWNLOAD">DOWNLOAD</a>
</li>
</ul>
</nav>
<a class="btn btn_type1 btn_test" href="http://app.leadlet.org" role="button">Test it</a>
<a href="http://app.leadlet.org" class="mobile-nav-btn">
<span></span>
</a>
</div><!--header__right end-->
</div>
</header><!--header end-->
<div class="content">
<form class="search">
<div class="search__i container">
<div class="form-group">
<select name="search" class="documentation-search_js" placeholder="Search in Documentation">
<option value=""></option>
<option value="1">Contacts</option>
<option value="2">Manage Contacts</option>
<option value="3">Manage Contact Segments</option>
<option value="5">Manage Contact Fields</option>
<option value="6">Contact Frequency Rules</option>
</select>
<button type="submit" class="search-btn">
<i class="icon icon-search"></i>
</button>
</div>
</div>
<div class="search-overlay"></div>
</form><!--search end-->
<div class="documentation">
<div class="documentation__i container">
<div class="main">
<h1 class="documentation__title">Leadlet Documentation</h1>
<div class="post">
<h2>Introduction</h2>
<p>This book serves as the documentation for Leadlet, the open source marketing automation
system. Everyone is welcome to help make this information better and improve as needed.</p>
<br>
<h2>Developer Docs</h2>
<p>If you are looking for some details about Leadlet API, webhooks, theme or plugin development,
go to <a href="#">Developer docs</a>.</p>
<br>
<h2>Download as PDF</h2>
<p><a href="#">Click here</a> to download these docs as a PDF.</p>
<br>
<h2>How to contribute to the docs</h2>
<p>This repository is the source code for Gitbook published at www.leadlet.org/docs. The source
code is shared here on GitHub so anyone can contribute to the documentation in the same way
the programmers do with the actual Leadlet code.</p>
<br>
<h2>The file structure</h2>
<p>We've worked with the README.md file in the previous section. This file is shown in the home
page of a GitHub repository and you are reading its content right now. It doesn't have
anything to do with the Mautic documentation.</p>
<p>The SUMMARY.md file defines the menu of the documentation. If you add a new page to the
documentation, you'll have to also add a new line there defining the title and the link to
the file. It's pretty straightforward when you see the current menu items.</p>
<p>The folders are here to group the topics together. Open for example the asset folder. You'll
see it has its own README.md file. It is the main content when you click on the Asset menu
item. The manage_assets.md file is a subitem. The media subfolder contains all the images
used in the md files.</p>
<br>
<h2>Links</h2>
<p>Often you'll want to make a link into another place in the documentation. In Markdown, the
link looks like this:</p>
<code>[link title](http://example.com)</code>
<br>
<p>This will create an external link with absolute URL. If you want to create an internal link,
use a relative URL like this:
</p>
<code>[link title](http://example.com)</code>
</div>
</div>
<div class="aside">
<nav class="side-nav">
<ol class="side-nav__list">
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Getting Started
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
What’s New
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Dashboard
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Contacts
</a>
<ol class="side-nav__list side-nav__list-sub">
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Manage Contacts
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Import Contacts
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Manage Segments
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Manage Fields
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Frequency Rules
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Preference Center
</a>
</li>
</ol>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Components
</a>
<ol class="side-nav__list side-nav__list-sub">
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Assets
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Dynamic Web Content
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Forms
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Pages
</a>
</li>
</ol>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Channels
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Campaigns
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Reports
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Points
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Stages
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Categories
</a>
</li>
<li class="side-nav__item">
<a href="#" class="side-nav__lnk">
Plugins
</a>
</li>
</ol>
</nav>
</div>
</div>
</div><!--documentation end-->
</div><!--content end-->
<div class="push"></div>
</div><!--out end-->
<footer class="footer">
<div class="footer__i container">
<div class="footer__top">
<div class="row">
<div class="col">
<a class="footer__logo" href="#">
<img src="img/general/footer-logo.svg" alt="Leadlet">
<span class="logo-text">Field Sales Software Done Right</span>
</a>
</div>
<div class="col">
<nav class="footer__nav">
<p><strong>Features</strong></p>
<ul>
<li class="footer__nav-item"><a href="/features.html#goal_and_quota_management" class="footer__nav-lnk">Goal and Quota
Management</a></li>
<li class="footer__nav-item"><a href="/features.html#crm_management" class="footer__nav-lnk">CRM</a></li>
<li class="footer__nav-item"><a href="/features.html#activity_management" class="footer__nav-lnk">Activity Management</a>
</li>
<li class="footer__nav-item"><a href="/features.html#location_aware_mobile_app" class="footer__nav-lnk">Location Aware Mobile
App</a></li>
</ul>
</nav>
<nav class="footer__nav">
<p><strong>Information</strong></p>
<ul>
<li class="footer__nav-item"><a href="#" class="footer__nav-lnk">Quick Start</a></li>
<li class="footer__nav-item"><a href="documentation.html" class="footer__nav-lnk">Documentation</a></li>
<li class="footer__nav-item"><a href="#" class="footer__nav-lnk">Community</a></li>
<li class="footer__nav-item"><a href="#" class="footer__nav-lnk">Download</a></li>
</ul>
</nav>
<nav class="footer__nav">
<p><strong>About Us</strong></p>
<ul>
<li class="footer__nav-item"><a href="contact-us.html" class="footer__nav-lnk">Contact us</a></li>
<li class="footer__nav-item"><a href="#" class="footer__nav-lnk">hello@leadlet.com</a></li>
<li class="footer__nav-item"><a href="#" class="footer__nav-lnk">Our blog</a></li>
<li class="footer__nav-item"><a href="#" class="footer__nav-lnk">Media Kit</a></li>
</ul>
</nav>
</div>
</div>
</div><!--footer__top end-->
<div class="footer__bottom">
<div class="footer__bottom-left">
<div class="copy">
Copyright © Leadlet 2018
</div>
<nav class="footer__secondary-nav">
<ul class="footer__secondary-nav-list">
<li class="footer__secondary-nav-item">
<a href="#" class="footer__secondary-nav-lnk">Privacy Policy</a>
</li>
<li class="footer__secondary-nav-item">
<a href="#" class="footer__secondary-nav-lnk">Terms of Use</a>
</li>
<li class="footer__secondary-nav-item">
<a href="#" class="footer__secondary-nav-lnk">About Us</a>
</li>
<li class="footer__secondary-nav-item">
<a href="#" class="footer__secondary-nav-lnk">Support</a>
</li>
</ul>
</nav><!--footer__secondary-nav end-->
</div>
<div class="footer__bottom-right">
<div class="share">
<ul class="share__list">
<li class="share__item">
<a href="#" class="share__lnk">
<i class="icon icon-fb"></i>
</a>
</li>
<li class="share__item">
<a href="#" class="share__lnk">
<i class="icon icon-tw"></i>
</a>
</li>
<li class="share__item">
<a href="#" class="share__lnk">
<i class="icon icon-in"></i>
</a>
</li>
<li class="share__item">
<a href="#" class="share__lnk">
<i class="icon icon-yt"></i>
</a>
</li>
</ul>
</div>
</div>
</div><!--footer__bottom end-->
</div>
</footer><!--footer end-->
<!-- Modal -->
<div class="modal fade modal_default" id="download-modal" tabindex="-1" role="dialog" aria-labelledby="download-modal"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">License Agreement</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="agreement-text">
<div class="agreement-text__inner custom-scroll_js">
<div class="post">
<p>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
</p>
<p>M.Ö. 45 tarihinde Çiçero tarafından yazılan "de Finibus Bonorum et Malorum"un 1.10.32
sayılı
bölümü
"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
sit
aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit
amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore
et
dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum
exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi
consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam
nihil
molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla
pariatur?"</p>
<p>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising
pain was born and I will give you a complete account of the system, and expound the
actual
teachings of the great explorer of the truth, the master-builder of human happiness. No
one
rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those
who
do not know how to pursue pleasure rationally encounter consequences that are extremely
painful. Nor again is there anyone who loves or pursues or desires to obtain pain of
itself,
because it is pain, but because occasionally circumstances occur in which toil and pain
can
procure him some great pleasure. To take a trivial example, which of us ever undertakes
laborious physical exercise, except to obtain some advantage from it? But who has any
right
to find fault with a man who chooses to enjoy a pleasure that has no annoying
consequences,
or one who avoids a pain that produces no resultant pleasure?"</p>
</div>
</div>
</div><!--agreement-text end-->
</div>
<div class="modal-footer">
<button type="button" class="btn btn_type1">DOWNLOAD</button>
<button type="button" class="btn btn_type2">GRAB THE SOURCE</button>
</div>
</div>
</div>
</div>
<script src="js/main.js"></script>
<script src="js/separate-js/start.js"></script>
</body>
</html>