-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.en.html
70 lines (62 loc) · 2.41 KB
/
documentation.en.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web:Extend PHP framework documentation</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
<link rel="stylesheet" type="text/css" media="screen" href="/pub/blueprint-css/blueprint/screen.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="/pub/blueprint-css/blueprint/plugins/buttons/screen.css"/>
<link rel="stylesheet" type="text/css" media="all" href="/pub/all.css"/>
<link rel="shortcut icon" href="/favicon.ico"/>
</head>
<body>
<div class="container">
<div id="header" class="span-24 last">
<a href="/"><img id="logo" src="/pub/logo-framework-p.jpg" alt="Web:Extend PHP framework"/></a>
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a class="current" href="/documentation">Documentation</a></li>
<li><a href="http://github.com/essen/wee">Source</a></li>
<li><a href="http://github.com/essen/wee/downloads">Download</a></li>
<li><a href="http://github.com/essen/wee/issues">Issue tracker</a></li>
<li><a href="http://blog.extend.ws">Blog</a></li>
<li><a href="http://groups.google.com/group/wee-users">Mailing lists</a></li>
</ul>
</div>
<hr/>
<div id="main" class="span-24 last">
<p class="info">
Documentation is available in various formats for many milestones of the Web:Extend framework.<br/>
Please select the file adapted to your needs.
</p>
<div class="prepend-1 span-6">
<h2>Current version: v0.5</h2>
<ul>
<li>API: <a href="/api/0.5/">HTML webapp</a></li>
</ul>
</div>
<div class="prepend-2 span-6">
<h2>Development version</h2>
<ul>
<li>Guide: <a href="/guide/HEAD/">HTML</a></li>
<li>Deprecated manual: <a href="/manual/HEAD/">HTML</a></li>
<li>API: <a href="/api/HEAD/">HTML webapp</a></li>
<li>Coding standards: <a href="/codingstandards/">HTML</a></li>
</ul>
</div>
<div class="prepend-2 span-6 append-1 last">
<h2>Older versions</h2>
<ul>
<li>No documentation available.</li>
</ul>
</div>
<div class="prepend-2 span-22">
<p>Additional documentation and resources can be found on the <a href="http://wiki.github.com/essen/wee">project's wiki</a>.</p>
</div>
</div>
<div id="footer" class="span-24 last">
<hr/>
Copyright © 2006-2010 <a href="http://dev-extend.eu">Dev:Extend</a>. All rights reserved.
</div>
</div>
</body>
</html>