LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit 58983fed5b9cebba494bb625ac7fd9fc15ae50a5
parent 4bfb23fef3a53c88a993dd818cbd9e131376d6eb
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 16 Sep 2023 23:09:50 -0400

Minor vanity changes to the logo, title, stripped some stuff away to streamline the UI

Diffstat:
Mindex.php | 10++++------
Mmisc/footer.php | 7-------
Msearch.php | 4++--

3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/index.php b/index.php
@@ -1,18 +1,16 @@
-<?php require "misc/header.php"; ?>
 
-    <title>LibreY</title>
+<?php require "misc/header.php"; ?>
+    <title>SuperLibreX</title>
     </head>
     <body>
         <form class="search-container" action="search.php" method="get" autocomplete="off">
-                <h1>Libre<span class="Y">Y</span></h1>
+                <h1><span class="Y">S</span>uperLibre<span class="Y">X</span></h1>
                 <input type="text" name="q" autofocus/>
                 <input type="hidden" name="p" value="0"/>
                 <input type="hidden" name="t" value="0"/>
                 <input type="submit" class="hide"/>
                 <div class="search-button-wrapper">
-                    <button name="t" value="0" type="submit">Search with LibreY</button>
-                    <button name="t" value="3" type="submit">Search torrents with LibreY</button>
+                    <button name="t" value="0" type="submit">S E A R C H</button>
                 </div>
         </form>
-
 <?php require "misc/footer.php"; ?>
diff --git a/misc/footer.php b/misc/footer.php
@@ -1,16 +1,9 @@
 <div class="footer-container">
-    <a href="./">LibreY</a>
     <a href="https://github.com/supernets/LibreY" target="_blank">Source</a>
     <a href="./settings.php">Settings</a>
     <a href="./api.php" target="_blank">API</a>
     <a href="./donate.php">Donate</a>
 	<a href="https://supernets.org/">SuperNETs</a>
 </div>
-<div class="git-container">
-    <?php
-        $hash = file_get_contents(".git/refs/heads/main");
-        echo "<a href=\"https://github.com/Ahwxorg/librey/commit/$hash\" target=\"_blank\">Latest commit: $hash</a>";
-    ?>
-</div>
 </body>
 </html>
diff --git a/search.php b/search.php
@@ -29,11 +29,11 @@
 <title>
 <?php
     echo $opts->query;
-?> - LibreY</title>
+?> - SuperLibreX</title>
 </head>
     <body>
         <form class="sub-search-container" method="get" autocomplete="off">
-            <h1 class="logomobile"><a class="no-decoration" href="./">Libre<span class="Y">Y</span></a></h1>
+            <h1 class="logomobile"><a class="no-decoration" href="./"><span class="Y">S</span>uper<br>Libre<span class="Y">X</span></a></h1>
             <input type="text" name="q"
                 <?php
                     if (1 > strlen($opts->query) || strlen($opts->query) > 256)