|
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
|
8 | | - <title>Olaki - A list of Android devices by compatible operating systems</title> |
| 8 | + <title>Olaki - Find alternative operating systems for your Android device</title> |
9 | 9 | <meta name="description" content="An aggregated list of Android devices by compatible operating systems."> |
10 | 10 | <meta name="author" content="kedio-labs"> |
11 | 11 |
|
|
111 | 111 | h1, h2 { |
112 | 112 | border-bottom: 1px solid #a2a9b1; |
113 | 113 | } |
| 114 | + |
| 115 | + #quick-table-stats { |
| 116 | + font-style: italic; |
| 117 | + } |
114 | 118 | </style> |
115 | 119 | </head> |
116 | 120 |
|
117 | 121 | <body> |
118 | 122 | <header> |
119 | 123 | <h1>Welcome to Olaki.</h1> |
120 | 124 | <p> |
121 | | - An automatically generated list of Android devices by compatible operating systems. For each device, a link to the |
122 | | - corresponding OS image or project page is provided. See the source code <a href="https://github.com/kedio-labs/olaki" |
123 | | - target="_blank">here.</a> |
| 125 | + An awesome list of alternative operating systems for Android devices. |
124 | 126 | </p> |
125 | 127 | <p> |
126 | | - Sensible defaults are defined to try and only include <code>(device, OS)</code> pairs with high enough compatibility rates. |
| 128 | + Only operating systems with strong compatibility are included for each device. |
127 | 129 | See the <a href="#appendix-header">Appendix</a> for more details. |
128 | 130 | </p> |
129 | | - <p>Last update: <span id="last-update-date"></span>.</p> |
130 | 131 | <p>Please <a href="https://github.com/kedio-labs/olaki" target="_blank">contribute</a> if you'd like to see other operating |
131 | 132 | systems listed here. |
132 | 133 | </p> |
@@ -226,7 +227,7 @@ <h3>Is it easy to install a custom OS on my Android device?</h3> |
226 | 227 | <p>Your mileage may vary. It will require learning about concepts such as rooting, bootloader, flashing, ROM, etc. Luckily, |
227 | 228 | many people have been through this before so there is extensive documentation on the internet and the list above is aimed at |
228 | 229 | providing <code>(device, os)</code> pairs with high compatibility rates.</p> |
229 | | - <h3>Can you please add OS [XYZ] to the list?</h3> |
| 230 | + <h3>Can you please add a new feature or a new OS to the list?</h3> |
230 | 231 | <p>Sounds like a plan. :) Please raise <a href="https://github.com/kedio-labs/olaki/issues" target="_blank">an issue</a> |
231 | 232 | once you've |
232 | 233 | confirmed it's not a duplicate or, if you have coding |
@@ -261,11 +262,6 @@ <h3>How do I run my phone without a battery?</h3> |
261 | 262 |
|
262 | 263 | <script src="olaki-data.js"></script> |
263 | 264 | <script> |
264 | | - // |
265 | | - // populate last updated timestamp |
266 | | - // |
267 | | - document.getElementById("last-update-date").innerText = new Date(olakiData.lastUpdated).toUTCString(); |
268 | | - |
269 | 265 | // |
270 | 266 | // populate table |
271 | 267 | // |
@@ -346,7 +342,7 @@ <h3>How do I run my phone without a battery?</h3> |
346 | 342 | // populate table stats |
347 | 343 | // |
348 | 344 | document.getElementById("quick-table-stats").innerHTML = |
349 | | - `Quick stats: ${Object.keys(olakiData.deviceSummaries).length} devices. ${document.getElementsByClassName("os-column-header").length} operating systems. ${numberOfDeviceToOsPairs} <code>(device, OS)</code> pairs available.`; |
| 345 | + `${Object.keys(olakiData.deviceSummaries).length} devices. ${document.getElementsByClassName("os-column-header").length} operating systems. ${numberOfDeviceToOsPairs} (device, OS) pairs. Last update: ${new Date(olakiData.lastUpdated).toUTCString()}`; |
350 | 346 |
|
351 | 347 |
|
352 | 348 | // |
|
0 commit comments