Ver Fonte

rename everything to Binternet to comply with Pinterest's legal guidelines

Ahwx há 1 ano atrás
pai
commit
7ba52e613c
8 ficheiros alterados com 21 adições e 21 exclusões
  1. 2 2
      Dockerfile
  2. 8 8
      README.md
  3. 2 2
      docker-build.sh
  4. 3 3
      docker-compose.example.yaml
  5. 1 1
      index.php
  6. 3 3
      misc/footer.php
  7. 1 1
      nginx.conf
  8. 1 1
      search.php

+ 2 - 2
Dockerfile

@@ -1,7 +1,7 @@
 FROM debian:11
 LABEL maintainer="ahwx@ahwx.org" 
 RUN  apt-get -y update && apt-get -y install php php-fpm php-curl nginx nginx-common git
-RUN  git clone https://github.com/Ahwxorg/pinternet /var/www/html/pinternet
-COPY nginx.conf /etc/nginx/sites-enabled/pinternet
+RUN  git clone https://github.com/Ahwxorg/binternet /var/www/html/binternet
+COPY nginx.conf /etc/nginx/sites-enabled/binternet
 EXPOSE 8009
 CMD service php$(php -v | grep PHP | head -n1 | cut -d " " -f2 | cut -d "." -f1-2)-fpm start && /usr/sbin/nginx -g "daemon off;"

+ 8 - 8
README.md

@@ -1,4 +1,4 @@
-<h2 align="center">Pinternet</h2>
+<h2 align="center">Binternet</h2>
 
 > The main concept is that you don't want the random popups forcing you to log in, and you don't want a bunch of JS.
 
@@ -6,14 +6,14 @@
 
 <div align="center">
  
-[GitHub](https://github.com/Ahwxorg/pinternet) | [Codeberg](https://codeberg.org/ahwx/pinternet)
+[GitHub](https://github.com/Ahwxorg/Binternet) | [Codeberg](https://codeberg.org/ahwx/binternet)
  </div>
 
 
 <h2 align="center">Showcase:</h2>
 <p align="center">
-  <img src="https://raw.githubusercontent.com/Ahwxorg/pinternet/main/misc/pinternet-1.png" width="350">
-  <img src="https://raw.githubusercontent.com/Ahwxorg/pinternet/main/misc/pinternet-2.png" width="350">
+  <img src="https://raw.githubusercontent.com/Ahwxorg/binternet/main/misc/binternet-1.png" width="350">
+  <img src="https://raw.githubusercontent.com/Ahwxorg/binternet/main/misc/binternet-2.png" width="350">
 </p>
 
 
@@ -30,7 +30,7 @@
 
 | Clearnet | TOR | I2P | Country |
 |-|-|-|-|
-| [pinternet.ahwx.org](https://pinternet.ahwx.org/) | no | no | 🇳🇱 NL (Official Instance) |
+| [binternet.ahwx.org](https://binternet.ahwx.org/) | no | no | 🇳🇱 NL (Official Instance) |
 | [pinternet.revvy.de](https://pinternet.revvy.de/) | [yes!](http://pinternet.revvybrr6pvbx4n3j4475h4ghw4elqr4t5xo2vtd3gfpu2nrsnhh57id.onion/) | [yes!](http://revznkqdwy7nmlzql66x226g3qnapiooss3rg2uajbj4rypxjnba.b32.i2p/) | 🇨🇦 CA |
 | [pinternet.bloatcat.tk](https://pinternet.bloatcat.tk/) | no | no | 🇮🇸 IS |
 <br>
@@ -38,14 +38,14 @@
 
 <h2 align="center">Legal notice</h2>
 
-Pinternet doesn't host any content. All content shown on any Pinternet instances is from Pinterest™. Pinterest is a registered trademark of Pinterest Inc. Pinternet is not affiliated with Pinterest Inc. Any issues with content shown on any Pinternet instances need to be reported to Pinterest, not the instance host's internet provider or domain provider.
+Binternet doesn't host any content. All content shown on any Binternet instances is from Pinterest™. Pinterest is a registered trademark of Pinterest Inc. Binternet is not affiliated with Pinterest Inc. Any issues with content shown on any Binternet instances need to be reported to Pinterest, not the instance host's internet provider or domain provider.
 
-Cloudflare is a registered trademark of Cloudflare, Inc. Pinternet is not affiliated with Cloudflare, Inc.
+Cloudflare is a registered trademark of Cloudflare, Inc. Binternet is not affiliated with Cloudflare, Inc.
 
 
 <h2 align="center">Install</h2>
 
-This section has moved to [the wiki](https://github.com/Ahwxorg/pinternet/wiki/Installing).
+This section has moved to [the wiki](https://github.com/Ahwxorg/Binternet/wiki/Installing).
 
 
 <h3 align="center">Credits:</h3>

+ 2 - 2
docker-build.sh

@@ -1,5 +1,5 @@
 echo Version?
 read -r VERSION
-docker build -t pinternet:$VERSION . && docker tag pinternet:$VERSION ahwx/pinternet:$VERSION && docker push ahwx/pinternet:$VERSION
+docker build -t binternet:$VERSION . && docker tag binternet:$VERSION ahwx/binternet:$VERSION && docker push ahwx/binternet:$VERSION
 
-docker build -t pinternet:latest . && docker tag pinternet:latest ahwx/pinternet:latest && docker push ahwx/pinternet:latest
+docker build -t binternet:latest . && docker tag binternet:latest ahwx/binternet:latest && docker push ahwx/binternet:latest

+ 3 - 3
docker-compose.example.yaml

@@ -1,7 +1,7 @@
 version: '3.3'
 services:
-  pinternet:
+  binternet:
     ports:
      - '8015:8009'
-  container_name: pinternet
-  image: 'pinternet:latest'
+  container_name: binternet
+  image: 'ahwx/binternet:latest'

+ 1 - 1
index.php

@@ -1,5 +1,5 @@
 <?php require "misc/header.php"; ?>
-<title>Pinternet</title>
+<title>Binternet</title>
 </head>
 <body>
     <div class="mainContainer">

+ 3 - 3
misc/footer.php

@@ -2,13 +2,13 @@
   <div class="footer">
     <p id="footerText">
       |
-      <a href="./" target="_blank">Pinternet</a>
+      <a href="./" target="_blank">Binternet</a>
       |
-      <a href="https://github.com/Ahwxorg/pinternet/" target="_blank">Source code</a>
+      <a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source code</a>
       |
       <a href="https://ahwx.org/donate.php" target="_blank">Donate</a>
       |
-      <a href="https://github.com/Ahwxorg/pinternet#legal-notice" target="_blank">Legal notice</a>
+      <a href="https://github.com/Ahwxorg/binternet#legal-notice" target="_blank">Legal notice</a>
       |
 
 <?php

+ 1 - 1
nginx.conf

@@ -1,7 +1,7 @@
 server {
         listen 8009;
 
-        root /var/www/html/pinternet;
+        root /var/www/html/binternet;
         index index.php;
 
         location ~ \.php$ {

+ 1 - 1
search.php

@@ -3,7 +3,7 @@
 <?php
   $query = htmlspecialchars(trim($_REQUEST["q"]));
   echo $query;
-?> - Pinternet</title>
+?> - Binternet</title>
 </head>
     <body>
         <form class="searchContainer" method="get" autocomplete="off">