File: README

package info (click to toggle)
opendb 0.81p18-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,716 kB
  • ctags: 6,787
  • sloc: php: 50,213; sql: 3,098; sh: 272; makefile: 54; xml: 48
file content (89 lines) | stat: -rw-r--r-- 2,484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
OpenDb Readme
-------------

1) Files

The following Files are distributed with the Open Media Lending Database

-----------------------
Config File
-----------------------
include/config.php

You can define your own local configuration variables in local_config.php to
avoid having these settings overriden by a new version of OpenDb.

include/local_config.php

-----------------------
File Locations
-----------------------

import/			Import plugins
export/			Export plugins
site/			The site plugins

patch/			Patch scripts administered/accessed from patch.php.

lang/			Language files

theme/			Themes

images/			All images used by the main system.  Does not include site 
				plugin or theme images.

docs/			A directory containing various documents regarding 
				configuration of OpenDb.  This directory also contains 
				miscellaneous documents including the GPL License, OpenDb
				Contributors file and standard coding documentation.
			
docs/test/		Some test php scripts that can be used if having trouble
				getting various portions of OpenDb to work.
				
docs/scripts/	Scripts to be used with OpenDb, such as backup and
				borrow reminder scripts.  These are often intiated from
				CRON jobs, etc.

2. License

GPL - Your standard Open Source License
See the seperate LICENSE file for details.

3. Bugs

Post any bugs to sourceforge http://www.sourceforge.net/projects/opendb

4. Credits

Flurin Capaul and the DVDDBP team designed and coded DVDDBP on which 
OpenDb is originally based. OpenDb contains little if any original
code from the DVDDBP, but due credit to the DVDDBP for the code I 
started with.  

Marc Powell has been a constant contributor to OpenDb. Thanks Marc :-)

- OpenDb - Open Media Lending Database.  Copyright (c)2001-2004 Jason Pell

- Snoopy, the PHP net client.  Copyright (c)1999-2000 ispi, All Rights Reserved

- phpThumb() - The PHP thumbnail creator.  by James Heinrich <info@silisoftware.com> 

- SniffBrowser.php obtained from Engineering College of Copenhagen, 
  Department of Electronics and Information Technology
  
- excelgen.class.inc 2002/July/18 (c) Erh-Wen,Kuo (erhwenkuo@yahoo.com). 
  All rights reserved.

- adodb-time.inc.php - ADODb Date / Time functions.  
  Copyright (c) 2000, 2001, 2002, 2003 John Lim

- CSS Parser class 
  Thomas Bjrk <thomas@unidev.biz>

- The DVD Database Project Copyright (c)2000 Flurin Capaul

7. Disclaimer

The standard GPL disclaimer applies.  See the LICENSE file for more
information.