1515</ head >
1616
1717< body data-spy ="scroll "data-target ="#menu ">
18- < div id ="menu ">
19- < ul class ="nav ">
20- < li > < a href ="#introduction "> Introduction</ a > </ li >
21- < li > < a href ="#examples "> Examples</ a > </ li >
22- < li > < a href ="#test-libraries "> Test libraries</ a > </ li >
23- < li > < a href ="#tools "> Tools</ a > </ li >
24- < li > < a href ="#communication "> Communication</ a > </ li >
25- </ ul >
26- </ div >
27- < div class ="header container ">
28- < img alt ="/assets/img/banner.png "src ="/assets/img/banner.png "/>
29- </ div >
30- < div class ="section "id ="introduction ">
18+ < div id ="wrapper ">
19+ < div class ="header container ">
20+ < img alt ="/assets/img/banner.png "src ="/assets/img/banner.png ">
21+ </ div >
22+ < div id ="menu "class ="navbar "data-spy ="affix "data-offset-top ="164 ">
23+ < ul class ="nav ">
24+ < li class ="active "> < a href ="#introduction "> Introduction</ a > </ li >
25+ < li > < a href ="#examples "> Examples</ a > </ li >
26+ < li > < a href ="#test-libraries "> Test libraries</ a > </ li >
27+ < li > < a href ="#tools "> Tools</ a > </ li >
28+ < li > < a href ="#communication "> Communication</ a > </ li >
29+ </ ul >
30+ </ div >
31+ < div class ="section "id ="introduction ">
3132< h2 > Introduction</ h2 >
3233< div class ="news container ">
3334< p > News</ p >
@@ -118,8 +119,8 @@ <h2>Examples</h2>
118119< div class ="section "id ="test-libraries ">
119120< h2 > Test libraries</ h2 >
120121< p > Test libraries lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est</ p >
121- < div class ="section "id ="standard-test- libraries ">
122- < h3 > Standardtest libraries</ h3 >
122+ < div class ="section "id ="standard-libraries ">
123+ < h3 > Standard libraries</ h3 >
123124< ul class ="simple ">
124125< li > < a class ="reference external "href ="http://code.google.com/p/robotframework/wiki/BuiltInLibrary "> Builtin</ a > </ li >
125126< li > < a class ="reference external "href ="http://code.google.com/p/robotframework/wiki/OperatingSystemLibrary "> OperatingSystem</ a > </ li >
@@ -132,17 +133,15 @@ <h3>Standard test libraries</h3>
132133< li > < a class ="reference external "href ="http://code.google.com/p/robotframework/wiki/XMLLibrary "> XML</ a > </ li >
133134</ ul >
134135</ div >
135- < div class ="section "id ="third-party-provided -libraries ">
136- < h3 > Third party provided libraries</ h3 >
136+ < div class ="section "id ="external -libraries ">
137+ < h3 > External libraries</ h3 >
137138< ul class ="simple ">
138139< li > < a class ="reference external "href ="http://code.google.com/p/robotframework-autoitlibrary/ "> AutoItLibrary</ a > </ li >
139140< li > < a class ="reference external "href ="http://franz-see.github.com/Robotframework-Database-Library/ "> Database Library (Java)</ a > </ li >
140141< li > < a class ="reference external "href ="https://github.com/ThomasJaspers/robotframework-dblibrary "> Database Library (Python)</ a > </ li >
141142< li > < a class ="reference external "href ="http://code.google.com/p/robotframework-eclipselibrary/ "> Eclipse Library</ a > </ li >
142143< li > < a class ="reference external "href ="https://github.com/peritus/robotframework-httplibrary "> HTTP test library using livetest</ a > </ li >
143144< li > < a class ="reference external "href ="https://github.com/bulkan/robotframework-requests "> HTTP test library using Requests</ a > </ li >
144- < li > < a class ="reference external "href ="https://github.com/robotframework/JavalibCore "> JavalibCore</ a > </ li >
145- < li > < a class ="reference external "href ="https://github.com/robotframework/RemoteApplications "> RemoteApplications</ a > </ li >
146145< li > < a class ="reference external "href ="http://code.google.com/p/robotframework-seleniumlibrary/ "> SeleniumLibrary</ a > </ li >
147146< li > < a class ="reference external "href ="https://github.com/rtomac/robotframework-selenium2library "> Selenium2Library</ a > </ li >
148147< li > < a class ="reference external "href ="http://code.google.com/p/robotframework-sshlibrary/ "> SSHLibrary</ a > </ li >
@@ -151,29 +150,26 @@ <h3>Third party provided libraries</h3>
151150< li > < a class ="reference external "href ="http://code.google.com/p/robotframework-watinlibrary/ "> WatinLibrary</ a > </ li >
152151</ ul >
153152</ div >
153+ < div class ="section "id ="other ">
154+ < h3 > Other</ h3 >
155+ < ul class ="simple ">
156+ < li > < a class ="reference external "href ="https://github.com/robotframework/JavalibCore "> JavalibCore</ a > </ li >
157+ < li > < a class ="reference external "href ="https://github.com/robotframework/RemoteApplications "> RemoteApplications</ a > </ li >
158+ </ ul >
159+ </ div >
154160</ div >
155161< div class ="section "id ="tools ">
156162< h2 > Tools</ h2 >
157163< p > Tools provide lorem ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum</ p >
158164< div class ="section "id ="editors ">
159165< h3 > Editors</ h3 >
160- < ul >
161- < li > < dl class ="first docutils ">
162- < dt > < a class ="reference external "href ="http://code.google.com/p/robotframework-ride/ "> RIDE</ a > </ dt >
163- < dd > < p class ="first last "> is an IDE tool for editing test data.</ p >
164- </ dd >
165- </ dl >
166- </ li >
167- < li > < p class ="first "> < a class ="reference external "href ="https://github.com/NitorCreations/RobotFramework-EclipseIDE "> Eclipse plugin</ a > </ p >
168- </ li >
169- < li > < p class ="first "> < a class ="reference external "href ="https://github.com/sakari/robot-mode "> Emacs major mode</ a > </ p >
170- </ li >
171- < li > < p class ="first "> < a class ="reference external "href ="https://github.com/shellderp/sublime-robot-plugin "> Sublime plugin</ a > </ p >
172- </ li >
173- < li > < p class ="first "> < a class ="reference external "href ="https://bitbucket.org/jussimalinen/robot.tmbundle/ "> TextMate bundle</ a > </ p >
174- </ li >
175- < li > < p class ="first "> < a class ="reference external "href ="https://github.com/mfukar/robotframework-vim "> Vim plugin</ a > </ p >
176- </ li >
166+ < ul class ="simple ">
167+ < li > < a class ="reference external "href ="http://code.google.com/p/robotframework-ride/ "> RIDE</ a > (Robot Framework test data editor)</ li >
168+ < li > < a class ="reference external "href ="https://github.com/NitorCreations/RobotFramework-EclipseIDE "> Eclipse plugin</ a > </ li >
169+ < li > < a class ="reference external "href ="https://github.com/sakari/robot-mode "> Emacs major mode</ a > </ li >
170+ < li > < a class ="reference external "href ="https://github.com/shellderp/sublime-robot-plugin "> Sublime plugin</ a > </ li >
171+ < li > < a class ="reference external "href ="https://bitbucket.org/jussimalinen/robot.tmbundle/ "> TextMate bundle</ a > </ li >
172+ < li > < a class ="reference external "href ="https://github.com/mfukar/robotframework-vim "> Vim plugin</ a > </ li >
177173</ ul >
178174</ div >
179175< div class ="section "id ="build-tools ">
@@ -191,7 +187,7 @@ <h3>Build tools</h3>
191187</ li >
192188</ ul >
193189</ div >
194- < div class ="section "id ="other ">
190+ < div class ="section "id ="id1 ">
195191< h3 > Other</ h3 >
196192< ul >
197193< li > < dl class ="first docutils ">
@@ -247,5 +243,7 @@ <h3>Blogs</h3>
247243</ div >
248244
249245
246+ < img src ="/assets/img/silhuette.png "id ="silhuette "/>
247+ </ div >
250248</ body >
251249</ html >