Skip to content

Commit

Permalink
Sakuraweb: Update links & stats
Browse files Browse the repository at this point in the history
Signed-off-by: ReveRTX <[email protected]>
  • Loading branch information
ReveRTX committed Mar 22, 2024
1 parent 968684b commit a15067d
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 53 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Project Sakura
Copyright (c) 2024 Project Sakura

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It is an Open Source custom ROM building website that is being used by thousands

The project is originally based on android and there are 35 mobiles that are being maintained by 20 maintainers.

For more information regarding new updates and features as well as to download Project Sakura please visit the official website here : [Project Sakura](https://projectsakura.xyz)
For more information regarding new updates and features as well as to download Project Sakura please visit the official website here : [Project Sakura](https://projectsakura.me)

### **Features**

Expand Down
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ <h5 class="white-text">Links</h5>
</div>
<div class="footer-copyright">
<div class="container">
© 2021 | Project Sakura
© 2024 | Project Sakura
<a class="right" href="https://materializecss.com">Made with Materialize</a>
</div>
</div>
Expand Down
20 changes: 10 additions & 10 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta property="og:title" content="ProjectSakura" />
<meta property="twitter:title" content="ProjectSakura | Downloads">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/60218698?s=200&v=4s" />
<meta property="og:url" content="https://projectsakura.xyz/download.html" />
<meta property="og:url" content="https://projectsakura.me/download.html" />
<!-- Descriptions -->
<meta name="description" content="This is the download page for all officially supported devices by Project Sakura.">
<meta property="og:description" content="Get the build for your officially supported device by Project Sakura.">
Expand Down Expand Up @@ -106,10 +106,10 @@
<input class="menu-btn noSelect" type="checkbox" id="menu-btn" />
<label class="menu-icon noSelect" for="menu-btn"><span class="navicon noSelect"></span></label>
<ul class="tabs">
<li><a href="https://projectsakura.xyz" class="noSelect">Home</a></li>
<li><a href="https://projectsakura.xyz/download" class="noSelect">Download</a></li>
<li><a href="https://projectsakura.me" class="noSelect">Home</a></li>
<li><a href="https://projectsakura.me/download" class="noSelect">Download</a></li>
<li><a href="https://twitter.com/ProjectSakura_" class="noSelect">Twitter</a></li>
<li><a href="https://projectsakura.xyz/blog.html" class="noSelect">Blog</a></li>
<li><a href="https://projectsakura.me/blog.html" class="noSelect">Blog</a></li>
</ul>
</header>
</div>
Expand All @@ -125,7 +125,7 @@

<h2 class="subheader">Feels Like Spring 🌸</h2>

<a href="https://projectsakura.xyz/download" class="download-button noSelect">Download</a>
<a href="https://projectsakura.me/download" class="download-button noSelect">Download</a>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- sakura-horizontal-unit-2 -->
Expand Down Expand Up @@ -160,18 +160,18 @@ <h2 class="subheader">Feels Like Spring 🌸</h2>
<div class="footer-section-2">
Important Links
<ul>
<li><a href="https://projectsakura.xyz">Home</a></li>
<li><a href="https://projectsakura.xyz/blog.html">Blog</a></li>
<li><a href="https://projectsakura.xyz/download/">Download Now</a></li>
<li><a href="https://projectsakura.xyz/stats.html">Stats</a></li>
<li><a href="https://projectsakura.me">Home</a></li>
<li><a href="https://projectsakura.me/blog.html">Blog</a></li>
<li><a href="https://projectsakura.me/download/">Download Now</a></li>
<li><a href="https://projectsakura.me/stats.html">Stats</a></li>
</ul>
</div>
<div class="footer-section-3">
<div class="info">
<!-- <div class="team-info">
Sponsored by:
<p>
<a href="https://xsl.tel"><img src="https://projectsakura.xyz/image/spon-white.png" alt="sponsor logo" /></a>
<a href="https://xsl.tel"><img src="https://projectsakura.me/image/spon-white.png" alt="sponsor logo" /></a>
</p> -->
Project Maintained by <a href="https://github.com/LordShenron">Shen</a> & <a href="https://github.com/ReveRTX">ReveRTX</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h3 class="feature-title">Ritik</h3>
<div class="column">
<div class="card feature-card has-text-white">
<img class="team-avatar" src="https://avatars.githubusercontent.com/u/91870357?v=4" alt="avatar" />
<h3 class="feature-title">S B Harsha Vardhan</h3>
<h3 class="feature-title">ReveRTX</h3>
<p class="feature-desc">Core Developer</p>
<a href="https://github.com/ReveRTX" target="blank"><i class="fa fa-github"
style="font-size: 40px"></i></a>&nbsp;&nbsp;
Expand Down
4 changes: 2 additions & 2 deletions js/stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function append(parent, el) {
}

const url =
"https://sourceforge.net/projects/projectsakura/files/stats/json?start_date=2020-01-01&end_date=2022-01-01";
"https://sourceforge.net/projects/projectsakura/files/stats/json?start_date=2020-01-01&end_date=2024-03-01";
async function getData() {
const response = await fetch(url);
const data = await response.json();
Expand Down Expand Up @@ -71,7 +71,7 @@ const OTA_Function = async () => {
const response = await fetch(
"https://sourceforge.net/projects/projectsakura/files/" +
device.codename +
"/stats/json?start_date=2020-01-01&end_date=2022-01-01"
"/stats/json?start_date=2020-01-01&end_date=2024-03-01"
);
const jsonData = await response.json();
const percent = ((jsonData.total * 100) / Total__Download).toFixed(3);
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://projectsakura.xyz/sitemap.xml
Sitemap: https://projectsakura.me/sitemap.xml
72 changes: 36 additions & 36 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,145 +1,145 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://projectsakura.xyz/</loc>
<loc>https://projectsakura.me/</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://projectsakura.xyz/wiki/</loc>
<loc>https://projectsakura.me/wiki/</loc>
<lastmod>2021-06-16T09:59:26+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://projectsakura.xyz/blog/</loc>
<loc>https://projectsakura.me/blog/</loc>
<lastmod>2021-06-16T15:36:25+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://projectsakura.xyz/stats.html</loc>
<loc>https://projectsakura.me/stats.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://projectsakura.xyz/download/</loc>
<loc>https://projectsakura.me/download/</loc>
<lastmod>2021-06-14T14:57:52+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://projectsakura.xyz/maintainers/</loc>
<loc>https://projectsakura.me/maintainers/</loc>
<lastmod>2021-05-19T16:34:09+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://projectsakura.xyz/blog.html</loc>
<loc>https://projectsakura.me/blog.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/5.R-mid-may-2021-update.html</loc>
<loc>https://projectsakura.me/posts/5.R-mid-may-2021-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/5.R-May-2021-update.html</loc>
<loc>https://projectsakura.me/posts/5.R-May-2021-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/5.R-April-2021-update.html</loc>
<loc>https://projectsakura.me/posts/5.R-April-2021-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/gssoc-association-website-update-march.html</loc>
<loc>https://projectsakura.me/posts/gssoc-association-website-update-march.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/5.R-android-11-second-update-march.html</loc>
<loc>https://projectsakura.me/posts/5.R-android-11-second-update-march.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/5.R-android-11-initial-release.html</loc>
<loc>https://projectsakura.me/posts/5.R-android-11-initial-release.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/4.R-february-2021-update.html</loc>
<loc>https://projectsakura.me/posts/4.R-february-2021-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/4.R-january-2021-update.html</loc>
<loc>https://projectsakura.me/posts/4.R-january-2021-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/4.R-android-11-update.html</loc>
<loc>https://projectsakura.me/posts/4.R-android-11-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/3.R-android-11-beta-3.html</loc>
<loc>https://projectsakura.me/posts/3.R-android-11-beta-3.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/3-R-android-11-beta-2.html</loc>
<loc>https://projectsakura.me/posts/3-R-android-11-beta-2.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/android-11-beta-1.html</loc>
<loc>https://projectsakura.me/posts/android-11-beta-1.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/september-2020-update.html</loc>
<loc>https://projectsakura.me/posts/september-2020-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/second-update-of-august-2020.html</loc>
<loc>https://projectsakura.me/posts/second-update-of-august-2020.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/august-2020-update.html</loc>
<loc>https://projectsakura.me/posts/august-2020-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/july-2020-update.html</loc>
<loc>https://projectsakura.me/posts/july-2020-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/second-update-of-june-2020.html</loc>
<loc>https://projectsakura.me/posts/second-update-of-june-2020.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/maintainership.html</loc>
<loc>https://projectsakura.me/posts/maintainership.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/may-2020-update.html</loc>
<loc>https://projectsakura.me/posts/may-2020-update.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://projectsakura.xyz/posts/oursponsor.html</loc>
<loc>https://projectsakura.me/posts/oursponsor.html</loc>
<lastmod>2021-06-12T17:05:35+00:00</lastmod>
<priority>0.64</priority>
</url>


</url>


</urlset>
1 change: 1 addition & 0 deletions stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ <h1>SAKURA STATS &#169;</h1>
<div class="container card header-card">
<h3 class="card-title">Project Sakura got downloaded <span class="totaldownload"></span> times.</h3>
<p class="card-text">Note: These stats are only for official downloads, unofficial numbers are unknown.</p>
<p class="card-text">Last Updated : 01-03-2024</p>
</div>

<!-- TABLE ENTRIES >> Supported Devices -->
Expand Down

0 comments on commit a15067d

Please sign in to comment.