Changeset 3345

Show
Ignore:
Timestamp:
02/23/08 20:57:23 (16 years ago)
Author:
jerome
Message:

Removed pkmail : nobody uses it, and no further improvments are planned.

Location:
pykota/trunk
Files:
16 removed
4 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/introduction.sgml

    r3116 r3345  
    207207              <listitem> 
    208208                <para> 
    209                   <command>pkmail</command> : to let users obtain their print quota situation by email. 
    210                   In the future other functionnalities will be added. 
    211                   This command is not meant to be used from the command line, but 
    212                   instead as a pipe from your mail server's <filename>/etc/aliases</filename> file. 
    213                 </para> 
    214               </listitem>   
    215               <listitem> 
    216                 <para> 
    217209                  <command>pknotify</command> : a client for the <application>PyKotIcon</application> cross-platform generic network dialog box manager. This 
    218210                  tools allow you to interact with end users at printing time. 
  • pykota/trunk/docs/pykota.sgml

    r3275 r3345  
    1616  <!entity PKBCODES system "pkbcodes.sgml"> 
    1717  <!entity PKBANNER system "pkbanner.sgml"> 
    18   <!entity PKMAIL system "pkmail.sgml"> 
    1918  <!entity PKUSERS system "pkusers.sgml"> 
    2019  <!entity PKNOTIFY system "pknotify.sgml"> 
     
    153152  &PKNOTIFY; 
    154153   
    155   &PKMAIL; 
    156    
    157154  &SCRIPTS; 
    158155     
  • pykota/trunk/MANIFEST.in

    r3240 r3345  
    11include README FAQ COPYING LICENSE TODO ChangeLog AUTHORS CREDITS SECURITY MANIFEST.in  
    2 include clean.sh gentarball.sh checkdeps.py bin/pkturnkey bin/pkmail bin/pkbanner 
     2include clean.sh gentarball.sh checkdeps.py bin/pkturnkey bin/pkbanner 
    33include bin/autopykota bin/dumpykota bin/cupspykota bin/edpykota bin/warnpykota 
    44include bin/repykota bin/pykotme bin/pykosd bin/pkprinters bin/pkbcodes bin/pkinvoice 
  • pykota/trunk/setup.py

    r3344 r3345  
    153153                 ], 
    154154      scripts = [ "bin/pknotify", "bin/pkusers", "bin/pkinvoice", "bin/pksetup", \ 
    155                   "bin/pkrefund", "bin/pkturnkey", "bin/pkbcodes", "bin/pkmail", \ 
     155                  "bin/pkrefund", "bin/pkturnkey", "bin/pkbcodes", \ 
    156156                  "bin/pkbanner", "bin/autopykota", "bin/dumpykota", \ 
    157157                  "bin/pykosd", "bin/edpykota", "bin/repykota", \