-
Notifications
You must be signed in to change notification settings - Fork 0
/
specifications.html
69 lines (64 loc) · 1.84 KB
/
specifications.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Menukaarten-docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="assets/css/stylesheet.css" media="screen,print">
<link rel="stylesheet" href="assets/css/print.css" media="print">
<link rel="stylesheet" type="text/css" href="assets/css/shCore.css" media="screen,print">
<link rel="stylesheet" type="text/css" href="assets/css/shThemeDefault.css" media="screen,print">
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/SyntaxHighlighter.js"></script>
<script type="text/javascript" src="assets/js/build_menu.js"></script>
</head>
<body>
<div id="header-wrapper">
<div id="header">
<h1>Documentation SexyFramework</h1>
<span>Created by Vincent Bremer & Douwe de Haan</span>
</div>
</div>
<div id="container">
<div id="menu-wrapper">
<div id="menu">
<h1>Table of contents</h1>
<ul></ul>
</div>
</div>
<div id="content-wrapper">
<div id="content">
<!-- START CONTENT -->
<h1>Technical specifications</h1>
<p>The system was tested an works without any issues on a server with these specifications.</p>
<table>
<tr>
<td>Webserver:</td>
<td>Apache</td>
</tr>
<tr>
<td>PHP version:</td>
<td>5.4 and higher</td>
</tr>
<tr>
<td>PHP extensions required</td>
<td>
mod_rewrite <span class="small">(needed for URL rewriting)</span><br>
gd <span class="small">(needed for image editing/resizing)</span>
</td>
</tr>
<tr>
<td>Database:</td>
<td>MySQL 5.4 and higher</td>
</tr>
<tr>
<td>MySQL extensions required</td>
<td>MySQLi</td>
</tr>
</table>
<!-- END CONTENT -->
</div>
</div>
</div>
<script type="text/javascript" src="assets/js/SyntaxHighlighter_settings.js"></script>
</body>
</html>