Well, I'll tune it a bit. I'll make a news backend as well if it's
needed. (Just did one for another site yesterday. Or was it the day
before? Whatever, dates are unnecessary.)
On 9/13/05, Grzegorz Adam Hankiewicz <gr...@ti...> wrote:
> On 2005-09-13, AKX <th...@gm...> wrote:
> > Passing the ball to you... What do you think?
>=20
> 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.
>=20
> I'll start to work on an alpy release with the purpose of documenting
> the project changes, names, etc.
>=20
> 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:
>=20
> <ul id=3D"menu">
> <?php if parent=3D=3Dindex then>
> <li><strong>Home</strong></li>
> <?php else>
> <li><a href=3D"index.php">Home</a></li>
> <?php endif?
> ...
>=20
> I don't know .php, but it's not a bad time to learn.
>=20
>=20
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download it for free - -and be entered to win a 42" plasma tv or your ver=
y
> own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> Pyallegro-general mailing list
> Pya...@li...
> https://lists.sourceforge.net/lists/listinfo/pyallegro-general
>
|