-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·209 lines (186 loc) · 8.97 KB
/
index.html
File metadata and controls
executable file
·209 lines (186 loc) · 8.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>eXWeb - CI Chatsocket</title>
<!-- Bootstrap core CSS -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/scrolling-nav.css" rel="stylesheet">
<style type="text/css">
p, li{
text-align: justify;
text-justify: inter-word;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">eXWeb</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#description">Description</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Features and Function</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#requirements">Requirements</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#installation">Installation</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sources">Source Credit</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="bg-primary text-white">
<div class="container text-center">
<h1>Welcome to CI Chatsocket</h1>
<p class="lead text-center">Documentation By: Jack Tyler <small>(jack@extremewebevolution.com)</small></p>
</div>
</header>
<section id="description">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<hr />
<h2>Description</h2>
<p class="lead">CodeIgniter is a proven, open source PHP web application framework that empowers the next generation of web apps and caters to everyone, from beginners to power users. "CI Chatsocket" is a chat application that uses Node JS and socket.io to communicate real time to each user. This library readily integrates with any existing Codeigniter website or application built with jQuery and Bootstrap.</p>
</div>
</div>
</div>
</section>
<section id="features" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<hr />
<h2>Features and Function</h2>
<ul>
<li>Real time chat</li>
<li>Can be installed on your existing CodeIgniter Website</li>
<li>Private conversation</li>
<li>Group conversation</li>
<li>Manage group conversation users</li>
<li>Preview image and mp4 videos</li>
<li>Play youtube, vimeo directly if you paste a link</li>
<li>Manage Users who you want to have this chat enabled.</li>
<li>Convert links automatically.</li>
<li>File attachment (gif|jpg|png|zip|zipx|rar|7z|pdf|doc|docx|txt|odt|mp3|mp4)</li>
<li>Emoji (Icons)</li>
<li>Search conversations</li>
</ul>
</div>
</div>
</div>
</section>
<section id="requirements">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<hr />
<h2>Requirements</h2>
<ul>
<li>Server should have Node JS / can run Node JS</li>
<li>Php 5.4 and above (Not yet tested in 5.3)</li>
<li>MySQL server</li>
<li>Codeigniter should be built with jQuery and Bootstrap for this application to work</li>
</ul>
</div>
</div>
</div>
</section>
<section id="installation">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<hr />
<h2>Installation</h2>
<p class="lead">Follow the simple steps below</p>
<ul>
<li><label>Step 1: </label> Copy all the files and folders inside the <strong>CIPurchasing</strong> folder and drop it to the folder where you want your website is located</li>
<li><label>Step 2: </label> Go to your domain installation path e.g. <strong>www.yourdomain.com/install</strong></li>
<li><label>Step 3: </label> Fill up the mysql connection settings and click <strong>Install</strong></li>
<li><label>Step 4: </label> Viola! You can now login using the default access
<p><i>email:<strong>admin@admin.com</strong>, password:<strong>password</strong>) </i></p></li>
<li><label>Step 5: </label> Kindly Setup all the settings pages first in the <strong>Admin->settings</strong> so that you can fully use the system.</li>
<li><label>Step 6: </label> Please read the user manual on each users role
<ul>
<li><a target="_blank" href="process_manual.html">General Process</a></li>
<li><a target="_blank" href="admin_user_manual.html">Admin/Board User Manual</a></li>
<li><a target="_blank" href="canvasser_user_manual.html">Canvasser User Manual</a></li>
<li><a target="_blank" href="budget_user_manual.html">Budget User Manual</a></li>
<li><a target="_blank" href="auditor_user_manual.html">Auditor User Manual</a></li>
<li><a target="_blank" href="property_user_manual.html">Property User Manual</a></li>
<li><a target="_blank" href="general_user_manual.html">General User Manual</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="sources">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<hr />
<h2>Sources Credit</h2>
<p class="lead">I used the following sources to build this library.</p>
<ul>
<li>gentelella - <a href="https://github.com/puikinsh/gentelella">https://github.com/puikinsh/gentelella</a></li>
<li>CKEditor - <a href="https://ckeditor.com">https://ckeditor.com</a></li>
<li>jQuery - <a href="https://jquery.com/">https://jquery.com/</a></li>
<li>jQuery UI - <a href="https://jqueryui.com/">https://jqueryui.com/</a></li>
<li>jQuery Mask Plugin - <a href="https://github.com/igorescobar/jQuery-Mask-Plugin">https://github.com/igorescobar/jQuery-Mask-Plugin</a></li>
<li>Noty - <a href="https://github.com/needim/noty">https://github.com/needim/noty</a></li>
<li>Select2 - <a href="https://github.com/select2/select2">https://github.com/select2/select2</a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<hr />
<h2>Contact</h2>
<p class="lead">Thank you for purchasing my item. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form <a href="https://codecanyon.net/user/jaystream">here</a>. Thank you so much!</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © <a href="http://www.extremewebevolution.com/">eXWeb</a> 2017</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/popper/popper.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="assets/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="assets/js/scrolling-nav.js"></script>
</body>
</html>