/[webpac]/openisis/0.9.9e/php/Isis.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /openisis/0.9.9e/php/Isis.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 604 - (hide annotations)
Mon Dec 27 21:49:01 2004 UTC (19 years, 3 months ago) by dpavlin
File size: 1212 byte(s)
import of new openisis release, 0.9.9e

1 dpavlin 604 <?php
2     /*
3     The Malete project - the Z39.2/Z39.50 database framework of OpenIsis.
4     Version 0.9.x (patchlevel see file Version)
5     Copyright (C) 2001-2004 by Erik Grziwotz, erik@openisis.org
6    
7     This library is free software; you can redistribute it and/or
8     modify it under the terms of the GNU Lesser General Public
9     License as published by the Free Software Foundation; either
10     version 2.1 of the License, or (at your option) any later version.
11    
12     This library is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15     Lesser General Public License for more details.
16    
17     You should have received a copy of the GNU Lesser General Public
18     License along with this library; if not, write to the Free Software
19     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20    
21     see README for more information
22     EOH */
23    
24     // $Id: Isis.php,v 1.1 2004/03/17 13:26:42 kripke Exp $
25    
26     /**
27     As a convenience wrapper, slurp in all Isis/* stuff.
28     */
29     require_once 'Isis/Rec.php';
30     require_once 'Isis/Db.php';
31     require_once 'Isis/Server.php';
32     require_once 'Isis/Http.php';
33     // require_once 'Isis/File.php';
34     ?>

  ViewVC Help
Powered by ViewVC 1.1.26