Changeset 2019 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
01/08/05 20:13:11 (19 years ago)
Author:
jalet
Message:

dumpykota.cgi was added to allow the use of dumpykota through the web.
This makes real time interfacing with the third party software phpPrintAnalyzer
a breeze !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1952 r2019  
    2424# 
    2525# $Log$ 
     26# Revision 1.61  2005/01/08 19:13:11  jalet 
     27# dumpykota.cgi was added to allow the use of dumpykota through the web. 
     28# This makes real time interfacing with the third party software phpPrintAnalyzer 
     29# a breeze ! 
     30# 
    2631# Revision 1.60  2004/11/21 21:50:02  jalet 
    2732# Introduced the new pkmail command as a simple email gateway 
     
    290295data_files.append((os.sep.join([directory, "conf"]), ["conf/README", "conf/pykota.conf.sample", "conf/pykotadmin.conf.sample"])) 
    291296 
    292 data_files.append((os.sep.join([directory, "cgi-bin"]), ["cgi-bin/README", "cgi-bin/printquota.cgi"])) 
     297data_files.append((os.sep.join([directory, "cgi-bin"]), ["cgi-bin/README", "cgi-bin/printquota.cgi", "cgi-bin/dumpykota.cgi"])) 
    293298 
    294299data_files.append((os.sep.join([directory, "logos"]), glob.glob(os.sep.join(["logos", "*.jpeg"])) + glob.glob(os.sep.join(["logos", "*.png"])) + glob.glob(os.sep.join(["logos", "*.xcf"]))))