Hi all
I worked a bit more on new home page:
sources:
http://www.cihar.com/pma-new/pma-new.tar.bz2
I think it is mostly ready, I await your comments.
I currently don't like how awards page look like, but I have no idea how to make it look better :-)
I intentionally didn't implementd download counter as I think that stats on SF are good enough (and calculate also direct downloads from sf files page :-):
http://sourceforge.net/project/showfiles.php?group_id=23067
Original message (Michal Cihar, 02.10.2003 15:47):
I worked a bit more on new home page:
Forgot to mention that I know that release notes are missing, just didn't have time for that yet :-)
Michal,
very good!
Are the release notes somewhere on the new page?
http://www.phpmyadmin.net/index.php?about_new=true http://www.phpmyadmin.net/index.php?about_previous=true
Marc
Michal Cihar a écrit:
Hi all
I worked a bit more on new home page:
sources:
http://www.cihar.com/pma-new/pma-new.tar.bz2
I think it is mostly ready, I await your comments.
I currently don't like how awards page look like, but I have no idea how to make it look better :-)
I intentionally didn't implementd download counter as I think that stats on SF are good enough (and calculate also direct downloads from sf files page :-):
Original message (Marc Delisle, 02.10.2003 10:35):
Are the release notes somewhere on the new page?
I know that they is still missing, I wrote second email about it, but it didn't yet arrive to the list...
Original message (Marc Delisle, 02.10.2003 10:35):
Are the release notes somewhere on the new page?
Now yes :-)
Any further comments?
And how about one file/many files question? I thing this is easier to maintain, Marc things that one file doesn't make such mess in htdocs directory. Both are probably right...
Michal Cihar a écrit:
Original message (Marc Delisle, 02.10.2003 10:35):
Are the release notes somewhere on the new page?
Now yes :-)
Any further comments?
It's perfect now! Visitors counter on Olivier's site are not up to date, though.
A question: how will the .sh script be executed for stats?
And how about one file/many files question? I thing this is easier to maintain, Marc things that one file doesn't make such mess in htdocs directory. Both are probably right...
I suggest to put all files in htdocs/home_page directory, and put ../ links for the parts that refer to htdocs/something, like the demo.
And I guess that a symlink of htdocs/index.php to htdocs/home_page/index.php would do the trick.
I would like to implement your new page today! :)
Marc
Original message (Marc Delisle, 03.10.2003 08:31):
It's perfect now!
Thanks :-)
Visitors counter on Olivier's site are not up to date, though.
Sorry, the is not much I can do about it, only romove it or replace by another counter.
A question: how will the .sh script be executed for stats?
cron, unfortunately it is not possible to have project cronjobs, so somabody has to do this, there are hardcoded paths in them, that need to be changed. Probably should be fetched once a hour.
I suggest to put all files in htdocs/home_page directory, and put ../ links for the parts that refer to htdocs/something, like the demo.
And I guess that a symlink of htdocs/index.php to htdocs/home_page/index.php would do the trick.
Okay, probably best solution. Maybe redirect instead of symlink would be better.
I would like to implement your new page today! :)
No problem, are you going to do it or should I?
Michal Cihar a écrit:
Original message (Marc Delisle, 03.10.2003 08:31):
It's perfect now!
Thanks :-)
Visitors counter on Olivier's site are not up to date, though.
Sorry, the is not much I can do about it, only romove it or replace by another counter.
A question: how will the .sh script be executed for stats?
cron, unfortunately it is not possible to have project cronjobs, so somabody has to do this, there are hardcoded paths in them, that need to be changed. Probably should be fetched once a hour.
I suggest to put all files in htdocs/home_page directory, and put ../ links for the parts that refer to htdocs/something, like the demo.
And I guess that a symlink of htdocs/index.php to htdocs/home_page/index.php would do the trick.
Okay, probably best solution. Maybe redirect instead of symlink would be better.
I would like to implement your new page today! :)
No problem, are you going to do it or should I?
I can do it in a few hours, provided your .tar.bz2 is up to date.
Marc
Original message (Marc Delisle, 03.10.2003 08:50):
I can do it in a few hours, provided your .tar.bz2 is up to date.
Now it should be.
Michal Cihar a écrit:
Original message (Marc Delisle, 03.10.2003 08:50):
I can do it in a few hours, provided your .tar.bz2 is up to date.
Now it should be.
Ok, it's online. I did not yet put the cron jobs, partly because lynx does not seem to work on shell.sourceforge.net.
Marc