-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdownload.htm
68 lines (54 loc) · 3.37 KB
/
download.htm
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
<!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">
<head>
<title>SpringSide 春天的旁边</title>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<meta name="ROBOTS" content="ALL"/>
<meta name="keywords" content="Java,Spring,OpenSource"/>
<link href="default.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="header" align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="250">
<param name="movie" value="navi.swf"/>
<param name="wmode" value="opaque"/>
<param name="quality" value="high"/>
<embed src="navi.swf" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="780" height="250">
</object>
</div>
<div id="content">
<div id="leftbar">
<h1>Menu</h1>
<div class="line">
<a href="index.html">首页</a>
<a href="download.html">下载</a>
<a href="document.html">文档</a>
<a href="forum.html">讨论区</a>
<a href="issues.html">项目管理</a>
<a target="_blank" href="http://www.github.com/springside/springside4">Github站点</a>
</div>
<iframe width="100%" height="100" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=100&fansRow=1&ptype=1&speed=0&skin=1&isTitle=0&noborder=0&isWeibo=0&isFans=0&uid=1728555142&verifier=b4ed5053&dpc=1"></iframe>
</div>
<div id="mainbar" class="noright">
<h1>Release</h1>
<ul type="square">
<li><a href="https://github.com/springside/springside4/releases/tag/V4.2.3.GA"><b>SpringSide 4.2.3 GA</b></a> -- 2014.10.7。<br/>
Redis与Bug Fix版——下载后请翻阅 <a href="http://github.com/springside/springside4/wiki/QuickStart">QuickStart Guide</a>, 更新说明参见 <a href="https://github.com/springside/springside4/wiki/ChangeLog">ChangeLog</a> 。
</li>
<li><a target="_blank" href="https://github.com/springside/springside4/releases">更多过往版本</a></li>
</ul>
<h1>Snapshot</h1>
<p class="introduction">自从<a target="_blank" href="https://www.travis-ci.org/springside/springside4/builds">travis-ci.org</a>提供的持续集成云服务后,Snapshot版本的质量也是可以保证的。还不习惯使用Git的同学,可以下面的途径获取Snapshot:</p>
<ul type="square">
<li><a href="https://github.com/springside/springside4">Browse online</a></li>
<li><a href="https://github.com/springside/springside4/archive/master.zip">Download as zip</a></li>
</ul>
<h1>Git User</h1>
<p class="introduction">如下指令获取只读的持续更新的代码,Windows下的Git工具推荐<a target="_blank" href="http://www.syntevo.com/smartgit/index.html">Smartgit</a>或海龟。</p>
<pre style="background: #aaa; color: #fff; padding: 12px;">$ git clone git://github.com/springside/springside4</pre>
</div>
<div id="footer">
<center>Copyright©2005-2015 springside.io Hosted on <a href="http://www.github.com" target="_blank">github.com</a></center>
</div>
</body>
</html>