- Timestamp:
- 02/23/08 20:57:23 (17 years ago)
- Location:
- pykota/trunk
- Files:
-
- 16 removed
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/introduction.sgml
r3116 r3345 207 207 <listitem> 208 208 <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, but212 instead as a pipe from your mail server's <filename>/etc/aliases</filename> file.213 </para>214 </listitem>215 <listitem>216 <para>217 209 <command>pknotify</command> : a client for the <application>PyKotIcon</application> cross-platform generic network dialog box manager. This 218 210 tools allow you to interact with end users at printing time. -
pykota/trunk/docs/pykota.sgml
r3275 r3345 16 16 <!entity PKBCODES system "pkbcodes.sgml"> 17 17 <!entity PKBANNER system "pkbanner.sgml"> 18 <!entity PKMAIL system "pkmail.sgml">19 18 <!entity PKUSERS system "pkusers.sgml"> 20 19 <!entity PKNOTIFY system "pknotify.sgml"> … … 153 152 &PKNOTIFY; 154 153 155 &PKMAIL;156 157 154 &SCRIPTS; 158 155 -
pykota/trunk/MANIFEST.in
r3240 r3345 1 1 include README FAQ COPYING LICENSE TODO ChangeLog AUTHORS CREDITS SECURITY MANIFEST.in 2 include clean.sh gentarball.sh checkdeps.py bin/pkturnkey bin/pk mail bin/pkbanner2 include clean.sh gentarball.sh checkdeps.py bin/pkturnkey bin/pkbanner 3 3 include bin/autopykota bin/dumpykota bin/cupspykota bin/edpykota bin/warnpykota 4 4 include bin/repykota bin/pykotme bin/pykosd bin/pkprinters bin/pkbcodes bin/pkinvoice -
pykota/trunk/setup.py
r3344 r3345 153 153 ], 154 154 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", \ 156 156 "bin/pkbanner", "bin/autopykota", "bin/dumpykota", \ 157 157 "bin/pykosd", "bin/edpykota", "bin/repykota", \