Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</a>
</div>
<div>
<a href="http://twitter.com/robotframework">
<a href="https://twitter.com/robotframework">
Twitter
</a>
</div>
Expand All @@ -70,12 +70,12 @@
</a>
</div>
<div>
<a href="http://robotframework.org/robotframework/#user-guide">
<a href="https://robotframework.org/robotframework/#user-guide">
User guide
</a>
</div>
<div>
<a href="http://robotframework.org/robotframework/#user-guide">
<a href="https://github.com/robotframework/WebDemo">
Web demo
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/content/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default () => ({
},
{
name: 'Forum',
url: 'http://forum.robotframework.org/',
url: 'https://forum.robotframework.org/',
description: 'Discuss Robot Framework'
},
{
Expand Down Expand Up @@ -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
<a href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-test-libraries" target="_blank">
<a href="https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-test-libraries" target="_blank">
creating test libraries</a> in Robot Framework User Guide.`
},
{
Expand Down
30 changes: 15 additions & 15 deletions src/content/resources/builtin.js
Original file line number Diff line number Diff line change
@@ -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']
}
])
8 changes: 4 additions & 4 deletions src/content/resources/learning.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
8 changes: 4 additions & 4 deletions src/content/resources/libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22robotframework-dblibrary%22" target="_blank">Maven central</a>.',
description: 'Java-based library for database testing. Usable with Jython. Available also at <a href="https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22robotframework-dblibrary%22" target="_blank">Maven central</a>.',
tags: ['java']
},
{
Expand Down Expand Up @@ -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 <a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22robotframework-httprequestlibrary%22" target="_blank">Maven central</a>.',
description: 'HTTP level testing using Apache HTTP client. Available also at <a href="https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22robotframework-httprequestlibrary%22" target="_blank">Maven central</a>.',
tags: ['http', 'java']
},
{
Expand Down Expand Up @@ -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']
},
Expand All @@ -215,7 +215,7 @@ export default () => ([
{
name: 'SikuliLibrary',
href: 'https://github.com/rainmanwy/robotframework-SikuliLibrary#readme',
description: 'Provides keywords to test UI through <a href="http://sikulix.com/" target="_blank">Sikulix</a>. This library supports Python 2.x and 3.x.',
description: 'Provides keywords to test UI through <a href="https://sikulix.com/" target="_blank">Sikulix</a>. This library supports Python 2.x and 3.x.',
tags: ['ui']
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/content/resources/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
},
{
Expand Down Expand Up @@ -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: ['']
},
{
Expand All @@ -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: ['']
},
{
Expand Down
Loading