~ubuntu-branches/ubuntu/hardy/hyperestraier/hardy

« back to all changes in this revision

Viewing changes to javapure/overview.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:
24
24
 
25
25
<h2>Introduction</h2>
26
26
 
27
 
<p>This is a package implementing the node API of <a href="http://hyperestraier.sourceforge.net/">Hyper Estraier</a>.  This is a pure java package though it has not uncertified yet.  So, it works on Linux, Mac OS X, Windows, and so on.  It does not depend on the core library of Hyper Estraier.  Applications are implemented as clients of node servers running on local or remote machines.</p>
 
27
<p>This is a package implementing the node API of <a href="http://hyperestraier.sourceforge.net/">Hyper Estraier</a>.  This is a pure java package though it has not uncertified yet.  So, it works on Linux, Mac OS X, Windows, and so on.  It does not depend on the core library of Hyper Estraier.  Applications are implemented as clients of node servers running on local or remote machines.  This package requires JRE 1.4.2 or later versions.</p>
28
28
 
29
29
<p>Though Hyper Estraier itself is released under the terms of the GNU LGPL, this package is released under the terms of a BSD-style license.</p>
30
30
 
118
118
 
119
119
<h2>License</h2>
120
120
 
121
 
<div>Copyright (C) 2004-2005 Mikio Hirabayashi</div>
 
121
<div>Copyright (C) 2004-2006 Mikio Hirabayashi</div>
122
122
<div>All rights reserved.</div>
123
123
 
124
124
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>