Skip to content

Commit f81c43d

Browse files
author
Sami Kolari
committed
support section removed
1 parent ebfd8d3 commit f81c43d

19 files changed

+107
-133
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
1212

1313
ga('create', 'UA-106835747-2', 'auto');
14-
ga('send', 'pageview');</script><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA)."><meta name=author content=""><link rel=apple-touch-icon sizes=76x76 href=/static/img/icons/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/static/img/icons/favicon-16x16.png><link rel=manifest href=/static/img/icons/site.webmanifest><link rel=mask-icon href=/static/img/icons/safari-pinned-tab.svg color=#5bbad5><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><link href=/static/css/app.354751cf3c15ac6ee514eff5213c6870.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.14a76fad9b304f57d579.js></script><script type=text/javascript src=/static/js/vendor.1f222b5cbf1756bee50f.js></script><script type=text/javascript src=/static/js/app.9c7ac2d149e55101434c.js></script></body></html>
14+
ga('send', 'pageview');</script><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA)."><meta name=author content=""><link rel=apple-touch-icon sizes=76x76 href=/static/img/icons/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/static/img/icons/favicon-16x16.png><link rel=manifest href=/static/img/icons/site.webmanifest><link rel=mask-icon href=/static/img/icons/safari-pinned-tab.svg color=#5bbad5><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><link href=/static/css/app.2946965f36c3c57f293e2ec74797ba66.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.14a76fad9b304f57d579.js></script><script type=text/javascript src=/static/js/vendor.1f222b5cbf1756bee50f.js></script><script type=text/javascript src=/static/js/app.31559fb4d2b22073eddc.js></script></body></html>

sources/src/App.vue

Lines changed: 68 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,26 @@ export default {
8080
membersText: 'Robot Framework\'s development is nowadays sponsored by <a href="http://robotframework.org/foundation" target="_blank">Robot Framework Foundation</a> consisting of the following member organizations:',
8181
},
8282
members: [
83+
{
84+
title: "Aito",
85+
href: "https://aito.ai/rpa/",
86+
img: require("@/assets/img/sponsors/aito.png"),
87+
},
88+
{
89+
title: "Aktia",
90+
href: "https://www.aktia.fi/",
91+
img: require("@/assets/img/sponsors/aktia.png"),
92+
},
93+
{
94+
title: "Apptestify",
95+
href: "https://apptestify.com/",
96+
img: require("@/assets/img/sponsors/apptestify.png"),
97+
},
98+
{
99+
title: "Cap Gemini",
100+
href: "https://www.capgemini.com/",
101+
img: require("@/assets/img/sponsors/capgemini.png"),
102+
},
83103
{
84104
title: "Chili",
85105
href: "https://www.chili.com/",
@@ -115,6 +135,16 @@ export default {
115135
href: "http://eliga.fi/",
116136
img: require("@/assets/img/sponsors/eliga.jpg"),
117137
},
138+
{
139+
title: "Ennuviz",
140+
href: "https://www.ennuviz.com/",
141+
img: require("@/assets/img/sponsors/ennuviz.png"),
142+
},
143+
{
144+
title: "eTestingAcademy",
145+
href: "http://etestingacademy.com/",
146+
img: require("@/assets/img/sponsors/etestingacademy.png"),
147+
},
118148
{
119149
title: "etteplan",
120150
href: "http://www.espotel.com/",
@@ -130,6 +160,11 @@ export default {
130160
href: "http://www.hiqfinland.fi/",
131161
img: require("@/assets/img/sponsors/hiq.jpg"),
132162
},
163+
{
164+
title: "humanitec",
165+
href: "https://humanitec.com/",
166+
img: require("@/assets/img/sponsors/humanitec.png"),
167+
},
133168
{
134169
title: "imbus",
135170
href: "https://www.imbus.de/softwaretest/",
@@ -140,6 +175,11 @@ export default {
140175
href: "http://www.knowit.fi/",
141176
img: require("@/assets/img/sponsors/knowit.jpg"),
142177
},
178+
{
179+
title: "kuka",
180+
href: "http://www.kuka.com/",
181+
img: require("@/assets/img/sponsors/kuka.png"),
182+
},
143183
{
144184
title: "luoto",
145185
href: "https://www.luotocompany.fi/",
@@ -165,11 +205,21 @@ export default {
165205
href: "https://www.northcode.fi/",
166206
img: require("@/assets/img/sponsors/northcode.png"),
167207
},
208+
{
209+
title: "op",
210+
href: "https://www.op.fi/op-ryhma",
211+
img: require("@/assets/img/sponsors/op.png"),
212+
},
168213
{
169214
title: "opuscapita",
170215
href: "https://www.opuscapita.com/",
171216
img: require("@/assets/img/sponsors/opuscapita.jpg"),
172217
},
218+
{
219+
title: "ouro",
220+
href: "https://www.ouro.fi/",
221+
img: require("@/assets/img/sponsors/ouro.png"),
222+
},
173223
{
174224
title: "qfactory",
175225
href: "http://www.q-factory.fi/",
@@ -205,6 +255,11 @@ export default {
205255
href: "http://www.siili.com/",
206256
img: require("@/assets/img/sponsors/siili.jpg"),
207257
},
258+
{
259+
title: "sleepiq",
260+
href: "https://bamlabs.com/",
261+
img: require("@/assets/img/sponsors/sleepiq.png"),
262+
},
208263
{
209264
title: "symbio",
210265
href: "http://www.symbio.com/",
@@ -963,6 +1018,12 @@ export default {
9631018
href: "http://robot-framework.readthedocs.org/en/latest/",
9641019
text:
9651020
"Public API for writing your own tools against Robot Framework."
1021+
},
1022+
{
1023+
title: "Robohub",
1024+
href: "https://hub.robocorp.com/robotic-process-automation/basics-of-rpa/",
1025+
text:
1026+
"RPA tutorials and guidelines"
9661027
}
9671028
]
9681029
},
@@ -1077,7 +1138,8 @@ export default {
10771138
feature_box: false,
10781139
data: {
10791140
text: {
1080-
header: "Community"
1141+
header: "Community",
1142+
text: "Robot Framework has a vibrant community around it with various online forums, annual RoboCon conference, and meetup groups around the world."
10811143
},
10821144
items: [
10831145
{
@@ -1101,26 +1163,11 @@ export default {
11011163
href: 'http://groups.google.com/group/robotframework-users',
11021164
text: 'Google groups community mailing list.'
11031165
},
1104-
]
1105-
}
1106-
]
1107-
}
1108-
},
1109-
{
1110-
title: "Support",
1111-
text_block: true,
1112-
tab_box: true,
1113-
feature_box: false,
1114-
data: {
1115-
text: {
1116-
header: "Support",
1117-
text:
1118-
'<p> There are various forums where you can ask questions and discuss Robot Framework and the ecosystem around it in general. Several companies around the world provide paid support, consultation, and training courses related to the framework. </p> <p> <a href="https://github.com/robotframework/robotframework.github.com" target="_blank">Let us know</a> if there is a support forum or a company offering related services that you would like to be added here. </p>'
1119-
},
1120-
tabs: [
1121-
{
1122-
title: "General",
1123-
items: [
1166+
{
1167+
title: "Robocon",
1168+
href: "https://robocon.io/",
1169+
text: "Annual Robot Framework conference"
1170+
},
11241171
{
11251172
title: "@robotframework",
11261173
href: "http://twitter.com/robotframework",
@@ -1159,114 +1206,13 @@ export default {
11591206
"http://automated-testing.info/category/robot-framework",
11601207
text: "Robot Framework help forum по-русски."
11611208
},
1162-
{
1163-
title: "Robot Framework issue tracker",
1164-
href:
1165-
"https://github.com/robotframework/robotframework/issues",
1166-
text:
1167-
"Notice that external libraries and tools developed as separate projects have their own issue trackers."
1168-
},
11691209
{
11701210
title: "robotframework-devel",
11711211
href: "http://groups.google.com/group/robotframework-devel",
11721212
text:
11731213
"Mailing list for contributors and developers of the Robot Framework ecosystem."
11741214
}
11751215
]
1176-
},
1177-
{
1178-
title: "Vendors",
1179-
items: [
1180-
{
1181-
title: "Comiq",
1182-
href: "http://comiq.fi/",
1183-
text:
1184-
"Comiq is a Finnish software quality service provider founded in 2003 employing around 60 QA consultants."
1185-
},
1186-
{
1187-
title: "Digia",
1188-
href: "http://www.digia.com",
1189-
text:
1190-
"Digia is a IT service company that helps its customers developing and innovating solutions that support business operations together with customers."
1191-
},
1192-
{
1193-
title: "Eficode",
1194-
href: "http://www.eficode.com/",
1195-
text:
1196-
"Eficode is the leading devops company in Finland relying on automation, virtualisation and smart tool choices."
1197-
},
1198-
{
1199-
title: "Eliga",
1200-
href: "http://eliga.fi/",
1201-
text:
1202-
"Eliga is a one-man company by Pekka Klärck, the lead developer of Robot Framework. It provides top-notch training, consultation and support services related to Robot Framework and Python programming."
1203-
},
1204-
{
1205-
title: "Etteplan",
1206-
href: "http://www.espotel.com/",
1207-
text:
1208-
"Etteplan is a specialist in industrial equipment engineering, embedded systems and IoT and technical documentation solutions and services with deep knowledge in QA from network edge to cloud in Nordics."
1209-
},
1210-
{
1211-
title: "HiQ",
1212-
href: "http://www.hiqfinland.fi/",
1213-
text:
1214-
"HiQ is a Nordic ICT service and consultancy company focusing on streamlining our customers' businesses and simplifying people's lives."
1215-
},
1216-
{
1217-
title: "imbus",
1218-
href: "https://www.imbus.de/",
1219-
text:
1220-
"imbus is a German leading solution partner for professional software testing and intelligent test automation. The portfolio includes consulting for test automation, test tools, and training."
1221-
},
1222-
{
1223-
title: "Knowit",
1224-
href: "https://www.knowit.fi/",
1225-
text:
1226-
"Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way."
1227-
},
1228-
{
1229-
title: "Mykhailo Poliarush",
1230-
href: "http://poliarush.com/trainings/robotframework",
1231-
text: "Commercial Robot Framework training по-русски."
1232-
},
1233-
{
1234-
title: "Q-Factory",
1235-
href: "http://www.q-factory.fi/",
1236-
text:
1237-
"Q-Factory is specialized in test automation and quality assurance services."
1238-
},
1239-
{
1240-
title: "Qentinel",
1241-
href: "https://qentinel.com/",
1242-
text:
1243-
"Qentinel is a Finnish company that specialises in information system quality assurance."
1244-
},
1245-
{
1246-
title: "Reaktor",
1247-
href: "https://www.reaktor.com/",
1248-
text:
1249-
"Reaktor is a creative technology house that constructs exceptional digital services for clients."
1250-
},
1251-
{
1252-
title: "Siili",
1253-
href: "http://siili.com/",
1254-
text:
1255-
"Siili is a modern, full-service technology company, helping you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise."
1256-
},
1257-
{
1258-
title: "Symbio",
1259-
href: "https://www.symbio.com/",
1260-
text:
1261-
"Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world."
1262-
},
1263-
{
1264-
title: "VALA Group",
1265-
href: "http://www.valagroup.com/",
1266-
text:
1267-
"VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies."
1268-
}
1269-
]
12701216
}
12711217
]
12721218
}
40.6 KB
Loading
6.99 KB
Loading
4.18 KB
Loading
11.4 KB
Loading
17 KB
Loading
Loading
43.8 KB
Loading
16.8 KB
Loading

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy