aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asm/index.php25
-rw-r--r--c/index.php25
-rw-r--r--css/index.php1
-rw-r--r--cxx/index.php25
-rw-r--r--docs/index.php1
-rw-r--r--emacs/index.php25
-rw-r--r--inc/classic-contents.html70
-rw-r--r--inc/classic-contents.inc.php103
-rw-r--r--inc/index.php1
-rw-r--r--index.html74
-rw-r--r--index.php54
-rw-r--r--license.html93
-rw-r--r--license.php39
-rw-r--r--links.html133
-rw-r--r--links.php140
-rw-r--r--lisp/index.php25
-rw-r--r--unix/articles/index.php1
-rw-r--r--unix/index.php25
18 files changed, 370 insertions, 490 deletions
diff --git a/asm/index.php b/asm/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/asm/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>
diff --git a/c/index.php b/c/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/c/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>
diff --git a/css/index.php b/css/index.php
deleted file mode 100644
index d29ead0..0000000
--- a/css/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header("Location: ../"); ?>
diff --git a/cxx/index.php b/cxx/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/cxx/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>
diff --git a/docs/index.php b/docs/index.php
deleted file mode 100644
index d29ead0..0000000
--- a/docs/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header("Location: ../"); ?>
diff --git a/emacs/index.php b/emacs/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/emacs/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>
diff --git a/inc/classic-contents.html b/inc/classic-contents.html
new file mode 100644
index 0000000..2d94de4
--- /dev/null
+++ b/inc/classic-contents.html
@@ -0,0 +1,70 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: inc/classic-contents.html
+ * Sat Apr 16 16:01:56 CEST 2022
+ * Joe
+ *
+ * Content dump for everything
+-->
+
+<!-- HEADER -->
+<html>
+ <head>
+ <title>Joe's own website -</title>
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.html">Joe's dev blog -</a></h1>
+ </header>
+
+<!-- BLOAT HEAD -->
+<html>
+ <head>
+ <title>Joe's own website -</title>
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.html">Joe's dev blog -</a></h1>
+ </header>
+
+<!-- SIDEBAR -->
+ <div class="sidebar">
+ <ul>
+ <li><a href="index.html">home</a></li>
+ <li><a href="projects/">my projects</a></li>
+ <li><a href="files/">files</a></li>
+ <li><a href="links.html">links</a></li>
+ <hr>
+ <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
+ </ul>
+ </div>
+
+<!-- FOOTER -->
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php
deleted file mode 100644
index 44bc729..0000000
--- a/inc/classic-contents.inc.php
+++ /dev/null
@@ -1,103 +0,0 @@
-<!--
- * ========================
- * ===== ===============
- * ====== ================
- * ====== ================
- * ====== ==== ==== ==
- * ====== === == = =
- * ====== === = == =
- * = === === = == ====
- * = === === = == = =
- * == ===== ==== ==
- * ========================
- *
- * jozanofastora.xyz: inc/classic-contents.php
- * Fri Dec 10 19:33:14 CET 2021
- * Joe
- *
- * Functions for contents on every page
--->
-
-<?php
-include "org.inc.php";
-
-function
-jo_head($title) {
- global $prefix;
-?>
- <html>
- <head>
- <title>Joe's own website - <?php echo "$title"; ?></title>
- <link rel="stylesheet" type="text/css" href="<?php echo $prefix; ?>css/site.css">
- <meta charset="UTF-8">
- <?php jo_org_inc(); ?>
- </head>
- <body>
- <div class="fullpage">
- <header>
- <h1><a href="<?php echo $prefix; ?>index.php">Joe's dev blog - <?php echo "$title"; ?></a></h1>
- </header>
-<?php
-}
-
-function
-jo_bloat_head($title) {
- global $prefix;
-?>
- <html>
- <head>
- <title>Joe's own website - <?php echo "$title"; ?></title>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="<?php echo $prefix; ?>css/site.css">
- <meta charset="UTF-8">
- <?php jo_org_inc(); ?>
- </head>
- <body>
- <div class="fullpage">
- <header>
- <h1><a href="<?php echo $prefix; ?>index.php">Joe's dev blog - <?php echo "$title"; ?></a></h1>
- </header>
-<?php
-}
-
-function
-jo_sidebar() {
- global $prefix;
-?>
-
- <div class="sidebar">
- <ul>
- <li><a href="<?php echo $prefix; ?>index.php">Home</a></li>
- <li><a href="<?php echo $prefix; ?>c/">C</a></li>
- <li><a href="<?php echo $prefix; ?>">C++</a></li>
- <li><a href="<?php echo $prefix; ?>">Lisp</a></li>
- <li><a href="<?php echo $prefix; ?>">Assembly</a></li>
- <li><a href="<?php echo $prefix; ?>">UNIX</a></li>
- <li><a href="<?php echo $prefix; ?>">GNU Emacs</a></li>
- <li><a href="<?php echo $prefix; ?>projects/">My projects</a></li>
- <li><a href="<?php echo $prefix; ?>">My C/C++ style</a></li>
- <li><a href="<?php echo $prefix; ?>links.php">Links</a></li>
- <hr>
- <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
- </ul>
- </div>
-<?php
-}
-
-function
-jo_footer() {
- global $prefix;
-?>
- <footer>
- <p>
- Copyright &copy; 2020-2022, Joe -
- see <a href="<?php echo $prefix; ?>license.php">LICENSE</a> -
- this website does not use cookies
- </p>
- </footer>
- </div>
- </body>
- </html>
-<?php
-}
-?>
diff --git a/inc/index.php b/inc/index.php
deleted file mode 100644
index d29ead0..0000000
--- a/inc/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header("Location: ../"); ?>
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2d8cba0
--- /dev/null
+++ b/index.html
@@ -0,0 +1,74 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: index.html
+ * Sat Apr 16 16:02:04 CEST 2022
+ * Joe
+ *
+ * The home page
+-->
+
+<html>
+ <head>
+ <title>Joe's own website - home</title>
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.html">Joe's dev blog - home</a></h1>
+ </header>
+ <div class="sidebar">
+ <ul>
+ <li><a href="index.html">home</a></li>
+ <li><a href="projects/">my projects</a></li>
+ <li><a href="files/">files</a></li>
+ <li><a href="links.html">links</a></li>
+ <hr>
+ <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
+ </ul>
+ </div>
+ <div class="body-contents">
+ <h2>About this site</h2>
+ <p>
+ Welcome to my own blog. Here you can find my tips and articles
+ on various tech and programming subjects.
+ <br><br>
+ This website is still in <i>not so</i> active developpement, stay tuned.
+ </p>
+ <h2>About me</h2>
+ <p>
+ I once was a student for
+ <a href="https://www.42lyon.fr/">42Lyon</a>
+ IT school based in Lyon, France, but not anymore.
+ I work on various personal project beside that. Also I like rocket
+ science and astrophysics.
+ </p>
+ <br>
+ <img src="img/home_gifs/emacs2.gif" alt="emacs2.gif" />
+ <img src="img/home_gifs/power-button.gif" alt="power-button.gif" />
+ <br>
+ <img src="img/home_gifs/lynx.gif" alt="lynx.gif" />
+ <img src="img/home_gifs/mars_icon.gif" alt="mars_icon.gif" />
+ </div>
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/index.php b/index.php
deleted file mode 100644
index 427155b..0000000
--- a/index.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<!--
- * ========================
- * ===== ===============
- * ====== ================
- * ====== ================
- * ====== ==== ==== ==
- * ====== === == = =
- * ====== === = == =
- * = === === = == ====
- * = === === = == = =
- * == ===== ==== ==
- * ========================
- *
- * jozanofastora.xyz: index.php
- * Fri Dec 10 19:35:01 CET 2021
- * Joe
- *
- * The home page
--->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("Home"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
- <h2>About this site</h2>
- <p>
- Welcome to my own blog. Here you can find my tips and articles
- on various tech and programming subjects.
- <br><br>
- This website is still in <i>not so</i> active developpement, stay tuned.
- </p>
- <h2>About me</h2>
- <p>
- I once was a student for
- <a href="https://www.42lyon.fr/">42Lyon</a>
- IT school based in Lyon, France, but not anymore.
- I work on various personal project beside that. Also I like rocket
- science and astrophysics.
- </p>
- <br>
- <img src="img/home_gifs/emacs2.gif" alt="emacs2.gif" />
- <img src="img/home_gifs/power-button.gif" alt="power-button.gif" />
- <br>
- <img src="img/home_gifs/lynx.gif" alt="lynx.gif" />
- <img src="img/home_gifs/mars_icon.gif" alt="mars_icon.gif" />
-</div>
-<?php jo_footer(); ?>
diff --git a/license.html b/license.html
new file mode 100644
index 0000000..a0d61a6
--- /dev/null
+++ b/license.html
@@ -0,0 +1,93 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: license.html
+ * Sun Apr 17 02:23:16 CEST 2022
+ * Joe
+ *
+ * The LICENSE display page
+-->
+
+<html>
+ <head>
+ <title>Joe's own website - LICENSE</title>
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.html">Joe's dev blog - LICENSE</a></h1>
+ </header>
+ <div class="sidebar">
+ <ul>
+ <li><a href="index.html">home</a></li>
+ <li><a href="projects/">my projects</a></li>
+ <li><a href="files/">files</a></li>
+ <li><a href="links.html">links</a></li>
+ <hr>
+ <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
+ </ul>
+ </div>
+ <div class="body-contents">
+ <h1>BSD 3-Clause</h1>
+ <p>
+ This site is copyrighted under the BSD 3-Clause License.
+ You can find the terms of the license bellow:
+ </p>
+ <pre>
+BSD 3-Clause License
+
+Copyright (c) 2020-2022, Joe
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ </pre>
+ <p>
+ You can also <a href="LICENSE">download</a> the license
+ file.
+ </p>
+ </div>
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/license.php b/license.php
deleted file mode 100644
index 01297ba..0000000
--- a/license.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : license.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The LICENSE display page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("LICENSE"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
- <h1>BSD 3-Clause</h1>
- <p>
- This site is copyrighted under the BSD 3-Clause License.
- You can find the terms of the license bellow:
- </p>
- <pre>
-<?php
-$license = file_get_contents('LICENSE');
-echo "$license";
-?>
- </pre>
- <p>
- You can also <a href="LICENSE">download</a> the license file.
- </p>
-</div>
-<?php jo_footer(); ?>
diff --git a/links.html b/links.html
new file mode 100644
index 0000000..1cc9797
--- /dev/null
+++ b/links.html
@@ -0,0 +1,133 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: links.html
+ * Sun Apr 17 02:52:31 CEST 2022
+ * Joe
+ *
+ * The links page
+-->
+
+<html>
+ <head>
+ <title>Joe's own website -</title>
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.html">Joe's dev blog -</a></h1>
+ </header>
+ <div class="sidebar">
+ <ul>
+ <li><a href="index.html">home</a></li>
+ <li><a href="projects/">my projects</a></li>
+ <li><a href="files/">files</a></li>
+ <li><a href="links.html">links</a></li>
+ <hr>
+ <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
+ </ul>
+ </div>
+ <div class="body-contents">
+ <h2>My links</h2>
+ <p>
+ Here are the links you can use to follow me around:
+ </p>
+ <ul style="list-style: none;">
+ <li>
+ <span class="fa fa-globe"></span> -
+ My Chisel page -
+ <a href="https://chiselapp.com/user/JozanLeClerc/">
+ chiselapp.com/user/JozanLeClerc
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-github"></span> -
+ My GitHub page -
+ <a href="https://github.com/JozanLeClerc">
+ github.com/JozanLeClerc
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-git"></span> -
+ My GitJoe page -
+ <a href="https://git.jozanofastora.xyz/jozan">
+ git.jozanofastora.xyz/jozan
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-bandcamp"></span> -
+ My Smooth Jazz band's Bandcamp -
+ <a href="https://towerofsilence.bandcamp.com/">
+ towerofsilence.bandcamp.com
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-rocket"></span> -
+ My Gemini capsule
+ <a href="gemini://jozanofastora.xyz/">
+ gemini://jozanofastora.xyz/
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-envelope"></span> -
+ My email - bousset.rudy@gmail.com
+ </li>
+ </ul>
+ <h2>My pals links</h2>
+ <p>
+ Also check out my pals links:
+ <ul style="list-style: none;">
+ <li>
+ <span class="fa fa-globe"></span> -
+ <b>Waterman</b>'s website:
+ <a href="https://born2die.tk/">
+ born2die.tk
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-github"></span> -
+ His GitHub page:
+ <a href="https://github.com/salaaad2">
+ github.com/salaaad2
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-git"></span> -
+ His GitJoe page -
+ <a href="https://git.jozanofastora.xyz/salad">
+ git.jozanofastora.xyz/salad
+ </a>
+ </li>
+ <li>
+ <span class="fa fa-twitter"></span> -
+ And his fun Twitter account:
+ <a href="https://twitter.com/fellowNwords">
+ twitter.com/fellowNwords
+ </a>
+ </li>
+ </ul>
+ </p>
+ </div>
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/links.php b/links.php
deleted file mode 100644
index 3361bae..0000000
--- a/links.php
+++ /dev/null
@@ -1,140 +0,0 @@
-<!--
- * ========================
- * ===== ===============
- * ====== ================
- * ====== ================
- * ====== ==== ==== ==
- * ====== === == = =
- * ====== === = == =
- * = === === = == ====
- * = === === = == = =
- * == ===== ==== ==
- * ========================
- *
- * jozanofastora.xyz: links.php
- * Fri Dec 10 19:36:01 CET 2021
- * Joe
- *
- * The links page
--->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_bloat_head("Links"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
- <h2>My links</h2>
- <p>
- Here are the links you can use to follow me around:
- </p>
- <ul style="list-style: none;">
- <li>
- <span class="fa fa-globe"></span> -
- My Chisel page -
- <a href="https://chiselapp.com/user/JozanLeClerc/">
- chiselapp.com/user/JozanLeClerc
- </a>
- </li>
- <li>
- <span class="fa fa-github"></span> -
- My GitHub page -
- <a href="https://github.com/JozanLeClerc">
- github.com/JozanLeClerc
- </a>
- </li>
- <li>
- <span class="fa fa-git"></span> -
- My GitJoe page -
- <a href="https://git.jozanofastora.xyz/jozan">
- git.jozanofastora.xyz/jozan
- </a>
- </li>
- <li>
- <span class="fa fa-twitch"></span> -
- My Twitch channel (streaming code exclusively) -
- <a href="https://www.twitch.tv/jozanleclerc">
- twitch.tv/jozanleclerc
- </a>
- </li>
- <li>
- <span class="fa fa-bandcamp"></span> -
- My Smooth Jazz band's Bandcamp -
- <a href="https://towerofsilence.bandcamp.com/">
- towerofsilence.bandcamp.com
- </a>
- </li>
- <li>
- <span class="fa fa-rocket"></span> -
- My Gemini capsule
- <a href="gemini://jozanofastora.xyz/">
- gemini://jozanofastora.xyz/
- </a>
- </li>
- <li>
- <span class="fa fa-envelope"></span> -
- My email - bousset.rudy@gmail.com
- </li>
- </ul>
- <h2>My pals links</h2>
- <p>
- Also check out my pals links:
- <ul style="list-style: none;">
- <li>
- <span class="fa fa-globe"></span> -
- <b>Waterman</b>'s lab:
- <a href="https://born2die.tk/">
- born2die.tk
- </a>
- </li>
- <li>
- <span class="fa fa-github"></span> -
- His GitHub page:
- <a href="https://github.com/salaaad2">
- github.com/salaaad2
- </a>
- </li>
- <li>
- <span class="fa fa-git"></span> -
- His GitJoe page -
- <a href="https://git.jozanofastora.xyz/salad">
- git.jozanofastora.xyz/salad
- </a>
- </li>
- <li>
- <span class="fa fa-twitter"></span> -
- And his fun Twitter account:
- <a href="https://twitter.com/fellowNwords">
- twitter.com/fellowNwords
- </a>
- </li>
- <li>
- <span class="fa fa-globe"></span> -
- <b>Akira</b>'s WebGL experiments:
- <a href="https://inner-fab.com/">
- inner-fab.com
- </a>
- </li>
- <li>
- <span class="fa fa-gitlab"></span> -
- His GitLab page:
- <a href="https://gitlab.com/AkiraMass">
- gitlab.com/AkiraMass
- </a>
- </li>
- <li>
- <span class="fa fa-globe"></span> -
- And his daughter's art site:
- <a href="https://dveloppez.com/">
- dveloppez.com
- </a>
- </li>
- </ul>
- </p>
-</div>
-<?php jo_footer(); ?>
diff --git a/lisp/index.php b/lisp/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/lisp/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>
diff --git a/unix/articles/index.php b/unix/articles/index.php
deleted file mode 100644
index d29ead0..0000000
--- a/unix/articles/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header("Location: ../"); ?>
diff --git a/unix/index.php b/unix/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/unix/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>