~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
<meta name="keywords" content="Hyper Estraier, Estraier, full-text search, API" />
14
14
<meta name="description" content="homepage of Hyper Estraier" />
15
15
<link rel="contents" href="./" />
16
 
<link rel="alternate" href="index-ja.html" hreflang="ja" title="the Japanese version" />
 
16
<link rel="alternate" href="index.ja.html" hreflang="ja" title="the Japanese version" />
17
17
<link rel="stylesheet" href="common.css" />
18
18
<link rel="icon" href="icon16.png" />
19
19
<link rev="made" href="mailto:mikio@users.sourceforge.net" />
23
23
  if(elem){
24
24
    var now = new Date();
25
25
    if((now.getFullYear() + now.getMonth() + now.getDate() + now.getHours()) % 4 == 0){
26
 
      var name = now.getMinutes() % 3 == 0 ? "Hyper Estfighter III' Turbo X" : "Hyper Estraier";
27
 
      var desc = (now.getDate() + now.getMinutes()) % 2 == 0 ?
28
 
        "the next generation" : "new challengers";
 
26
      var name;
 
27
      switch((now.getMonth() + now.getDate() + now.getMinutes()) % 6){
 
28
      default: name = "Hyper Super Ultra Estraier"; break;
 
29
      case 1: name = "Superdreadnought Estraier"; break;
 
30
      case 2: name = "Supercool Estraier"; break;
 
31
      case 3: name = "Supersonic Estraier"; break;
 
32
      case 4: name = "Superstring Estraier"; break;
 
33
      case 5: name = "Estraier II' Turbo"; break;
 
34
      }
 
35
      var desc;
 
36
      switch((now.getDate() + now.getMinutes()) % 9){
 
37
      default: desc = "The World Warrior"; break;
 
38
      case 1: desc = "Champion Edition"; break;
 
39
      case 2: desc = "Hyper Fighting"; break;
 
40
      case 3: desc = "The New Challengers"; break;
 
41
      case 4: desc = "Grand Master Challenge"; break;
 
42
      case 5: desc = "Warriors' Dreams"; break;
 
43
      case 6: desc = "New Generation"; break;
 
44
      case 7: desc = "Giant Attack"; break;
 
45
      case 8: desc = "Fight for the Future"; break;
 
46
      }
29
47
      elem.firstChild.nodeValue = name + ": " + desc;
30
48
    }
31
49
  }
37
55
 
38
56
<h1 id="headline">Hyper Estraier: a full-text search system for communities</h1>
39
57
 
40
 
<div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>
41
 
<div class="note">Last Update: Tue, 01 Nov 2005 04:27:26 +0900</div>
 
58
<div class="note">Copyright (C) 2004-2006 Mikio Hirabayashi</div>
 
59
<div class="note">Last Update: Mon, 11 Sep 2006 21:41:45 +0900</div>
42
60
<div class="navi">[<span class="void">English</span>/<a href="index.ja.html" hreflang="ja">Japanese</a>]</div>
43
61
 
44
62
<div class="logo"><img src="logo.png" alt="Hyper Estraier" width="300" height="110" /></div>
55
73
<li>High performance of search</li>
56
74
<li>High scalability of target documents</li>
57
75
<li>Perfect recall ratio by N-gram method</li>
 
76
<li>High precision by hybrid mechanism of N-gram and morphological analyzer</li>
58
77
<li>Phrase search, regular expressions, attribute search, and similarity search</li>
59
78
<li>Multilingualism with Unicode</li>
60
79
<li>Independent of file format and repository</li>
 
80
<li>Intelligent web crawler</li>
61
81
<li>Simple and powerful API</li>
62
82
<li>Supporting P2P architecture</li>
63
83
</ul>
75
95
<li><a href="uguide-en.html">User's Guide</a></li>
76
96
<li><a href="pguide-en.html">Programming Guide</a></li>
77
97
<li><a href="nguide-en.html">P2P Guide</a></li>
 
98
<li><a href="cguide-en.html">Crawler Guide</a></li>
78
99
</ul>
79
100
 
80
101
<hr />
84
105
<p>The following are packages of Hyper Estraier.</p>
85
106
 
86
107
<ul>
87
 
<li><a href="http://hyperestraier.sourceforge.net/hyperestraier-1.0.6.tar.gz">Latest Source Package (version 1.0.6)</a></li>
 
108
<li><a href="http://hyperestraier.sourceforge.net/hyperestraier-1.4.9.tar.gz">Latest Source Package (version 1.4.9)</a></li>
88
109
</ul>
89
110
 
90
111
<ul>
110
131
<li><a href="rubypureapi/">Documents for Pure Ruby Interface</a></li>
111
132
</ul>
112
133
 
113
 
<p>If you are a programmer of Python or Perl, bindings for them are useful.</p>
114
 
 
115
 
<ul>
116
 
<li><a href="http://hyperestraier.sourceforge.net/binding/">Sub Progject of Language Bindings</a></li>
 
134
<p>Class libraries for Perl are also provided.</p>
 
135
 
 
136
<ul>
 
137
<li><a href="perlnativeapi/">Documents for Perl Binding</a></li>
 
138
</ul>
 
139
 
 
140
<p>If you are a programmer of Python, SWIG bindings are useful.</p>
 
141
 
 
142
<ul>
 
143
<li><a href="http://hyperestraier.sourceforge.net/binding/">Sub Project of Language Bindings</a></li>
117
144
</ul>
118
145
 
119
146
<hr />
139
166
<li><a href="http://www.gzip.org/zlib/">Zlib</a> : data compressor used in Hyper Estraier</li>
140
167
<li><a href="http://estraier.sourceforge.net/">Estraier</a> : predecessor of Hyper Estraier</li>
141
168
<li><a href="http://modestraier.sourceforge.net/">mod_estraier</a> : Apache module for full-text search as a proxy</li>
 
169
<li><a href="http://pgestraier.projects.postgresql.org/">pgestraier</a> : PostgreSQL interface for Hyper Estraier</li>
 
170
<li><a href="http://rubyforge.org/projects/ar-searchable">acts_as_searchable</a> : Ruby on Rails interface for Hyper Estraier</li>
 
171
<li><a href="http://search.cpan.org/~dpavlin/Search-Estraier/">Search-Estraier</a> : Perl interface for Hyper Estraier</li>
 
172
<li><a href="http://www.vandenoever.info/software/strigi/">Strigi</a> : desktop search system supporting Hyper Estraier</li>
 
173
<li><a href="http://www.mew.org/">Mew</a> : mailer on Emacs supporing Hyper Estraier</li>
142
174
</ul>
143
175
 
144
176
<hr />