[cvs] commit: thor LICENSE README index.php list.php prefs.php
project.php request.php team.php view.php thor/config .cvsignore
conf.xml html.php.dist menu.php.dist prefs.php.dist thor/docs
CHANGES CREDITS INSTALL thor/graphics add.gif list.gif note.gif ...
Chuck Hagenbuch
chuck at horde.org
Tue Sep 9 10:28:12 PDT 2003
chuck 2003/09/09 10:28:12 PDT
Added files:
. LICENSE README index.php list.php
prefs.php project.php request.php
team.php view.php
config .cvsignore conf.xml html.php.dist
menu.php.dist prefs.php.dist
docs CHANGES CREDITS INSTALL
graphics add.gif list.gif note.gif people2a.gif
people2b.gif people2d.gif
lib Driver.php Requests.php Thor.php base.php
version.php
lib/Driver sql.php
lib/Requests auto.php
po Makefile README extract.pl shtool
xgettext.sh
scripts/drivers thor.sql
templates common-footer.inc common-header.inc
templates/index notconfigured.inc
templates/list empty.inc footer.inc header.inc
project_summaries.inc
templates/menu menu.inc
templates/team accepted.inc confirmation.inc
description.inc footers.inc headers.inc
team.inc wanting.inc
templates/view description.inc footers.inc
header_team.inc headers.inc team.inc
Log:
Initial Thor code.
Submitted by: Carlos Pedrinaci <cpedrinaci at yahoo.es>
Revision Changes Path
1.1 +48 -0 thor/LICENSE (new)
1.1 +75 -0 thor/README (new)
1.1 +4 -0 thor/config/.cvsignore (new)
1.1 +88 -0 thor/config/conf.xml (new)
1.1 +11 -0 thor/config/html.php.dist (new)
1.1 +39 -0 thor/config/menu.php.dist (new)
1.1 +46 -0 thor/config/prefs.php.dist (new)
1.1 +5 -0 thor/docs/CHANGES (new)
1.1 +24 -0 thor/docs/CREDITS (new)
1.1 +177 -0 thor/docs/INSTALL (new)
1.1 +3 -0 thor/graphics/add.gif (new)
1.1 +2 -0 thor/graphics/list.gif (new)
1.1 +2 -0 thor/graphics/note.gif (new)
1.1 +4 -0 thor/graphics/people2a.gif (new)
1.1 +5 -0 thor/graphics/people2b.gif (new)
1.1 +2 -0 thor/graphics/people2d.gif (new)
1.1 +23 -0 thor/index.php (new)
1.1 +231 -0 thor/lib/Driver.php (new)
1.1 +321 -0 thor/lib/Driver/sql.php (new)
1.1 +115 -0 thor/lib/Requests.php (new)
1.1 +42 -0 thor/lib/Requests/auto.php (new)
1.1 +703 -0 thor/lib/Thor.php (new)
1.1 +67 -0 thor/lib/base.php (new)
1.1 +1 -0 thor/lib/version.php (new)
1.1 +66 -0 thor/list.php (new)
1.1 +56 -0 thor/po/Makefile (new)
1.1 +1 -0 thor/po/README (new)
1.1 +32 -0 thor/po/extract.pl (new)
1.1 +716 -0 thor/po/shtool (new)
1.1 +3 -0 thor/po/xgettext.sh (new)
1.1 +40 -0 thor/prefs.php (new)
1.1 +76 -0 thor/project.php (new)
1.1 +71 -0 thor/request.php (new)
1.1 +23 -0 thor/scripts/drivers/thor.sql (new)
1.1 +168 -0 thor/team.php (new)
1.1 +9 -0 thor/templates/common-footer.inc (new)
1.1 +25 -0 thor/templates/common-header.inc (new)
1.1 +64 -0 thor/templates/index/notconfigured.inc (new)
1.1 +3 -0 thor/templates/list/empty.inc (new)
1.1 +2 -0 thor/templates/list/footer.inc (new)
1.1 +5 -0 thor/templates/list/header.inc (new)
1.1 +16 -0 thor/templates/list/project_summaries.inc (new)
1.1 +53 -0 thor/templates/menu/menu.inc (new)
1.1 +47 -0 thor/templates/team/accepted.inc (new)
1.1 +26 -0 thor/templates/team/confirmation.inc (new)
1.1 +36 -0 thor/templates/team/description.inc (new)
1.1 +1 -0 thor/templates/team/footers.inc (new)
1.1 +1 -0 thor/templates/team/headers.inc (new)
1.1 +128 -0 thor/templates/team/team.inc (new)
1.1 +105 -0 thor/templates/team/wanting.inc (new)
1.1 +44 -0 thor/templates/view/description.inc (new)
1.1 +1 -0 thor/templates/view/footers.inc (new)
1.1 +14 -0 thor/templates/view/header_team.inc (new)
1.1 +1 -0 thor/templates/view/headers.inc (new)
1.1 +26 -0 thor/templates/view/team.inc (new)
1.1 +62 -0 thor/view.php (new)
Chora Links:
http://cvs.horde.org/co.php/thor/LICENSE?r=1.1
http://cvs.horde.org/co.php/thor/README?r=1.1
http://cvs.horde.org/co.php/thor/config/.cvsignore?r=1.1
http://cvs.horde.org/co.php/thor/config/conf.xml?r=1.1
http://cvs.horde.org/co.php/thor/config/html.php.dist?r=1.1
http://cvs.horde.org/co.php/thor/config/menu.php.dist?r=1.1
http://cvs.horde.org/co.php/thor/config/prefs.php.dist?r=1.1
http://cvs.horde.org/co.php/thor/docs/CHANGES?r=1.1
http://cvs.horde.org/co.php/thor/docs/CREDITS?r=1.1
http://cvs.horde.org/co.php/thor/docs/INSTALL?r=1.1
http://cvs.horde.org/co.php/thor/graphics/add.gif?r=1.1
http://cvs.horde.org/co.php/thor/graphics/list.gif?r=1.1
http://cvs.horde.org/co.php/thor/graphics/note.gif?r=1.1
http://cvs.horde.org/co.php/thor/graphics/people2a.gif?r=1.1
http://cvs.horde.org/co.php/thor/graphics/people2b.gif?r=1.1
http://cvs.horde.org/co.php/thor/graphics/people2d.gif?r=1.1
http://cvs.horde.org/co.php/thor/index.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/Driver.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/Driver/sql.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/Requests.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/Requests/auto.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/Thor.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/base.php?r=1.1
http://cvs.horde.org/co.php/thor/lib/version.php?r=1.1
http://cvs.horde.org/co.php/thor/list.php?r=1.1
http://cvs.horde.org/co.php/thor/po/Makefile?r=1.1
http://cvs.horde.org/co.php/thor/po/README?r=1.1
http://cvs.horde.org/co.php/thor/po/extract.pl?r=1.1
http://cvs.horde.org/co.php/thor/po/shtool?r=1.1
http://cvs.horde.org/co.php/thor/po/xgettext.sh?r=1.1
http://cvs.horde.org/co.php/thor/prefs.php?r=1.1
http://cvs.horde.org/co.php/thor/project.php?r=1.1
http://cvs.horde.org/co.php/thor/request.php?r=1.1
http://cvs.horde.org/co.php/thor/scripts/drivers/thor.sql?r=1.1
http://cvs.horde.org/co.php/thor/team.php?r=1.1
http://cvs.horde.org/co.php/thor/templates/common-footer.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/index/notconfigured.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/list/empty.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/list/footer.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/list/header.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/list/project_summaries.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/menu/menu.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/accepted.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/confirmation.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/description.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/footers.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/headers.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/team.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/team/wanting.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/view/description.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/view/footers.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/view/header_team.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/view/headers.inc?r=1.1
http://cvs.horde.org/co.php/thor/templates/view/team.inc?r=1.1
http://cvs.horde.org/co.php/thor/view.php?r=1.1
More information about the cvs
mailing list