-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 829ef3c
Showing
137 changed files
with
13,454 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
######### Generated by Lwspanel ######### | ||
######### Ne pas modifier / Don't touch ######### | ||
|
||
# Redirections https homebrew-france.fr | ||
RewriteEngine On | ||
RewriteCond %{HTTP:X-Forwarded-Proto} !https | ||
RewriteCond %{HTTPS} !on | ||
RewriteCond %{HTTP_HOST} ^(?:www\.)?homebrew-france\.fr(?:.*)$ [nc] | ||
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [redirect=301,L] | ||
|
||
######### End Generated by Lwspanel ######### | ||
RewriteEngine On | ||
|
||
# Redirection vers HTTPS | ||
# RewriteCond %{HTTPS} !=on | ||
# RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] | ||
|
||
# Redirection vers 503.html (exceptions pour certains dossiers et fichier 503.html) | ||
# RewriteCond %{REQUEST_URI} !^/(scripts|devenir-helper|error|style|discord\.homebrew-france\.fr)(/.*)?$ | ||
# RewriteRule ^(.*)$ /error/503.html [L] | ||
|
||
|
||
# Redirection www -> non-www | ||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] | ||
RewriteRule ^(.*)$ https://%1/$1 [R=301,L] | ||
|
||
# Redirection de docs.homebrew-france.fr/ps2 vers homebrew-france.fr/docs/ps2 | ||
RewriteCond %{HTTP_HOST} ^docs\.homebrew-france\.fr$ [NC] | ||
RewriteRule ^ps2$ https://homebrew-france.fr/docs/ps2 [R=301,L] | ||
RewriteRule ^ps4$ https://homebrew-france.fr/docs/ps4 [R=301,L] | ||
RewriteRule ^psvita$ https://homebrew-france.fr/docs/psvita [R=301,L] | ||
RewriteRule ^switch$ https://homebrew-france.fr/docs/switch [R=301,L] | ||
RewriteRule ^3ds$ https://homebrew-france.fr/docs/3ds [R=301,L] | ||
RewriteRule ^dsi$ https://homebrew-france.fr/docs/dsi [R=301,L] | ||
RewriteRule ^sideloading-ios$ https://homebrew-france.fr/docs/sideloading-ios [R=301,L] | ||
RewriteRule ^revanced$ https://homebrew-france.fr/docs/revanced [R=301,L] | ||
RewriteRule ^xbox$ https://homebrew-france.fr/docs/xbox [R=301,L] | ||
|
||
# Erreurs personnalisées | ||
ErrorDocument 404 /error/404.html | ||
ErrorDocument 403 /error/403.html | ||
ErrorDocument 503 /error/503.html | ||
|
||
# Désactiver l'indexation | ||
Options -Indexes | ||
|
||
# CORS Headers | ||
<IfModule mod_headers.c> | ||
Header set Access-Control-Allow-Origin "*" | ||
Header set Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS" | ||
Header set Access-Control-Allow-Headers "Content-Type, Authorization" | ||
</IfModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dh=7304cdb723210a8b9a118f903425bce4198f1228 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
<!-- | ||
Homebrew France Web V3 | ||
Copyright (C) 2025 Homebrew France | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<!DOCTYPE html> | ||
<html lang="fr" data-website-id="HBFWEB-V3-LWS"> | ||
<head> | ||
<title>A propos</title> | ||
|
||
<!-- Meta --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="utf-8"> | ||
<meta content="A propos • Homebrew France" property="og:title"/> | ||
<meta content="En savoir plus sur le staff de notre communauté et les crédits du site. Découvrez les personnes derrière notre communauté." property="og:description"/> | ||
<meta content="https://homebrew-france.fr/a-propos/" property="og:url"/> | ||
<meta content="https://cdn.homebrew-france.site/meta-imgs/a-propos.png" property="og:image"/> | ||
<meta name="HandheldFriendly" content="true"/> | ||
<meta name="apple-mobile-web-app-capable" content="YES"/> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@HomebrewFrance" /> | ||
<meta name="twitter:title" content="Homebrew France - La communauté n°1 pour le jailbreak de consoles" /> | ||
<meta name="twitter:description" content="Rejoignez Homebrew France, la communauté dédiée au jailbreak de consoles avec support et guides en ligne." /> | ||
<meta name="twitter:image" content="https://cdn.homebrew-france.site/generic/website-icon.png" /> | ||
|
||
<!-- Link --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="../style/stylesheets/style.css" /> | ||
<link rel="stylesheet" href="../style/stylesheets/navbar__f.css" /> | ||
<link rel="icon" type="image/x-icon" href="https://cdn.homebrew-france.site/generic/fav.ico" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
|
||
<!-- Scripts --> | ||
<script async src="../scripts/analyticsServices_manager.js"></script> | ||
<script async src="../scripts/navItemsHighlights_docs.js"></script> | ||
</head> | ||
<body data-page-id="A-PROPOS"> | ||
<div id="navSpace"></div> | ||
<div class="page"> | ||
<div class="indicator-container"> | ||
<div class="indicator">À propos</div> | ||
<div class="indicator-desc">Quelques infos sur notre communauté et le site.</div> | ||
</div> | ||
<hr id="indicatorSeparator" /> | ||
<h3 class="titles">Notre équipe :</h3> | ||
<p>Toute l'équipe de bénévoles de Homebrew France.</p> | ||
<div class="grid-container"> | ||
<div class="chargementApropos"> | ||
<img src="https://cdn.homebrew-france.site/generic/loading.gif" width="65px" height="auto" /> <h2>Chargement...</h2> | ||
</div> | ||
</div> | ||
<p>Egalement, un grand merci à toutes les personnes ayant contribué à Homebrew France par le passé ! Fripouz, Arkomega, Rayasticot, Darkpepito_tux, M3ggy, SovietHorizon, xDevInsert, Alhee</p> | ||
<h3 class="titles">Crédits du site :</h3> | ||
<div class="credits"> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://github.com/Dhalian"><strong>DHALIAN :</strong></a></p> | ||
<ul> | ||
<li>Développement du site.</li> | ||
<li>Création des packs Nintendo 3DS et DSi.</li> | ||
<li>Ajouts et compléments sur la documentation PlayStation 2.</li> | ||
<li>Rédaction de la documentation Nintendo DSi.</li> | ||
<li>Rédaction de la documentation YouTube ReVanced.</li> | ||
<li>Rédaction de la documentation Sideloading iOS.</li> | ||
<li>Rédaction de la documentation Nintendo 3DS.</li> | ||
<li>Financement des domaines et de l'hébergement.</li> | ||
<li>Mise en page des documentations PS4, PSVita, Xbox et Nintendo Switch sur le site Internet.</li> | ||
<li>Images d'illustration (DOC DSi, 3DS, PS2, REVANCED, SIDELOADING).</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://github.com/THZoria"><strong>ZORIA :</strong></a></p> | ||
<ul> | ||
<li>Création du pack Nintendo Switch (AtmoPack Vanilla).</li> | ||
<li>Rédaction de la documentation Nintendo Switch.</li> | ||
<li>Rédaction de la documentation PlayStation 2 originale, utilisée commme référence.</li> | ||
<li>Rédaction de la documentation PlayStation 4.</li> | ||
<li>Rédacteur de Hacktuality, relayé sur la page d'accueil.</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://discordapp.com/users/808332687433007114"><strong>NUMBERSIX :</strong></a></p> | ||
<ul> | ||
<li>Ajouts et compléments sur la documentation Nintendo Switch.</li> | ||
<li>Rédaction de la documentation PlayStation Vita (la procédure en 3.65-3.74).</li> | ||
<li>Images d'illustration (DOC PSVITA HENLO).</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://discordapp.com/users/523616571831222293"><strong>SBK :</strong></a></p> | ||
<ul> | ||
<li>Rédaction de la documentation PlayStation Vita (la procédure en 3.60).</li> | ||
<li>Rédaction de la documentation Xbox OG.</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://zacksly.itch.io/"><strong>ZACKSLY GAME ASSETS :</strong></a></p> | ||
<ul> | ||
<li>Icônes des boutons de console.</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://www.youtube.com/@Fripouz"><strong>FRIPOUZ :</strong></a></p> | ||
<ul> | ||
<li>Image arrière de PS2 Slim (DOC PS2).</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="#"><strong>AIDE-PLAYSTATION FR :</strong></a></p> | ||
<ul> | ||
<li>Images d'illustration (DOC PS4).</li> | ||
</ul> | ||
<p><a style="font-family: 'Lexend', sans-serif;" href="https://pixcap.com/mockups"><strong>PIXCAP :</strong></a></p> | ||
<ul> | ||
<li>Mockup iPhone utilisé sur la page d'accueil.</li> | ||
</ul> | ||
</div> | ||
<h3 class="titles">Charte graphique :</h3> | ||
<p>Notre charte graphique est consultable <a href="https://homebrew-france.fr/charte-graphique">ici</a>.</p> | ||
<pre></pre> | ||
<h3 class="titles">Contester un bannissement :</h3> | ||
<p>Vous pouvez contester un bannissement en remplissant le formulaire <a href="https://homebrew-france.fr/deban">ici</a>.</p> | ||
<pre></pre> | ||
<h3 class="titles">Nous contacter :</h3> | ||
<div style=" | ||
background-color: #1f2023a1; | ||
border-radius: 25px; | ||
border: 1px solid #333; | ||
backdrop-filter: blur(16px); | ||
margin: 5px; padding: 20px; | ||
backdrop-filter: blur(10px);"> | ||
<div class="coordonnees-container"> | ||
<div class="coordonnees"> | ||
<div><strong style="font-family: 'Poppins', sans-serif;"><i class="fa fa-envelope" aria-hidden="true"></i> E-Mail : </strong><a href="mailto:[email protected]">[email protected]</a></div> | ||
<div><strong style="font-family: 'Poppins', sans-serif;"><i class="fa-brands fa-discord" aria-hidden="true"></i> Discord : </strong><a href="https://discordapp.com/users/1021038905207832597">@dhalian</a><span class="separator" style="color: rgb(173, 173, 173);"> • </span><a href="https://discordapp.com/users/523616571831222293">@sbk2k</a><span class="separator" style="color: rgb(173, 173, 173);"> • </span><a href="https://discordapp.com/users/500717086637555713">@cooolboy</a><span class="separator" style="color: rgb(173, 173, 173);"> • </span><a href="https://discordapp.com/users/540980285345628183">@h0rizzz</a></div> | ||
<div><strong style="font-family: 'Poppins', sans-serif;"><i class="fa-brands fa-github" aria-hidden="true"></i> GitHub : </strong><a href="https://github.com/homebrewfrance">@homebrewfrance</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
<br/> | ||
<h3>Homebrew<strong>France</strong> Web <span style="font-weight: 300;">V3.1</span><br/>© 2021 <span style="font-weight: 300;">-</span> 2025 Homebrew France</h3> | ||
<span style="font-weight: 300;">Sauf mention contraire, les contenus de ce site, y compris les images, appartiennent à Homebrew France et sont protégés par le droit d'auteur.</span><br> | ||
<span style="font-weight: 300;">Ce site est distribué sous licence GNU GPLv3 par Homebrew France et hébergé par Ligne Web Services SAS (LWS)</span><br> | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://cdn.homebrew-france.site/generic/gplv3.png" width="80px" style="margin-top: 3px; padding-top: 3px;"></a> <a href="https://www.lws.fr/nom-de-domaine.php?refa=1027538974&ba=281"><img src="https://cdn.homebrew-france.site/generic/LWS_Horizontal.png" width="110px"></a> | ||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="../scripts/maintenance_Toggler.js"></script> | ||
<script src="../scripts/navigationBar_creation.js"></script> | ||
<script src="../scripts/staffItems_fetcher.js"></script> | ||
<script src="../scripts/footer_creation.js"></script> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9864634157908409" crossorigin="anonymous"></script> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
google.com, pub-9864634157908409, DIRECT, f08c47fec0942fa0 |
Oops, something went wrong.