[cvs] commit: wicked COPYING README display.php edit.php history.php
index.php wicked/config .cvsignore .htaccess conf.xml
html.php.dist menu.php.dist prefs.php.dist wicked/docs CHANGES
CREDITS INSTALL wicked/graphics BackLinks.gif FindPage.gif ...
Chuck Hagenbuch
chuck at horde.org
Tue Nov 11 09:51:57 PST 2003
chuck 2003/11/11 09:51:57 PST
Added files:
. COPYING README display.php edit.php
history.php index.php
config .cvsignore .htaccess conf.xml
html.php.dist menu.php.dist
prefs.php.dist
docs CHANGES CREDITS INSTALL
graphics BackLinks.gif FindPage.gif LikePages.gif
RecentChanges.gif WikiHome.gif delete.gif
diff.gif edit.gif reload.gif restore.gif
view.gif wicked.gif
lib Driver.php Page.php Wicked.php api.php
base.php version.php
lib/Driver sql.php
lib/Page BackLinks.php LikePages.php
RecentChanges.php StandardPage.php
TitleSearch.php
lib/Page/StandardPage StdHistoryPage.php
locale/en_US help.xml
po Makefile README extract.pl shtool
xgettext.sh
scripts/drivers wicked.pgsql.sql wicked.sql
templates common-footer.inc common-header.inc
templates/display controls.inc standard.inc
templates/edit controls.inc standard.inc
templates/history controls.inc standard-footer.inc
standard-header.inc standard-summary.inc
standard.inc
templates/menu menu.inc
templates/pagelist controls.inc footer.inc header.inc
summary.inc
Log:
Initial import of Wicked, original code written by Tyler Colbert
<tyler-hordeml at colberts.us>. The initial name was "wicke", so a lot of
d's need to be added in various places, but this should be a complete,
otherwise functional start on a Horde Wiki.
Revision Changes Path
1.1 +340 -0 wicked/COPYING (new)
1.1 +7 -0 wicked/README (new)
1.1 +4 -0 wicked/config/.cvsignore (new)
1.1 +1 -0 wicked/config/.htaccess (new)
1.1 +67 -0 wicked/config/conf.xml (new)
1.1 +23 -0 wicked/config/html.php.dist (new)
1.1 +41 -0 wicked/config/menu.php.dist (new)
1.1 +25 -0 wicked/config/prefs.php.dist (new)
1.1 +124 -0 wicked/display.php (new)
1.1 +5 -0 wicked/docs/CHANGES (new)
1.1 +23 -0 wicked/docs/CREDITS (new)
1.1 +180 -0 wicked/docs/INSTALL (new)
1.1 +75 -0 wicked/edit.php (new)
1.1 +3 -0 wicked/graphics/BackLinks.gif (new)
1.1 +3 -0 wicked/graphics/FindPage.gif (new)
1.1 +3 -0 wicked/graphics/LikePages.gif (new)
1.1 +3 -0 wicked/graphics/RecentChanges.gif (new)
1.1 +3 -0 wicked/graphics/WikiHome.gif (new)
1.1 +2 -0 wicked/graphics/delete.gif (new)
1.1 +2 -0 wicked/graphics/diff.gif (new)
1.1 +5 -0 wicked/graphics/edit.gif (new)
1.1 +2 -0 wicked/graphics/reload.gif (new)
1.1 +1 -0 wicked/graphics/restore.gif (new)
1.1 +2 -0 wicked/graphics/view.gif (new)
1.1 +3 -0 wicked/graphics/wicked.gif (new)
1.1 +66 -0 wicked/history.php (new)
1.1 +22 -0 wicked/index.php (new)
1.1 +165 -0 wicked/lib/Driver.php (new)
1.1 +461 -0 wicked/lib/Driver/sql.php (new)
1.1 +303 -0 wicked/lib/Page.php (new)
1.1 +97 -0 wicked/lib/Page/BackLinks.php (new)
1.1 +97 -0 wicked/lib/Page/LikePages.php (new)
1.1 +84 -0 wicked/lib/Page/RecentChanges.php (new)
1.1 +251 -0 wicked/lib/Page/StandardPage.php (new)
1.1 +65 -0 wicked/lib/Page/StandardPage/StdHistoryPage.php (new)
1.1 +96 -0 wicked/lib/Page/TitleSearch.php (new)
1.1 +55 -0 wicked/lib/Wicked.php (new)
1.1 +44 -0 wicked/lib/api.php (new)
1.1 +51 -0 wicked/lib/base.php (new)
1.1 +1 -0 wicked/lib/version.php (new)
1.1 +13 -0 wicked/locale/en_US/help.xml (new)
1.1 +56 -0 wicked/po/Makefile (new)
1.1 +1 -0 wicked/po/README (new)
1.1 +32 -0 wicked/po/extract.pl (new)
1.1 +716 -0 wicked/po/shtool (new)
1.1 +3 -0 wicked/po/xgettext.sh (new)
1.1 +29 -0 wicked/scripts/drivers/wicked.pgsql.sql (new)
1.1 +29 -0 wicked/scripts/drivers/wicked.sql (new)
1.1 +9 -0 wicked/templates/common-footer.inc (new)
1.1 +25 -0 wicked/templates/common-header.inc (new)
1.1 +80 -0 wicked/templates/display/controls.inc (new)
1.1 +49 -0 wicked/templates/display/standard.inc (new)
1.1 +7 -0 wicked/templates/edit/controls.inc (new)
1.1 +59 -0 wicked/templates/edit/standard.inc (new)
1.1 +6 -0 wicked/templates/history/controls.inc (new)
1.1 +11 -0 wicked/templates/history/standard-footer.inc (new)
1.1 +43 -0 wicked/templates/history/standard-header.inc (new)
1.1 +59 -0 wicked/templates/history/standard-summary.inc (new)
1.1 +15 -0 wicked/templates/history/standard.inc (new)
1.1 +52 -0 wicked/templates/menu/menu.inc (new)
1.1 +4 -0 wicked/templates/pagelist/controls.inc (new)
1.1 +11 -0 wicked/templates/pagelist/footer.inc (new)
1.1 +32 -0 wicked/templates/pagelist/header.inc (new)
1.1 +25 -0 wicked/templates/pagelist/summary.inc (new)
Chora Links:
http://cvs.horde.org/co.php/wicked/COPYING?r=1.1
http://cvs.horde.org/co.php/wicked/README?r=1.1
http://cvs.horde.org/co.php/wicked/config/.cvsignore?r=1.1
http://cvs.horde.org/co.php/wicked/config/.htaccess?r=1.1
http://cvs.horde.org/co.php/wicked/config/conf.xml?r=1.1
http://cvs.horde.org/co.php/wicked/config/html.php.dist?r=1.1
http://cvs.horde.org/co.php/wicked/config/menu.php.dist?r=1.1
http://cvs.horde.org/co.php/wicked/config/prefs.php.dist?r=1.1
http://cvs.horde.org/co.php/wicked/display.php?r=1.1
http://cvs.horde.org/co.php/wicked/docs/CHANGES?r=1.1
http://cvs.horde.org/co.php/wicked/docs/CREDITS?r=1.1
http://cvs.horde.org/co.php/wicked/docs/INSTALL?r=1.1
http://cvs.horde.org/co.php/wicked/edit.php?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/BackLinks.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/FindPage.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/LikePages.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/RecentChanges.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/WikiHome.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/delete.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/diff.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/edit.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/reload.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/restore.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/view.gif?r=1.1
http://cvs.horde.org/co.php/wicked/graphics/wicked.gif?r=1.1
http://cvs.horde.org/co.php/wicked/history.php?r=1.1
http://cvs.horde.org/co.php/wicked/index.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Driver.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Driver/sql.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page/BackLinks.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page/LikePages.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page/RecentChanges.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page/StandardPage.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page/StandardPage/StdHistoryPage.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Page/TitleSearch.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/Wicked.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/api.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/base.php?r=1.1
http://cvs.horde.org/co.php/wicked/lib/version.php?r=1.1
http://cvs.horde.org/co.php/wicked/locale/en_US/help.xml?r=1.1
http://cvs.horde.org/co.php/wicked/po/Makefile?r=1.1
http://cvs.horde.org/co.php/wicked/po/README?r=1.1
http://cvs.horde.org/co.php/wicked/po/extract.pl?r=1.1
http://cvs.horde.org/co.php/wicked/po/shtool?r=1.1
http://cvs.horde.org/co.php/wicked/po/xgettext.sh?r=1.1
http://cvs.horde.org/co.php/wicked/scripts/drivers/wicked.pgsql.sql?r=1.1
http://cvs.horde.org/co.php/wicked/scripts/drivers/wicked.sql?r=1.1
http://cvs.horde.org/co.php/wicked/templates/common-footer.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/display/controls.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/display/standard.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/edit/controls.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/edit/standard.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/history/controls.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/history/standard-footer.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/history/standard-header.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/history/standard-summary.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/history/standard.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/menu/menu.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/pagelist/controls.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/pagelist/footer.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/pagelist/header.inc?r=1.1
http://cvs.horde.org/co.php/wicked/templates/pagelist/summary.inc?r=1.1
More information about the cvs
mailing list