Skip to content

Commit

Permalink
remove web apps from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Nov 3, 2023
1 parent 332a47e commit 0d4261c
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 499 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -230,7 +230,7 @@ EXP_LDLIBS += $(DEPLIBS)
GTSHAREDLIB_LIBDEP += $(DEPLIBS)

SERVER=satta@genometools.org
WWWBASEDIR=/var/www/servers
WWWBASEDIR=/var/www/

# process arguments
ifeq ($(assert),no)
Expand Down
6 changes: 0 additions & 6 deletions www/genometools.org/htdocs/annotationsketch.html
Expand Up @@ -22,7 +22,6 @@
<li><a href="customtracks.html">Custom tracks</a></li>
<li><a href="annotationsketch.html#gtsketch">The <tt>gt sketch</tt> tool</a></li>
<li><a href="examples.html">Code examples</a></li>
<li><a href="cgi-bin/annotationsketch_demo.cgi">Try it online</a></li>
<li><a href="libgenometools.html">API reference</a></li>
</ul>
<li><a href="/cgi-bin/gff3validator.cgi">GFF3 validator</a></li>
Expand All @@ -46,7 +45,6 @@ <h2>Contents</h2>
<li><a href="#customtracks">Custom tracks</a></li>
<li><a href="#gtsketch">The <tt>gt sketch</tt> tool</a></li>
<li><a href="#examples">Code examples</a></li>
<li><a href="#tryme">Try <em>AnnotationSketch</em> online!</a></li>
<li><a href="#api">API Reference</a></li>
</ul>
</p>
Expand Down Expand Up @@ -227,10 +225,6 @@ <h2>The <tt>gt sketch</tt> tool</h2>
<h2>Code examples</h2>
Besides the native C programming interface, <em>AnnotationSketch</em> is usable from a variety of programming languages. Code examples for the individual languages can be found <a href="examples.html">here</a>.

<a name="tryme"></a>
<h2>Try <em>AnnotationSketch</em> online!</h2>
<a href="cgi-bin/annotationsketch_demo.cgi">Upload your own annotations</a> to a simple <em>AnnotationSketch</em>-based web application showing how output can look like.

<a name="api"></a>
<h2>API Reference</h2>
A function reference for the <em>AnnotationSketch</em> classes can be found in
Expand Down
270 changes: 0 additions & 270 deletions www/genometools.org/htdocs/cgi-bin/annotationsketch_demo.cgi

This file was deleted.

0 comments on commit 0d4261c

Please sign in to comment.