Subversion Repositories LCARS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
23 2012-07-07 07:07:11 PointedEars /trunk/tools/network/news/newsstat/
* newsstat/*
  - Proper spacing in original text and translations
  - Use Number::Format
  - Improved commify() (unused)
  - Use println()
  - Organized imports
 
22 2012-06-04 04:08:38 PointedEars /trunk/tools/network/news/newsstat/
TODO
 
14 2011-10-04 15:38:03 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Improved whitespace stripping (no need to strip if she isn't dressed ;-))
 
13 2011-10-04 15:08:30 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Added diagnostics (just in case)
  - Use `binmode STDOUT' instead of `use encoding' (compat.)
  - Documentation update, moved changelog and TODO to files 
  - `##' for leading comments to handle dev artifacts better
  - Sorted supported newsreaders alphabetically
  - Added support for Microsoft Windows Mail (OE successor)
  - Use uniform sub identifiers (words delimited with `_')
  - Use ISO/IEC units of data storage (KiB, MiB) uniformly
  - Space after header field's `:' are optional now,
    see RFC 5536, section 2.2 ("MAY")
  - Convert old `From' format to new one, collapse whitespace,
    remove outer ("protocol") quotes
  - Seconds are optional in `Date' header field values now,
    see grammar in RFC 5322, section 3.3 (ref. by RFC 5536, 2.2)
  - commify() adapted to perlfaq5
  - clean(): Simplified whitespace stripping
  - write_data(): writes XDATA using UTF-8, removed bogus print()
  - Fixed all Perl::Critic-ized code except nested get_agent()
 
12 2011-10-04 14:35:39 PointedEars /trunk/tools/network/news/newsstat/
* newstat.pl
  - Added ChangeLog and TODO of 2011-10-03
 
11 2011-10-03 23:44:53 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Fixed double UTF-8 encoding (fixes dot count)
 
10 2011-10-03 20:51:25 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Updated version number
 
9 2011-10-03 20:45:27 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Fixed wrong indent for non-ASCII names (TODO: proper dot count)
 
8 2011-10-03 19:30:18 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Use more compatible shebang
  - Fixed some Perl::Critic-ized code
 
7 2011-07-04 02:00:00 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Formatted source code
 
6 2011-07-03 14:00:00 PointedEars /trunk/tools/network/news/newsstat/
* newsstat.pl
  - Use Encode to decode/encode MIME encodings
  - Use warnings, utf8 (just in case) 
  - Documentation update
 
5 2011-07-03 06:38:10 PointedEars /trunk/tools/
Added newsstat.pl 0.3 of 2011-07-03