File: pcblib.cgi.conf

package info (click to toggle)
pcb-rnd 3.1.7b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,108 kB
  • sloc: ansic: 213,400; yacc: 6,241; sh: 4,698; awk: 3,016; makefile: 2,254; lex: 1,166; python: 519; xml: 261; lisp: 154; tcl: 67; perl: 34; javascript: 6; ruby: 5
file content (31 lines) | stat: -rw-r--r-- 1,003 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
# shell syntax

### change these to reflect your installation ###

# absolute path to the trunk directory of the pcb-rnd checkout from
# svn://repo.hu/pcb-rnd/trunk
pcb_rnd_trunk=/home/igor2/C/pcb-rnd/trunk

# CGI url to use for self-reference when generating html pages;
# this should be a relative URL
CGI_param=/cgi-bin/pcblib-param.cgi
CGI_static=/cgi-bin/pcblib-static.cgi

# pcblib-static.cgi: absolute path to the map directory that is put
# online (svn://repo.hu/pcb-rnd/trunk/util/pcblib-map)
# NOTE: run make there after the checkout or an update
sdir=/var/www/html/tmp/pcblib

### these are less likely to change ###

# absolute path to util/ under the trunk checkout
pcb_rnd_util=$pcb_rnd_trunk/util

# absolute path to the footprint generators - has to end with /
gendir=$pcb_rnd_trunk/pcblib/parametric/

# absolute path to the root of the static footprint tree - has to end with /
fpdir=$pcb_rnd_trunk/pcblib/

# absolute path to the fp2preview script
fp2preview=$pcb_rnd_util/fp2preview