diff --git a/public/favicon.ico b/public/favicon.ico index df36fcfb7..a23df6600 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/PageFooter.vue b/src/components/PageFooter.vue index 6a2c34e63..a17689490 100644 --- a/src/components/PageFooter.vue +++ b/src/components/PageFooter.vue @@ -44,7 +44,7 @@
- + Twitter
@@ -70,12 +70,12 @@
- + User guide
- + Web demo
diff --git a/src/content/english.js b/src/content/english.js index 11320e5a8..1df40eca2 100644 --- a/src/content/english.js +++ b/src/content/english.js @@ -29,7 +29,7 @@ export default () => ({ }, { name: 'Forum', - url: 'http://forum.robotframework.org/', + url: 'https://forum.robotframework.org/', description: 'Discuss Robot Framework' }, { @@ -252,7 +252,7 @@ Welcome Page Should Be Open key: 'libraries', description: `Separately developed external libraries that can be installed based on your needs. Creating your own libraries is a breeze. For instructions, see - + creating test libraries in Robot Framework User Guide.` }, { diff --git a/src/content/resources/builtin.js b/src/content/resources/builtin.js index 1fb988369..a9fb6bdcb 100644 --- a/src/content/resources/builtin.js +++ b/src/content/resources/builtin.js @@ -1,92 +1,92 @@ export default () => ([ { name: 'Builtin', - href: 'http://robotframework.org/robotframework/latest/libraries/BuiltIn.html', + href: 'https://robotframework.org/robotframework/latest/libraries/BuiltIn.html', description: 'Provides a set of often needed generic keywords. Always automatically available without imports.', tags: ['library'] }, { name: 'Collections', - href: 'http://robotframework.org/robotframework/latest/libraries/Collections.html', + href: 'https://robotframework.org/robotframework/latest/libraries/Collections.html', description: 'Provides a set of keywords for handling Python lists and dictionaries.', tags: ['library'] }, { name: 'DateTime', - href: 'http://robotframework.org/robotframework/latest/libraries/DateTime.html', + href: 'https://robotframework.org/robotframework/latest/libraries/DateTime.html', description: 'Library for date and time conversions.', tags: ['library'] }, { name: 'Dialogs', - href: 'http://robotframework.org/robotframework/latest/libraries/Dialogs.html', + href: 'https://robotframework.org/robotframework/latest/libraries/Dialogs.html', description: 'Provides means for pausing the execution and getting input from users.', tags: ['library'] }, { name: 'OperatingSystem', - href: 'http://robotframework.org/robotframework/latest/libraries/OperatingSystem.html', + href: 'https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html', description: 'Enables various operating system related tasks to be performed in the system where Robot Framework is running.', tags: ['library'] }, { name: 'Process', - href: 'http://robotframework.org/robotframework/latest/libraries/Process.html', + href: 'https://robotframework.org/robotframework/latest/libraries/Process.html', description: 'Library for running processes in the system.', tags: ['library'] }, { name: 'Remote', - href: 'https://github.com/robotframework/RemoteInterface', + href: 'httpss://github.com/robotframework/RemoteInterface', description: 'Special library acting as a proxy between Robot Framework and libraries elsewhere. Actual libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol.', tags: ['library'] }, { name: 'Screenshot', - href: 'http://robotframework.org/robotframework/latest/libraries/Screenshot.html', + href: 'https://robotframework.org/robotframework/latest/libraries/Screenshot.html', description: 'Provides keywords to capture screenshots of the desktop.', tags: ['library'] }, { name: 'String', - href: 'http://robotframework.org/robotframework/latest/libraries/String.html', + href: 'https://robotframework.org/robotframework/latest/libraries/String.html', description: 'Library for generating, modifying and verifying strings.', tags: ['library'] }, { name: 'Telnet', - href: 'http://robotframework.org/robotframework/latest/libraries/Telnet.html', + href: 'https://robotframework.org/robotframework/latest/libraries/Telnet.html', description: 'Makes it possible to connect to Telnet servers and execute commands on the opened connections.', tags: ['library'] }, { name: 'XML', - href: 'http://robotframework.org/robotframework/latest/libraries/XML.html', + href: 'https://robotframework.org/robotframework/latest/libraries/XML.html', description: 'Library for generating, modifying and verifying XML files.', tags: ['library'] }, { name: 'Rebot', description: 'Generate logs and reports based on XML outputs and for combining multiple outputs together.', - href: 'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs', + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs', tags: ['tool'] }, { name: 'Libdoc', description: 'Generate keyword documentation for test libraries and resource files.', - href: 'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc', + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc', tags: ['tool'] }, { name: 'Testdoc', description: 'Generate high level HTML documentation based on Robot Framework test cases.', - href: 'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc', + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc', tags: ['tool'] }, { name: 'Tidy', description: 'Cleaning up and changing format of Robot Framework test data files.', - href: 'http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy', + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy', tags: ['tool'] } ]) diff --git a/src/content/resources/learning.js b/src/content/resources/learning.js index 75f01e6b4..adcd921c6 100644 --- a/src/content/resources/learning.js +++ b/src/content/resources/learning.js @@ -7,7 +7,7 @@ export default () => ([ { name: 'User Guide', description: 'Reference manual explaining all Robot Framework features in detail.', - href: 'http://robotframework.org/robotframework/#user-guide' + href: 'https://robotframework.org/robotframework/#user-guide' }, { name: 'Quick Start Guide', @@ -22,17 +22,17 @@ export default () => ([ { name: 'Dos And Don\'ts', description: 'Slide set loosely based on \'How to write good test cases\' guidelines.', - href: 'http://www.slideshare.net/pekkaklarck/robot-framework-dos-and-donts' + href: 'https://www.slideshare.net/pekkaklarck/robot-framework-dos-and-donts' }, { name: 'Public API', description: 'Public API for writing your own tools against Robot Framework.', - href: 'http://robot-framework.readthedocs.org/en/latest/' + href: 'https://robot-framework.readthedocs.org/en/latest/' }, { name: 'Introduction Slides', description: 'Generic Robot Framework introduction slides.', - href: 'http://www.slideshare.net/pekkaklarck/robot-framework-introduction' + href: 'https://www.slideshare.net/pekkaklarck/robot-framework-introduction' }, { name: 'RPA tutorials', diff --git a/src/content/resources/libraries.js b/src/content/resources/libraries.js index 77c25735b..d79f58213 100644 --- a/src/content/resources/libraries.js +++ b/src/content/resources/libraries.js @@ -48,7 +48,7 @@ export default () => ([ { name: 'Database Library (Java)', href: 'https://github.com/MarketSquare/robotframework-dblibrary', - description: 'Java-based library for database testing. Usable with Jython. Available also at Maven central.', + description: 'Java-based library for database testing. Usable with Jython. Available also at Maven central.', tags: ['java'] }, { @@ -109,7 +109,7 @@ export default () => ([ { name: 'HttpRequestLibrary (Java)', href: 'https://github.com/MarketSquare/robotframework-httprequestlibrary', - description: 'HTTP level testing using Apache HTTP client. Available also at Maven central.', + description: 'HTTP level testing using Apache HTTP client. Available also at Maven central.', tags: ['http', 'java'] }, { @@ -202,7 +202,7 @@ export default () => ([ }, { name: 'SeleniumLibrary', - href: 'http://github.com/robotframework/SeleniumLibrary/', + href: 'https://github.com/robotframework/SeleniumLibrary/', description: 'Web testing library that uses popular Selenium tool internally.', tags: ['web', 'selenium'] }, @@ -215,7 +215,7 @@ export default () => ([ { name: 'SikuliLibrary', href: 'https://github.com/rainmanwy/robotframework-SikuliLibrary#readme', - description: 'Provides keywords to test UI through Sikulix. This library supports Python 2.x and 3.x.', + description: 'Provides keywords to test UI through Sikulix. This library supports Python 2.x and 3.x.', tags: ['ui'] }, { diff --git a/src/content/resources/tools.js b/src/content/resources/tools.js index 187174c5b..f432421b0 100644 --- a/src/content/resources/tools.js +++ b/src/content/resources/tools.js @@ -38,13 +38,13 @@ export default () => ([ { name: 'Robot Plugin for IntelliJ IDEA', description: 'For IntelliJ IDEA-based editors by JIVE Software.', - href: 'http://plugins.jetbrains.com/plugin/7430', + href: 'https://plugins.jetbrains.com/plugin/7430', tags: ['editor'] }, { name: 'Robot Support for IntelliJ IDEA', description: 'For IntelliJ IDEA-based editors by Valerio Angelini.', - href: 'http://plugins.jetbrains.com/plugin/7415', + href: 'https://plugins.jetbrains.com/plugin/7415', tags: ['editor'] }, { @@ -140,7 +140,7 @@ export default () => ([ { name: 'Mabot', description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.', - href: 'http://github.com/robotframework/mabot/', + href: 'https://github.com/robotframework/mabot/', tags: [''] }, { @@ -164,7 +164,7 @@ export default () => ([ { name: 'RFDoc', description: 'Web based system for storing and searching Robot Framework library and resource file documentations.', - href: 'http://github.com/robotframework/rfdoc', + href: 'https://github.com/robotframework/rfdoc', tags: [''] }, { diff --git a/src/content/resources/users.js b/src/content/resources/users.js index 042a945db..010d4d16a 100644 --- a/src/content/resources/users.js +++ b/src/content/resources/users.js @@ -1,7 +1,7 @@ export default () => ([ { title: 'ABB', - href: 'http://www.abb.com', + href: 'https://www.abb.com', imgName: 'abb.png', text: `ABB is using Robot Framework in software development for testing distribution automation related configuration tools, web interfaces and embedded devices.` @@ -17,7 +17,7 @@ export default () => ([ }, { title: 'Adwisit', - href: 'http://www.adwisit.se', + href: 'https://www.adwisit.se', imgName: 'adwisit.png', text: `Adwisit uses Robot Framework to automate end-to-end testing of business processes for customers with a complex structure of third-party products, handling both web and desktop applications.` @@ -32,7 +32,7 @@ export default () => ([ }, { title: 'Alpha', - href: 'http://www.alpha.company/', + href: 'https://www.alpha.company/', imgName: 'alpha.png', text: `At Alpha, we are developing the future of mobile apps for Health, with the latest advances in neuroscience, AI and mobile computing. Robot Framework is a key part of our @@ -48,7 +48,7 @@ export default () => ([ }, { title: 'Axon', - href: 'http://www.axon.tv', + href: 'https://www.axon.tv', imgName: 'axon.png', text: `Axon is using Robot Framework in testing embedded software and hardware development of broadcast equipment. We automate testing as much as possible in order to speed up development @@ -56,7 +56,7 @@ export default () => ([ }, { title: 'CENX', - href: 'http://www.cenx.com', + href: 'https://www.cenx.com', imgName: 'cenx.png', text: `CENX is using Robot Framework, within a Docker environment, for feature and integration testing of a product that empowers network- and service operation centers.` @@ -88,7 +88,7 @@ export default () => ([ }, { title: 'FICOSA', - href: 'http://www.ficosa.com', + href: 'https://www.ficosa.com', imgName: 'ficosa.png', text: `FICOSA has been using Robot Framework for the last years in the automotive industry. It's being used for the automated testing of @@ -98,7 +98,7 @@ export default () => ([ }, { title: 'Finnair', - href: 'http://www.finnair.com', + href: 'https://www.finnair.com', imgName: 'finnair.png', text: 'Finnair is using Robot Framework to support Finnair digital platform development.' }, @@ -144,14 +144,14 @@ export default () => ([ }, { title: 'KONE', - href: 'http://www.kone.com', + href: 'https://www.kone.com', imgName: 'kone.png', text: `KONE is widely using Robot Framework in software development for testing embedded systems in elevators and escalators.` }, { title: 'Lucid Software', - href: 'http://www.kovidndt.com/', + href: 'https://www.kovidndt.com/', imgName: 'lucid.png', text: `Lucid Software is using Robot Framework for complete system automation testing of its NDT software products. Necessary unique libraries are created to test the applications @@ -159,7 +159,7 @@ export default () => ([ }, { title: 'Metso', - href: 'http://www.metso.com', + href: 'https://www.metso.com', imgName: 'metso.png', text: `Metso has had good results using Robot Framework in various domains. This includes testing embedded software in valve positioners and @@ -176,7 +176,7 @@ export default () => ([ }, { title: 'Nokia', - href: 'http://www.nokia.com', + href: 'https://www.nokia.com', imgName: 'nokia.png', text: `Robot Framework was initially developed at Nokia Networks and it is used extensively around the whole company. It is used for testing different devices, software systems and @@ -193,7 +193,7 @@ export default () => ([ }, { title: 'OpenDaylight', - href: 'http://www.opendaylight.org', + href: 'https://www.opendaylight.org', imgName: 'opendaylight.png', text: `OpenDaylight is a software-defined network (SDN) platform that uses Robot Framework for unit- and integration tests between different services. If you are interested how, @@ -209,7 +209,7 @@ export default () => ([ }, { title: 'Oriental Pearl New Media Co, Ltd', - href: 'http://www.opg.cn/', + href: 'https://www.opg.cn/', imgName: 'oriental.png', text: 'Oriental Pearl New Media Co, Ltd is using Robot Framework for API and UI testing.' }, @@ -222,7 +222,7 @@ export default () => ([ }, { title: 'Rocla', - href: 'http://rocla.com/', + href: 'https://rocla.com/', imgName: 'rocla.png', text: `Rocla is using Robot Framework widely in development and testing of the software for Trucks and Automated Guided Vehicles (AGV’s).` @@ -237,7 +237,7 @@ export default () => ([ { title: 'Salicru', - href: 'http://www.salicru.com', + href: 'https://www.salicru.com', imgName: 'salicru.png', text: `Salicru has been using Robot Framework in testing embedded software and hardware development of power electronic equipment since 2011. We use Robot Framework along with @@ -247,7 +247,7 @@ export default () => ([ }, { title: 'Segron', - href: 'http://www.segron.com/', + href: 'https://www.segron.com/', imgName: 'segron.png', text: `Segron is a Bratislava-based company offering beyond end-to-end testing solution for Telecommunications. Our tool is based on Robot Framework and is the first true end-to-end @@ -280,7 +280,7 @@ export default () => ([ }, { title: 'Zilogic', - href: 'http://www.zilogic.com', + href: 'https://www.zilogic.com', imgName: 'zilogic.png', text: `Zilogic Systems is using Robot Framework for integration testing of embedded products. We convert requirements into test cases,write necessary libraries to test the Device Under Test.`