summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2016-01-19 23:33:59 +0100
committerPatrick Uiterwijk <puiterwijk@redhat.com>2016-01-19 23:33:59 +0100
commiteace1e4e5229cce27f10c0168f0d2d84fc5b29ba (patch)
treec1f1d5d87a2ead3b10f443656086525b12bd8614
parent5f7f976bfb55a804361d8b952b5b6af97fd8baaf (diff)
downloadansible-eace1e4e5229cce27f10c0168f0d2d84fc5b29ba.tar.gz
ansible-eace1e4e5229cce27f10c0168f0d2d84fc5b29ba.tar.xz
ansible-eace1e4e5229cce27f10c0168f0d2d84fc5b29ba.zip
Remove old Ipsilon theme
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r--roles/ipsilon/files/templates-old/index.html7
-rw-r--r--roles/ipsilon/files/templates-old/internalerror.html15
-rw-r--r--roles/ipsilon/files/templates-old/layout.html36
-rw-r--r--roles/ipsilon/files/templates-old/login/form.html24
-rw-r--r--roles/ipsilon/files/templates-old/login/index.html11
-rw-r--r--roles/ipsilon/files/templates-old/logout.html13
-rw-r--r--roles/ipsilon/files/templates-old/notfound.html13
-rw-r--r--roles/ipsilon/files/templates-old/openid/consent_form.html40
-rw-r--r--roles/ipsilon/files/templates-old/openid/userpage.html7
-rw-r--r--roles/ipsilon/files/templates-old/openid/xrds.xml16
-rw-r--r--roles/ipsilon/files/templates-old/persona/provisioning.html59
-rw-r--r--roles/ipsilon/files/templates-old/persona/signin_result.html19
-rw-r--r--roles/ipsilon/files/templates-old/unauthorized.html12
-rw-r--r--roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.pngbin4366 -> 0 bytes
-rw-r--r--roles/ipsilon/files/ui-fedora-old/fedora.css143
-rw-r--r--roles/ipsilon/files/ui-fedora-old/logo.svg158
-rw-r--r--roles/ipsilon/files/ui-fedora-old/repeater.pngbin190 -> 0 bytes
17 files changed, 0 insertions, 573 deletions
diff --git a/roles/ipsilon/files/templates-old/index.html b/roles/ipsilon/files/templates-old/index.html
deleted file mode 100644
index d217b7a6c..000000000
--- a/roles/ipsilon/files/templates-old/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-This is the Federated Open Authentication provider homepage.
-{% endblock %}
-{% block main %}
-You will be redirected to this application whenever another application requires you to authenticate.
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/internalerror.html b/roles/ipsilon/files/templates-old/internalerror.html
deleted file mode 100644
index 055e90306..000000000
--- a/roles/ipsilon/files/templates-old/internalerror.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-500 - Internal Server Error
-{% endblock %}
-{% block main %}
- {% if message: %}
- <p>{{ message }}</p>
- {% else %}
- <p>Ipsilon encountered an unexpected internal error while trying to
- fulfill your request.</p>
- {% endif %}
- <p>Please retry again.</p>
- <p>If the error persists, contact the server administrator to resolve
- the problem.</p>
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/layout.html b/roles/ipsilon/files/templates-old/layout.html
deleted file mode 100644
index e2498bb29..000000000
--- a/roles/ipsilon/files/templates-old/layout.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title>{{ title }}</title>
-
- <link rel="shortcut icon" type="image/vnd.microsoft.icon"
- href="//fedoraproject.org/static/images/favicon.ico"/>
-
- <link rel="stylesheet" href="{{ basepath }}/ui/fedora/fedora.css">
-
- <meta name="generator" content="Ipsilon">
-
- {%- if heads %}
- {%- for group, value in heads.items() %}
- {%- for head in value %}
- {{ head | safe }}
- {%- endfor %}
- {%- endfor %}
- {%- endif %}
- </head>
- <body>
- <div class="header_bg">
- <div class="body header">
- <img id="logo" alt="logo" src="{{ basepath }}/ui/fedora/fedora-authn-logo-white.png"/>
- </div>
- </div>
-<div style="font-size:14px;width:800px;margin-left:auto;margin-right:auto;padding:10px;margin-top:15px;margin-bottom:50px; border-radius:5px; text-align:center;color: #31708F;background-color: #D9EDF7;border-color: #BCDFF1;">We are going to introduce a new interface for this login screen on January 15th. <a style="color: rgb(70, 154, 197);text-decoration:none;" target="_blank" href="https://fedoramagazine.org/fedora-openid-login-new-improved/">Click here to see some screenshots.</a></div>
- <div class="body main">
- <p id="toptext">{% block toptext %}{% endblock %}</p>
- <div class="middlebox">
- {% block main %}{% endblock %}
- </div>
- </div>
- </body>
-</html>
diff --git a/roles/ipsilon/files/templates-old/login/form.html b/roles/ipsilon/files/templates-old/login/form.html
deleted file mode 100644
index dd8b90ed3..000000000
--- a/roles/ipsilon/files/templates-old/login/form.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends "layout.html" %}
-{% block title %}Login{% endblock %}
-{% block toptext %}
-{{ login_target }} is asking to authenticate using Ipsilon
-{% endblock %}
-{% block main %}
- Login with your credentials
- {% if error %}<p>{{error}}</p>{% endif %}
- <div>
- <form method="post" action="{{ action }}" enctype="application/x-www-form-urlencoded">
- <input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id}}"/>
- <p class="form_item">
- <input id="username" name="login_name" placeholder="Username" autofocus value="{{ username | e }}" />
- </p>
- <p class="form_item">
- <input id="password" name="login_password" type="password" placeholder="Password" />
- </p>
- <p class="form_item">
- <input type="submit" id="loginbutton" value="Login">
- </p>
- </form>
- </div>
-{% endblock %}
-
diff --git a/roles/ipsilon/files/templates-old/login/index.html b/roles/ipsilon/files/templates-old/login/index.html
deleted file mode 100644
index 14ec837d8..000000000
--- a/roles/ipsilon/files/templates-old/login/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "layout.html" %}
-{% block title %}Login{% endblock %}
-{% block toptext %}
-{{ login_target }} is asking to authenticate using Ipsilon
-{% endblock %}
-{% block main %}
- <div>
- Redirecting... {{ redirect }}
- </div>
-{% endblock %}
-
diff --git a/roles/ipsilon/files/templates-old/logout.html b/roles/ipsilon/files/templates-old/logout.html
deleted file mode 100644
index d2383d16e..000000000
--- a/roles/ipsilon/files/templates-old/logout.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "master.html" %}
-{% block toptext %}
-Logged out
-{% endblock %}
-{% block main %}
-{% if user.name %}
- <p>Something prevented a successful logout</p>
- <p>You are still logged in as {{ user.fullname }}</p>
-{% else %}
- <p>Successfully logged out.</p>
- <p>Return to <a href="{{ basepath }}/">Home</a> page</p>
-{% endif %}
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/notfound.html b/roles/ipsilon/files/templates-old/notfound.html
deleted file mode 100644
index 38203cb0e..000000000
--- a/roles/ipsilon/files/templates-old/notfound.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-404 - Not Found
-{% endblock %}
-{% block main %}
- {% if message: %}
- <p>{{ message }}</p>
- {% else %}
- <p>This page does not exist.</p>
- {% endif %}
- <p>If you think this is an error, contact the server administrator to resolve
- the problem.</p>
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/openid/consent_form.html b/roles/ipsilon/files/templates-old/openid/consent_form.html
deleted file mode 100644
index b0b254c6c..000000000
--- a/roles/ipsilon/files/templates-old/openid/consent_form.html
+++ /dev/null
@@ -1,40 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-{{trustroot}} is asking to authenticate via OpenID using Ipsilon
-{% endblock %}
-{% block main %}
- Review the authorization details
- <div>
- <form method="post" action="{{action}}" enctype="application/x-www-form-urlencoded">
- <input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id }}" />
- <p class="form_item">
- <table class="details">
- {% for entry in authz_details|dictsort %}
- <tr>
- <td>{{ entry[0] }}</td>
- {%- if entry[1] is iterable and not entry[1] is string -%}
- <td>{{ entry[1] | join(', ') }}</td>
- {%- else -%}
- <td>{{ entry[1] }}</td>
- {%- endif -%}
- </tr>
- {% endfor %}
-
- <tr>
- <td>Remember approval for</td>
- <td><select name="remember_for_days">
- <option value="0">never</option>
- <option value="3">3 days</option>
- <option value="7">7 days</option>
- </select>
- </td>
- </tr>
- </table>
- </p>
- <p class="form_item">
- <input type="submit" name="decided_deny" value="Reject">
- <input type="submit" name="decided_allow" value="Allow">
- </p>
- </form>
- </div>
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/openid/userpage.html b/roles/ipsilon/files/templates-old/openid/userpage.html
deleted file mode 100644
index 74ae88a68..000000000
--- a/roles/ipsilon/files/templates-old/openid/userpage.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-This is the OpenID page for {{username}}.
-{% endblock %}
-{% block main %}
-This page is primarily used internally
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/openid/xrds.xml b/roles/ipsilon/files/templates-old/openid/xrds.xml
deleted file mode 100644
index 86b3e0f84..000000000
--- a/roles/ipsilon/files/templates-old/openid/xrds.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
- <XRD>
- <Service>
-{%- for t in types %}
- <Type>{{ t }}</Type>
-{%- endfor %}
-{%- if uri %}
- <URI>{{ uri }}</URI>
-{%- endif %}
-{%- if localid %}
- <LocalID>{{ localid }}</LocalID>
-{%- endif %}
- </Service>
- </XRD>
-</xrds:XRDS>
diff --git a/roles/ipsilon/files/templates-old/persona/provisioning.html b/roles/ipsilon/files/templates-old/persona/provisioning.html
deleted file mode 100644
index 0ced48f48..000000000
--- a/roles/ipsilon/files/templates-old/persona/provisioning.html
+++ /dev/null
@@ -1,59 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-This page is used internally
-{% endblock %}
-{% block main %}
-<script type="text/javascript" src="https://login.persona.org/provisioning_api.js"></script>
-<script type="text/javascript">
- var xmlhttp = new XMLHttpRequest()
-
- var loggedin = {{ loggedin|lower }};
-
- xmlhttp.onreadystatechange = function()
- {
- if(xmlhttp.readyState == 4)
- {
- if(xmlhttp.status == 200)
- {
- navigator.id.registerCertificate(xmlhttp.responseText);
- }
- else if((xmlhttp.status == 401) || (xmlhttp.status == 403))
- {
- navigator.id.raiseProvisioningFailure('Error in provisioning!');
- }
- else
- {
- alert("Response code: " + xmlhttp.status);
- alert("Response text: " + xmlhttp.responseText);
- }
- }
- }
-
- function generateServerSide(email, publicKey, certDuration, callback)
- {
- xmlhttp.open("POST", "Sign/", true);
- xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
- xmlhttp.send("email=" + encodeURIComponent(email)
- + "&publicKey=" + encodeURIComponent(publicKey)
- + "&certDuration=" + encodeURIComponent(certDuration));
- }
-
- function startProvisioning()
- {
- navigator.id.beginProvisioning(function(email, certDuration)
- {
- if(loggedin)
- {
- navigator.id.genKeyPair(function(publicKey)
- {
- generateServerSide(email, publicKey, certDuration);
- });
- } else {
- navigator.id.raiseProvisioningFailure('user is not authenticated');
- }
- });
- }
-
- startProvisioning();
-</script>
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/persona/signin_result.html b/roles/ipsilon/files/templates-old/persona/signin_result.html
deleted file mode 100644
index a2fc18b93..000000000
--- a/roles/ipsilon/files/templates-old/persona/signin_result.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-This page is used internally
-{% endblock %}
-{% block main %}
-<script type="text/javascript" src="https://login.persona.org/authentication_api.js"></script>
-<script type="text/javascript">
- var loggedin = {{ loggedin|lower }};
-
- if(loggedin)
- {
- navigator.id.beginAuthentication(function(email) {
- navigator.id.completeAuthentication();
- });
- } else {
- navigator.id.raiseAuthenticationFailure('User cancelled signon');
- }
-</script>
-{% endblock %}
diff --git a/roles/ipsilon/files/templates-old/unauthorized.html b/roles/ipsilon/files/templates-old/unauthorized.html
deleted file mode 100644
index 49a450666..000000000
--- a/roles/ipsilon/files/templates-old/unauthorized.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "layout.html" %}
-{% block toptext %}
-401 - Unauthorized
-{% endblock %}
-{% block main %}
- {% if message: %}
- <p>{{ message }}</p>
- {% else %}
- <p>Authentication was not succesful</p>
- {% endif %}
- <p><a href="{{ basepath }}/login" title="Login">Try to login again</a></p>
-{% endblock %}
diff --git a/roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.png b/roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.png
deleted file mode 100644
index e36baf7ab..000000000
--- a/roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.png
+++ /dev/null
Binary files differ
diff --git a/roles/ipsilon/files/ui-fedora-old/fedora.css b/roles/ipsilon/files/ui-fedora-old/fedora.css
deleted file mode 100644
index 6ff1c7742..000000000
--- a/roles/ipsilon/files/ui-fedora-old/fedora.css
+++ /dev/null
@@ -1,143 +0,0 @@
-@import url(https://fonts.googleapis.com/css?family=Cantarell:400,700);
-
-body
-{
- padding:0;
- margin:0;
- font-family: 'Cantarell', sans-serif;
- font-size:20px;
-}
-
-.header_bg
-{
- width:100%;
- background-image: url('repeater.png');
- height:84px;
- display: block;
-}
-
-.body
-{
- max-width:800px;
- margin-left:auto;
- margin-right:auto;
-
-}
-
-.main
-{
-/* margin-top:50px;*/
-}
-
-.header
-{
- height:100%;
-}
-
-#loginbutton
-{
- float: right;
- margin-right: 4px;
- margin-left: 8px;
-}
-
-#logo
-{
- padding-top:9px;
- margin-left:auto;
- margin-right:auto;
- display:block;
-}
-
-.middlebox
-{
- width:320px;
- background:#eee;
- margin-left:auto;
- margin-right:auto;
- box-shadow: 0px 0px 5px 1px #999;
- padding:10px 40px 40px;
- color:#555;
- text-align:center;
-}
-
-table.details
-{
- text-align:left;
- font-size:16px;
- margin-left:auto;
- margin-right:auto;
-}
-
-table.details td:first-child
-{
- font-weight:bold;
- text-align:right;
- padding-right:10px;
-}
-
-
-#toptext
-{
- text-align:center;
-/* margin-bottom:30px;*/
-}
-
-
-input {
- border: 1px solid #555;
- padding-top:5px;
- padding-bottom:5px;
- font-size: 15px;
-/* width: 100%; */
- background: #fff;
- color: 000000;
- text-indent:10px;
- font-family: 'Cantarell', sans-serif;
- }
-
-input:focus {
- box-shadow: 0px 0px 5px #3366FF;
-}
-
-input[type=submit]
-{
- text-indent:0px;
- background-image: url('repeater.png');
- color:white;
-/* font-weight:bold;*/
- width: 150px;
-}
-
-.middlebox a {
- padding-left: 5px;
- padding-right: 5px;
-}
-
-.button {
- border: 1px solid #555;
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 15px;
-/* width: 100%; */
- background: #fff;
- text-indent: 10px;
- font-family: 'Cantarell', sans-serif;
- text-indent: 0px;
- background-image: url('repeater.png');
- color: white;
-/* font-weight: bold;*/
- text-decoration: none;
-/* display: block; */
-}
-
-
-#password, #username {
- width: 310px;
-}
-
-input::-moz-focus-inner {
- border:0;
- padding:0;
-}
-
diff --git a/roles/ipsilon/files/ui-fedora-old/logo.svg b/roles/ipsilon/files/ui-fedora-old/logo.svg
deleted file mode 100644
index 473b68cea..000000000
--- a/roles/ipsilon/files/ui-fedora-old/logo.svg
+++ /dev/null
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="744.09448819"
- height="1052.3622047"
- id="svg2"
- version="1.1"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="logo.svg">
- <defs
- id="defs4" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4"
- inkscape:cx="319.27448"
- inkscape:cy="727.0939"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:window-width="1366"
- inkscape:window-height="741"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- id="rect3160"
- width="271.42856"
- height="205.71428"
- x="-95.714272"
- y="171.64792" />
- <image
- y="206.21933"
- x="376.78577"
- id="image3153"
- xlink:href="data:image/png;base64,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 "
- height="62"
- width="115" />
- <g
- id="g3930"
- inkscape:export-filename="./fedora-openid_logo-white.png"
- inkscape:export-xdpi="84.787659"
- inkscape:export-ydpi="84.787659"
- transform="translate(125.71429,-7.1428571)">
- <g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/rlerch/Source/myfedorapeople/openid_mockups/fedora-openid_logo-white.png"
- transform="matrix(0.53951909,0,0,0.53951909,250.70358,301.05915)"
- id="g3059">
- <g
- transform="translate(-266.55899,-345.34488)"
- id="layer1-1">
- <path
- inkscape:connector-curvature="0"
- d="m 316.7736,397.581 c 0,0 0,0 -20.53889,0 0.3327,4.45245 3.92157,7.77609 8.70715,7.77609 3.38983,0 6.31456,-1.39616 8.64094,-3.65507 0.46553,-0.46679 0.99726,-0.59962 1.59519,-0.59962 0.79781,0 1.59561,0.39932 2.12692,1.06388 0.3327,0.46553 0.53216,0.99726 0.53216,1.52857 0,0.73118 -0.3327,1.52857 -0.93106,2.12734 -2.7919,2.99052 -7.51086,4.98503 -12.16403,4.98503 -8.44149,0 -15.22074,-6.77967 -15.22074,-15.22158 0,-8.44149 6.58022,-15.22074 15.02171,-15.22074 8.37529,0 14.62323,6.51317 14.62323,15.08749 0,1.26418 -1.12924,2.12861 -2.39258,2.12861 z m -12.23065,-11.76512 c -4.45329,0 -7.51085,2.92473 -8.17499,7.17731 10.03626,0 16.35083,0 16.35083,0 -0.59836,-4.05355 -3.78874,-7.17731 -8.17584,-7.17731 z"
- id="path11"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 375.46344,410.80807 c -8.44106,0 -15.22074,-6.77968 -15.22074,-15.22159 0,-8.44149 6.77968,-15.22074 15.22074,-15.22074 8.44234,0 15.22159,6.77925 15.22159,15.22074 -4.2e-4,8.44149 -6.77968,15.22159 -15.22159,15.22159 z m 0,-24.65992 c -5.31688,0 -8.77377,4.25427 -8.77377,9.43833 0,5.18364 3.45689,9.43833 8.77377,9.43833 5.31731,0 8.77504,-4.25469 8.77504,-9.43833 -4.2e-4,-5.18406 -3.45773,-9.43833 -8.77504,-9.43833 z"
- id="path13"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 412.66183,380.36574 c -4.45963,0 -7.40966,1.319 -10.01391,4.62956 l -0.24036,-1.53995 0,0 c -0.20198,-1.60743 -1.57326,-2.84926 -3.23382,-2.84926 -1.80139,0 -3.26206,1.459 -3.26206,3.26081 0,0.003 0,0.005 0,0.008 l 0,0 0,0.003 0,0 0,23.40712 c 0,1.79464 1.46194,3.25743 3.257,3.25743 1.79465,0 3.25744,-1.46279 3.25744,-3.25743 l 0,-12.56209 c 0,-5.71621 4.98502,-8.57432 10.23613,-8.57432 1.59519,0 2.85726,-1.32953 2.85726,-2.92515 0,-1.59561 -1.26207,-2.85726 -2.85768,-2.85726 z"
- id="path15"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 447.02614,395.58648 c 0.0666,-8.17541 -5.78326,-15.22074 -15.222,-15.22074 -8.44192,0 -15.28779,6.77925 -15.28779,15.22074 0,8.44191 6.64684,15.22159 14.68985,15.22159 4.01434,0 7.62682,-2.06621 9.23846,-4.22518 l 0.79359,2.01434 0,0 c 0.42589,1.13177 1.5176,1.93717 2.7978,1.93717 1.65001,0 2.98756,-1.33671 2.99009,-2.98545 l 0,0 0,-7.80687 0,0 0,-4.1556 z m -15.222,9.43833 c -5.31773,0 -8.77419,-4.25469 -8.77419,-9.43833 0,-5.18406 3.45604,-9.43833 8.77419,-9.43833 5.3173,0 8.77419,4.25427 8.77419,9.43833 0,5.18364 -3.45689,9.43833 -8.77419,9.43833 z"
- id="path17"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 355.01479,368.3337 c 0,-1.7938 -1.46194,-3.18997 -3.25659,-3.18997 -1.79422,0 -3.25743,1.39659 -3.25743,3.18997 l 0,17.1499 c -1.66097,-3.05756 -5.25026,-5.11786 -9.50495,-5.11786 -8.64052,0 -14.42336,6.51318 -14.42336,15.22074 0,8.70757 5.98229,15.22159 14.42336,15.22159 3.76555,0 7.03057,-1.55429 8.98587,-4.25554 l 0.72317,1.83428 c 0.44782,1.25912 1.64917,2.16024 3.06051,2.16024 1.78621,0 3.24984,-1.45435 3.24984,-3.24815 0,-0.005 0,-0.009 0,-0.0139 l 0,0 0,-38.95128 -4.2e-4,0 z m -15.22116,36.69111 c -5.31731,0 -8.70715,-4.25469 -8.70715,-9.43833 0,-5.18406 3.38984,-9.43833 8.70715,-9.43833 5.31773,0 8.70714,4.0544 8.70714,9.43833 0,5.38309 -3.38941,9.43833 -8.70714,9.43833 z"
- id="path19"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 287.21553,365.34023 c -0.59414,-0.0877 -1.19966,-0.13198 -1.80097,-0.13198 -6.73118,0 -12.20746,5.4767 -12.20746,12.20788 l 0,3.8132 -3.98903,0 c -1.46237,0 -2.65908,1.19671 -2.65908,2.65781 0,1.46321 1.19671,2.93738 2.65908,2.93738 l 3.98819,0 0,20.46004 c 0,1.79464 1.46236,3.25743 3.25658,3.25743 1.79507,0 3.25744,-1.46279 3.25744,-3.25743 l 0,-20.46004 4.40986,0 c 1.46194,0 2.65823,-1.47417 2.65823,-2.93738 0,-1.46152 -1.19629,-2.65823 -2.65823,-2.65823 l -4.40733,0 0,-3.8132 c 0,-3.13852 2.55323,-6.11469 5.69175,-6.11469 0.28294,0 0.56757,0.0211 0.84672,0.062 1.78031,0.26355 3.4358,-0.54269 3.70019,-2.32342 0.2627,-1.77904 -0.96606,-3.43538 -2.74594,-3.69935 z"
- id="path21"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 482.01243,363.57426 c 0,-10.06788 -8.16108,-18.22938 -18.22897,-18.22938 -10.06282,0 -18.22179,8.15475 -18.22854,18.21631 l -4.2e-4,-4.2e-4 0,14.1071 4.2e-4,4.2e-4 c 0.005,2.28463 1.85832,4.13409 4.14463,4.13409 0.007,0 0.0127,-8.4e-4 0.0194,-8.4e-4 l 10e-4,8.4e-4 14.07083,0 0,0 c 10.06409,-0.004 18.22138,-8.16276 18.22138,-18.22812 z"
- id="path25"
- style="fill:#294172" />
- <path
- inkscape:connector-curvature="0"
- d="m 469.13577,349.66577 c -4.72528,0 -8.55576,3.83049 -8.55576,8.55577 0,0.002 0,0.004 0,0.006 l 0,4.52836 -4.51444,0 c -8.5e-4,0 -8.5e-4,0 -10e-4,0 -4.72528,0 -8.55576,3.81193 -8.55576,8.53678 0,4.72528 3.83048,8.55577 8.55576,8.55577 4.72486,0 8.55534,-3.83049 8.55534,-8.55577 0,-0.002 0,-0.004 0,-0.006 l 0,-4.54733 4.51444,0 c 8.5e-4,0 0.001,0 0.002,0 4.72486,0 8.55534,-3.79296 8.55534,-8.51781 0,-4.72528 -3.83048,-8.55577 -8.55534,-8.55577 z m -8.55576,21.63483 c -0.004,2.48998 -2.02446,4.50811 -4.51571,4.50811 -2.49378,0 -4.53426,-2.02193 -4.53426,-4.5157 0,-2.49421 2.04048,-4.55366 4.53426,-4.55366 0.002,0 0.004,4.2e-4 0.006,4.2e-4 l 3.86971,0 c 0.001,0 0.002,-4.2e-4 0.003,-4.2e-4 0.35209,0 0.63799,0.28505 0.63799,0.63715 0,4.2e-4 -4.2e-4,8.4e-4 -4.2e-4,10e-4 l 0,3.92284 -4.2e-4,0 z m 8.55534,-8.5448 c -0.001,0 -0.003,0 -0.004,0 l -3.87223,0 c -8.4e-4,0 -0.002,0 -0.002,0 -0.35252,0 -0.63757,-0.28506 -0.63757,-0.63758 l 0,-4.2e-4 0,-3.90343 c 0.004,-2.49083 2.02446,-4.50854 4.51571,-4.50854 2.49378,0 4.53468,2.02193 4.53468,4.51613 4.2e-4,2.49336 -2.04048,4.53384 -4.53426,4.53384 z"
- id="path29"
- style="fill:#3c6eb4" />
- <path
- inkscape:connector-curvature="0"
- d="m 460.58001,362.7558 0,-4.52836 c 0,-0.002 0,-0.004 0,-0.006 0,-4.72528 3.83048,-8.55577 8.55576,-8.55577 0.71685,0 1.22623,0.0805 1.88952,0.25469 0.96774,0.25385 1.75796,1.04618 1.75838,1.96922 4.2e-4,1.11575 -0.80919,1.92621 -2.0194,1.92621 -0.57642,0 -0.78473,-0.11048 -1.62892,-0.11048 -2.49125,0 -4.51149,2.01771 -4.51571,4.50854 l 0,3.90385 0,4.2e-4 c 0,0.35252 0.28505,0.63758 0.63757,0.63758 4.3e-4,0 0.001,0 0.002,0 l 2.96521,0 c 1.10521,0 1.99747,0.88467 1.99832,1.99283 0,1.10816 -0.89353,1.99114 -1.99832,1.99114 l -3.60489,0 0,4.54733 c 0,0.002 0,0.004 0,0.006 0,4.72485 -3.83048,8.55534 -8.55534,8.55534 -0.71684,0 -1.22623,-0.0805 -1.88952,-0.25469 -0.96774,-0.25343 -1.75838,-1.04618 -1.7588,-1.9688 0,-1.11575 0.80919,-1.92663 2.01982,-1.92663 0.576,0 0.78473,0.11048 1.6285,0.11048 2.49125,0 4.51191,-2.01771 4.51613,-4.50811 0,0 0,-3.92368 0,-3.9241 0,-0.35168 -0.2859,-0.63673 -0.63799,-0.63673 -4.3e-4,0 -8.5e-4,0 -0.002,0 l -2.96521,-4.2e-4 c -1.10521,0 -1.99831,-0.88214 -1.99831,-1.9903 -4.3e-4,-1.11533 0.90238,-1.99367 2.01939,-1.99367 l 3.58339,0 0,0 z"
- id="path31"
- style="fill:#ffffff" />
- <path
- inkscape:connector-curvature="0"
- d="m 477.41661,378.55292 2.81558,0 0,0.37898 -1.18152,0 0,2.94935 -0.45254,0 0,-2.94935 -1.18152,0 0,-0.37898 m 3.26144,0 0.67101,0 0.84937,2.26496 0.85381,-2.26496 0.67102,0 0,3.32833 -0.43917,0 0,-2.9226 -0.85828,2.28279 -0.45255,0 -0.85827,-2.28279 0,2.9226 -0.43694,0 0,-3.32833"
- id="text6223"
- style="fill:#294172;enable-background:new" />
- </g>
- <path
- inkscape:connector-curvature="0"
- d="m 181.98344,61.675273 2.81558,0 0,0.37898 -1.18152,0 0,2.94935 -0.45254,0 0,-2.94935 -1.18152,0 0,-0.37898 m 3.26144,0 0.67101,0 0.84937,2.26496 0.85381,-2.26496 0.67102,0 0,3.32833 -0.43917,0 0,-2.9226 -0.85828,2.28279 -0.45255,0 -0.85827,-2.28279 0,2.9226 -0.43694,0 0,-3.32833"
- id="path2391"
- style="fill:#ffffff;enable-background:new" />
- </g>
- <text
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/rlerch/Source/myfedorapeople/openid_mockups/fedora-openid_logo-white.png"
- sodipodi:linespacing="125%"
- id="text3156"
- y="371.0076"
- x="245.48904"
- style="font-size:21.13282394px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;opacity:0.77600002;fill:#f9f9f9;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Comfortaa"
- xml:space="preserve"
- transform="scale(1.0274552,0.97327845)"><tspan
- style="font-size:31.56342316px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#f9f9f9;font-family:Comfortaa;-inkscape-font-specification:Comfortaa"
- y="371.0076"
- x="245.48904"
- id="tspan3158"
- sodipodi:role="line">AuthN</tspan></text>
- </g>
- </g>
-</svg>
diff --git a/roles/ipsilon/files/ui-fedora-old/repeater.png b/roles/ipsilon/files/ui-fedora-old/repeater.png
deleted file mode 100644
index 45d9189fb..000000000
--- a/roles/ipsilon/files/ui-fedora-old/repeater.png
+++ /dev/null
Binary files differ