Show
Ignore:
Timestamp:
03/06/05 17:52:43 (19 years ago)
Author:
jerome
Message:

Removed all references to $Log$

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/dumpykota

    r2146 r2147  
    2222# 
    2323# $Id$ 
    24 # 
    25 # $Log$ 
    26 # Revision 1.22  2005/01/17 08:44:23  jalet 
    27 # Modified copyright years 
    28 # 
    29 # Revision 1.21  2005/01/08 17:03:06  jalet 
    30 # "--format cups" output more resembling CUPS' page_log. 
    31 # Split into a command line tool and a module, to allow easier coding of 
    32 # a CGI interface. 
    33 # 
    34 # Revision 1.20  2005/01/08 11:25:48  jalet 
    35 # Fixed the time zone field in page_log output to make PrintAnalyzer happy 
    36 # 
    37 # Revision 1.19  2005/01/08 10:52:01  jalet 
    38 # Now dumpykota can dump the history into CUPS' page_log format, allowing the 
    39 # use of tools like PrintAnalyzer or phpPrintAnalyzer along with PyKota 
    40 # 
    41 # Revision 1.18  2005/01/07 12:40:53  jalet 
    42 # Fixed field type's name in XML dumps. 
    43 # 
    44 # Revision 1.17  2004/12/21 15:50:00  jalet 
    45 # The dumpykota command now supports extended filtering capabilities with 
    46 # the PostgreSQL backend. LDAP doesn't yet support such possibilities. 
    47 # 
    48 # Revision 1.16  2004/12/21 14:45:31  jalet 
    49 # Prepared dumpykota to accept the new --filter command line option. Some 
    50 # additionnal work needs to be done in the backends though. 
    51 # 
    52 # Revision 1.15  2004/10/12 15:37:00  jalet 
    53 # Now outputs the name of the offending user if a mere mortal tries to use 
    54 # one of these commands !!! 
    55 # 
    56 # Revision 1.14  2004/10/11 22:53:05  jalet 
    57 # Postponed string interpolation to help message's output method 
    58 # 
    59 # Revision 1.13  2004/10/11 12:49:06  jalet 
    60 # Renders help translatable 
    61 # 
    62 # Revision 1.12  2004/10/07 21:14:28  jalet 
    63 # Hopefully final fix for data encoding to and from the database 
    64 # 
    65 # Revision 1.11  2004/10/07 14:35:40  jalet 
    66 # Now edpykota refuses to launch if the user is not a PyKota administrator. 
    67 # dumpykota : now has the same error message than edpykota in this case. 
    68 # 
    69 # Revision 1.10  2004/10/06 10:05:47  jalet 
    70 # Minor changes to allow any PyKota administrator to launch enhanced versions 
    71 # of the commands, and not only the root user. 
    72 # 
    73 # Revision 1.9  2004/10/05 20:08:46  jalet 
    74 # Misleading help message. Thx to Johannes Laemmermann. 
    75 # 
    76 # Revision 1.8  2004/10/05 09:59:19  jalet 
    77 # Restore compatibility with Python 2.1 
    78 # 
    79 # Revision 1.7  2004/10/04 21:25:29  jalet 
    80 # dumpykota can now output datas in the XML format 
    81 # 
    82 # Revision 1.6  2004/09/15 18:28:41  jalet 
    83 # Updated help for dumpykota 
    84 # 
    85 # Revision 1.5  2004/09/15 07:38:05  jalet 
    86 # Fix for uninitialized variable 
    87 # 
    88 # Revision 1.4  2004/09/15 07:26:19  jalet 
    89 # Data dumps are now ordered by entry creation date if applicable. 
    90 # Now dumpykota exits with a message when there's a broken pipe like 
    91 # in dumpykota --data history | head -3 
    92 # 
    93 # Revision 1.3  2004/09/15 06:58:25  jalet 
    94 # User groups membership and printer groups membership can now be dumped too 
    95 # 
    96 # Revision 1.2  2004/09/14 22:29:12  jalet 
    97 # First version of dumpykota. Works fine but only with PostgreSQL backend 
    98 # for now. 
    99 # 
    100 # Revision 1.1  2004/07/01 19:22:37  jalet 
    101 # First draft of dumpykota 
    102 # 
    10324# 
    10425#