This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
executable file
·111 lines (94 loc) · 3.04 KB
/
documentation.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Spiral - Documentation</title>
<link rel="stylesheet" href="styles/documentation.css" type="text/css" media="screen" charset="utf-8" />
<link rel="icon" href="http://www.spiral-project.org/images/favicon.png" type="image/png" />
</head>
<body>
<div id="layout">
<div id="logo"><span>Spiral</span></div>
<div id="main_menu">
<ul>
<li class="home">
<a href="http://www.spiral-project.org"><span>Home</span>
<span class="description"></span></a></li>
<li class="about">
<a href=""><span>About</span>
<span class="description"></span></a></li>
<li class="downloads">
<a href=""><span>Downloads</span>
<span class="description"></span></a></li>
<li class="documentation">
<a class="selected" href="http://doc.spiral-project.org"><span>Documentation</span>
<span class="description"></span></a></li>
<li class="planet">
<a href=""><span>Planet</span>
<span class="description"></span></a></li>
<li class="community">
<a href=""><span>Community</span>
<span class="description"></span></a></li>
</ul>
<div class="clear"></div>
</div>
<div id="header">
<div class="slide">
<h1><span>Documentation</span></h1>
<ul id="secondary_menu">
<li><a href="/wiki/user-documentation">User manual</a></li>
<li><a href="/wiki/technical-documentation">Technical manual</a></li>
<li><a href="/api">API</a></li>
<li><a href="/wiki/community-rules">Community rules</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div id="body">
<div id="content">
<div class="book">
<h2><a href="#">User manual</a></h2>
<a href="#">
<img src="images/illustrations/documentation/user_manual.png" /></a>
<ul>
<li><a href="#">Introduction</a></li>
<li><a href="#">Dependency injection container</a></li>
<li><a href="#">Service layer (MVC)</a></li>
<li><a href="#">Persistence</a></li>
</ul>
<ul>
<li><a href="#">Annexe 1</a></li>
<li><a href="#">Annexe 2</a></li>
</ul>
</div>
<div class="book">
<h2><a href="#">Technical manual</a></h2>
<a href="#">
<img src="images/illustrations/documentation/technical_manual.png" /></a>
<ul>
<li><a href="#">Introduction</a></li>
<li><a href="#">Dependency injection container</a></li>
<li><a href="#">Service layer (MVC)</a></li>
<li><a href="#">Persistence</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="book">
<h2><a href="#">API</a></h2>
<a href="#">
<img src="images/illustrations/documentation/api.png" /></a>
</div>
<div class="book">
<h2><a href="#">Community rules</a></h2>
<a href="#">
<img src="images/illustrations/documentation/community_rules.png" /></a>
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
Spiral is free software under GNU/GPL license. Thanks for your contributions.
</div>
</div>
</body>
</html>