-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
119 lines (85 loc) · 4.35 KB
/
resources.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
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="Content-Language" content="ja" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>各種リソース</title>
<link rel="stylesheet" type="text/css" href="theme/main.css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="theme/print.css" media="print" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="line"><span class="hide">spacer</span></div>
<div id="logo"><h1 id="h01" class="hide">The Seasar Project</h1><a href="https://www.seasar.org/" alt="The Seasar Project" title="The Seasar Project"><img src="images/seasar_logo_blue.gif" alt="The Seasar Project" width="390" height="180" /></a></div>
<div id="tool">
<h2><a href="https://search.seasar.org/">Site Search</a></h2>
<form id="search" name="search" action="https://search.seasar.org/">
<div>
<input id="search_phrase" type="text" name="phrase" size="20" />
<input type="hidden" name="perpage" value="30" />
<input type="hidden" name="enc" value="UTF-8" />
<input id="search_go" type="submit" value="検索" />
</div>
</form>
<h2>Seasar Banner</h2>
<p><a href="https://www.seasar.org/"><img src="images/seasar_banner.gif" alt="Seasar Banner" title="Seasar Banner" width="146" height="33" /></a></p>
</div><!-- tool -->
<div id="navi">
<p id="navi_left"><a href="./">Seasar</a> > 各種リソース</p>
<p id="navi_right"><a href="./en/resources.html">English</a> | Japanese</p>
</div>
</div><!-- header -->
<div id="contents_left">
<h2>利用者向け情報</h2>
<ul>
<li><a href="./wiki/">ニュース & Wiki</a></li>
<li><a href="./#products">プロダクト一覧</a></li>
<li><a href="https://ml.seasar.org/">メーリングリスト</a></li>
<li><a href="./updates.html">Eclipseプラグイン</a></li>
<li><a href="https://maven.seasar.org/">Mavenリポジトリ</a></li>
<li><a href="./license/">ライセンス</a></li>
<li>各種リソース</li>
<li><a href="https://event.seasarfoundation.org/">イベントサイト</a></li>
<li><a href="https://www.seasarfoundation.org/">ファウンデーションサイト</a></li>
</ul>
<h2>開発者向け情報</h2>
<ul>
<li><a href="./wiki/">SeasarWiki</a></li>
<li><a href="https://www.seasar.org/members/project/">ソースコードリポジトリ</a></li>
<li><a href="https://www.seasar.org/issues/">課題追跡</a></li>
<li><a href="https://www.seasar.org/ci/">継続的ビルド</a></li>
<li><a href="https://www.seasar.org/members/">開発者ログイン</a></li>
<li><a href="https://server.seasar.org/">サーバチームサイト</a></li>
</ul>
</div><!-- contents_left -->
<div id="contents_center">
<div id="article">
<div class="section">
<h2 id="resources">各種リソース</h2>
<p>Seasarプロジェクトに関連するリソースを紹介します。</p>
<ul>
<li><a href="publication.html">書籍・雑誌掲載記事</a></li>
<li><a href="https://d.hatena.ne.jp/s2committer/">S2コミッタアンテナの記録</a></li>
</ul>
<h3>2007年以前のリソース</h3>
<ul>
<li><a href="https://ja.osdn.net/projects/seasar/">SourceForgeで運営されていた頃のプロジェクトサイト</a>
<li>2005/03/25: <a href="https://ja.osdn.net/dl/seasar/OSC2005_Seminar.ppt">OSC2005「業務システム構築をより便利にするSeasar2とS2ファミリー」資料</a></li>
<li>2005/10/22: <a href="./doc/SeasarPandNSummit.zip">Seasar PandN Summit @Osaka 資料</a></li>
</ul>
</div>
</div><!-- article -->
</div><!-- contents_center -->
<div id="footer">
<address>© Copyright <a href="https://www.seasarfoundation.org/">The Seasar Foundation</a> and the others 2004-2016, all rights reserved.
<a href="https://www.seasar.org/">The Seasar Project</a>.</address>
<address>当サイトの運用には <a href="https://cis.hosei.ac.jp/" target="_blank">法政大学情報科学部</a> のご協力をいただいております。</address>
<div class="line"><span class="hide">spacer</span></div>
</div><!-- footer -->
</div><!-- wrapper -->
</body>
</html>