lib/ezmlm.rb
changeset 17 23c7f5c8ee39
parent 16 e135ccae6783
child 18 9aaac749fd9f
equal deleted inserted replaced
16:e135ccae6783 17:23c7f5c8ee39
     1 #!/usr/bin/ruby
       
     2 # vim: set nosta noet ts=4 sw=4:
     1 # vim: set nosta noet ts=4 sw=4:
       
     2 
       
     3 
       
     4 # A Ruby interface to the ezmlm-idx mailing list system.
     3 #
     5 #
     4 # A Ruby interface to the ezmlm-idx mailing list system.
     6 #   Ezmlm.find_directories( '/lists' ) #=> [ Ezmlm::List, Ezmlm::List ]
       
     7 #
       
     8 #   Ezmlm.each_list( '/lists' ) do |list|
       
     9 #       puts "\"%s\" <%s>" % [ list.name, list.address ]
       
    10 #   end
       
    11 #
     5 #
    12 #
     6 # == Version
    13 # == Version
     7 #
    14 #
     8 #  $Id$
    15 #  $Id$
     9 #
    16 #