[cvs] commit: eleusis COPYING LICENSE.ASL LICENSE.BSDL README add.php add_menu.php create.php create_menu.php delete.php delete_menu.php index.php list.php main.php modify.php modify_menu.php modify_pre_menu.php read.php eleusis/config conf.php conf.xml ...

Andre Pawlowski sqall at h4des.org
Wed Apr 14 07:18:25 UTC 2010


sqall       2010-04-14 07:18:25 UTC

  Added files:
    .                    COPYING LICENSE.ASL LICENSE.BSDL README 
                         add.php add_menu.php create.php 
                         create_menu.php delete.php 
                         delete_menu.php index.php list.php 
                         main.php modify.php modify_menu.php 
                         modify_pre_menu.php read.php 
    config               conf.php conf.xml prefs.php 
                         prefs.php.dist 
    docs                 CHANGES CREDITS INSTALL RELEASE_NOTES 
                         TODO 
    lib                  Eleusis.php base.php version.php 
    locale/en_US         help.xml 
    passwordstore        .htaccess indexfile 
    passwordstore/passwords .htaccess 
    po                   readme 
    templates            common-footer.inc common-header.inc 
                         menu.inc 
    themes               screen.css 
    themes/graphics      eleusis.png 
  Log:
  Bug: no bug
  Submitted by: Andre Pawlowski
  
  added eleusis 0.1 H3 to the cvs repository
  
  Revision  Changes    Path
  1.1       +280 -0    eleusis/COPYING (new)
  1.1       +48 -0     eleusis/LICENSE.ASL (new)
  1.1       +24 -0     eleusis/LICENSE.BSDL (new)
  1.1       +61 -0     eleusis/README (new)
  1.1       +138 -0    eleusis/add.php (new)
  1.1       +137 -0    eleusis/add_menu.php (new)
  1.1       +4 -0      eleusis/config/conf.php (new)
  1.1       +5 -0      eleusis/config/conf.xml (new)
  1.1       +7 -0      eleusis/config/prefs.php (new)
  1.1       +6 -0      eleusis/config/prefs.php.dist (new)
  1.1       +116 -0    eleusis/create.php (new)
  1.1       +94 -0     eleusis/create_menu.php (new)
  1.1       +108 -0    eleusis/delete.php (new)
  1.1       +80 -0     eleusis/delete_menu.php (new)
  1.1       +5 -0      eleusis/docs/CHANGES (new)
  1.1       +9 -0      eleusis/docs/CREDITS (new)
  1.1       +138 -0    eleusis/docs/INSTALL (new)
  1.1       +14 -0     eleusis/docs/RELEASE_NOTES (new)
  1.1       +6 -0      eleusis/docs/TODO (new)
  1.1       +24 -0     eleusis/index.php (new)
  1.1       +105 -0    eleusis/lib/Eleusis.php (new)
  1.1       +42 -0     eleusis/lib/base.php (new)
  1.1       +1 -0      eleusis/lib/version.php (new)
  1.1       +19 -0     eleusis/list.php (new)
  1.1       +14 -0     eleusis/locale/en_US/help.xml (new)
  1.1       +78 -0     eleusis/main.php (new)
  1.1       +149 -0    eleusis/modify.php (new)
  1.1       +189 -0    eleusis/modify_menu.php (new)
  1.1       +80 -0     eleusis/modify_pre_menu.php (new)
  1.1       +1 -0      eleusis/passwordstore/.htaccess (new)
  1.1       +0 -0      eleusis/passwordstore/indexfile (new)
  1.1       +1 -0      eleusis/passwordstore/passwords/.htaccess (new)
  1.1       +1 -0      eleusis/po/readme (new)
  1.1       +192 -0    eleusis/read.php (new)
  1.1       +17 -0     eleusis/templates/common-footer.inc (new)
  1.1       +29 -0     eleusis/templates/common-header.inc (new)
  1.1       +4 -0      eleusis/templates/menu.inc (new)
  1.1       +3 -0      eleusis/themes/graphics/eleusis.png (new)
  1.1       +3 -0      eleusis/themes/screen.css (new)

  Chora Links:
  http://cvs.horde.org/co.php/eleusis/COPYING?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/LICENSE.ASL?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/LICENSE.BSDL?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/README?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/add.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/add_menu.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/config/conf.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/config/conf.xml?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/config/prefs.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/config/prefs.php.dist?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/create.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/create_menu.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/delete.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/delete_menu.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/docs/CHANGES?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/docs/CREDITS?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/docs/INSTALL?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/docs/RELEASE_NOTES?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/docs/TODO?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/index.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/lib/Eleusis.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/lib/base.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/lib/version.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/list.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/locale/en_US/help.xml?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/main.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/modify.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/modify_menu.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/modify_pre_menu.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/passwordstore/.htaccess?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/passwordstore/indexfile?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/passwordstore/passwords/.htaccess?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/po/readme?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/read.php?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/templates/common-footer.inc?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/templates/common-header.inc?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/templates/menu.inc?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/themes/graphics/eleusis.png?rt=horde&r=1.1
  http://cvs.horde.org/co.php/eleusis/themes/screen.css?rt=horde&r=1.1


More information about the cvs mailing list