about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/utility/tools.py2
-rw-r--r--wqflask/wqflask/templates/base.html2
-rwxr-xr-xwqflask/wqflask/templates/index_page_orig.html29
3 files changed, 16 insertions, 17 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index 5105ba42..c6d8f7d2 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -121,7 +121,7 @@ def assert_writable_dir(dir):
         fh.close()
         os.remove(fn)
     except IOError:
-        raise Exception('Unable to write to directory ' + dir )
+        raise Exception('Unable to write test.txt to directory ' + dir )
     return dir
 
 def mk_dir(dir):
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index c3826a90..946e6add 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -144,7 +144,7 @@ GeneNetwork is a framework for web based genetics
         </UL>
         <!--</p>-->
 
-        Join the <a href="http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev">mailing list</a>
+        Development and source code on <a href="https://github.com/genenetwork/">github</a> with <a href="https://github.com/genenetwork/genenetwork2/issues">issue tracker</a> and <a href="https://github.com/genenetwork/genenetwork2/blob/master/README.md">documentation</a>. Join the <a href="http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev">mailing list</a> and find us on <a href="https://webchat.freenode.net/">IRC</a> (#genenetwork channel).
       </div>
     </footer>
 
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html
index 73d3e718..9ac267f1 100755
--- a/wqflask/wqflask/templates/index_page_orig.html
+++ b/wqflask/wqflask/templates/index_page_orig.html
@@ -197,29 +197,28 @@
 
                 <section id="websites">
                     <div class="page-header">
-                        <h1>Affiliates and mirrors</h1>
+                        <h2>Links</h2>
                     </div>
-                    <h3>Websites affiliated with GeneNetwork</h3>
+                    <h3>GeneNetwork v2:</h3>
+                      <ul>
+                        <li><a href="http://gn2.genenetwork.org/">Main website</a> at UTHSC</li>
+                        <li><a href="http://test-gn2.genenetwork.org/">Testing website</a> at UTHSC</li>
+                      </ul>
+                    <h3>GeneNetwork v1:</h3>
                     <ul>
+                        <li><a href="http://www.genenetwork.org/">Main website</a> at UTHSC</li>
+                        <li><a href="http://genenetwork.helmholtz-hzi.de/">Website</a> at the HZI (Germany)</li>
+                        <li><a href="http://ec2.genenetwork.org/">Amazon
+                            Cloud (EC2)</a></li>
+                        </ul>
+                      <h3>Affiliates</h3>
+                      <ul>
                         <li><a href="http://ucscbrowser.genenetwork.org/">Genome
                         browser</a> at UTHSC</li>
 
                         <li><a href="http://galaxy.genenetwork.org/">Galaxy</a> at
                         UTHSC</li>
 
-                        <li>GeneNetwork 1 at <a href="http://ec2.genenetwork.org/">Amazon
-                        Cloud (EC2)</a></li>
-
-                        <li>GeneNetwork 1 Source Code at <a href="http://sourceforge.net/projects/genenetwork/">SourceForge</a></li>
-
-                        <li>GeneNetwork 2 Source Code at <a href="https://github.com/genenetwork/genenetwork2">GitHub</a></li>
-                    </ul>
-                    <h3>GN1 Mirror and development sites</h3>
-
-                    <ul>
-                        <li><a href="http://www.genenetwork.org/">Main GN1 site at UTHSC</a> (main site)</li>
-                        <li><a href="http://genenetwork.helmholtz-hzi.de/">Germany at the HZI</a></li>
-                        <li><a href="http://gn2.genenetwork.org/">Memphis at the U of M</a></li>
                     </ul>
                 </section>