mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-07 01:46:27 +02:00
+ index page in /sites/default/files/ to help find old files
This commit is contained in:
parent
a2fed157e1
commit
91148030f3
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://www.nicolabs.net/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.nicolabs.net/" rel="alternate" type="text/html" /><updated>2025-05-23T12:32:13+02:00</updated><id>https://www.nicolabs.net/feed.xml</id><title type="html">nicolabs</title><subtitle>Work in progress...</subtitle><author><name>nicobo</name></author><entry><title type="html">Install LineageOS with Google Services and root</title><link href="https://www.nicolabs.net/2024/LineageOS4microG-Upgrade" rel="alternate" type="text/html" title="Install LineageOS with Google Services and root" /><published>2024-12-21T00:00:00+01:00</published><updated>2024-12-21T00:00:00+01:00</updated><id>https://www.nicolabs.net/2024/LineageOS4microG-Upgrade</id><content type="html" xml:base="https://www.nicolabs.net/2024/LineageOS4microG-Upgrade"><![CDATA[<p>LineageOS does not ship with Google apps (“gapps”), which are unfortunately required for some usages (localization, push notifications, Maps API) and by few apps which depend directly on it (which is actually a bad practice).
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://www.nicolabs.net/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.nicolabs.net/" rel="alternate" type="text/html" /><updated>2025-05-23T12:38:12+02:00</updated><id>https://www.nicolabs.net/feed.xml</id><title type="html">nicolabs</title><subtitle>Work in progress...</subtitle><author><name>nicobo</name></author><entry><title type="html">Install LineageOS with Google Services and root</title><link href="https://www.nicolabs.net/2024/LineageOS4microG-Upgrade" rel="alternate" type="text/html" title="Install LineageOS with Google Services and root" /><published>2024-12-21T00:00:00+01:00</published><updated>2024-12-21T00:00:00+01:00</updated><id>https://www.nicolabs.net/2024/LineageOS4microG-Upgrade</id><content type="html" xml:base="https://www.nicolabs.net/2024/LineageOS4microG-Upgrade"><![CDATA[<p>LineageOS does not ship with Google apps (“gapps”), which are unfortunately required for some usages (localization, push notifications, Maps API) and by few apps which depend directly on it (which is actually a bad practice).
|
||||
Although LineageOS provides <a href="https://wiki.lineageos.org/gapps/">a procedure to install gapps</a>, they DO NOT support it.</p>
|
||||
|
||||
<p><a href="https://lineage.microg.org/">LineageOS of microG</a> provides LineageOS images for your phone, <em>directly shipping with microG</em>, which is an implementation of gapps.
|
||||
|
|
11
docs/sites/default/files/index.html
Normal file
11
docs/sites/default/files/index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="https://www.nicolabs.net/redirects">
|
||||
<script>location="https://www.nicolabs.net/redirects"</script>
|
||||
<meta http-equiv="refresh" content="0; url=https://www.nicolabs.net/redirects">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="https://www.nicolabs.net/redirects">Click here if you are not redirected.</a>
|
||||
</html>
|
|
@ -2,6 +2,7 @@
|
|||
layout: page
|
||||
title: Lost something ?
|
||||
redirect_from:
|
||||
- /sites/default/files/index.html
|
||||
- /sites/default/files/egg.xcf.html
|
||||
- /sites/default/files/pycrypto-2.6.win32-py3.2_0.exe.html
|
||||
- /sites/default/files/tweaking-android-notifications.zip.html
|
||||
|
|
Loading…
Reference in a new issue