[cvs] commit: sam COPYING README index.php menu.php prefs.php spamassassin.php sam/config conf.php conf.php.dist menu.php.dis t prefs.php prefs.php.dist sam/docs CHANGES CREDITS INSTALL TODO sam/graphics sam.gif sam/lib Driver.php SAM.p hp base.php ...

Chuck Hagenbuch chuck@horde.org
Mon, 3 Jun 2002 21:41:54 -0700 (PDT)


chuck       2002/06/03 21:41:54 PDT

  Added files:
    .                    COPYING README index.php menu.php 
                         prefs.php spamassassin.php 
    config               conf.php conf.php.dist menu.php.dist 
                         prefs.php prefs.php.dist 
    docs                 CHANGES CREDITS INSTALL TODO 
    graphics             sam.gif 
    lib                  Driver.php SAM.php base.php constants.php 
                         version.php 
    lib/Driver           sql.php 
    po                   Makefile README extract.pl shtool 
                         xgettext.sh 
    scripts/drivers      sam.sql 
    templates            common-footer.inc common-header.inc 
    templates/index      css.inc notconfigured.inc 
    templates/menu       menu.inc 
    templates/spamassassin body.inc 
  Log:
  initial SpamAssassin module commit.
  
  Submitted by: Chris Bowlby <excalibur@hub.org>
  
  Revision  Changes    Path
  1.1       +340 -0    sam/COPYING (new)
  1.1       +72 -0     sam/README (new)
  1.1       +42 -0     sam/config/conf.php (new)
  1.1       +45 -0     sam/config/conf.php.dist (new)
  1.1       +40 -0     sam/config/menu.php.dist (new)
  1.1       +17 -0     sam/config/prefs.php (new)
  1.1       +17 -0     sam/config/prefs.php.dist (new)
  1.1       +19 -0     sam/docs/CHANGES (new)
  1.1       +10 -0     sam/docs/CREDITS (new)
  1.1       +171 -0    sam/docs/INSTALL (new)
  1.1       +13 -0     sam/docs/TODO (new)
  1.1       +3 -0      sam/graphics/sam.gif (new)
  1.1       +29 -0     sam/index.php (new)
  1.1       +116 -0    sam/lib/Driver.php (new)
  1.1       +211 -0    sam/lib/Driver/sql.php (new)
  1.1       +85 -0     sam/lib/SAM.php (new)
  1.1       +58 -0     sam/lib/base.php (new)
  1.1       +12 -0     sam/lib/constants.php (new)
  1.1       +1 -0      sam/lib/version.php (new)
  1.1       +28 -0     sam/menu.php (new)
  1.1       +37 -0     sam/po/Makefile (new)
  1.1       +1 -0      sam/po/README (new)
  1.1       +30 -0     sam/po/extract.pl (new)
  1.1       +716 -0    sam/po/shtool (new)
  1.1       +3 -0      sam/po/xgettext.sh (new)
  1.1       +56 -0     sam/prefs.php (new)
  1.1       +8 -0      sam/scripts/drivers/sam.sql (new)
  1.1       +52 -0     sam/spamassassin.php (new)
  1.1       +9 -0      sam/templates/common-footer.inc (new)
  1.1       +25 -0     sam/templates/common-header.inc (new)
  1.1       +27 -0     sam/templates/index/css.inc (new)
  1.1       +24 -0     sam/templates/index/notconfigured.inc (new)
  1.1       +42 -0     sam/templates/menu/menu.inc (new)
  1.1       +24 -0     sam/templates/spamassassin/body.inc (new)

  Chora Links:
  http://cvs.horde.org/co.php/sam/COPYING?r=1.1
  http://cvs.horde.org/co.php/sam/README?r=1.1
  http://cvs.horde.org/co.php/sam/config/conf.php?r=1.1
  http://cvs.horde.org/co.php/sam/config/conf.php.dist?r=1.1
  http://cvs.horde.org/co.php/sam/config/menu.php.dist?r=1.1
  http://cvs.horde.org/co.php/sam/config/prefs.php?r=1.1
  http://cvs.horde.org/co.php/sam/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/co.php/sam/docs/CHANGES?r=1.1
  http://cvs.horde.org/co.php/sam/docs/CREDITS?r=1.1
  http://cvs.horde.org/co.php/sam/docs/INSTALL?r=1.1
  http://cvs.horde.org/co.php/sam/docs/TODO?r=1.1
  http://cvs.horde.org/co.php/sam/graphics/sam.gif?r=1.1
  http://cvs.horde.org/co.php/sam/index.php?r=1.1
  http://cvs.horde.org/co.php/sam/lib/Driver.php?r=1.1
  http://cvs.horde.org/co.php/sam/lib/Driver/sql.php?r=1.1
  http://cvs.horde.org/co.php/sam/lib/SAM.php?r=1.1
  http://cvs.horde.org/co.php/sam/lib/base.php?r=1.1
  http://cvs.horde.org/co.php/sam/lib/constants.php?r=1.1
  http://cvs.horde.org/co.php/sam/lib/version.php?r=1.1
  http://cvs.horde.org/co.php/sam/menu.php?r=1.1
  http://cvs.horde.org/co.php/sam/po/Makefile?r=1.1
  http://cvs.horde.org/co.php/sam/po/README?r=1.1
  http://cvs.horde.org/co.php/sam/po/extract.pl?r=1.1
  http://cvs.horde.org/co.php/sam/po/shtool?r=1.1
  http://cvs.horde.org/co.php/sam/po/xgettext.sh?r=1.1
  http://cvs.horde.org/co.php/sam/prefs.php?r=1.1
  http://cvs.horde.org/co.php/sam/scripts/drivers/sam.sql?r=1.1
  http://cvs.horde.org/co.php/sam/spamassassin.php?r=1.1
  http://cvs.horde.org/co.php/sam/templates/common-footer.inc?r=1.1
  http://cvs.horde.org/co.php/sam/templates/common-header.inc?r=1.1
  http://cvs.horde.org/co.php/sam/templates/index/css.inc?r=1.1
  http://cvs.horde.org/co.php/sam/templates/index/notconfigured.inc?r=1.1
  http://cvs.horde.org/co.php/sam/templates/menu/menu.inc?r=1.1
  http://cvs.horde.org/co.php/sam/templates/spamassassin/body.inc?r=1.1