10
10
</ title >
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
12
< meta content ="text/html; charset=UTF-8 " http-equiv ="Content-Type ">
13
+
14
+ <!-- CSS -->
13
15
< link href ='http://fonts.googleapis.com/css?family=Philosopher&subset=latin ' rel ='stylesheet ' type ='text/css '>
14
- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css ">
16
+ < link href ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css " rel ="stylesheet ">
17
+
15
18
< link rel ="stylesheet " href ="/css/codeception.css ">
16
19
< link rel ="stylesheet " href ="/css/contributors.css ">
17
20
< link rel ="stylesheet " type ="text/css " media ="screen " href ="/css/syntax.css ">
21
+ <!-- SCRIPTS -->
18
22
< script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js " type ="text/javascript "> </ script >
23
+ < script src ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js "> </ script >
19
24
< script src ="/js/jquery.toc.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
20
25
< script src ="/js/contributors.js " type ="text/javascript " charset ="utf-8 "> </ script >
26
+ < script src ="//cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js "> </ script >
21
27
28
+ <!-- Other -->
22
29
< link title ="Codeception Blog " type ="application/rss+xml " rel ="alternate " href ="/rss.xml ">
23
30
< link rel ="shortcut icon " href ="/images/favicon.png ">
24
31
< link rel ="author " href ="https://plus.google.com/+Codeception ">
25
32
</ head >
33
+
26
34
< body > {% capture guides %}{% include guides.html %}{% endcapture %}
27
- {% capture modules %}{% include modules.html %}{% endcapture %}
28
- {% capture reference %}{% include reference.html %}{% endcapture %}
29
- < nav class ="navbar nav-custom navbar-inverse ">
30
- < div class ="navbar-header ">
31
- < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
32
- < span class ="sr-only "> Toggle navigation</ span >
33
- < span class ="icon-bar "> </ span >
34
- < span class ="icon-bar "> </ span >
35
- < span class ="icon-bar "> </ span >
36
- </ button >
37
- < a href ="/ " class ="navbar-brand "> < img src ="/images/toplogo.png " alt ="codeception "/> </ a >
38
- </ div >
39
- < div class ="navbar-inner ">
40
- < div class ="follow nav pull-right " style ="margin-top: 10px ">
41
- < a href ="https://twitter.com/codeception " class ="twitter-follow-button " data-show-count ="false "
42
- data-lang ="en " data-size ="large "> Follow @Codeception</ a >
43
- < script > ! function ( d , s , id ) {
44
- var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
45
- if ( ! d . getElementById ( id ) ) {
46
- js = d . createElement ( s ) ;
47
- js . id = id ;
48
- js . src = "//platform.twitter.com/widgets.js" ;
49
- fjs . parentNode . insertBefore ( js , fjs ) ;
50
- }
51
- } ( document , "script" , "twitter-wjs" ) ; </ script >
52
- </ div >
53
- < ul class ="nav navbar-nav navbar-collapse collapse menu ">
54
- < li >
55
- < a href ="/quickstart "> Quickstart</ a >
56
- </ li >
57
- < li >
58
- </ li >
59
- < li class ="dropdown ">
60
- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Guides
61
- < b class ="caret "> </ b >
62
- </ a >
63
- < ul class ="dropdown-menu ">
64
- {{ guides }}
65
- </ ul >
66
- </ li >
67
- < li class ="dropdown ">
68
- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Modules
69
- < b class ="caret "> </ b >
70
- </ a >
71
- < ul class ="dropdown-menu dropdown-modules ">
72
- {{ modules }}
73
- </ ul >
74
- </ li >
75
- < li class ="dropdown ">
76
- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Reference
77
- < b class ="caret "> </ b >
78
- </ a >
79
- < ul class ="dropdown-menu ">
80
- {{ reference }}
35
+ {% capture modules %}{% include modules.html %}{% endcapture %}
36
+ {% capture reference %}{% include reference.html %}{% endcapture %}
37
+ < nav class ="navbar nav-custom navbar-inverse ">
38
+ < div class ="container ">
39
+ < div class ="navbar-header ">
40
+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
41
+ < span class ="sr-only "> Toggle navigation</ span >
42
+ < span class ="icon-bar "> </ span >
43
+ < span class ="icon-bar "> </ span >
44
+ < span class ="icon-bar "> </ span >
45
+ </ button >
46
+ < a href ="/ " class ="navbar-brand "> < img src ="/images/toplogo.png " alt ="codeception "/> </ a >
47
+ </ div >
48
+ < div class ="collapse navbar-collapse menu ">
49
+ < ul class ="nav navbar-nav navbar-left ">
50
+ < li > < a href ="/quickstart "> Quick Start</ a > </ li >
81
51
</ ul >
82
- </ li >
83
- < li >
84
- < a href ="/video "> Video</ a >
85
- </ li >
86
- < li >
87
- < a href ="/blog "> Blog</ a >
88
- </ li >
89
- < li class ="dropdown ">
90
- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="http://phptest.club/category/codeception ">
91
- Community
92
- < b class ="caret "> </ b >
93
- </ a >
94
- < ul class ="dropdown-menu ">
95
- < li > < a href ="http://phptest.club/category/codeception "> Community Forum</ a > </ li >
96
- < li > < a href ="http://automated-testing.info/category/codeception "> Russian Community</ a > </ li >
97
- < li > < a href ="http://stackoverflow.com/questions/tagged/codeception "> StackOverflow</ a > </ li >
52
+ < ul class ="nav navbar-nav navbar-right ">
53
+ < li class ="dropdown ">
54
+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Guides
55
+ < b class ="caret "> </ b >
56
+ </ a >
57
+ < ul class ="dropdown-menu ">
58
+ {{ guides }}
59
+ </ ul >
60
+ </ li >
61
+ < li class ="dropdown ">
62
+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Modules
63
+ < b class ="caret "> </ b >
64
+ </ a >
65
+ < ul class ="dropdown-menu dropdown-modules ">
66
+ {{ modules }}
67
+ </ ul >
68
+ </ li >
69
+ < li >
70
+ < a href ="/addons "> Extensions</ a >
71
+ </ li >
72
+ < li class ="dropdown ">
73
+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Reference
74
+ < b class ="caret "> </ b >
75
+ </ a >
76
+ < ul class ="dropdown-menu ">
77
+ {{ reference }}
78
+ </ ul >
79
+ </ li >
80
+ < li class ="dropdown ">
81
+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="http://phptest.club/category/codeception ">
82
+ Community
83
+ < b class ="caret "> </ b >
84
+ </ a >
85
+ < ul class ="dropdown-menu ">
86
+ < li > < a href ="/blog "> Blog</ a > </ li >
87
+ < li > < a href ="http://phptest.club/category/codeception "> Community Forum</ a > </ li >
88
+ < li > < a href ="http://automated-testing.info/category/codeception "> Russian Community</ a > </ li >
89
+ < li > < a href ="http://stackoverflow.com/questions/tagged/codeception "> StackOverflow</ a > </ li >
90
+ < li > < a href ="/video "> Nettuts+ Video Course</ a > </ li >
91
+ </ ul >
92
+ </ li >
98
93
</ ul >
99
- </ li >
100
- < li >
101
- < a href ="/credits "> Credits</ a >
102
- </ li >
103
- < li >
104
- < a href ="/install "> Install</ a >
105
- </ li >
106
- < li >
107
- < a href ="/addons "> Addons</ a >
108
- </ li >
109
- < li >
110
- < a href ="/changelog "> Changelog</ a >
111
- </ li >
112
- </ ul >
113
- </ div >
114
- </ div >
115
- </ nav >
116
- < div class ="container ">
117
- {{ content }}
118
- </ div >
119
- < div id ="footer ">
94
+ </ div >
95
+ </ div > <!-- /.container -->
96
+ </ nav >
97
+
98
+ <!-- CONTENT -->
120
99
< div class ="container ">
121
- < div class ="row ">
122
- < div class ="col-sm-4 col-lg-4 ">
123
- < h3 > Credits</ h3 >
100
+ {{ content }}
101
+ </ div >
124
102
125
- < p >
126
- Codeception is a BDD-styled PHP testing framework, brought to you by < a href =" http://codeception.com/credits " > Codeception Team </ a > .
127
- Logo by < a
128
- href =" https://twitter.com/adnanblog " > Mr. Adnan </ a > . OpenSource < strong > MIT Licensed </ strong > .
129
- </ p >
103
+ < div id =" footer " >
104
+ < div class =" container " >
105
+ < div class =" row " >
106
+ < div class =" col-sm-4 col-lg-4 " >
107
+ < h3 > Credits </ h3 >
130
108
131
- < div >
109
+ < p >
110
+ Codeception is a BDD-styled PHP testing framework, brought to you by < a href ="http://codeception.com/credits "> Codeception Team</ a > .
111
+ Logo by < a
112
+ href ="https://twitter.com/adnanblog "> Mr. Adnan</ a > . OpenSource < strong > MIT Licensed</ strong > .
113
+ </ p >
132
114
133
- < a href ="https://github.com/codeception/codeception " class ="pull-left ">
134
- < img src ="/images/github.png ">
135
- </ a >
115
+ < div >
116
+ < a href ="https://github.com/codeception/codeception " class ="pull-left ">
117
+ < img src ="/images/github.png ">
118
+ </ a >
136
119
137
- < a href ="https://twitter.com/codeception " class ="pull-left ">
138
- < img src ="/images/twitter.png ">
139
- </ a >
120
+ < a href ="https://twitter.com/codeception " class ="pull-left ">
121
+ < img src ="/images/twitter.png ">
122
+ </ a >
140
123
141
- < a href ="http://www.facebook.com/pages/Codeception/288959711204412 " class ="pull-left ">
142
- < img src ="/images/facebook.png ">
143
- </ a >
124
+ < a href ="http://www.facebook.com/pages/Codeception/288959711204412 " class ="pull-left ">
125
+ < img src ="/images/facebook.png ">
126
+ </ a >
144
127
145
- < a href ="https://plus.google.com/b/108429499160233541695/108429499160233541695/posts "
146
- class ="pull-left ">
128
+ < a href ="https://plus.google.com/b/108429499160233541695/108429499160233541695/posts "
129
+ class ="pull-left ">
147
130
< img src ="/images/gplus.png ">
148
131
</ a >
149
132
@@ -153,21 +136,19 @@ <h3>Credits</h3>
153
136
< h4 > Sponsored by</ h4 >
154
137
< a href ="https://www.rebilly.com/ ">
155
138
< img src ="/images/Rebilly.png " style ="width:300px; " alt ="Your Partner
156
- In Subscription Billing
157
- Uncover your revenue potential with
158
- our recurring billing software. " title ="Your Partner
159
- In Subscription Billing ">
139
+ In Subscription Billing
140
+ Uncover your revenue potential with
141
+ our recurring billing software. " title ="Your Partner
142
+ In Subscription Billing ">
160
143
</ a >
161
-
162
-
163
- <!-- <a href="http://2amigos.us/">
164
- <img src="/images/2amigos.png" style="opacity: 0.7"
165
- alt="Sponsored by 2AmigOS web development and consultancy in Miami"
166
- title="Sponsored by 2AmigOS web development and consultancy in Miami">
167
- </a>
168
- --> </ div >
169
-
170
-
144
+ <!--
145
+ <a href="http://2amigos.us/">
146
+ <img src="/images/2amigos.png" style="opacity: 0.7"
147
+ alt="Sponsored by 2AmigOS web development and consultancy in Miami"
148
+ title="Sponsored by 2AmigOS web development and consultancy in Miami">
149
+ </a>
150
+ -->
151
+ </ div >
171
152
</ div >
172
153
173
154
< div class ="col-sm-8 col-lg-8 ">
@@ -176,28 +157,25 @@ <h3>Thanks to all our contributors</h3>
176
157
< div id ="contributors "> </ div >
177
158
178
159
< div >
179
- < div class ="addthis_toolbox addthis_default_style ">
180
- < a class ="addthis_button_facebook_like " fb:like:layout ="button_count "> </ a >
181
- < a class ="addthis_button_tweet "> </ a >
182
- < a class ="addthis_button_google_plusone " g:plusone:size ="medium "> </ a >
183
- </ div >
184
- < script type ="text/javascript "> var addthis_config = { "data_track_addressbar" :true } ; </ script >
185
- < script type ="text/javascript " src ="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-501c6975683af72f "> </ script >
186
-
187
- </ div >
188
-
189
- </ div >
190
- </ div >
191
- </ div >
192
- </ div >
193
- < div id ="copyright ">
160
+ < div class ="addthis_toolbox addthis_default_style ">
161
+ < a class ="addthis_button_facebook_like " fb:like:layout ="button_count "> </ a >
162
+ < a class ="addthis_button_tweet "> </ a >
163
+ < a class ="addthis_button_google_plusone " g:plusone:size ="medium "> </ a >
164
+ </ div >
165
+ < script type ="text/javascript "> var addthis_config = { "data_track_addressbar" :true } ; </ script >
166
+ < script type ="text/javascript " src ="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-501c6975683af72f "> </ script >
167
+
168
+ </ div >
169
+ </ div >
170
+ </ div >
171
+ </ div >
172
+ < div id ="copyright ">
194
173
© 2011–{{ site.time | date: '%Y' }}
195
174
</ div >
175
+ </ div >
196
176
197
-
198
- < script src ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js "> </ script >
177
+ <!-- SCRIPTS -->
199
178
< script type ="text/javascript ">
200
-
201
179
var _gaq = _gaq || [ ] ;
202
180
_gaq . push ( [ '_setAccount' , 'UA-1899308-9' ] ) ;
203
181
_gaq . push ( [ '_trackPageview' ] ) ;
@@ -210,7 +188,6 @@ <h3>Thanks to all our contributors</h3>
210
188
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
211
189
s . parentNode . insertBefore ( ga , s ) ;
212
190
} ) ( ) ;
213
-
214
191
</ script >
215
192
216
193
< script >
@@ -224,14 +201,12 @@ <h3>Thanks to all our contributors</h3>
224
201
225
202
< div id ="bugira_widget " style ="position: fixed; right: 10px; bottom: 0px; "> </ div >
226
203
< script type ="text/javascript "> var __bugira_config = { "api_key" : "dste248173q7" } ;
227
- ( function ( ) {
228
- var w = document . createElement ( 'script' ) ;
229
- w . type = 'text/javascript' ;
230
- w . async = true ;
231
- w . src = 'http://bugiracdn.appspot.com/bugira-widget.js' ;
232
- ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( w ) ;
233
- } ) ( ) ; </ script >
234
-
235
-
204
+ ( function ( ) {
205
+ var w = document . createElement ( 'script' ) ;
206
+ w . type = 'text/javascript' ;
207
+ w . async = true ;
208
+ w . src = 'http://bugiracdn.appspot.com/bugira-widget.js' ;
209
+ ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( w ) ;
210
+ } ) ( ) ; </ script >
236
211
</ body >
237
212
</ html >
0 commit comments