From: Grzegorz A. H. <gr...@ti...> - 2005-09-13 20:43:07
|
On 2005-09-13, AKX <th...@gm...> wrote: > Passing the ball to you... What do you think? Woooah. Pretty. I really do suck at making web pages. Just to avoid stomping on each other work if somebody happens to change something, are you ok if I put the web page you uploaded in CVS and set up a cronjob to update the main page every day? This way we can both modify the CVS and changes are automated. If something has to get to the web page fast, you can also login and run the update script. Or you can get appointed as webmaster directly and be in charge. I'll start to work on an alpy release with the purpose of documenting the project changes, names, etc. With regards to the .php code, does "php include" have optional parameters, or is it possible from the included file to guess what file it is being included from? One thing I always dislike about web pages is when you have a navigation bar and the section you are in can be clicked with the mouse. I was thinking of something like: <ul id="menu"> <?php if parent==index then> <li><strong>Home</strong></li> <?php else> <li><a href="index.php">Home</a></li> <?php endif? ... I don't know .php, but it's not a bad time to learn. |