
Little Helper contains a full text search engine. Currently it indexes all html-files in /collects/doc. A mockup web-interface is present in order to facilitate easy experimentation with searches. Run run-indexer to generate the index for your documentation dir. Run launch to start a web-server with the search interface. Note: Currently assumes w3m is in your path (used to precompute the preview-snippets shown in the search results. svn: r8836
41 lines
891 B
HTML
41 lines
891 B
HTML
<html>
|
|
<head>
|
|
<title>!!!!!!!!!!!Welcome to the PLT Web server!</title>
|
|
</head>
|
|
|
|
<body bgcolor="white">
|
|
<img src="/Defaults/documentation/web-server.gif" width="61" height="57" />
|
|
|
|
<blockquote>
|
|
|
|
<table width="66%" bgcolor="white">
|
|
<tr><td>
|
|
<h2>Welcome to the PLT Web Server</h2>
|
|
|
|
<p>
|
|
Find out more about <a href='/Defaults/'>the server and configure</a> it.
|
|
</p>
|
|
|
|
<p>Please replace this page with your favorite index page.
|
|
<br />For future configuration changes, remember to look up
|
|
<br />
|
|
<center>
|
|
<code> http://127.0.0.1:<em>port</em>/Defaults/ </code>
|
|
</center>
|
|
|
|
<p>Powered by
|
|
<a href="http://www.plt-scheme.org/">
|
|
<img width="53" height="19" src="/Defaults/documentation/plt-logo.gif" />
|
|
</a>
|
|
<p><font size="-2">
|
|
For more information on PLT Software, please follow the icon link.
|
|
</font>
|
|
</p>
|
|
</p>
|
|
</table>
|
|
|
|
</blockquote>
|
|
|
|
</body>
|
|
</html>
|