about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 6 insertions, 22 deletions
diff --git a/index.html b/index.html
index 469d938..c93ee9d 100644
--- a/index.html
+++ b/index.html
@@ -2,50 +2,34 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>Tribu System Doc</title>
+        <title>System Doc</title>
     </head>
     <body>
 
-        <h1>Tribu System Documentation</h1>
+        <h1>System Documentation</h1>
 
         <ul>
-            <li><a href="core/index.html">Core OS</a></li>
+            <li><a href="openbsd/index.html">OpenBSD</a></li>
+            <li><a href="linux/index.html">Linux</a></li>
             <li><a href="tools/index.html">Tools</a></li>
             <li><a href="dev/index.html">Development</a></li>
             <li><a href="host.html">Host</a></li>
         </ul>
 
 
-        <h2>Ports</h2>
-
-        <p>Ports git driver file
-        <a href="core/conf/ports/ports.git">Ports driver</a> of
-        <a href="https://tribu.semdestino.org/git/ports.git">Ports git</a>
-        </p>
-
-        <pre>
-        # Collection Ports Driver
-        #
-        NAME=ports
-        URL=git://tribu.semdestino.org/ports.git
-        BRANCH=stable-3.5
-        destination=/usr/ports/ports
-        PORTS_DIR="/usr/ports"
-        </pre>
-
         <h2>About</h2>
 
         <p>Version;</p>
 
         <pre>
-        rev 0.6.5
+        rev 0.7.0
         </pre>
 
         <p><a href="links.html">Links</a> contains relevant
         references. Current upstream git repository;</p>
 
         <p>
-        <a href="https://tribu.semdestino.org/git/doc.git">https://tribu.semdestino.org/git/doc.git</a>
+        <a href="https://git.leetio.dev/doc.git">https://git.leetio.dev/doc.git</a>
         </p>