[SimBot-commits] CVS: simbot ChangeLog,1.79,1.80 INSTALL,1.26,1.27
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 02:58:12
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30356 Modified Files: ChangeLog INSTALL Log Message: Adding templates to the httpd plugin. Index: ChangeLog =================================================================== RCS file: /cvsroot/simbot/simbot/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -p -r1.79 -r1.80 --- ChangeLog 25 Jul 2005 09:34:07 -0000 1.79 +++ ChangeLog 9 Aug 2005 01:12:59 -0000 1.80 @@ -1,3 +1,15 @@ +Version 1.0 alpha: (08 Aug 2005) + * plugins/httpd.pl: + - I forgot to update the changelog when I created this plugin... + instead of faking dates for everything, here it all is: + - Internal web server for SimBot. Right now, sqlite-logger and recap + use it. It also provides an admin page where you can restart SimBot + and even make it say things. + - Added templates. + * templates/base.default.tmpl: + - This is the basic template that defines every page. More templates will + come soon... + Version 1.0 alpha: (25 Jul 2005) * simbot.pl: - Added message value returned to callbacks attached to the nojoin Index: INSTALL =================================================================== RCS file: /cvsroot/simbot/simbot/INSTALL,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -p -r1.26 -r1.27 --- INSTALL 28 Jul 2005 01:56:26 -0000 1.26 +++ INSTALL 9 Aug 2005 01:12:59 -0000 1.27 @@ -65,6 +65,10 @@ intend to use any of the stock plugins p * Required by: httpd +[ HTML::Template::Pro ] + + * Required by: httpd + All of these modules are available in the CPAN repository, so you can install them in most Perl environments by running: |