-
Notifications
You must be signed in to change notification settings - Fork 3
/
api.html
68 lines (60 loc) · 2.83 KB
/
api.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
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<title>Xitrum</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34582032-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<div class="span-24 last">
<div class="language_choices">
<a href="index.html"><img src="parts/english.png" class="img-circle"></a>
<a href="index_ja.html"><img src="parts/japanese.png" class="img-circle"></a>
<a href="index_ko.html"><img src="parts/korean.png" class="img-circle"></a>
<a href="index_ru.html"><img src="parts/russian.png" class="img-circle"></a>
<a href="index_vi.html"><img src="parts/vietnamese.png" class="img-circle"></a>
</div>
</div>
<div id="top_links" class="span-18 prepend-6 last">
<ul class="menu">
<li class="span-3"><a href="guide.html"> Guide</a></li>
<li class="span-3"><a href="api.html"> Scaladoc</a></li>
<li class="span-3"><a href="https://github.com/xitrum-framework/xitrum-new/archive/master.zip">Download</a></li>
<li class="span-3"><a href="https://groups.google.com/group/xitrum-framework"> Group</a></li>
<li class="span-3 last"><a href="consulting.html">Consulting</a></li>
</ul>
</div>
<div class="clearfix"></div>
<div id="header">
<div class="span-8">
<img src="parts/whale.png" alt="xitrum"/>
</div>
<div id="balloon" class="span-16 last">
<div class="push-4 span-13 last">
<h2 class="title">API Scaladoc</h2>
<ul>
<li><a href="api/3.30.0/">3.30</a></li>
<li><a href="api/3.28.2/">3.28</a></li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</body>
</html>