File: index.html

package info (click to toggle)
libace-perl 1.92-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,608 kB
  • ctags: 1,541
  • sloc: perl: 7,763; ansic: 7,420; makefile: 84
file content (32 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>AceBrowser</title>
<link rel="stylesheet" href="stylesheets/aceperl.css" />
</head>

<body>
<h1>AceBrowser Default Page</h1>

<p>
This is the default page installed by AceBrowser.  You'd better change it!
</p>

<p>

If you have stored the cgi-bin scripts at the URL
http://your.host/cgi-bin/ace, then the following links should work.
Otherwise change them as appropriate.  </p>

<ol>
  <li><a href="/cgi-bin/ace/searches/text">Text Search</a>
  <li><a href="/cgi-bin/ace/searches/browser">Class Browser</a>
  <li><a href="/cgi-bin/ace/searches/query">Ace Query</a>
</ol>

<hr>
<address><a href="http://stein.cshl.org/AcePerl">AcePerl Home Page</a></address>

<!-- hhmts start -->
Last modified: Wed Sep 19 11:59:19 EDT 2001
<!-- hhmts end -->
</body> </html>