[Toxicengine-cvs] website/developers changelog.php,1.1,1.2 roadmap.php,1.1,1.2
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-21 20:47:44
|
Update of /cvsroot/toxicengine/website/developers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29511/developers Modified Files: changelog.php roadmap.php Log Message: minor tweaks to the web site to reflect the change of leadership Index: roadmap.php =================================================================== RCS file: /cvsroot/toxicengine/website/developers/roadmap.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** roadmap.php 2 Oct 2004 01:44:44 -0000 1.1 --- roadmap.php 21 Oct 2004 20:47:26 -0000 1.2 *************** *** 4,20 **** Copyright (C) 2003-2004 Francois Beaune Contact: be...@ai... ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software --- 4,20 ---- Copyright (C) 2003-2004 Francois Beaune Contact: be...@ai... ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software *************** *** 33,38 **** and release dates are very likely to change in the meantime.</p> ! <div class="title"><em>toxic</em> 1.0 beta stage (mid-2004)</div> ! <p>Tasks to complete in order to reach the beta stage:</p> --- 33,38 ---- and release dates are very likely to change in the meantime.</p> ! <div class="title"><em>toxic</em> 1.0 beta stage</div> ! <p>Tasks to complete in order to reach the beta stage:</p> *************** *** 59,63 **** </ul> ! <div class="title"><em>toxic</em> 1.0 final (end of 2004)</div> <p>Tasks to complete in order to reach the final stage:</p> --- 59,63 ---- </ul> ! <div class="title"><em>toxic</em> 1.0 final</div> <p>Tasks to complete in order to reach the final stage:</p> Index: changelog.php =================================================================== RCS file: /cvsroot/toxicengine/website/developers/changelog.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog.php 2 Oct 2004 01:44:44 -0000 1.1 --- changelog.php 21 Oct 2004 20:47:26 -0000 1.2 *************** *** 33,36 **** --- 33,42 ---- <p>Latest entries appear first.</p> + <div class="title">Changes since <em>toxic</em> 1.0 alpha–3</div> + + <p></p> + <?php list_changelog($admin, 1081615933, 1082211031); ?> + <p></p> + <div class="title">Changes since <em>toxic</em> 1.0 alpha–2</div> *************** *** 42,46 **** <p></p> ! <?php list_changelog($admin, strtotime('5 February 2004'), strtotime('1 April 2004 15:00:00')); ?> <p></p> --- 48,52 ---- <p></p> ! <?php list_changelog($admin, strtotime('Sun, 7 Mar 2004 04:34:59 +0100'), strtotime('Thu, 1 Apr 2004 16:19:34 +0200')); ?> <p></p> |