Skip to content

Commit 4637371

Browse files
committed
Updated more links
- Added `rel="noopener"` to every link - Updated outdated links - Removed trailing slashes - Removed dead links
1 parent 012c1e7 commit 4637371

File tree

5 files changed

+90
-87
lines changed

5 files changed

+90
-87
lines changed

templates/base.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<span class="icon"><i class="fa fa-question"></i></span><span>FAQ</span>
8888
</a>
8989
<a class="navbar-item" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
90-
target="_blank">
90+
rel="noopener" target="_blank">
9191
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
9292
</a>
9393
<a class="navbar-item" href="mailto:hello@openandroidinstaller.org">
@@ -124,13 +124,13 @@
124124
<ul class="is-flex is-flex-wrap-wrap is-align-items-center is-justify-content-center">
125125
<li class="mr-4"><a class="button is-white"
126126
href="https://github.com/openandroidinstaller-dev/openandroidinstaller-dev.github.io/files/10787205/press-kit-openandroidinstaller.zip"
127-
target="_blank">Download press kit</a></li>
127+
rel="noopener" target="_blank">Download press kit</a></li>
128128
<li class="mr-4"><a class="button is-white"
129129
href="https://github.com/openandroidinstaller-dev/openandroidinstaller#acknowledgements"
130-
target="_blank">Funding</a></li>
130+
rel="noopener" target="_blank">Funding</a></li>
131131
<li class="mr-4"><a class="button is-white"
132132
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/LICENSE"
133-
target="_blank">License</a></li>
133+
rel="noopener" target="_blank">License</a></li>
134134
<li class="mr-4"><a class="button is-white"
135135
href="https://openandroidinstaller.org/imprint.html">Impressum</a></li>
136136
<li class="mr-4"><a class="button is-white" href="https://openandroidinstaller.org/privacy.html">Privacy
@@ -142,18 +142,19 @@
142142
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
143143
<div class="container">
144144
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
145-
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
146-
All rights reserved © OpenAndroidInstaller 2022-2023</p>
145+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io" rel="noopener" target="_blank">Bulma</a> by
146+
Tobias Sterbak. All rights reserved © OpenAndroidInstaller 2022-2023</p>
147147
<div class="py-2 is-hidden-tablet"></div>
148148
<div class="ml-auto">
149149
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
150-
target="_blank">
150+
rel="noopener" target="_blank">
151151
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
152152
</a>
153-
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
153+
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" rel="noopener" target="_blank">
154154
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>
155155
</a>
156-
<a rel="me" class="mr-4 is-inline-block" href="https://fosstodon.org/@openandroidinstaller" target="_blank">
156+
<a class="mr-4 is-inline-block" href="https://fosstodon.org/@openandroidinstaller" rel="me noopener"
157+
target="_blank">
157158
<span class="icon"><i class="fab fa-mastodon"></i></span><span>Mastodon</span>
158159
</a>
159160
</div>

templates/download.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
3434
</article>
3535
<div class="tile is-ancestor">
3636
<div class="tile is-6 is-vertical is-parent">
37-
<a class="tile is-child box is-clickable" target="_blank" href="https://flathub.org/apps/org.openandroidinstaller.OpenAndroidInstaller">
37+
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
38+
href="https://flathub.org/apps/org.openandroidinstaller.OpenAndroidInstaller">
3839
<div class="icon-text title">
3940
<span class="icon is-medium">
4041
<i class="fab fa-linux" aria-hidden="true"></i>
@@ -43,7 +44,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
4344
</div>
4445
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
4546
</a>
46-
<a class="tile is-child box is-clickable" target="_blank"
47+
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
4748
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/{{ version }}/openandroidinstaller-{{ version }}-ubuntu-latest.zip">
4849
<div class="icon-text title">
4950
<span class="icon is-medium">
@@ -54,7 +55,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
5455
<p>Build on Ubuntu 22.04.</p>
5556
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
5657
</a>
57-
<a class="tile is-child box is-clickable" target="_blank"
58+
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
5859
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/{{ version }}/openandroidinstaller-{{ version }}-ubuntu-20.04.zip">
5960
<div class="icon-text title">
6061
<span class="icon is-medium">
@@ -67,7 +68,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
6768
</a>
6869
</div>
6970
<div class="tile is-vertical is-parent">
70-
<a class="tile is-child box" target="_blank"
71+
<a class="tile is-child box" rel="noopener" target="_blank"
7172
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/{{ version }}/openandroidinstaller-{{ version }}-windows-latest.zip">
7273
<div class="icon-text title">
7374
<span class="icon is-medium">
@@ -77,7 +78,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
7778
</div>
7879
<p>Click to download the zipped exe.</p>
7980
</a>
80-
<a class="tile is-child box is-clickable" target="_blank"
81+
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
8182
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/{{ version }}/openandroidinstaller-{{ version }}-macos-latest.zip">
8283
<div class="icon-text title">
8384
<span class="icon is-medium">
@@ -87,8 +88,8 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
8788
</div>
8889
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
8990
</a>
90-
<a class="tile is-child box is-clickable" target="_blank"
91-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/">
91+
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
92+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases">
9293
<div class="icon-text title">
9394
<span class="icon is-medium">
9495
<i class="fab fa-github" aria-hidden="true"></i>

templates/feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2 class="subtitle">Give feedback to the project and how it worked for you. At
5252
</div>
5353

5454
<div class="field">
55-
<p>Your feedback is processed in encrypted form by <a href="https://airform.io/"
55+
<p>Your feedback is processed in encrypted form by <a href="https://airform.io" rel="noopener"
5656
target="_blank">airform.io</a> and if you provide an email address you might get an answer.</p>
5757
</div>
5858

templates/index.html

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ <h2 class="subtitle">The graphical installer that makes installing alternative A
4141
<div class="ml-3">
4242
<h4 class="is-size-4 has-text-weight-bold mb-2">Works out-of-the-box</h4>
4343
<p class="subtitle has-text-grey">Comes packaged with all <a
44-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller#tools" target="_blank">tools
45-
like adb, fastboot and heimdall.</a></p>
44+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller#tools" rel="noopener"
45+
target="_blank">tools like adb, fastboot and heimdall.</a></p>
4646
</div>
4747
</div>
4848
<div class="mb-6 is-flex">
@@ -156,15 +156,15 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold">Getting st
156156
</p>
157157
<p>
158158
Note, that Ubuntu 22.04 can be <a
159-
href="https://ubuntu.com/tutorials/try-ubuntu-before-you-install#1-getting-started" target="_blank">booted
160-
from a USB drive without installing it</a>.
159+
href="https://ubuntu.com/tutorials/try-ubuntu-before-you-install#1-getting-started" rel="noopener"
160+
target="_blank">booted from a USB drive without installing it</a>.
161161
This might be a simple solution if you face any compatibility issues.
162162
</p>
163163
<h4>How to run the application:</h4>
164164
<ul>
165165
<li><a href="https://openandroidinstaller.org/download.html">Download</a> the .exe, flatpak or appropriate
166166
executable file for your OS. You might need to change permissions to run the executable.
167-
(On Windows, also <a href="https://adb.clockworkmod.com/">install the Universal USB Drivers</a> and other
167+
(On Windows, also <a href="https://adb.clockworkmod.com">install the Universal USB Drivers</a> and other
168168
potentially drivers needed for your device.)</li>
169169
<li>Start the desktop app and follow the instructions. You might need to allow or enable the execution
170170
of the software.</li>
@@ -182,15 +182,15 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold" id="what-t
182182
</p>
183183
<h4>A selection of different Android-based ROMs and where to find them:</h4>
184184
<ul>
185-
<li><a href="https://wiki.lineageos.org/devices/" target="_blank">LineageOS</a></li>
186-
<li><a href="https://doc.e.foundation/devices" target="_blank">/e/OS</a></li>
187-
<li><a href="https://download.lineage.microg.org/" target="_blank">LineageOS for microg</a></li>
188-
<li><a href="https://blissroms.org/" target="_blank">BlissRoms</a></li>
189-
<li><a href="https://download.pixelexperience.org/" target="_blank">PixelExperience with built-in
190-
GApps</a></li>
191-
<li>or you can just search the web or the <a href="https://forum.xda-developers.com"
192-
target="_blank">xda-developers
193-
forum</a> for an appropriate version for your device.</li>
185+
<li><a href="https://wiki.lineageos.org/devices" rel="noopener" target="_blank">LineageOS</a></li>
186+
<li><a href="https://doc.e.foundation/devices" rel="noopener" target="_blank">/e/OS</a></li>
187+
<li><a href="https://download.lineage.microg.org" rel="noopener" target="_blank">LineageOS for microg</a>
188+
</li>
189+
<li><a href="https://blissroms.org" rel="noopener" target="_blank">BlissRoms</a></li>
190+
<li><a href="https://download.pixelexperience.org" rel="noopener" target="_blank">PixelExperience with
191+
built-in GApps</a></li>
192+
<li>or you can just search the web or the <a href="https://forum.xda-developers.com" rel="noopener"
193+
target="_blank">xda-developers forum</a> for an appropriate version for your device.</li>
194194
</ul>
195195
<figure class="image is-16by9">
196196
<iframe title="OpenAndroidInstaller demo: Install LineageOS and MicroG on Samsung Galaxy S7"
@@ -286,11 +286,11 @@ <h3 class="title is-3 is-spaced">
286286
<h4 class="subtitle is-5">Use the OpenAndroidInstaller and report a bug</h4>
287287
<ul>
288288
<li>Use the <a href="https://github.com/openandroidinstaller-dev/openandroidinstaller/issues"
289-
target="_blank">OpenAndroidInstaller issue tracker</a> to report bugs, request new devices or
290-
features.</li>
289+
rel="noopener" target="_blank">OpenAndroidInstaller issue tracker</a> to report bugs, request new
290+
devices or features.</li>
291291
<li>Use the <a
292292
href="https://github.com/openandroidinstaller-dev/openandroidinstaller-dev.github.io/issues"
293-
target="_blank">website issue tracker</a> to report bugs or typo.</li>
293+
rel="noopener" target="_blank">website issue tracker</a> to report bugs or typo.</li>
294294
</ul>
295295
</div>
296296
<div id="developer" class="tabcontent content p-4">
@@ -308,20 +308,21 @@ <h4 class="subtitle is-5">Adding support for new devices</h4>
308308
<ul>
309309
<li><a
310310
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/doc/how_to_contribute_your_own_installation_configurations.md"
311-
target="_blank">How to contribute config files</a></li>
311+
rel="noopener" target="_blank">How to contribute config files</a></li>
312312
</ul>
313313
<h4 class="subtitle is-5">Finding issues to fix</h4>
314314
<p>The source code is hosted on <a
315-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/" target="_blank">GitHub</a>.
316-
A number of the issues are marked with the
317-
<a href="https://github.com/openandroidinstaller-dev/openandroidinstaller/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"
318-
target="_blank">"good first issue"</a> label indicating
319-
they are suitable for someone new to the OpenAndroidInstaller code base.
315+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller" rel="noopener"
316+
target="_blank">GitHub</a>.
317+
A number of the issues are marked with the <a
318+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"
319+
rel="noopener" target="_blank">"good first issue"</a> label indicating they are suitable for someone
320+
new to the OpenAndroidInstaller code base.
320321
</p>
321322
<ul>
322323
<li><a
323324
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/doc/building_the_application_for_your_platform.md#run-openandroidinstaller-for-development"
324-
target="_blank">Run the application for development</a></li>
325+
rel="noopener" target="_blank">Run the application for development</a></li>
325326
</ul>
326327
</div>
327328
<div id="tester" class="tabcontent content p-4">
@@ -337,9 +338,9 @@ <h4 class="subtitle is-5">Test the installer</h4>
337338
<p>Often there are pre-releases or specific features that need testing. What you can do:</p>
338339
<ul>
339340
<li>Test the tool regularly with a spare device and check if everything still works</li>
340-
<li>Follow us on <a href="https://fosstodon.org/@openandroidinstaller" target="_blank">Mastodon</a> or
341-
<a href="https://twitter.com/OAInstaller" target="_blank">Twitter</a>
342-
and test new (pre-) releases and report issues.
341+
<li>Follow us on <a href="https://fosstodon.org/@openandroidinstaller" rel="noopener"
342+
target="_blank">Mastodon</a> or <a href="https://twitter.com/OAInstaller" rel="noopener"
343+
target="_blank">Twitter</a> and test new (pre-) releases and report issues.
343344
</li>
344345
</ul>
345346
</div>

0 commit comments

Comments
 (0)