galaxy-dist commit ddddd0772422: Remove outdated about.rst/html.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Dan Blankenberg <dan@bx.psu.edu> # Date 1277910554 14400 # Node ID ddddd07724227dadeb37ffa2528a87e361787d8f # Parent c1172bae7b0fc41e4bd52bfe73c130309c2387fe Remove outdated about.rst/html. --- a/static/about.html +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.3.9: http://docutils.sourceforge.net/" /> -<title>ABOUT GALAXY</title> -<link rel="stylesheet" href="/static/style/base.css" type="text/css" /> -<link rel="stylesheet" href="/static/style/help.css" type="text/css" /> -</head> -<body> -<div class="document" id="about-galaxy"> -<h1 class="title">ABOUT GALAXY</h1> -<div class="section" id="people"> -<h2><a name="people">People:</a></h2> -<ul class="simple"> -<li>Istvan Albert - <em>Co-PI</em></li> -<li>Daniel Blankenberg - <em>Graduate student</em></li> -<li>Richard Burhans - <em>Sysadmin</em></li> -<li>Laura Elnitski - <em>Co-PI</em></li> -<li>Belinda Giardine - <em>Programmer</em></li> -<li>Ross Hardison - <em>Co-PI</em></li> -<li>Jim Kent - <em>Co-PI</em></li> -<li>David King - <em>Graduate student</em></li> -<li>Webb Miller - <em>Co-PI</em></li> -<li>Anton Nekrutenko - <em>PI</em></li> -<li>Cathy Riemer - <em>Programmer</em></li> -<li>Prachi Shah - <em>Programmer</em></li> -<li>Ian Schenck - <em>Undergraduate student</em></li> -<li>James Taylor - <em>Graduate student</em></li> -<li>Yi Zhang - <em>Programmer</em></li> -</ul> -</div> -<hr class="docutils" /> -<div class="section" id="development"> -<h2><a name="development">Development:</a></h2> -<p><strong>Galaxy core</strong> - <em>Istvan Albert</em> and <em>James Taylor</em></p> -<p><strong>Interface</strong> - <em>James Taylor</em>, <em>Istvan Albert</em>, <em>Anton Nekrutenko</em></p> -<p><strong>Tools</strong> -</p> -<ul class="simple"> -<li>Data sources - <em>Istvan Albert</em></li> -<li>EMBOSS, Phylip, mafs - <em>Daniel Blankenberg</em></li> -<li>Text Tools, Sequence Extractors - <em>Richard Burhans</em>, <em>Anton Nekrutenko</em>, <em>Ian Schenck</em></li> -<li>Operations - <em>James Taylor</em>, <em>Yi Zhang</em></li> -<li>Statistics, Graphs - <em>Istvan Albert</em>, <em>David King</em></li> -</ul> -<p><strong>Project management</strong> - <em>Anton Nekrutenko</em></p> -<p>Current version of Galaxy uses many ideas developed by <em>Laura Elnitski</em>, <em>Belinda Giardine</em>, and <em>Cathy Riemer</em> in Galaxy1 and GALA.</p> -</div> -<hr class="docutils" /> -<div class="section" id="special-thanks-to"> -<h2><a name="special-thanks-to">Special thanks to:</a></h2> -<ul class="simple"> -<li>David Haussler</li> -<li>Ewan Birney</li> -<li>Hiram Clawson</li> -<li>Angie Hinrichs</li> -<li>Darin London</li> -<li>Members of Hardison, Makova, Miller, and Nekrutenko Labs</li> -</ul> -</div> -<hr class="docutils" /> -<div class="section" id="technology"> -<h2><a name="technology">Technology:</a></h2> -<p>Galaxy core is written entirely in Python. It uses the following open source technologies:</p> -<ul class="simple"> -<li>web-server <a class="reference" href="http://www.cherrypy.org/">CherryPy</a></li> -<li>database <a class="reference" href="http://www.sleepycat.com/products/db.shtml">BerkelyDB</a></li> -<li>XML library <a class="reference" href="http://effbot.org/zone/element-index.htm">ElementTree</a></li> -<li>HTML templating library <a class="reference" href="http://www.cheetahtemplate.org/">Cheetah</a></li> -</ul> -<p>Galaxy API generated from source code can be found <a class="reference" href="http://www.bx.psu.edu/trac/local/docs/index.html">here</a></p> -<hr class="docutils" /> -<p><a class="reference" href="http://www.bx.psu.edu">The Center for Comparative Genomics and Bioinformatics</a> at <a class="reference" href="http://www.psu.edu">Penn State</a> | 2005</p> -</div> -</div> -</body> -</html> --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ static: static/welcome.html static: static/help.html static: static/galaxyIndex.html -static: static/about.html %.html : %.rst ./modules/rst2html.py --stylesheet="/static/help.css" --initial-header-level=2 < $< > $@ --- a/static/about.rst +++ /dev/null @@ -1,82 +0,0 @@ -ABOUT GALAXY -============ - -People: -------- - -* Istvan Albert - *Co-PI* -* Daniel Blankenberg - *Graduate student* -* Richard Burhans - *Sysadmin* -* Laura Elnitski - *Co-PI* -* Belinda Giardine - *Programmer* -* Ross Hardison - *Co-PI* -* Jim Kent - *Co-PI* -* David King - *Graduate student* -* Webb Miller - *Co-PI* -* Anton Nekrutenko - *PI* -* Cathy Riemer - *Programmer* -* Prachi Shah - *Programmer* -* Ian Schenck - *Undergraduate student* -* James Taylor - *Graduate student* -* Yi Zhang - *Programmer* - ------ - -Development: ------------- - -**Galaxy core** - *Istvan Albert* and *James Taylor* - -**Interface** - *James Taylor*, *Istvan Albert*, *Anton Nekrutenko* - -**Tools** - - -* Data sources - *Istvan Albert* -* EMBOSS, Phylip, mafs - *Daniel Blankenberg* -* Text Tools, Sequence Extractors - *Richard Burhans*, *Anton Nekrutenko*, *Ian Schenck* -* Operations - *James Taylor*, *Yi Zhang* -* Statistics, Graphs - *Istvan Albert*, *David King* - -**Project management** - *Anton Nekrutenko* - -Current version of Galaxy uses many ideas developed by *Laura Elnitski*, *Belinda Giardine*, and *Cathy Riemer* in Galaxy1 and GALA. - ------ - -Special thanks to: ------------------- - -* David Haussler -* Ewan Birney -* Hiram Clawson -* Angie Hinrichs -* Darin London -* Members of Hardison, Makova, Miller, and Nekrutenko Labs - ------ - -Technology: ------------ - -Galaxy core is written entirely in Python. It uses the following open source technologies: - -* web-server `CherryPy`__ -* database `BerkelyDB`__ -* XML library `ElementTree`__ -* HTML templating library `Cheetah`__ - -Galaxy API generated from source code can be found `here`__ - -.. __: http://www.cherrypy.org/ -.. __: http://www.sleepycat.com/products/db.shtml -.. __: http://effbot.org/zone/element-index.htm -.. __: http://www.cheetahtemplate.org/ -.. __: http://www.bx.psu.edu/trac/local/docs/index.html - ------ - -`The Center for Comparative Genomics and Bioinformatics`__ at `Penn State`__ | 2005 - -.. __: http://www.bx.psu.edu -.. __: http://www.psu.edu -
participants (1)
-
commits-noreply@bitbucket.org