about summary refs log tree commit diff homepage
path: root/www
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2011-07-26 18:03:47 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2011-07-26 18:03:47 +0000
commit09f07a886ee472265ae151e72c0ed9225da20361 (patch)
tree1053c77dbf90fb1c78f19920b311d93f4e6ca3c3 /www
parenta0f86b88094721fb3b9118916e9314cdc180f1a9 (diff)
downloadklee-09f07a886ee472265ae151e72c0ed9225da20361.tar.gz
Added a link to the searchable archive created by David R.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@136104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/GetInvolved.html2
-rw-r--r--www/klee-dev.html31
-rw-r--r--www/menu.html.incl2
3 files changed, 33 insertions, 2 deletions
diff --git a/www/GetInvolved.html b/www/GetInvolved.html
index 41c84e54..c94ca765 100644
--- a/www/GetInvolved.html
+++ b/www/GetInvolved.html
@@ -21,7 +21,7 @@ contribute, here are some resources that may prove useful.</p>
 <h2>Mailing Lists</h2>
 
 <p>Currently the main list for KLEE discussion (both for users and developers)
-is <a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev</a>.</p>
+is <a href="klee-dev.html">klee-dev</a>.</p>
 
 <p>Commit messages to the KLEE repository go to 
 <a href="http://keeda.stanford.edu/mailman/listinfo/klee-commits">klee-commits</a>. This
diff --git a/www/klee-dev.html b/www/klee-dev.html
new file mode 100644
index 00000000..3c5b663e
--- /dev/null
+++ b/www/klee-dev.html
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
+          "http://www.w3.org/TR/html4/strict.dtd">
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<html>
+<head>
+  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <title>klee-dev mailing list</title>
+  <link type="text/css" rel="stylesheet" href="menu.css">
+  <link type="text/css" rel="stylesheet" href="content.css">
+</head>
+<body>
+<!--#include virtual="menu.html.incl"-->
+<div id="content">
+  <!--*********************************************************************-->
+  <h1>klee-dev mailing list</h1>
+  <!--*********************************************************************-->
+
+  <p>If you have questions about KLEE that are not answered on this
+  website, please send a message to
+  the <a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev</a>
+  mailing list.</p>
+
+  
+  <p>However, before doing so, please check <a href="
+  http://www.mail-archive.com/klee-dev@keeda.stanford.edu/">klee-dev's
+  searchable archive<a/> to see you your question has already been
+  answered.</p>
+
+</div>
+</body>
+</html>
diff --git a/www/menu.html.incl b/www/menu.html.incl
index 1ae4183f..344787af 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -15,7 +15,7 @@
 
   <div class="submenu">
     <label>Quick Links</label>
-    <a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev (mailing list)</a>
+    <a href="klee-dev.html">klee-dev (mailing list)</a>
     <a href="http://llvm.org/bugs/">Bug Reports</a>
     <a href="http://llvm.org/">LLVM Home</a>
   </div>