[cvs] commit: incubator/thomas COPYING LICENSE.ASL LICENSE.BSDL README admin.php delete.php edit.php index.php list.php read.php rss.php search.php test.php trackback.php user.php incubator/thomas/config conf.xml prefs.php.dist incubator/thomas/docs CHANGES CREDITS ...
Michael M Slusarz
slusarz at horde.org
Mon Mar 12 04:34:51 UTC 2007
slusarz 2007-03-12 00:34:51 EDT
Added files:
thomas COPYING LICENSE.ASL LICENSE.BSDL README
admin.php delete.php edit.php index.php
list.php read.php rss.php search.php
test.php trackback.php user.php
thomas/config conf.xml prefs.php.dist
thomas/docs CHANGES CREDITS INSTALL RELEASE_NOTES
TODO
thomas/lib Thomas.php View.php api.php base.php
version.php
thomas/lib/Block last_bloggers.php last_blogs.php
last_comments.php tags_cloud.php
thomas/locale/sl_SI/LC_MESSAGES thomas.mo
thomas/po README sl_SI.po thomas.pot
thomas/scripts/sql thomas.mysql.sql
thomas/templates common-header.inc menu.inc
thomas/templates/list blog.php
thomas/templates/user admin.inc comments.html footer.inc
header.inc read.inc
thomas/themes screen.css
thomas/themes/graphics thomas.png
Log:
Submitted by: Duck <duck at obala.net>
Initial import.
Revision Changes Path
1.1 +280 -0 incubator/thomas/COPYING (new)
1.1 +48 -0 incubator/thomas/LICENSE.ASL (new)
1.1 +24 -0 incubator/thomas/LICENSE.BSDL (new)
1.1 +88 -0 incubator/thomas/README (new)
1.1 +40 -0 incubator/thomas/admin.php (new)
1.1 +47 -0 incubator/thomas/config/conf.xml (new)
1.1 +8 -0 incubator/thomas/config/prefs.php.dist (new)
1.1 +60 -0 incubator/thomas/delete.php (new)
1.1 +5 -0 incubator/thomas/docs/CHANGES (new)
1.1 +16 -0 incubator/thomas/docs/CREDITS (new)
1.1 +214 -0 incubator/thomas/docs/INSTALL (new)
1.1 +49 -0 incubator/thomas/docs/RELEASE_NOTES (new)
1.1 +10 -0 incubator/thomas/docs/TODO (new)
1.1 +148 -0 incubator/thomas/edit.php (new)
1.1 +23 -0 incubator/thomas/index.php (new)
1.1 +51 -0 incubator/thomas/lib/Block/last_bloggers.php (new)
1.1 +67 -0 incubator/thomas/lib/Block/last_blogs.php (new)
1.1 +57 -0 incubator/thomas/lib/Block/last_comments.php (new)
1.1 +46 -0 incubator/thomas/lib/Block/tags_cloud.php (new)
1.1 +527 -0 incubator/thomas/lib/Thomas.php (new)
1.1 +33 -0 incubator/thomas/lib/View.php (new)
1.1 +56 -0 incubator/thomas/lib/api.php (new)
1.1 +47 -0 incubator/thomas/lib/base.php (new)
1.1 +1 -0 incubator/thomas/lib/version.php (new)
1.1 +43 -0 incubator/thomas/list.php (new)
1.1 +31 -0 incubator/thomas/locale/sl_SI/LC_MESSAGES/thomas.mo (new)
1.1 +1 -0 incubator/thomas/po/README (new)
1.1 +245 -0 incubator/thomas/po/sl_SI.po (new)
1.1 +245 -0 incubator/thomas/po/thomas.pot (new)
1.1 +39 -0 incubator/thomas/read.php (new)
1.1 +68 -0 incubator/thomas/rss.php (new)
1.1 +43 -0 incubator/thomas/scripts/sql/thomas.mysql.sql (new)
1.1 +47 -0 incubator/thomas/search.php (new)
1.1 +29 -0 incubator/thomas/templates/common-header.inc (new)
1.1 +25 -0 incubator/thomas/templates/list/blog.php (new)
1.1 +4 -0 incubator/thomas/templates/menu.inc (new)
1.1 +28 -0 incubator/thomas/templates/user/admin.inc (new)
1.1 +30 -0 incubator/thomas/templates/user/comments.html (new)
1.1 +3 -0 incubator/thomas/templates/user/footer.inc (new)
1.1 +45 -0 incubator/thomas/templates/user/header.inc (new)
1.1 +51 -0 incubator/thomas/templates/user/read.inc (new)
1.1 +121 -0 incubator/thomas/test.php (new)
1.1 +4 -0 incubator/thomas/themes/graphics/thomas.png (new)
1.1 +67 -0 incubator/thomas/themes/screen.css (new)
1.1 +82 -0 incubator/thomas/trackback.php (new)
1.1 +38 -0 incubator/thomas/user.php (new)
Chora Links:
http://cvs.horde.org/co.php/incubator/thomas/COPYING?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/LICENSE.ASL?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/LICENSE.BSDL?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/README?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/admin.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/config/conf.xml?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/config/prefs.php.dist?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/delete.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/docs/CHANGES?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/docs/CREDITS?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/docs/INSTALL?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/docs/RELEASE_NOTES?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/docs/TODO?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/edit.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/index.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/Block/last_bloggers.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/Block/last_blogs.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/Block/last_comments.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/Block/tags_cloud.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/Thomas.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/View.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/api.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/base.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/lib/version.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/list.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/locale/sl_SI/LC_MESSAGES/thomas.mo?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/po/README?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/po/sl_SI.po?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/po/thomas.pot?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/read.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/rss.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/scripts/sql/thomas.mysql.sql?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/search.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/list/blog.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/menu.inc?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/user/admin.inc?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/user/comments.html?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/user/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/user/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/templates/user/read.inc?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/test.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/themes/graphics/thomas.png?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/themes/screen.css?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/trackback.php?r=1.1
http://cvs.horde.org/co.php/incubator/thomas/user.php?r=1.1
More information about the cvs
mailing list