My favorites
|
Sign in
lsid-php
Life Science Identifier
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
‹r8
r19
Source path:
svn
/
trunk
/
config.inc.php
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
<?php
// $Id: //
/**
* @file config.php
*
* Global configuration variables (may be added to by other modules).
*
*/
global $config;
// Server
$config['webroot'] = 'http://linnaeus.zoology.gla.ac.uk/~rpage/lsid-php';
// Directories---------------------------------------------
$config['tmp_dir'] = '/tmp';
$config['cache_prefix'] = 'cache';
$config['cache_dir'] = '/Users/rpage/Sites/lsid-php/' . $config['cache_prefix'];
// Graphics
//$config['webdot'] = '/cgi-bin/webdot';
$config['webdot'] = '/cgi-bin/dot.cgi';
// XSLT installation----------------------------------------
// If your PHP installation has XSLT support built in leave as ''.
// If not (such as RedHat 8), set to the path to your copy of sabcmd (e.g.,
// '/usr/local/bin/sabcmd'). To get the path, type
// 'locate sabcmd' at the system prompt.
//$config['sabcmd'] = '/usr/local/bin/sabcmd';
$config['sabcmd'] = '';
// Character set-------------------------------------------
$config['charset'] = 'utf-8';
// Proxy settings for connecting to the web----------------
// Set these if you access the web through a proxy server. This
// is necessary if you are going to use external services such
// as PubMed.
//$config['proxy_name'] = '';
//$config['proxy_port'] = '';
$config['proxy_name'] = 'wwwcache.gla.ac.uk';
$config['proxy_port'] = '8080';
?>
Show details
Hide details
Change log
r9
by rdmpage on Jan 16, 2008
Diff
Added RDF validation
Go to:
/trunk/config.inc.php
/trunk/index.php
Project members,
sign in
to write a code review
Older revisions
r8
by rdmpage on Jan 16, 2008
Diff
Working
r7
by rdmpage on Jan 16, 2008
Diff
Importing
All revisions of this file
File info
Size: 1357 bytes, 57 lines
View raw file
File properties
svn:executable
Hosted by