[Toxicengine-cvs] website contact.php,1.1,1.2 links.php,1.1,1.2
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-21 20:57:38
|
Update of /cvsroot/toxicengine/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31808 Modified Files: contact.php links.php Log Message: minor tweaks to the web site to reflect the change of leadership Index: links.php =================================================================== RCS file: /cvsroot/toxicengine/website/links.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** links.php 2 Oct 2004 01:44:42 -0000 1.1 --- links.php 21 Oct 2004 20:57:28 -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 *************** *** 28,32 **** output_header($admin, 'co-links'); ! /* <p><a href="http://">Title</a><br> --- 28,32 ---- output_header($admin, 'co-links'); ! /* <p><a href="http://">Title</a><br> *************** *** 36,40 **** ?> ! <div class="title">Open Source or Free Software Renderers</div> <p><a href="http://lucille.sourceforge.net/">lucille</a><br> --- 36,40 ---- ?> ! <div class="title">Other Open Source or Free Software Renderers</div> <p><a href="http://lucille.sourceforge.net/">lucille</a><br> Index: contact.php =================================================================== RCS file: /cvsroot/toxicengine/website/contact.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** contact.php 2 Oct 2004 01:44:42 -0000 1.1 --- contact.php 21 Oct 2004 20:57:28 -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 *************** *** 29,45 **** output_header($admin, 'ov-contact'); - /* <p class="alert">Notice: I'm encountering some difficulties with my mail account since April 5th. - Consequently, I haven't been able to read my mail since then. Please use the forums. Sorry for - the inconvenience.</p>*/ ?> ! <p>Please use online <a href="/forums/index.php">forums</a> for questions, comments and suggestions. ! Alternatively, you can contact me by email at the following address:</p> ! ! <div align="center"> ! <img src="/images/fbeaune-email.png" alt="François Beaune's Email Address"> ! </div> ! ! <p><em>Please do not distribute nor publish this address. Thank you.</em></p> <?php --- 29,35 ---- output_header($admin, 'ov-contact'); ?> ! <p>Please use online <a href="/forums/index.php">forums</a> for questions, comments and suggestions.</p> <?php |