1010 </ title >
1111 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1212 < meta content ="text/html; charset=UTF-8 " http-equiv ="Content-Type ">
13-
14- <!-- CSS -->
1513 < link href ='http://fonts.googleapis.com/css?family=Philosopher&subset=latin ' rel ='stylesheet ' type ='text/css '>
16- < link href ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css " rel ="stylesheet ">
17-
14+ < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css ">
1815 < link rel ="stylesheet " href ="/css/codeception.css ">
1916 < link rel ="stylesheet " href ="/css/contributors.css ">
2017 < link rel ="stylesheet " type ="text/css " media ="screen " href ="/css/syntax.css ">
18+ < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js " type ="text/javascript "> </ script >
19+ < script src ="/js/jquery.toc.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
20+ < script src ="/js/contributors.js " type ="text/javascript " charset ="utf-8 "> </ script >
2121
22- <!-- Other -->
2322 < link title ="Codeception Blog " type ="application/rss+xml " rel ="alternate " href ="/rss.xml ">
2423 < link rel ="shortcut icon " href ="/images/favicon.png ">
2524 < link rel ="author " href ="https://plus.google.com/+Codeception ">
2625</ head >
27-
2826< body > {% capture guides %}{% include guides.html %}{% endcapture %}
29- {% capture modules %}{% include modules.html %}{% endcapture %}
30- {% capture reference %}{% include reference.html %}{% endcapture %}
31- < nav class ="navbar nav-custom navbar-inverse ">
32- < div class ="container ">
33- < div class ="navbar-header ">
34- < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
35- < span class ="sr-only "> Toggle navigation</ span >
36- < span class ="icon-bar "> </ span >
37- < span class ="icon-bar "> </ span >
38- < span class ="icon-bar "> </ span >
39- </ button >
40- < a href ="/ " class ="navbar-brand "> < img src ="/images/toplogo.png " alt ="codeception "/> </ a >
41- </ div >
42- < div class ="collapse navbar-collapse menu ">
43- < ul class ="nav navbar-nav navbar-left ">
44- < li > < a href ="/quickstart "> Quick Start</ a > </ li >
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 ="container ">
31+ < div class ="navbar-header ">
32+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
33+ < span class ="sr-only "> Toggle navigation</ span >
34+ < span class ="icon-bar "> </ span >
35+ < span class ="icon-bar "> </ span >
36+ < span class ="icon-bar "> </ span >
37+ </ button >
38+ < a href ="/ " class ="navbar-brand "> < img src ="/images/toplogo.png " alt ="codeception "/> </ a >
39+ </ div >
40+ < div class ="navbar-inner ">
41+ < ul class ="nav navbar-nav navbar-collapse collapse menu ">
42+ < li >
43+ < a href ="/quickstart "> Quickstart</ a >
44+ </ li >
45+ < li >
46+ </ li >
47+ < li class ="dropdown ">
48+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Guides
49+ < b class ="caret "> </ b >
50+ </ a >
51+ < ul class ="dropdown-menu ">
52+ {{ guides }}
4553 </ ul >
46- < ul class ="nav navbar-nav navbar-right ">
47- < li class ="dropdown ">
48- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Guides
49- < b class ="caret "> </ b >
50- </ a >
51- < ul class ="dropdown-menu ">
52- {{ guides }}
53- </ ul >
54- </ li >
55- < li class ="dropdown ">
56- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Modules
57- < b class ="caret "> </ b >
58- </ a >
59- < ul class ="dropdown-menu dropdown-modules ">
60- {{ modules }}
61- </ ul >
62- </ li >
63- < li >
64- < a href ="/addons "> Extensions</ a >
65- </ li >
66- < li class ="dropdown ">
67- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Reference
68- < b class ="caret "> </ b >
69- </ a >
70- < ul class ="dropdown-menu ">
71- {{ reference }}
72- </ ul >
73- </ li >
74- < li class ="dropdown ">
75- < a class ="dropdown-toggle " data-toggle ="dropdown " href ="http://phptest.club/category/codeception ">
76- Community
77- < b class ="caret "> </ b >
78- </ a >
79- < ul class ="dropdown-menu ">
80- < li > < a href ="/blog "> Blog</ a > </ li >
81- < li > < a href ="http://phptest.club/category/codeception "> Community Forum</ a > </ li >
82- < li > < a href ="http://automated-testing.info/category/codeception "> Russian Community</ a > </ li >
83- < li > < a href ="http://stackoverflow.com/questions/tagged/codeception "> StackOverflow</ a > </ li >
84- < li > < a href ="/video "> Nettuts+ Video Course</ a > </ li >
85- </ ul >
86- </ li >
54+ </ li >
55+ < li class ="dropdown ">
56+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Modules
57+ < b class ="caret "> </ b >
58+ </ a >
59+ < ul class ="dropdown-menu dropdown-modules ">
60+ {{ modules }}
8761 </ ul >
88- </ div >
89- </ div > <!-- /.container -->
90- </ nav >
91-
92- <!-- CONTENT -->
93- < div class ="container ">
94- {{ content }}
62+ </ li >
63+ < li class ="dropdown ">
64+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# "> Reference
65+ < b class ="caret "> </ b >
66+ </ a >
67+ < ul class ="dropdown-menu ">
68+ {{ reference }}
69+ </ ul >
70+ </ li >
71+ < li >
72+ < a href ="/video "> Video</ a >
73+ </ li >
74+ < li >
75+ < a href ="/blog "> Blog</ a >
76+ </ li >
77+ < li class ="dropdown ">
78+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="http://phptest.club/category/codeception ">
79+ Community
80+ < b class ="caret "> </ b >
81+ </ a >
82+ < ul class ="dropdown-menu ">
83+ < li > < a href ="http://phptest.club/category/codeception "> Community Forum</ a > </ li >
84+ < li > < a href ="http://automated-testing.info/category/codeception "> Russian Community</ a > </ li >
85+ < li > < a href ="http://stackoverflow.com/questions/tagged/codeception "> StackOverflow</ a > </ li >
86+ </ ul >
87+ </ li >
88+ < li >
89+ < a href ="/credits "> Credits</ a >
90+ </ li >
91+ < li >
92+ < a href ="/install "> Install</ a >
93+ </ li >
94+ < li >
95+ < a href ="/addons "> Addons</ a >
96+ </ li >
97+ < li >
98+ < a href ="/changelog "> Changelog</ a >
99+ </ li >
100+ </ ul >
95101 </ div >
102+ </ div > <!-- /.container -->
103+ </ nav >
104+ < div class ="container ">
105+ {{ content }}
106+ </ div >
107+ < div id ="footer ">
108+ < div class ="container ">
109+ < div class ="row ">
110+ < div class ="col-sm-4 col-lg-4 ">
111+ < h3 > Credits</ h3 >
96112
97- < div id ="footer ">
98- < div class ="container ">
99- < div class ="row ">
100- < div class ="col-sm-4 col-lg-4 ">
101- < h3 > Credits</ h3 >
102-
103- < p >
104- Codeception is a BDD-styled PHP testing framework, brought to you by < a href ="http://codeception.com/credits "> Codeception Team</ a > .
105- Logo by < a
113+ < p >
114+ Codeception is a BDD-styled PHP testing framework, brought to you by < a href ="http://codeception.com/credits "> Codeception Team</ a > .
115+ Logo by < a
106116 href ="https://twitter.com/adnanblog "> Mr. Adnan</ a > . OpenSource < strong > MIT Licensed</ strong > .
107- </ p >
117+ </ p >
108118
109- < div >
110- < a href ="https://github.com/codeception/codeception " class ="pull-left ">
111- < img src ="/images/github.png ">
112- </ a >
119+ < div >
113120
114- < a href ="https://twitter .com/codeception " class ="pull-left ">
115- < img src ="/images/twitter .png ">
116- </ a >
121+ < a href ="https://github .com/codeception /codeception " class ="pull-left ">
122+ < img src ="/images/github .png ">
123+ </ a >
117124
118- < a href ="http://www.facebook.com/pages/Codeception/288959711204412 " class ="pull-left ">
119- < img src ="/images/facebook.png ">
120- </ a >
125+ < a href ="https://twitter.com/codeception " class ="pull-left ">
126+ < img src ="/images/twitter.png ">
127+ </ a >
128+
129+ < a href ="http://www.facebook.com/pages/Codeception/288959711204412 " class ="pull-left ">
130+ < img src ="/images/facebook.png ">
131+ </ a >
121132
122- < a href ="https://plus.google.com/b/108429499160233541695/108429499160233541695/posts "
123- class ="pull-left ">
133+ < a href ="https://plus.google.com/b/108429499160233541695/108429499160233541695/posts "
134+ class ="pull-left ">
124135 < img src ="/images/gplus.png ">
125136 </ a >
126137
@@ -130,19 +141,21 @@ <h3>Credits</h3>
130141 < h4 > Sponsored by</ h4 >
131142 < a href ="https://www.rebilly.com/ ">
132143 < img src ="/images/Rebilly.png " style ="width:300px; " alt ="Your Partner
133- In Subscription Billing
134- Uncover your revenue potential with
135- our recurring billing software. " title ="Your Partner
136- In Subscription Billing ">
144+ In Subscription Billing
145+ Uncover your revenue potential with
146+ our recurring billing software. " title ="Your Partner
147+ In Subscription Billing ">
137148 </ a >
138- <!--
139- <a href="http://2amigos.us/">
140- <img src="/images/2amigos.png" style="opacity: 0.7"
141- alt="Sponsored by 2AmigOS web development and consultancy in Miami"
142- title="Sponsored by 2AmigOS web development and consultancy in Miami">
143- </a>
144- -->
145- </ div >
149+
150+
151+ <!-- <a href="http://2amigos.us/">
152+ <img src="/images/2amigos.png" style="opacity: 0.7"
153+ alt="Sponsored by 2AmigOS web development and consultancy in Miami"
154+ title="Sponsored by 2AmigOS web development and consultancy in Miami">
155+ </a>
156+ --> </ div >
157+
158+
146159 </ div >
147160
148161 < div class ="col-sm-8 col-lg-8 ">
@@ -151,30 +164,28 @@ <h3>Thanks to all our contributors</h3>
151164 < div id ="contributors "> </ div >
152165
153166 < div >
154- < div class ="addthis_toolbox addthis_default_style ">
155- < a class ="addthis_button_facebook_like " fb:like:layout ="button_count "> </ a >
156- < a class ="addthis_button_tweet "> </ a >
157- < a class ="addthis_button_google_plusone " g:plusone:size ="medium "> </ a >
158- </ div >
159- < script type ="text/javascript "> var addthis_config = { "data_track_addressbar" :true } ; </ script >
160- < script type ="text/javascript " src ="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-501c6975683af72f "> </ script >
161-
162- </ div >
163- </ div >
164- </ div >
165- </ div >
166- < div id ="copyright ">
167- © 2011–{{ site.time | date: '%Y' }}
167+ < div class ="addthis_toolbox addthis_default_style ">
168+ < a class ="addthis_button_facebook_like " fb:like:layout ="button_count "> </ a >
169+ < a class ="addthis_button_tweet "> </ a >
170+ < a class ="addthis_button_google_plusone " g:plusone:size ="medium "> </ a >
171+ </ div >
172+ < script type ="text/javascript "> var addthis_config = { "data_track_addressbar" :true } ; </ script >
173+ < script type ="text/javascript " src ="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-501c6975683af72f "> </ script >
174+
175+ </ div >
176+
177+ </ div >
178+ </ div >
179+ </ div >
168180</ div >
181+ < div id ="copyright ">
182+ © 2011–{{ site.time | date: '%Y' }}
169183</ div >
170184
171- <!-- SCRIPTS -->
172- < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js " type ="text/javascript "> </ script >
173- < script src ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js "> </ script >
174- < script src ="/js/jquery.toc.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
175- < script src ="/js/contributors.js " type ="text/javascript " charset ="utf-8 "> </ script >
176185
186+ < script src ="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js "> </ script >
177187< script type ="text/javascript ">
188+
178189 var _gaq = _gaq || [ ] ;
179190 _gaq . push ( [ '_setAccount' , 'UA-1899308-9' ] ) ;
180191 _gaq . push ( [ '_trackPageview' ] ) ;
@@ -187,6 +198,7 @@ <h3>Thanks to all our contributors</h3>
187198 var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
188199 s . parentNode . insertBefore ( ga , s ) ;
189200 } ) ( ) ;
201+
190202</ script >
191203
192204< script >
@@ -200,12 +212,14 @@ <h3>Thanks to all our contributors</h3>
200212
201213< div id ="bugira_widget " style ="position: fixed; right: 10px; bottom: 0px; "> </ div >
202214< script type ="text/javascript "> var __bugira_config = { "api_key" : "dste248173q7" } ;
203- ( function ( ) {
204- var w = document . createElement ( 'script' ) ;
205- w . type = 'text/javascript' ;
206- w . async = true ;
207- w . src = 'http://bugiracdn.appspot.com/bugira-widget.js' ;
208- ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( w ) ;
209- } ) ( ) ; </ script >
215+ ( function ( ) {
216+ var w = document . createElement ( 'script' ) ;
217+ w . type = 'text/javascript' ;
218+ w . async = true ;
219+ w . src = 'http://bugiracdn.appspot.com/bugira-widget.js' ;
220+ ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( w ) ;
221+ } ) ( ) ; </ script >
222+
223+
210224</ body >
211225</ html >
0 commit comments