[cvs] cvs commit: mnemo LICENSE README index.php list.php memo.php
menu.php prefs.php search.php view.php mnemo/config .cvsignore
conf.php.dist html.php.dist menu.php.dist prefs.php.dist
mnemo/docs CHANGES CREDITS INSTALL mnemo/graphics add.gif ...
Chuck Hagenbuch
chuck@horde.org
Mon, 22 Apr 2002 11:39:36 -0700 (PDT)
chuck 2002/04/22 11:39:36 PDT
Added files:
. LICENSE README index.php list.php
memo.php menu.php prefs.php search.php
view.php
config .cvsignore conf.php.dist html.php.dist
menu.php.dist prefs.php.dist
docs CHANGES CREDITS INSTALL
graphics add.gif checkbox.gif down.gif list.gif
mnemo.gif refresh.gif search.gif up.gif
lib Driver.php Mnemo.php api.php base.php
constants.php version.php
lib/Driver sql.php
locale/en_US help.xml
po .cvsignore Makefile README extract.pl
shtool xgettext.sh
scripts/drivers mnemo_memos.sql
templates common-footer.inc common-header.inc
templates/index css.inc notconfigured.inc
templates/list actions.inc empty.inc footer.inc
header.inc javascript.inc
memo_footers.inc memo_headers.inc
memo_summaries.inc
templates/memo begin.inc end.inc memo.inc
templates/menu menu.inc
templates/search begin.inc end.inc search.inc
templates/view description.inc headers.inc navbar.inc
no-memo.inc
Log:
Initial version of Mnemo, a memos/notepad application based on Nag.
Revision Changes Path
1.1 +48 -0 mnemo/LICENSE (new)
1.1 +74 -0 mnemo/README (new)
1.1 +5 -0 mnemo/config/.cvsignore (new)
1.1 +61 -0 mnemo/config/conf.php.dist (new)
1.1 +7 -0 mnemo/config/html.php.dist (new)
1.1 +41 -0 mnemo/config/menu.php.dist (new)
1.1 +57 -0 mnemo/config/prefs.php.dist (new)
1.1 +5 -0 mnemo/docs/CHANGES (new)
1.1 +15 -0 mnemo/docs/CREDITS (new)
1.1 +167 -0 mnemo/docs/INSTALL (new)
1.1 +3 -0 mnemo/graphics/add.gif (new)
1.1 +1 -0 mnemo/graphics/checkbox.gif (new)
1.1 +3 -0 mnemo/graphics/down.gif (new)
1.1 +2 -0 mnemo/graphics/list.gif (new)
1.1 +1 -0 mnemo/graphics/mnemo.gif (new)
1.1 +2 -0 mnemo/graphics/refresh.gif (new)
1.1 +4 -0 mnemo/graphics/search.gif (new)
1.1 +1 -0 mnemo/graphics/up.gif (new)
1.1 +32 -0 mnemo/index.php (new)
1.1 +266 -0 mnemo/lib/Driver.php (new)
1.1 +266 -0 mnemo/lib/Driver/sql.php (new)
1.1 +175 -0 mnemo/lib/Mnemo.php (new)
1.1 +78 -0 mnemo/lib/api.php (new)
1.1 +58 -0 mnemo/lib/base.php (new)
1.1 +17 -0 mnemo/lib/constants.php (new)
1.1 +1 -0 mnemo/lib/version.php (new)
1.1 +114 -0 mnemo/list.php (new)
1.1 +13 -0 mnemo/locale/en_US/help.xml (new)
1.1 +108 -0 mnemo/memo.php (new)
1.1 +29 -0 mnemo/menu.php (new)
1.1 +1 -0 mnemo/po/.cvsignore (new)
1.1 +56 -0 mnemo/po/Makefile (new)
1.1 +1 -0 mnemo/po/README (new)
1.1 +32 -0 mnemo/po/extract.pl (new)
1.1 +716 -0 mnemo/po/shtool (new)
1.1 +3 -0 mnemo/po/xgettext.sh (new)
1.1 +34 -0 mnemo/prefs.php (new)
1.1 +15 -0 mnemo/scripts/drivers/mnemo_memos.sql (new)
1.1 +23 -0 mnemo/search.php (new)
1.1 +9 -0 mnemo/templates/common-footer.inc (new)
1.1 +31 -0 mnemo/templates/common-header.inc (new)
1.1 +27 -0 mnemo/templates/index/css.inc (new)
1.1 +38 -0 mnemo/templates/index/notconfigured.inc (new)
1.1 +11 -0 mnemo/templates/list/actions.inc (new)
1.1 +1 -0 mnemo/templates/list/empty.inc (new)
1.1 +2 -0 mnemo/templates/list/footer.inc (new)
1.1 +23 -0 mnemo/templates/list/header.inc (new)
1.1 +28 -0 mnemo/templates/list/javascript.inc (new)
1.1 +4 -0 mnemo/templates/list/memo_footers.inc (new)
1.1 +15 -0 mnemo/templates/list/memo_headers.inc (new)
1.1 +9 -0 mnemo/templates/list/memo_summaries.inc (new)
1.1 +6 -0 mnemo/templates/memo/begin.inc (new)
1.1 +10 -0 mnemo/templates/memo/end.inc (new)
1.1 +14 -0 mnemo/templates/memo/memo.inc (new)
1.1 +44 -0 mnemo/templates/menu/menu.inc (new)
1.1 +4 -0 mnemo/templates/search/begin.inc (new)
1.1 +10 -0 mnemo/templates/search/end.inc (new)
1.1 +19 -0 mnemo/templates/search/search.inc (new)
1.1 +8 -0 mnemo/templates/view/description.inc (new)
1.1 +12 -0 mnemo/templates/view/headers.inc (new)
1.1 +12 -0 mnemo/templates/view/navbar.inc (new)
1.1 +6 -0 mnemo/templates/view/no-memo.inc (new)
1.1 +48 -0 mnemo/view.php (new)
Chora Links:
http://cvs.horde.org/co.php/mnemo/LICENSE?r=1.1
http://cvs.horde.org/co.php/mnemo/README?r=1.1
http://cvs.horde.org/co.php/mnemo/config/.cvsignore?r=1.1
http://cvs.horde.org/co.php/mnemo/config/conf.php.dist?r=1.1
http://cvs.horde.org/co.php/mnemo/config/html.php.dist?r=1.1
http://cvs.horde.org/co.php/mnemo/config/menu.php.dist?r=1.1
http://cvs.horde.org/co.php/mnemo/config/prefs.php.dist?r=1.1
http://cvs.horde.org/co.php/mnemo/docs/CHANGES?r=1.1
http://cvs.horde.org/co.php/mnemo/docs/CREDITS?r=1.1
http://cvs.horde.org/co.php/mnemo/docs/INSTALL?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/add.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/checkbox.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/down.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/list.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/mnemo.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/refresh.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/search.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/graphics/up.gif?r=1.1
http://cvs.horde.org/co.php/mnemo/index.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/Driver.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/Driver/sql.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/Mnemo.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/api.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/base.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/constants.php?r=1.1
http://cvs.horde.org/co.php/mnemo/lib/version.php?r=1.1
http://cvs.horde.org/co.php/mnemo/list.php?r=1.1
http://cvs.horde.org/co.php/mnemo/locale/en_US/help.xml?r=1.1
http://cvs.horde.org/co.php/mnemo/memo.php?r=1.1
http://cvs.horde.org/co.php/mnemo/menu.php?r=1.1
http://cvs.horde.org/co.php/mnemo/po/.cvsignore?r=1.1
http://cvs.horde.org/co.php/mnemo/po/Makefile?r=1.1
http://cvs.horde.org/co.php/mnemo/po/README?r=1.1
http://cvs.horde.org/co.php/mnemo/po/extract.pl?r=1.1
http://cvs.horde.org/co.php/mnemo/po/shtool?r=1.1
http://cvs.horde.org/co.php/mnemo/po/xgettext.sh?r=1.1
http://cvs.horde.org/co.php/mnemo/prefs.php?r=1.1
http://cvs.horde.org/co.php/mnemo/scripts/drivers/mnemo_memos.sql?r=1.1
http://cvs.horde.org/co.php/mnemo/search.php?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/common-footer.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/index/css.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/index/notconfigured.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/actions.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/empty.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/footer.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/header.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/javascript.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/memo_footers.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/memo_headers.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/list/memo_summaries.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/memo/begin.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/memo/end.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/memo/memo.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/menu/menu.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/search/begin.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/search/end.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/search/search.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/view/description.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/view/headers.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/view/navbar.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/templates/view/no-memo.inc?r=1.1
http://cvs.horde.org/co.php/mnemo/view.php?r=1.1