Subversion Repositories LCARS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 PointedEar 1
############################################################################
2
#                       RECENT CHANGES                                     #
3
# 2011-10-03  PE  - Use more compatible shebang
4
#                 - Fixed some Perl::Critic-ized code
5
#                 - Fixed wrong indent for non-ASCII names
6
#                 - Formatted source code
7
# 2011-07-03  PE  - Use Encode to decode/encode MIME encodings
8
#                 - Use warnings, utf8 (just in case)
9
#                 - Documentation update
10
# N/A         NN  - Take newsgroup name as argument
11
# 2004-06-19  NN  - newsgroup name is $ARGV[0]
12
#                 - Allow command line flags for subtracting
13
#                   output if not pertinent for a group
14
# 2002-11-09  NN  - Put Garry's writedata() function back in.
15
#                 - added "rn" to my list of UA's
16
#                 - Started using %distinct_agent for both User agent
17
#                   sections
18
#                 - named it newsstat.pl version 0.3
19
# 2002-11-06  NN  - Fixed the earliest/latest file problem by using
20
#                   mtime rather than ctime, and simplifying the logic
21
# 2002-11-05  NN  - moved user configurations to the top
22
#                 - fixed the cross-posting section
23
#                 - introduced the $newsgroup_name variable which
24
#                   later becomes $news$group
25
#                 - changed $name to $agent_name in countagents()
26
#
27
# Contributors
28
# -------------
29
# NN  Nomen nominandum (name to be determined later)
30
# PE  Thomas 'PointedEars' Lahn <startrek@PointedEars.de>