-
Notifications
You must be signed in to change notification settings - Fork 1
/
about-symfony.html
121 lines (99 loc) · 3.91 KB
/
about-symfony.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
120
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Symfonyについて | 日本Symfonyユーザー会</title>
<link rel="stylesheet" href="/static/basic.css" type="text/css" />
<!--
<script type="text/javascript" src="static/underscore.js"></script>
<script type="text/javascript" src="static/doctools.js"></script>
-->
</head>
<body>
<div id="all">
<div id="content">
<div id="content_wrapper">
<div id="top_menu">
<div id="top_menu_wrapper">
</div>
</div>
<div id="header_top">
<h1 id="logo_top"><a href="http://www.symfony.gr.jp/">日本Symfonyユーザー会</a></h1>
<div id="header_top_left"></div>
</div>
<!-- end #header -->
<div id="navbar">
<ul>
<li><a href="http://docs.symfony.gr.jp/">Symfony2日本語ドキュメント</a></li>
</ul>
</div>
<!-- end #navbar -->
<div id="main">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Symfonyについて</h1>
<p>Symfonyは、フランス<a href="http://www.sensiolabs.com/">Sensio Labs社</a>が開発するオープンソースのPHPウェブアプリケーションフレームワークソフトウェアです。
2007年にバージョン1.0が公開されて以降、大規模なサイトを含む多数のウェブサイト、E-コマースサイトで利用されてきました。
2011年7月にバージョン2.0が公開され、</p>
<h2>Symfonyの公式サイト</h2>
<ul>
<li><a href="http://symfony.com/">Symfony.com</a></li>
</ul>
<h2>Symfonyの特徴</h2>
<ul>
<li><a href="http://symfony.com/what-is-symfony">(英語) What is Symfony</a></li>
<li><a href="http://symfony.com/at-a-glance">(英語) Symfony at a Glance</a></li>
<li><a href="http://symfony.com/in-five-minutes">(英語) Symfony in 5 minutes</a></li>
<li><a href="http://symfony.com/elevator-pitches">(英語) Symfony Elevator Pitches</a></li>
<li><a href="http://symfony.com/blog/category/case-studies">(英語) Case studies</a></li>
</ul>
<p>Symfony を使った Web アプリケーションの開発について見てみたい方は、<a href="http://docs.symfony.gr.jp/symfony2/quick_tour/index.html">クイックツアードキュメント</a>をまずはご覧ください。
その後、実際に何か作ってみる段階で、<a href="http://docs.symfony.gr.jp/symfony2/book/index.html">ガイドブック</a>などを参照してください。</p>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<!-- end #main -->
</div>
<!-- end #content_wrapper -->
</div>
<!-- end #content -->
<div id="footer">
<div id="footer_wrapper">
<div id="footer_content">
<div style=" position: relative;">
<div id="footer_left"></div>
<div id="footer_right"></div>
</div>
<!-- end #navbar -->
<div>
<p id="copy">
Copyright © 2015 Symfony Japan. All rights reserved.
<!-- Bandwidth and hardware provided by <a href="http://www.asial.co.jp/">アシアル株式会社</a>
Powered by <a href="http://sphinx.pocoo.org/">Sphinx</a> -->
</p>
</div>
</div>
<!-- end #footer_content -->
</div>
<!-- end #footer_wrapper -->
</div>
<!-- end #footer -->
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16659283-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>
</body>
</html>