
just a heads up : For some reason the summaries doesn't work in either Internet Explorer or Opera (windows 2k). In these browsers you only get a blank window when you try : http://codespeak.net/~pedronis/deltareports/modules-index.html FireFox is ok though. I havent tried to understand why yet Anders Lehmann

bernstorff_lehmann@mail.tele.dk wrote:
just a heads up : For some reason the summaries doesn't work in either Internet Explorer or Opera (windows 2k). In these browsers you only get a blank window when you try :
having just tried Firefox and Safari, I should have expected some IE problems, OTOH I did not expect something this radical.
at least IE on the Mac was unhappy about <script ... /> vs <script ...> </script>. I think it swallowed all the rest of the file as part of the script. I have uploaded a new version, which seem to work with Firexfox, Safari, and also Mac IE5 (which I admit I did not try the first time around), js driven local sorting seems also to work with all three after some changes. Samuele

Samuele Pedroni wrote: ...
I ran a Dreamweaver Browser COmpatibility check over the main page. It complains about the line """<table id="alpha" style="display: table;">""" Value "table" is not supported for MSIE 5.0,5.5,6.0 About valid HTML: <link href="modules-index_files/delta.css" rel="stylesheet" type="text/css"> This tag is not closed, therefore the following <script src="modules-index_files/delta.js" type="text/javascript"> </script></head> is not allowed in the context of a link. The sameholdsfor all "img" tags which should be closed. This is in accordance with XHTML 1.0 cheers - chris -- Christian Tismer :^) <mailto:tismer@stackless.com> tismerysoft GmbH : Have a break! Take a ride on Python's Johannes-Niemeyer-Weg 9A : *Starship* http://starship.python.net/ 14109 Berlin : PGP key -> http://wwwkeys.pgp.net/ work +49 30 802 86 56 mobile +49 173 24 18 776 fax +49 30 80 90 57 05 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 whom do you want to sponsor today? http://www.stackless.com/

Christian Tismer wrote:
quite possible
they are closed in XML sense: <link href="modules-index_files/delta.css" rel="stylesheet" type="text/css"/> notice the /> and at least the w3c validator is happy.
it is true that it is reccomended to put a space: <link href="modules-index_files/delta.css" rel="stylesheet" type="text/css" /> we should teach py.xml.html to do that.

there's a new version (again at http://codespeak.net/~pedronis/deltareports/modules-index.html ) I have expanded the set of tracked modules a bit to some reasonable set, speak if you want more or less, I swapped text+numbers and the graphics bars and there's more text now about what the numbers are counting. regards.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maybe it would be a good idea to see the date&time when this summary was created? An archive might be usefull also, just so we can track progress more easily. regards Eric Samuele Pedroni wrote: | there's a new version (again at | http://codespeak.net/~pedronis/deltareports/modules-index.html ) | | I have expanded the set of tracked modules a bit to some reasonable set, | | speak if you want more or less, | | I swapped text+numbers and the graphics bars and there's more text now | about what the numbers are counting. | | regards. | _______________________________________________ | pypy-dev@codespeak.net | http://codespeak.net/mailman/listinfo/pypy-dev -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCPdyOMcwuX5fyfyMRAte8AKCfPv3cytJSN839MOLM9y1UnAX4XACfSkcO l89tuC6a1WHV8I7KFYg1QTw= =mCGK -----END PGP SIGNATURE-----

On Sun, Mar 20, 2005 at 21:26 +0100, Eric van Riet Paap wrote:
Note that we now have the start of a more general "revision report" page which is generated for each pypy revision: http://codespeak.net/pypy/rev/current/ Also i changed the documentation index page to link to this new revision report page. The idea is to add more per-revision information like passing (regression) tests etc.pp. cheers, holger

bernstorff_lehmann@mail.tele.dk wrote:
just a heads up : For some reason the summaries doesn't work in either Internet Explorer or Opera (windows 2k). In these browsers you only get a blank window when you try :
having just tried Firefox and Safari, I should have expected some IE problems, OTOH I did not expect something this radical.
at least IE on the Mac was unhappy about <script ... /> vs <script ...> </script>. I think it swallowed all the rest of the file as part of the script. I have uploaded a new version, which seem to work with Firexfox, Safari, and also Mac IE5 (which I admit I did not try the first time around), js driven local sorting seems also to work with all three after some changes. Samuele

Samuele Pedroni wrote: ...
I ran a Dreamweaver Browser COmpatibility check over the main page. It complains about the line """<table id="alpha" style="display: table;">""" Value "table" is not supported for MSIE 5.0,5.5,6.0 About valid HTML: <link href="modules-index_files/delta.css" rel="stylesheet" type="text/css"> This tag is not closed, therefore the following <script src="modules-index_files/delta.js" type="text/javascript"> </script></head> is not allowed in the context of a link. The sameholdsfor all "img" tags which should be closed. This is in accordance with XHTML 1.0 cheers - chris -- Christian Tismer :^) <mailto:tismer@stackless.com> tismerysoft GmbH : Have a break! Take a ride on Python's Johannes-Niemeyer-Weg 9A : *Starship* http://starship.python.net/ 14109 Berlin : PGP key -> http://wwwkeys.pgp.net/ work +49 30 802 86 56 mobile +49 173 24 18 776 fax +49 30 80 90 57 05 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 whom do you want to sponsor today? http://www.stackless.com/

Christian Tismer wrote:
quite possible
they are closed in XML sense: <link href="modules-index_files/delta.css" rel="stylesheet" type="text/css"/> notice the /> and at least the w3c validator is happy.
it is true that it is reccomended to put a space: <link href="modules-index_files/delta.css" rel="stylesheet" type="text/css" /> we should teach py.xml.html to do that.

there's a new version (again at http://codespeak.net/~pedronis/deltareports/modules-index.html ) I have expanded the set of tracked modules a bit to some reasonable set, speak if you want more or less, I swapped text+numbers and the graphics bars and there's more text now about what the numbers are counting. regards.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maybe it would be a good idea to see the date&time when this summary was created? An archive might be usefull also, just so we can track progress more easily. regards Eric Samuele Pedroni wrote: | there's a new version (again at | http://codespeak.net/~pedronis/deltareports/modules-index.html ) | | I have expanded the set of tracked modules a bit to some reasonable set, | | speak if you want more or less, | | I swapped text+numbers and the graphics bars and there's more text now | about what the numbers are counting. | | regards. | _______________________________________________ | pypy-dev@codespeak.net | http://codespeak.net/mailman/listinfo/pypy-dev -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCPdyOMcwuX5fyfyMRAte8AKCfPv3cytJSN839MOLM9y1UnAX4XACfSkcO l89tuC6a1WHV8I7KFYg1QTw= =mCGK -----END PGP SIGNATURE-----

On Sun, Mar 20, 2005 at 21:26 +0100, Eric van Riet Paap wrote:
Note that we now have the start of a more general "revision report" page which is generated for each pypy revision: http://codespeak.net/pypy/rev/current/ Also i changed the documentation index page to link to this new revision report page. The idea is to add more per-revision information like passing (regression) tests etc.pp. cheers, holger
participants (5)
-
bernstorff_lehmann@mail.tele.dk
-
Christian Tismer
-
Eric van Riet Paap
-
hpk@trillke.net
-
Samuele Pedroni