Changeset 35 for pkipplib/trunk/README
- Timestamp:
- 06/24/06 15:56:24 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/README
r34 r35 142 142 pkipplib currently includes the following command line tools : 143 143 144 - pksubscribe : can create or delete IPP subscriptions. 144 * pksubscribe : can create or delete IPP subscriptions. 145 145 146 See pksubscribe --help for details. 146 147 … … 155 156 --password HacKMe \ 156 157 --delete 34 58 98 158 159 * samplenotifier : can handle printer-added and printer-deleted 160 notifications and automatically create or remove printers 161 from PyKota's database (just adapt the code for other needs). 162 163 samplenotifier is present in the notifiers/ directory, but 164 won't be installed automatically. 157 165 158 166 In the future more command line tools will be included.