about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--links.html31
2 files changed, 32 insertions, 0 deletions
diff --git a/index.html b/index.html
index b632aaa..3a3b188 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,7 @@
                 <li><a href="tools/index.html">Tools</a></li>
                 <li><a href="dev/index.html">Development</a></li>
                 <li><a href="manifesto.html">Manifesto</a></li>
+                <li><a href="links.html">Links</a></li>
             </ul>
 
         <pre>
diff --git a/links.html b/links.html
new file mode 100644
index 0000000..941815a
--- /dev/null
+++ b/links.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+    <head>
+        <meta charset='utf-8'>
+        <title>c9 Links</title>
+    </head>
+    <body>
+
+        <a href="index.html">Documentation Index</a>
+
+        <h1>Links</h1>
+
+        <p>Collection of interesting pages on the Internet.</p>
+
+        <h2>Personal Blogs</h2>
+
+        <ul>
+            <li><a href="http://www.bell-labs.com/usr/dmr/www/">Dennis M. Ritchie</a></li>
+            <li><a href="https://stallman.org/">Richard Stallman</a></li>
+            <li><a href="http://www.cs.vu.nl/~ast/">Andrew S. Tanenbaum</a></li>
+            <li><a href="http://www.catb.org/esr/">Eric S. Raymond's</a></li>
+            <li><a href="https://www.cs.helsinki.fi/u/torvalds/">Linus Torvalds</a></li>
+        </ul>
+
+        <h2>Security & Privacy</h2>
+
+        <ul>
+            <li><a href="http://www.phrack.org">phrack.org</a></li>
+        </ul>
+    </body>
+</html>