Skip to content

Commit

Permalink
temporary workaround of search results
Browse files Browse the repository at this point in the history
until the search becomes fully functional
  • Loading branch information
lagleki authored Jul 23, 2017
1 parent 4c267cc commit b11281c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lookup/lookup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
# "1&Query=00-database-info&Strategy=*&Database=*";
#my $SInfo = "$ReturnUrl?Form=$Pgm". "4";

my $CRInfo = "http://www.lojban.org/files/genlic.html";
my $CRInfo = "https://mw.lojban.org/papri/LLG_Web_Copyright_License";

my $SInfo = "http://www.lojban.org/whats_new.html";
my $SInfo = "https://mw.lojban.org/papri/nuzba/en";

my $Dict = "/usr/bin/dict -h dict.lojban.org";
#my $DictAlt = "/usr/local/bin/dict -h dega.cs.unc.edu";
Expand Down Expand Up @@ -350,6 +350,9 @@ sub SendForm1 {
#$Counter2

print <<EOF;
<p>There are specific tools that make searching this database easier:</p>
<p><a href="la-lojban.github.io/sutysisku/en/">la sutysisku dictionary</a>, an offline enabled web app</p>
<p><a href="http://vlasisku.lojban.org/">la vlasisku</a> search engine for the Lojban dictionary</p>
<form method="GET" action="$ReturnUrl">
<input type="hidden" name="Form" value="${Pgm}1">
<center>
Expand Down Expand Up @@ -708,7 +711,7 @@ sub SendEnding {
Questions or comments about this site?
Contact $WebMaster
<br />
Submit corrections or error reports via <a href="/">jbovlaste</a>.
<!--Submit corrections or error reports via <a href="/">jbovlaste</a>.-->
</font>
</center>
</body>
Expand Down

0 comments on commit b11281c

Please sign in to comment.