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

« back to all changes in this revision

Viewing changes to doc/javapureapi/overview-summary.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:
2
2
<!--NewPage-->
3
3
<HTML>
4
4
<HEAD>
5
 
<!-- Generated by javadoc (build 1.4.2_06) on Fri Nov 18 00:48:31 JST 2005 -->
 
5
<!-- Generated by javadoc (build 1.4.2_06) on Sat Nov 11 19:57:56 JST 2006 -->
6
6
<TITLE>
7
7
Overview (estraier.pure)
8
8
</TITLE>
97
97
 
98
98
<h2>Introduction</h2>
99
99
 
100
 
<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>
 
100
<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>
101
101
 
102
102
<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>
103
103
 
191
191
 
192
192
<h2>License</h2>
193
193
 
194
 
<div>Copyright (C) 2004-2005 Mikio Hirabayashi</div>
 
194
<div>Copyright (C) 2004-2006 Mikio Hirabayashi</div>
195
195
<div>All rights reserved.</div>
196
196
 
197
197
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>