XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
welcome.php
1<?php
2// v2.3.0 2021/05/15 @gigamaster XCL-PHP7
3
4$content =
5 '<div class="ui-tab-wrap">
6 <input type="radio" id="ui-tab1" name="ui-tabGroup1" class="ui-tab" checked="">
7 <label for="ui-tab1">XOOPSCube</label>
8
9 <input type="radio" id="ui-tab2" name="ui-tabGroup1" class="ui-tab">
10 <label for="ui-tab2">License</label>
11
12 <input type="radio" id="ui-tab3" name="ui-tabGroup1" class="ui-tab">
13 <label for="ui-tab3">Requirements</label>
14
15 <div class="ui-tab-content">
16 <p><b>XCL</b> is a <strong>Web Application Platform</strong> with a modular architecture
17 making XCL an ideal tool for developing small to large dynamic community websites,
18 intra company portals, corporate portals, weblogs and much more.
19 </p>
20 </div>
21
22 <div class="ui-tab-content">
23 <p>
24 The Cube Core is released under the terms of the <a href="https://github.com/xoopscube/legacy/blob/2.3/BSD_license.txt" target="_blank">New BSD License</a>
25 </p>
26 <p>
27 The XCL modules are released under the terms of the <a href="https://github.com/xoopscube/legacy/blob/2.3/gpl-2.0_license.md" target="_blank">GNU General Public License (GPL)</a>
28 </p>
29 </div>
30
31 <div class="ui-tab-content">
32 <p>
33 </p><ul>
34 <li><a href="https://www.apache.org/" target="_blank" rel="external">Apache</a>, <a href="https://www.nginx.com/" target="_blank" rel="external">Nginx</a> or any other Web Server.</li>
35 <li><a href="https://www.php.net/" target="_blank" rel="external">PHP7.4</a> and higher</li>
36 <li><a href="https://www.mysql.com/" target="_blank" rel="external">MySQL</a> or <a href="https://mariadb.org/" target="_blank" rel="external">MariaDB</a> Database 5.6.x and higher</li>
37 </ul>
38 <p></p>
39 </div>
40</div>
41 <h3>Checklist for Installation</h3>
42 <p><input type="checkbox" required> Set up Web Server, PHP7.4 and SQL Database.
43 </p><p><input type="checkbox" required> Database with charset <em>utf8mb4_general_ci</em>, user and password.
44 </p><p>Make the directories and file writabale :
45 </p><p><input type="checkbox" required> <code>html/uploads/</code>
46 </p><p><input type="checkbox" required> <code>xoops_trust_path/cache/</code>
47 </p><p><input type="checkbox" required> <code>xoops_trust_path/templates_c/</code>
48 </p><p><input type="checkbox" required> <code>html/mainfile.php</code>
49 </p><p>Web Browser Settings
50 </p><p><input type="checkbox" required> Enable Cookies and JavaScript options.
51 </p><h3>Ready to Install</h3>
52 <p><input type="checkbox" class="all-check" name="all-check" id="all-check"> All checked</input></p>
53 <div class="confirmInfo">Click next and follow further instructions given by the Installer Wizard.</div>
54';